Output levels distorted after restarting audacity

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
BlueRain508
Posts: 12
Joined: Mon Nov 02, 2015 9:47 pm
Operating System: Please select

Re: Output levels distorted after restarting audacity

Post by BlueRain508 » Sun Nov 08, 2015 12:45 am

steve wrote:Here's the problem. See how the waveform has a "notch" in it where it briefly goes to the centre line. I've highlighted one, and there is another one visible a little earlier.
firsttrack000.png
Those notches should not be there. The strange thing is that they occur at exact intervals of 128 samples.
I doubt that this is an Audacity problem. It looks more like a problem with the audio device drivers.

Try running this command in a terminal window. It will record 6 seconds of audio (starting when you press "Enter") from the default device (should be your mic). By default it will save the file to your home folder:

Code: Select all

arecord -d 6 -f S16_LE -t wav -c 1 test.wav
If for some reason it does not return to the normal terminal prompt after 6 seconds, press Ctrl+C to abort.
Try that and see if the "distortion" problem occurs there.
Yeah, I see what you're talking about. That's really strange. I tried doing the test sample and the distortion is still there. It's like a crackling sound or something. I tried reinstalling alsa, that didn't change anything. On bass and treble in Audacity, I disabled level control and turned the bass way down and that seemed to make it better, but it didn't go away.

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

Re: Output levels distorted after restarting audacity

Post by steve » Sun Nov 08, 2015 12:58 pm

BlueRain508 wrote:I tried doing the test sample and the distortion is still there.
Was that with "arecord"? If so, could you post that recording so I can see if the notches are "exactly" the same as you get with Audacity.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply