Arduino_Library-vs1053_for_SdFat
Arduino_Library-vs1053_for_SdFat copied to clipboard
Recording Voice via the board's microphobe
Hello, everyone. Is there any hope of recording voice via microphone on the board?
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.