<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">It has SPI, no i2s, so that makes the traditional DAC shield impossible. But, USB is cool. You can use the cheepie Cmedia dongles if you want <a href="http://www.amazon.com/Sabrent-External-Adapter-Windows-AU-MMSA/dp/B00IRVQ0F8/ref=sr_1_1?ie=UTF8&qid=1462838915&sr=8-1&keywords=usb+audio+interface" class="">http://www.amazon.com/Sabrent-External-Adapter-Windows-AU-MMSA/dp/B00IRVQ0F8/ref=sr_1_1?ie=UTF8&qid=1462838915&sr=8-1&keywords=usb+audio+interface</a> or a higher quality thing like this <a href="http://www.ebay.com/itm/231620915394?_trksid=p2060353.m1438.l2649&ssPageName=STRK:MEBIDX:IT" class="">http://www.ebay.com/itm/231620915394?_trksid=p2060353.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT</a><div class="">I2C is not really suitable for audio. </div><div class="">In theory, you could bitbang i2s over GPIO, but you’d be in the weeds in not only building a driver, but probably having timing issues, too.</div><div class=""><br class=""></div><div class="">Peter</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 9, 2016, at 5:05 PM, Christof Ressi <<a href="mailto:christof.ressi@gmx.at" class="">christof.ressi@gmx.at</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">:-o Wow, I'll immediately buy one of these, no matter if it's the right thing for my project. Just wanna try it out.<br class=""><br class="">Let's say I use a CHIP for my project: I'd hook up an external ADC and DAC chip (CHIP has only mono input and stereo output), write some code to interface with the hardware and let libPd do the DSP stuff. Now, what would be the best way to interface with ADC/DAC chips? I noticed that CHIP doesn't have SPI. Would I2C be fast enough? I aim for 44.1 kHz/16 bit, but I can also do with less... <br class=""><br class="">Thanks!<br class=""><br class="">Christof <br class=""><br class="">Gesendet: Dienstag, 10. Mai 2016 um 00:39 Uhr<br class="">Von: "Peter Nyboer" <<a href="mailto:pnyboer@slambassador.com" class="">pnyboer@slambassador.com</a>><br class="">An: <a href="mailto:pd-list@lists.iem.at" class="">pd-list@lists.iem.at</a><br class="">Betreff: Re: [PD] LibPd on microcontroller<br class=""><br class=""> <br class=""><br class="">Content-Type: text/plain; charset=UTF-8<br class=""><br class="">Hi, thanks for your answer! I'll definitely have a look at heavy and compare the results with some bits of my own DSP code.<br class=""> How do you plan to output audio<br class="">from it? It has SPI that could get you to connect to some DACs but<br class="">nothing of top quality audio. One can also use PWM to simulate analog<br class="">out.<br class="">I actually thought of connecting ADCs and DACs via SPI, I don't need top audio quality, I'm rather looking for cheap effect/sound boxes :-). On the other hand, the ESP8266 also an I2S interface (dedicated to audio). I've seen videos of people streaming and playing mp3 files with it!<br class=""><br class="">Once I've done my tests (probably not before July), I'll tell my results.<br class="">Not sure how cheap is cheap, but the CHIP from Next Thing Co is $9 + shipping <a href="http://getchip.com" class="">http://getchip.com</a> and has audio, wifi, and bt built-in. I’ve been running PD on it. There’s still some issues with duplex audio in PD, but there is vast potential for audio fun on this thing.<br class="">disclosure: I work for NTC<br class="">P<br class=""> _______________________________________________ <a href="mailto:Pd-list@lists.iem.at" class="">Pd-list@lists.iem.at</a> mailing list UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]" class="">https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]</a><br class=""></div></div></blockquote></div><br class=""></div></body></html>