notahardwareguy
Active member
Background, I have experience with Arduino(s), STM32Fx(s), and ESP32(s), all under the Arduino IDE development environment and have done a number of different types of projects involving I2C, optical sensors, interrupts, etc. but until now never any audio work. I have been playing with both the STM32F411 and ESP32 for reading MP3 files from a micro-SD card and looking at/decoded the data. I want to change that data and then send it on to a DAC (I guess you would call that a custom filter?). I am having some difficulties doing this with those two platforms (mostly supporting the output formats) and so am looking at the Teeney and this audio library as a simpler way to get where I want to go.
I do not know much about this platform and so figured I would up front ask here if I can get "there" from here. For this project I would like to be able to accept a number if possible "music" inputs like SD cards and USB Audio 1 & 2. I would like to push that digital data to an external DAC using SPDIF (near term and possibly I2S and USB Audio 1 & 2 in the future). While I have the data I would like to perform custom filter work on the "raw" numerical information as it comes in and is on its way out.
Can the Teeny and this library get me there? Based on my "playing" with the visual designer it looks like I need(?) a Teeny 4.0 or 4.1. I would like to support at least CD quality audio.
Sorry of this is all "obvious" but I have been banging my head for over a week on working out a few of the interface issues with the other platforms and this looks to be a quicker way to get to "done".
Thanks all.
I do not know much about this platform and so figured I would up front ask here if I can get "there" from here. For this project I would like to be able to accept a number if possible "music" inputs like SD cards and USB Audio 1 & 2. I would like to push that digital data to an external DAC using SPDIF (near term and possibly I2S and USB Audio 1 & 2 in the future). While I have the data I would like to perform custom filter work on the "raw" numerical information as it comes in and is on its way out.
Can the Teeny and this library get me there? Based on my "playing" with the visual designer it looks like I need(?) a Teeny 4.0 or 4.1. I would like to support at least CD quality audio.
Sorry of this is all "obvious" but I have been banging my head for over a week on working out a few of the interface issues with the other platforms and this looks to be a quicker way to get to "done".
Thanks all.