Commit Graph

309 Commits (master)
 

Author SHA1 Message Date
Bob Larkin 212d58fb4c
Delete SDTEST2.WAV 1 year ago
Bob Larkin 8d2c4c9040
Delete SDTEST1.WAV 1 year ago
boblark 624f14283e Add WaveFilePlayer, test files. Revised to lower WAV rates 1 year ago
boblark 5a9be45938 Corrected array size, save 16kByte 1 year ago
boblark 0a5ad29e74 Cleanup, no functional change 1 year ago
boblark 33386ad977 Fixed unused ii 1 year ago
Bob Larkin e2d4f5a45a Add debug file size print 1 year ago
Bob Larkin c9553fb3bb Localized global variables, corrected comments 1 year ago
Bob Larkin fa19a9cfb9 Organized variable declarations 1 year ago
Bob Larkin 1a2ba41e1b Added azimuth calculation 1 year ago
Bob Larkin be2182b23d Added distance to station. 1 year ago
Bob Larkin 78b7fc91dc Changed Grid Square calculations. 1 year ago
boblark 2e7df3af34 Corrected FT8 class names 1 year ago
boblark 6b270ad37f Corrected class name to start capital 'R' 1 year ago
boblark b4159d5cca Added 4.x needs for FT8 receive 1 year ago
boblark 0a71e2ca80 Correct typos 1 year ago
boblark bf1cfa561a Add radioDemodulator_F32 and associated examples 1 year ago
boblark a6f329e36c Clarified copyright 2 years ago
boblark 15b07452c2 Remove extra gnumeric file 2 years ago
boblark 957ef319f8 Remove extra gnumeric file 2 years ago
boblark 2863d1f240 Add new radioFT8Modulator_F32 2 years ago
boblark ae0942283a Corrected variable name 2 years ago
boblark da88765282 New functionality for BFSK 2 years ago
boblark aea942d855 Fixed typos. 2 years ago
boblark 03c16e07d2 Removed old commented out code. No functional change 2 years ago
boblark 2a7e5c62dc Add note about changing sample rate. 2 years ago
boblark aa9f447338 Include Spectral DeNoise 2 years ago
Bob Larkin 46160d8723
Merge pull request #13 from grahamwhaley/20220511_spectral_nr 2 years ago
boblark aea7d22703 Corrrected references to f32 and F32 2 years ago
boblark 1ad067459b Corrected Biquad filter functions and added 24 and 32 bit note to I2S. 2 years ago
boblark 8e470ff2ce Merge branch 'master' of https://github.com/chipaudette/OpenAudio_ArduinoLibrary 2 years ago
boblark f350b41937 Corrected error handling of audio_block's 2 years ago
Bob Larkin e1a2fcce5b
Merge pull request #14 from IDC-Dragon/master 2 years ago
Graham Whaley 762df65cad spectral: Add SpectralNoise to the GUI tool 2 years ago
Graham Whaley 0d481fc332 spectral: Add Spectral NR example 2 years ago
Graham Whaley 065689a892 spectral: Add Spectral noise reduction 2 years ago
joerg d9efa3143a full resolution for I2S input, all 32 bits are read and converted to float (instead of only upper 16 bit) 2 years ago
joerg 4fe37d5d95 Added float modules for 24 bit precision S/PDIF I/O. They are forked from current code of the "offical" (16 bit 44.1kHz only) Teensy audio library, but extended to 24 bit precision and configurable sample rate. 2 years ago
joerg fa6885d4ff I2S output was sending 32 bits already, but only 16 were used. Now, send all available precision. 2 years ago
joerg cce309ffd2 have defaults for AudioSettings_F32 2 years ago
joerg 6a5d40a459 fixed a typo int -> float -> int conversion is now lossless 2 years ago
boblark a609fa8602 Added note about USB_Audio_F32.h 2 years ago
boblark fc27a9f05d Removed USB_Audio_F32.h as it needs theIDE set to Tools>USB Type>Audio 2 years ago
boblark 49e16b7876 Corrected interpolation of sine, minor change in values 2 years ago
boblark b222b60496 Corrected syntax to stop warnings 2 years ago
boblark c6c0c3ca31 Removed unused variable 2 years ago
boblark bd14b2b885 Corrected warnings (no problems) 2 years ago
boblark f46914a958 Corrected missing power calculation 2 years ago
boblark 4dc9715961 removed conditional declare 2 years ago
boblark a8a82af2a5 removed conditional declare 2 years ago