Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] Two output audio
Thank you for your donation

Pages (4): « Previous 1 2 3 4 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: Two output audio
17th Jan, 2014, 04:26 AM
Post: #16
Phillez Offline
Registered
Posts: 18
Joined: Jan 2014
Reputation: 0
RE: Two output audio
Is there a how to for this kind of job? Do i need to add some specific repositories?
Find all posts by this user
Quote this message in a reply
17th Jan, 2014, 05:23 AM
Post: #17
matzemedia Offline
Registered
Posts: 1
Joined: Jan 2014
Reputation: 0
RE: Two output audio
I'am looking the last two week for a solution to get a better audio output for my pi using XBMC. For example a external DAC.
HifiBerry seams to me the best solution to get with less money a great result. So I'am looking forward to found a repository supporting external USB sound or better HifiBerry.
You will make my live happier when writing a How To or better adding snd-soc-rpi-dac to 1.3-6 bundle.

Regards,
Matthias
Find all posts by this user
Quote this message in a reply
17th Jan, 2014, 06:23 AM
Post: #18
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
(17th Jan, 2014 04:26 AM)Phillez Wrote:  Is there a how to for this kind of job? Do i need to add some specific repositories?

you have two options - download and install manually with dpkg - or add staging && devel repo and just do apt-get install.

1)
Code:
cd /tmp
sudo -i
wget http://xbian.brantje.com/pool/devel/main/x/xbian-package-kernel/xbian-package-kernel_1.3-6.8e_armhf.deb
wget http://xbian.brantje.com/pool/devel/main/x/xbian-package-config-shell/xbian-package-config-shell_2.1.6-59_armhf.deb
wget http://xbian.brantje.com/pool/devel/main/x/xbian-package-initramfs-tools/xbian-package-initramfs-tools_1.3.3-4a_armhf.deb
dpkg -i *.deb

2) put into /etc/apt/sources.list as additional lines
Code:
deb http://xbian.brantje.com devel main
deb http://xbian.brantje.com staging main

and run

Code:
sudo -i
apt-get update; apt-get install xbian-package-kernel

(17th Jan, 2014 05:23 AM)matzemedia Wrote:  I'am looking the last two week for a solution to get a better audio output for my pi using XBMC. For example a external DAC.
HifiBerry seams to me the best solution to get with less money a great result. So I'am looking forward to found a repository supporting external USB sound or better HifiBerry.
You will make my live happier when writing a How To or better adding snd-soc-rpi-dac to 1.3-6 bundle.

supporting AUDIO on system level is the same for XBian as for other linux distributions. install ALSA or PULSEAUDIO - you will find many how-to documents on internet.

((XBMC on RPI doesn't support other audio devices than HDMI output and native Analogue output))

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
17th Jan, 2014, 07:23 AM
Post: #19
Phillez Offline
Registered
Posts: 18
Joined: Jan 2014
Reputation: 0
Lightbulb RE: Two output audio
Thats just awsome.
Will XBMC support other audio sources in the future?
If I install ALSA, will that interfere with XBMC audio?
Find all posts by this user
Quote this message in a reply
17th Jan, 2014, 08:57 AM
Post: #20
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
1. i'm sure yes
2. no, no at all

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
18th Jan, 2014, 06:42 AM
Post: #21
Phillez Offline
Registered
Posts: 18
Joined: Jan 2014
Reputation: 0
RE: Two output audio
Ok, great. It seems that an kernel update was released today?

Anyway - Is there a know work around for XBMC to use other audio sources?
Find all posts by this user
Quote this message in a reply
21st Jan, 2014, 06:22 PM
Post: #22
min Offline
Registered
Posts: 54
Joined: Jan 2013
Reputation: 4
Re: RE: Two output audio
(15th Jan, 2014 04:17 AM)Skywatch Wrote:  Yes, with beta 1.1 onwards IIRC.

But the analog out from the pi is not very good (it's limited to 10 bit) - so if possible use the hdmi. - I have sourced a hdmi to analog DAC that works well and gives quality indsitinguishible from CD on my B&W speakers.

Skywatch

Could you share some more info about this DAC?

Thanks Smile
Find all posts by this user
Quote this message in a reply
21st Jan, 2014, 11:19 PM
Post: #23
Phillez Offline
Registered
Posts: 18
Joined: Jan 2014
Reputation: 0
RE: Two output audio
Hi

There is a lot of different dacs.
The HiFiBerry uses the I2S header on the rPi. Check it out here or check out some USB DACs here
Find all posts by this user
Quote this message in a reply
22nd Jan, 2014, 08:24 AM
Post: #24
min Offline
Registered
Posts: 54
Joined: Jan 2013
Reputation: 4
Re: Two output audio
Well the hifiberry seems a bit more bleeding edge to me Cool
Find all posts by this user
Quote this message in a reply
22nd Jan, 2014, 09:21 AM
Post: #25
Phillez Offline
Registered
Posts: 18
Joined: Jan 2014
Reputation: 0
RE: Two output audio
(22nd Jan, 2014 08:24 AM)min Wrote:  Well the hifiberry seems a bit more bleeding edge to me Cool

Its awesome! Just waiting for XBMC to support it though! :<
Find all posts by this user
Quote this message in a reply
22nd Jan, 2014, 10:17 AM
Post: #26
min Offline
Registered
Posts: 54
Joined: Jan 2013
Reputation: 4
RE: Two output audio
What sort of case are you using Phillez? Does the board add much extra height?
Find all posts by this user
Quote this message in a reply
23rd Jan, 2014, 03:00 AM
Post: #27
Phillez Offline
Registered
Posts: 18
Joined: Jan 2014
Reputation: 0
RE: Two output audio
(22nd Jan, 2014 10:17 AM)min Wrote:  What sort of case are you using Phillez? Does the board add much extra height?

I actually havent figured out how to case it yet. The board it self does not add extra hight, but the two RCA's add the hight.
Although, it is possible to buy RCA and wire them form the DAC so you can mount them on the side of a case :-)
Find all posts by this user
Quote this message in a reply
23rd Jan, 2014, 06:30 PM
Post: #28
Gymnae Offline
Registered
Posts: 1
Joined: Jan 2014
Reputation: 0
RE: Two output audio
I have just bought a HifiBerry and was running Beta 2 - I updated with the devel sources and that corrupted my btrfs fs to the point I had to restore the system from a clonezilla SD card backup.

After restoring that backup, I updated through
Code:
sudo apt-get update && sudo apt-get upgrade
which ended me with a disfunctional xbmc (the splash screen just looped).

Then I manually installed the new kernel and the other two packages like described in the post above, which again ended me in a loop, now even without working wifi.

I do not know if it is missing power, which is unlikely as I use a 2A hub, or if something goes wrong with btrfs after installing the development kernel.
Anyhow, later tonight I will restore the clonezilla backup once more - even though it doesn't have the modules for the HifiBerry.

Long story short: I'd really appreciate the addition of snd-soc-rpi-dac to the stable beta release.

@mk01: Can I retrieve helpful logs from the sd-card for analysis before I wipe it? Maybe there is some truth to be found in the /var/log folder pertaining to the failing of xbmc and btrfs.

I also have the staging repos in the sources, maybe somethings borked there.
Find all posts by this user
Quote this message in a reply
26th Jan, 2014, 03:30 AM
Post: #29
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
definitely. if you can still access the rootfs, send /var/log/*

like

tar -c /var/log | gzip > logs.tar.gz

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
3rd Feb, 2014, 09:42 AM
Post: #30
Thak Offline
Registered
Posts: 1
Joined: Feb 2014
Reputation: 0
RE: Two output audio
(16th Jan, 2014 06:00 PM)mk01 Wrote:  @Phillez

in case of high demand I can add snd-soc-rpi-dac to 1.3-6 bundle (3.10.23).

otherwise is by default included in 3.12.y (kernel bundle 1.3-8.x).

Hi,
It would be really great if you could done that! And hifiberry's creator is really helpfull in order to make his dac compatible with a maximum software!
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (4): « Previous 1 2 3 4 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] Video's output audio to DAC DENVER44 2 8,025 10th Mar, 2014 05:32 PM
Last Post: teekay
  Audio-Output nomax 6 17,780 8th Jun, 2013 06:53 PM
Last Post: nomax

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 04:07 PM Powered By MyBB, © 2002-2025 MyBB Group.