uni project for eq system
Fork of AUDIO_DISCO_F746NG by
Revision 2:b82abc6fcaef, committed 2017-03-29
- Comitter:
- valadore
- Date:
- Wed Mar 29 10:07:10 2017 +0000
- Parent:
- 0:6f035eff38e4
- Commit message:
- updating audio bsp for simultaneous in-out;
Changed in this revision
AUDIO_DISCO_F746NG.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/AUDIO_DISCO_F746NG.cpp Thu Mar 24 20:23:54 2016 +0000 +++ b/AUDIO_DISCO_F746NG.cpp Wed Mar 29 10:07:10 2017 +0000 @@ -21,7 +21,7 @@ // Constructor AUDIO_DISCO_F746NG::AUDIO_DISCO_F746NG() { - BSP_AUDIO_IN_OUT_Init(INPUT_DEVICE_DIGITAL_MICROPHONE_2, OUTPUT_DEVICE_HEADPHONE, 90, DEFAULT_AUDIO_IN_FREQ); + BSP_AUDIO_IN_OUT_Init(INPUT_DEVICE_INPUT_LINE_1, OUTPUT_DEVICE_HEADPHONE, 70, 48000); } // Destructor