Adding an I2S DAC for audiophile quality sound.
|
3rd Nov, 2014, 03:49 AM
Post: #1
|
|||
|
|||
Adding an I2S DAC for audiophile quality sound.
This guide no longer works with the newer Xbian and therefore has been removed.
|
|||
3rd Nov, 2014, 06:48 AM
Post: #2
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
nice one m8
this would be handy for many people, I'm pretty sure so keep updating your first post with HowTo ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
3rd Nov, 2014, 06:55 AM
Post: #3
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
and BTW, what about Hifiberry Digi? do you have any experience with that? That would be something which may interest me personally
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
3rd Nov, 2014, 07:30 AM
Post: #4
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
This is the 'how to' that will be linked from the wiki which I hope to do later this week.
I am trying to make it as noob friendly as I can without writing a whole book! - No I don't have a 'digiberry' but would be happy to test it out if they send me one Thanks for the feedback! Skywatch |
|||
4th Nov, 2014, 06:28 PM
Post: #5
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
what do you think about this one here? http://goo.gl/NH5h2y
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
4th Nov, 2014, 08:05 PM
Post: #6
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
(4th Nov, 2014 06:28 PM)rikardo1979 Wrote: what do you think about this one here? http://goo.gl/NH5h2y That looks like the board sold in Europe by Audiophonics. It should do the job. If it were me I would try this one as it uses the same Wolfson chip, it's bi-directional and it's cheaper! .... http://www.ebay.co.uk/itm/WM8804-S-PDIF-TOSLINK-to-IIS-Converter-I2S-Codec-Project-integration-DIY-/141039832924?pt=UK_BOI_Electrical_Test_M...20d6a10f5c Also this one won't block access to the gpio pins on the main P1 connector of the pi. I don't know how you would get this working with another DAC for pure music to the pi though. Something to look into I guess. Skywatch. |
|||
4th Nov, 2014, 09:56 PM
Post: #7
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
(4th Nov, 2014 08:05 PM)Skywatch Wrote:thx for the link(4th Nov, 2014 06:28 PM)rikardo1979 Wrote: what do you think about this one here? http://goo.gl/NH5h2y as I understand it requires external PSU ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
4th Nov, 2014, 10:43 PM
Post: #8
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
Nice work Skywatch.
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
5th Nov, 2014, 03:33 AM
Post: #9
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
(4th Nov, 2014 09:56 PM)rikardo1979 Wrote: thx for the link Yup - I guess it all depends on if you want a DIY or 'plug-n-play' solution. That's the fun, there is something for everyone, a range of options, prices, specs and it's up to you what you want to do! Skywatch. |
|||
27th Nov, 2014, 03:13 AM
Post: #10
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
@Skywatch
man, you finally made my day. not because of that howto (which is indeed perfect), but because you FINALY realised you are not depending on Asking questions and Waiting for answers, but you can do it faster yourself! very good! btw: can RPI be forced for SDTV output but still sending audio to hdmi ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
13th Dec, 2014, 10:53 AM
Post: #11
|
|||
|
|||
Re: Adding an I2S DAC for audiophile quality sound.
No
pilight - modular domotica solution
|
|||
18th Apr, 2018, 06:29 AM
Post: #12
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
Hello, I have a Digione Allo, but Xbian doesn't recognized it at all!
Any help? This is a part of my config.txt # This parameter enables onboard sound via module snd_bcm2835. # Module will be loaded automatically, an entry in # /etc/modules[.xbian] has no effect and is not longer needed/ # necessary with kernel 4.4 and above. # Please note, this setting should be commented out if a Hifiberry # device is used. # dtparam=audio=off # ****************************************************************************** # * GPIO LIRC * # * Please note: * # * GPIO input pin has to be remapped for working together * # * with Hifiberry sound cards * # ****************************************************************************** #dtoverlay=lirc-rpi,debug #dtoverlay=lirc-rpi,gpio_out_pin=17,gpio_in_pin=22,debug # ****************************************************************************** # * Hifiberry and compatible sound cards (I2S interface) * # * May conflict with LIRC. See note above * # ****************************************************************************** #dtoverlay=hifiberry-amp #dtoverlay=hifiberry-dac #dtoverlay=hifiberry-dacplus dtoverlay=allo-digione My Digione Allo isn't present in the Audio soundcard choice! |
|||
19th Apr, 2018, 12:48 AM
Post: #13
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
Have you ever had it working on your pi?
What is the output of aplay -l ??? If you get nothing then try sudo apt-get install alsa-utils and try again aplay -l after a reboot. You could try with standard hifiberry-dac in dt as most cards work with that. |
|||
19th Apr, 2018, 04:46 AM
Post: #14
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
I made one step forward...
this is what I get from play -l xbian@xbian ~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: sndallodigione [snd_allo_digione], device 0: Allo DigiOne HiFi wm8804-spdif-0 [] Subdevices: 1/1 Subdevice #0: subdevice #0 the problem is in the list of audio devices I have only snd_digione_all analog and not SPDIF I have success, instead, with libreElec so it should work even with Xbian...or not? |
|||
19th Apr, 2018, 05:27 AM
Post: #15
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound. | |||
« Next Oldest | Next Newest »
|