HI ALL,
I noticed when vs1053 recording from mic it outputs data to output in real-time.
Is any way to disable output to line out when recording from mic or line in?
Thanks
VS1053: how to disable output to line out when recording from mic
-
- Senior User
- Posts: 36
- Joined: Mon 2012-02-06 23:04
Re: VS1053: how to disable output to line out when recording from mic
You can set the monitoring volume to -96dB. The monitoring volume doesn't affect the encoding itself.
Either write 0xc0c0 to SCI_VOL well before starting encoding so that it has ended up as DAC volume by the time you start encoding, or write to DAC_VOL directly (see 10.8.7. of the vs1053 datasheet).
Either write 0xc0c0 to SCI_VOL well before starting encoding so that it has ended up as DAC volume by the time you start encoding, or write to DAC_VOL directly (see 10.8.7. of the vs1053 datasheet).
Visit https://www.facebook.com/VLSISolution VLSI Solution on Facebook
-
- Senior User
- Posts: 36
- Joined: Mon 2012-02-06 23:04
Re: VS1053: how to disable output to line out when recording from mic
Thanks, It worked!