Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystem_Copy_of_mbed_version I2S
Diff: NotchingDemo.cpp
- Branch:
- LargeFile_Tests
- Revision:
- 85:e0c9ba778ae0
- Parent:
- 84:0a259e261532
- Child:
- 86:404ce47e1e6e
diff -r 0a259e261532 -r e0c9ba778ae0 NotchingDemo.cpp
--- a/NotchingDemo.cpp Wed Oct 02 19:16:26 2019 +0000
+++ b/NotchingDemo.cpp Wed Oct 02 19:22:05 2019 +0000
@@ -486,10 +486,13 @@
FILE* wavfile1 = fopen("/sd/mydir/SoundDecoder_second/All_eight_notches.wav","rb");
FILE* wavfile2 = fopen("/sd/mydir/SoundDecoder_second/All_14_Notch_Transitions.wav","rb");
+ FILE* wavfile3 = fopen("/sd/mydir/SoundDecoder_second/All_eight_notches.wav","rb");
//FILE* wavfile1 = fopen("/sd/mydir/SoundDecoder_second/01.wav","rb");
classSoundFile Sound1;
classSoundFile Sound2;
+ classSoundFile Sound3;
+ Sound3 = ReadFileInfo(Sound3, wavfile2);
Sound2 = ReadFileInfo(Sound2, wavfile2);
Sound1 = ReadFileInfo(Sound1, wavfile1);
NotchingSet.Notch = 1;