-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
8 changed files
with
128 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters