no sound during playback

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
xmarahd
Posts: 2
Joined: Fri Feb 04, 2011 6:01 pm
Operating System: Please select

no sound during playback

Post by xmarahd » Fri Feb 04, 2011 6:42 pm

After importing my track to audacity, when I playback the audio I can't hear anything. the audio levels are showing but the sound doesn't come out.

I am using Audacity 1.3.4-Beta (unicode)

If anybody knows how to fix this tiny problem I would greatly appreciate it.

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: no sound during playback

Post by steve » Fri Feb 04, 2011 7:12 pm

Are you using a USB audio device?
Which Linux distro are you using?
What audio devices (sound cards) do you have in/attached to your system?
Do other audio applications work?
What have you tried so far to fix the problem?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: no sound during playback

Post by bgravato » Sun Feb 06, 2011 9:12 pm

Do you have sound in other programs?

You've probably selected the wrong playback device in Preferences -> Devices -> Playback

Start by trying "default", if you have that option available.

Do you have pulseaudio or jack running on your system?

1.3.4 is a bit old... Doesn't your distribution provide a more up-to-date version of audacity? 1.3.12 is the latest beta and it has many improvements over previous versions.
Include as much details as you can in your post (Audacity version, Operating System, Equipment used, etc).
Please post your question in the appropriate forum (regarding audacity version and operating system).

xmarahd
Posts: 2
Joined: Fri Feb 04, 2011 6:01 pm
Operating System: Please select

Re: no sound during playback

Post by xmarahd » Sat Feb 12, 2011 4:58 pm

wow....how simple....thanks. all I had to do was set the preference to Default and it worked.

just for my info...how do I go about finding out whether I have pulseaudio or jack running my system? and what is Linux distro?

thank you so much!

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: no sound during playback

Post by bgravato » Tue Feb 15, 2011 2:33 am

Linux Distribution: http://en.wikipedia.org/wiki/Linux_distro
(popular ones: Debian, Ubuntu, RedHat, Fedora, etc...)

One possible way of finding if you have pulse audio or jack running: type this at the command line:

Code: Select all

ps -C pulseaudio
ps -C jackd
If it returns anything beside "PID TTY TIME CMD" then you have it running...
Include as much details as you can in your post (Audacity version, Operating System, Equipment used, etc).
Please post your question in the appropriate forum (regarding audacity version and operating system).

Locked