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.
Dependents: MovPlayer GR-PEACH_Audio_Playback_Sample GR-PEACH_Audio_Playback_7InchLCD_Sample RGA-MJPEG_VideoDemo ... more
Fork of TLV320_RBSP by
Diff: TLV320_RBSP.h
- Revision:
- 4:15487e571d9f
- Parent:
- 3:db6504d3f914
--- a/TLV320_RBSP.h Tue Aug 18 04:34:26 2015 +0000
+++ b/TLV320_RBSP.h Wed Oct 21 06:58:35 2015 +0000
@@ -146,6 +146,13 @@
*/
void mic(bool micVar);
+ /** Microphone volume
+ *
+ * @param mute Microphone mute. true : mute , false : normal
+ * @param boost Microphone boost. true : 20dB , false : 0dB
+ */
+ void micVolume(bool mute, bool boost = false);
+
/** Digital audio path control
*
* @param softMute Mute output
