MickMad
Well-known member
Hi guys,
long time no see. I've been participating in The Square Inch Project on Hackaday and I'm competing with the HiFi Audio CODEC module, a little board hosting an AK4558 chip, capable of 192 KHz/ 24 bit with >100 dB SNR @ 3.3V supply (datasheet here).
To make it work, I build a little API to integrate its functionality in the Teensy Audio Library; I actually forked the Audio Library (Github here). Right now the API only offers the enable() function, I'll add more functionalities for filters setting, volume setting, disable all, selective (ADC/DAC) disable, set input to mono (left or right only), and for every other configurable function that I'm currently missing. I also added the AK4558 to show up in the GUI editor, I'll edit that too as soon as I implement these functions.
I currently have no plans of building this in quantity, but if you enjoy it and if demand comes, I might. Of course, the project is OSHW so you can just grab files/parts and build your own. Gerbers as well as full KiCAD project are available here.
NOTE: I have to fix a couple of packages (the electrolytic caps on ins/outs should be 1 mm bigger in order to host the Nichicon Audio Series bipolar caps of that size (1uF on outs, 10uF on ins), currently the board can only host generic bipolar on the ins and generic electros on outs.
If you'd rather just brew your own, this chip is a really nice choice in a very convenient package, and you'd already have the software side ready to go!
Cheers,
Mick
long time no see. I've been participating in The Square Inch Project on Hackaday and I'm competing with the HiFi Audio CODEC module, a little board hosting an AK4558 chip, capable of 192 KHz/ 24 bit with >100 dB SNR @ 3.3V supply (datasheet here).
To make it work, I build a little API to integrate its functionality in the Teensy Audio Library; I actually forked the Audio Library (Github here). Right now the API only offers the enable() function, I'll add more functionalities for filters setting, volume setting, disable all, selective (ADC/DAC) disable, set input to mono (left or right only), and for every other configurable function that I'm currently missing. I also added the AK4558 to show up in the GUI editor, I'll edit that too as soon as I implement these functions.
I currently have no plans of building this in quantity, but if you enjoy it and if demand comes, I might. Of course, the project is OSHW so you can just grab files/parts and build your own. Gerbers as well as full KiCAD project are available here.
NOTE: I have to fix a couple of packages (the electrolytic caps on ins/outs should be 1 mm bigger in order to host the Nichicon Audio Series bipolar caps of that size (1uF on outs, 10uF on ins), currently the board can only host generic bipolar on the ins and generic electros on outs.
If you'd rather just brew your own, this chip is a really nice choice in a very convenient package, and you'd already have the software side ready to go!
Cheers,
Mick