View Poll Results: Does this work for you?

Voters
248. You may not vote on this poll
  • Yes

    137 55.24%
  • No

    111 44.76%
Page 5 of 18 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 175

Thread: How To: The (almost) Perfect Pulse Audio Setup

  1. #41
    Join Date
    Feb 2008
    Beans
    7

    Re: How To: The (almost) Perfect Pulse Audio Setup

    So for the surround sound trick under the sample sound channels. Do I out in 5 or 6 if it's 5.1 surround sound?

  2. #42
    Join Date
    Oct 2007
    Location
    Portugal
    Beans
    277

    Re: How To: The (almost) Perfect Pulse Audio Setup

    Hi!
    Great HowTo.
    Now I can use multiple apps with sound!
    It got me 90% things working.
    All that doesn't work now is Neverwinter Nights, which uses SDL.
    I'm not sure how to make it work now, but once I get an answer I'll post it here.

    Thanks again for this!

  3. #43
    Join Date
    Dec 2006
    Location
    Ohio, USA
    Beans
    38

    Re: How To: The (almost) Perfect Pulse Audio Setup

    Quote Originally Posted by gotjpeg View Post
    So for the surround sound trick under the sample sound channels. Do I out in 5 or 6 if it's 5.1 surround sound?
    I believe you would want to go with 6.

  4. #44
    Join Date
    Oct 2007
    Location
    Portugal
    Beans
    277

    Re: How To: The (almost) Perfect Pulse Audio Setup

    OK, I've got everything working now. Even Neverwinter Nights which uses SDL and ALSA.
    I got this answer on NWN linux forums, so credit goes to "Skildron".
    You ahve to edit your ~/.asoundrc file and paste the following in there:
    Code:
    pcm.!default {
    	type plug
    	slave.pcm "dmixer"
    }
    
    pcm.dsp0 {
    	type plug
    	slave.pcm "dmixer"
    }
    
    pcm.dmixer {
    	type dmix
    	ipc_key 1024
    	slave {
    		pcm "hw:0,0"
    		period_time 0
    		period_size 1024
    		buffer_size 8192
    		rate 48000
    	}
    	bindings {
    		0 0
    		1 1
    	}
    }
    
    ctl.dmixer {
    	type hw
    	card 0
    }
    Some people had to change the rate setting in the file from 48000 to 96000 to produce usable output, so you might want to keep that in mind and tinker a bit with it.

    After making this change, just log out and back in and voila!
    100% working sound!

    Hope this helps someone!

  5. #45
    Join Date
    Apr 2008
    Location
    Germany
    Beans
    195

    Re: How To: The (almost) Perfect Pulse Audio Setup

    Great Howto.
    I was having problems playing videos in Firefox and VLC media player at the same time (whichever app was launched first ĺocked the sound).
    This totally sorted me out.
    Thank you.

  6. #46
    Join Date
    Dec 2006
    Beans
    2

    Re: How To: The (almost) Perfect Pulse Audio Setup

    Thank you for this, i also had the problem of amarok locking the sound. All working well after this.

  7. #47
    Join Date
    Jun 2007
    Location
    Canada
    Beans
    67
    Distro
    Ubuntu

    Re: How To: The (almost) Perfect Pulse Audio Setup

    You fixed it!!!!!
    Thank you so much.
    Now I can have my hockey play-by-play on vlc and Frank Black on rhythm box at the same time.

    Again thanks for the great how-to.

  8. #48
    Join Date
    Dec 2007
    Beans
    7

    Re: How To: The (almost) Perfect Pulse Audio Setup

    Good work, thanks

  9. #49
    Join Date
    Dec 2005
    Location
    High Desert of California
    Beans
    49
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How To: The (almost) Perfect Pulse Audio Setup

    FANTASTIC! Since Pulse came on the scene in Hardy I've been having a massive "clipping" type sound but for some reason this seems to have fixed it. I won't spend any time wondering WHY, but it did. Thanks!!!

  10. #50
    Join Date
    May 2008
    Beans
    70

    Re: How To: The (almost) Perfect Pulse Audio Setup

    I dont see a /etc/asound.conf file

Page 5 of 18 FirstFirst ... 3456715 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •