mpflaga / Arduino_Library-vs1053_for_SdFat

Arduino device library interfacing vs1053 MP3 player chip to audio stream from an Sd Card.
https://mpflaga.github.io/Arduino_Library-vs1053_for_SdFat/
Other
38 stars 12 forks source link

Recording Voice via the board's microphobe #21

Open vahidrezaee opened 1 year ago

vahidrezaee commented 1 year ago

Hello, everyone. Is there any hope of recording voice via microphone on the board?

mpflaga commented 1 year ago

It is possible with the VS1053. However, I did not get around to adding that feature into this library. I would defer you to Adafruit_VS1053_Library I seem to recall trying it out and it worked.

It has been a long time, per the details. Please remember to match up the wiring. I don't recall if all the pins were lined up the same as this library's defaults (aka SparkFun). I seem to recall the Adafruit_VS1053_Library defaulted to "no" interrupt. making it simpler. But if you were to use an IRQ with the player, I seem to recall that it was not on the same pin as this library's defaults.

Where I read the "record_ogg.ino" as simply loading the IMG file from SdCard into the VS1053, then enabling the Line/Mic input and polling for data to write to SdCard, when a button is pressed.