Community Forums Today's Posts     Member List     Archive    
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2008
    Location
    england
    Posts
    1

    Teamspeak sound output crackling

    I'm running Teamspeak using the aoss command, my mic doesn't work if i dont use aoss. (ubuntu gutsy)

    Other people on teamspeak crackly, as is the voice saying "connection established" etc. My music isn't crackly, nothing else that i know of it, only teamspeak. It makes it very hard to understand people talking - when i talk to them they inform me everything is fine. I'm not fussed if i only have to have teamspeak running and no other audio, i just want teamspeak working right.

    Does anybody have a fix?

  2. #2
    Join Date
    May 2008
    Location
    England
    Posts
    1
    I've got a similar problems with the crackling. I found that it seems to help a bit if I switch the quality up and down a few times, but this isn't a definitive fix and doesn't really make much sense. I wish the Linux version was as polished as the windows one.

  3. #3
    Join Date
    Apr 2008
    Location
    Missouri, USA
    Posts
    7
    You can try adding this to your .asoundrc file:

    Code:
    pcm.card0 {
            type hw
            card 0
            mmap_emulation true
    }
    
    pcm.!playback {
            type dmix 	# dmix plugin for mixing the output
            ipc_key 1234	# an uniqe number
          slave {
            pcm "card0"
            period_time 0
            period_size 1024
            buffer_size 8192
            rate 44100
            }
    bindings {
            0 0
            1 1
            }
    }
    
    pcm.!capture {
            type dsnoop	# dsnoop plugin for input
            ipc_key 5678	# another uniqe number
           slave {
            pcm "card0"
            period_time 0
            period_size 1024
            rate 44100
            }
    }
    
    #
    # combined playback/capture device
    #
    pcm.!duplex {
            type asym
            playback.pcm "playback"
            capture.pcm "capture"
    }
    
    #
    # making the playback/capture device default
    #
    pcm.!default {
    	type plug
    	slave.pcm "duplex"
    }
    
    #
    # for oss compatibility (maybe)
    #
    pcm.!dsp {
    	type plug
    	slave.pcm "duplex"
    }
    
    ctl.!mixer0 {
    	type hw
    	card 0
    }
    Reboot your computer and it should work. At least it did for me on Ubuntu 7.10.
    And I got the above code form here

    Oh, And if you don't have an .asoundrc file in your home directory then you'll have to add one. just use gedit are what ever text editor you use.

    Hope that helps.
    Last edited by {-Delta-}; 08-05-2008 at 21:36.

  4. #4
    Join Date
    May 2008
    Posts
    4

    Thumbs down

    Yep, same problem under Slackware 12.0.
    TeamSpeak doesn't use ALSA drivers, this is the real problem.

  5. #5
    Join Date
    Jul 2008
    Location
    italy
    Posts
    1
    Team Speak does not seem to be built for any modern linux distribution, it looks more like an oldish windows gaming enthusiast application, using oss and pascal is a terrible choice for us, actually its performances are poor compared to other newer systems, Mumble in primis. The problem is convincing communities to switch to better programs, if teamspeak 3.0 won't be fast out i believe and HOPE that, with this new spreading of linux, mumble will soon increase popularity.

    I have the same problem with gentoo x86_64 and Analog Devices AD1986A, looks like there is no way to solve it, apart from substantially removing microphone support. This sucks SO much.
    Last edited by Kibuzo; 21-07-2008 at 22:11.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. TeamSpeak picks up system output sound
    By Cunjo in forum [TeamSpeak 2] Client Support
    Replies: 11
    Last Post: 15-05-2007, 15:39
  2. All sound output from my comp going through mic...
    By Twenty in forum [TeamSpeak 2] Client Support
    Replies: 4
    Last Post: 30-09-2006, 17:25
  3. Teamspeak needs to release higher codecs, at least 44k
    By Gnomore in forum [TeamSpeak 2] General Questions
    Replies: 21
    Last Post: 08-08-2005, 21:17
  4. no Sound in Descent3 when TeamSpeak running
    By maarten in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 08-06-2003, 11:21

Posting Permissions

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