You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable capture of RX features from RADE decoder (#776)
* Initial implementation of RX feature capture.
* Allow path to feature file to be specified at the command line.
* Fix compilation error after upgrading MacPorts.
* Add command line option for TX feature capture.
* Add -txfile command line argument to feed in WAV file through TX pipeline.
* Adjust scaling to match PR example.
* Opt for improved resampling audio quality.
* We don't actually need to add additional attenuation anymore.
* Switch over to soxr for further experimentation.
* Forgot change to have Windows build work.
* Update Linux build instructions.
* Fix additional compiler error.
* Update paCallbackData.h
* Remove missed code that's no longer needed.
* Update main.cpp
* Try to reduce latency.
* Another experiment to decrease latency.
* Go back to default settings.
* Fix failing ctests.
* Fix Windows packaging failures.
* Disable ctests for soxr.
* Enable SIMD for aarch64.
* Smooth out gaps in audio caused by how soxr works.
* Fix build errors.
* Ensure we're flushing out our output FIFO if we stop receiving input.
* ctests should now be fixed.
* Revert all samplerate changes. These will go in another PR.
0 commit comments