Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/7f62606877919aa03f79270836f948d04722e3c9?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
0 deletions
readme.md
@ -48,6 +48,7 @@ Thus there may be more T4.x compatibility than shown here. A blank entry for st
of verification. Further examples will come to test some of these objects.
of verification. Further examples will come to test some of these objects.


Update 29 Jan 2021: Replaced WDRC2 with AudioEffectCompressor2_F32. See Example testCompressor2.ino
Update 29 Jan 2021: Replaced WDRC2 with AudioEffectCompressor2_F32. See Example testCompressor2.ino
Update 18 Feb 2021: Added analyze_fft1024_F32.h and .cpp that parallels analyze_fft1024.h and .cpp in the Teensy Audio Library, but F32.
The example files (from the Examples directory) are
The example files (from the Examples directory) are
1. AudioTestAnalyzePhase_F32
1. AudioTestAnalyzePhase_F32
@ -113,4 +114,5 @@ WORKING NOTES - For now, here are some temporary notes:
30. Repaired Audio Mixers 4 & 8. These are adders, NOT RF DBM's---see Multiplier_F32.
30. Repaired Audio Mixers 4 & 8. These are adders, NOT RF DBM's---see Multiplier_F32.
31. I2S Input and Output made T4 compatible, both supporting variable sample rate
31. I2S Input and Output made T4 compatible, both supporting variable sample rate
32. Added AudioEffectCompressor2_F32 quite general audio compressor.
32. Added AudioEffectCompressor2_F32 quite general audio compressor.
33. Added analyze_fft1024_F32 that does audio in and rms volts, power or dBFS out.