Hi,
I've recently been working on a drum module using the Teensy 3.2 and it's in built DAC + 10uf capacitor for line out audio. This is working great apart from a few problems.
I'd like to be able to use 16 bit audio quality. I know that the Teensy audio board provides this however it comes with a lot of extra features (headphone amp, line/mic inputs) that are unneeded and will not be accessible if placed within a case. The project will be used live on stage therefore it will only need an audio line out that will go to the mixing desk.
Does anyone know of any external 16 bit DACs that could be used with the teensy audio library? I have found DACs that use the SPI interface like this:
http://www.mouser.co.uk/ProductDeta...=sGAEpiMZZMswix2y39yldWlrlADk/eI6zQVnmChawns=
however the audio library appears to only support I2S and I am already using SPI for SD card support. If these DACs do exist, do they need to be programmed or just wired up? If programmed then I'll be a bit out of my depth I think!
In summary, I'm looking for a simple 16 bit audio line out solution to use with the Teensy and audio library. If this is too complicated then I'll just have to use the audio board.
Also, if I am going to use this project with different mixers do I need to add any protection apart from the 10uf capacitor to prevent damage?
Thanks very much for any help given!
I've recently been working on a drum module using the Teensy 3.2 and it's in built DAC + 10uf capacitor for line out audio. This is working great apart from a few problems.
I'd like to be able to use 16 bit audio quality. I know that the Teensy audio board provides this however it comes with a lot of extra features (headphone amp, line/mic inputs) that are unneeded and will not be accessible if placed within a case. The project will be used live on stage therefore it will only need an audio line out that will go to the mixing desk.
Does anyone know of any external 16 bit DACs that could be used with the teensy audio library? I have found DACs that use the SPI interface like this:
http://www.mouser.co.uk/ProductDeta...=sGAEpiMZZMswix2y39yldWlrlADk/eI6zQVnmChawns=
however the audio library appears to only support I2S and I am already using SPI for SD card support. If these DACs do exist, do they need to be programmed or just wired up? If programmed then I'll be a bit out of my depth I think!
In summary, I'm looking for a simple 16 bit audio line out solution to use with the Teensy and audio library. If this is too complicated then I'll just have to use the audio board.
Also, if I am going to use this project with different mixers do I need to add any protection apart from the 10uf capacitor to prevent damage?
Thanks very much for any help given!