Page 1 of 1

Getting sound

Posted: Sun Jun 12, 2016 4:15 pm
by LoafSlice
Do I really need a USB DAC? cant I get sound off the pi?

Re: Getting sound

Posted: Sun Jun 12, 2016 4:39 pm
by nsqpdn
If you are using the Pi Zero, you can follow this Adafruit tutorial to get audio from the GPIO pins.
https://learn.adafruit.com/introducing- ... io-outputs

Instead, if you are using any other Pi, they have an audio jack built already.

Re: Getting sound

Posted: Sun Jun 12, 2016 6:08 pm
by wermy
LoafSlice wrote:Do I really need a USB DAC? cant I get sound off the pi?
No need for a USB DAC, you can use PWM audio as @nsqpdn points out. The Adafruit guide is a little out of date at this point with regards to the OS configuration they have you do - it's actually much easier than that now. Audio output is in the next part of my video guides, should be up later tonight. :)

Re: Getting sound

Posted: Mon Jun 13, 2016 5:04 am
by LoafSlice
wermy wrote:
LoafSlice wrote:Do I really need a USB DAC? cant I get sound off the pi?
No need for a USB DAC, you can use PWM audio as @nsqpdn points out. The Adafruit guide is a little out of date at this point with regards to the OS configuration they have you do - it's actually much easier than that now. Audio output is in the next part of my video guides, should be up later tonight. :)

You're a damn god send. I was looking for it this weekend.