Author Topic: [SOLVED]Audacity Recording Sound Quality  (Read 1912 times)

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
[SOLVED]Audacity Recording Sound Quality
« on: April 24, 2010, 04:27:58 PM »
When I record audio from a streaming video, the recording doesn't sound as good. It sounds like it's "vibrating", particularly on the louder parts. I didn't have this problem prior to upgrading to 2010. Can anyone help?
« Last Edit: May 02, 2010, 02:43:29 PM by CheeseQueen452 »

Offline corazon

  • Full Member
  • ***
  • Posts: 133
Re: Audacity Recording Sound Quality
« Reply #1 on: April 25, 2010, 05:38:33 PM »
Hi, can you supply lots of details, your soundchip/card, apps used, quality settings, codecs used, and
any of those that are different from your previous  install. It may be as simple as sample rates not being the same
between the output stream and the capture, or the beginning of an epic saga. The quality and compatibilty of
audio player apps, audio capture apps, and codec implementations vary wildly in even the best of times.
Cheers  ;) Most audacity linux betas are better, but I don't like this newest one, I noticed last night playback has a large
lag before beginning, never a good sign, and the first in many years of audacity versions! If you can uninstall it, and find an rpm for

audacity-1.3.10-1pclos2010.i586.rpm or similar, or a 1.3.9 pclos version, it might be worth the effort.
Good luck!
« Last Edit: April 25, 2010, 05:46:29 PM by corazon »

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Audacity Recording Sound Quality
« Reply #2 on: April 26, 2010, 07:05:56 AM »
My sound card is a Sound Blaster(I think). Only Audacity & Firefox are used in the recording process. The quality settings in Audacity are: sample rate 44100 hz, 32 bit float, fast sinc interpolator/none, best sinc interpolator/shaped. The videos I record the audio from are flash-based. I don't think any of these settings are different than before I upgraded, so I have no clue why this is happening. If I use an older version of Audacity, I'll be prompted to upgrade, so I won't do that.

Hi, can you supply lots of details, your soundchip/card, apps used, quality settings, codecs used, and
any of those that are different from your previous  install. It may be as simple as sample rates not being the same
between the output stream and the capture, or the beginning of an epic saga. The quality and compatibilty of
audio player apps, audio capture apps, and codec implementations vary wildly in even the best of times.
Cheers  ;) Most audacity linux betas are better, but I don't like this newest one, I noticed last night playback has a large
lag before beginning, never a good sign, and the first in many years of audacity versions! If you can uninstall it, and find an rpm for

audacity-1.3.10-1pclos2010.i586.rpm or similar, or a 1.3.9 pclos version, it might be worth the effort.
Good luck!

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Audacity Recording Sound Quality
« Reply #3 on: April 26, 2010, 08:43:11 AM »
I would be inclined to d/load a video as a test and then extract the audio by streaming locally, and compare that to the audio extracted by another app.
If the audacity audio is still problematic then probably Audacity is at fault; if the audio is good then maybe it is due to something interfering with the stream.

TBH, I don't use audacity for this ......  I d/load the video and extract locally .....  so the above may be just hog-wash!   ;)

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Audacity Recording Sound Quality
« Reply #4 on: April 26, 2010, 09:16:35 AM »
Here's a sample clip, so you know what I'm dealing with....

http://www.megaupload.com/?d=F88KOA9B

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Audacity Recording Sound Quality
« Reply #5 on: April 26, 2010, 09:20:00 AM »
The video(s) in question are not downloadable, they are flash based. I've never had this issue before, since I've done it many times. It may simply be a setting in Audacity that I'm unaware of, which needs to be adjusted. *shrugs*

I would be inclined to d/load a video as a test and then extract the audio by streaming locally, and compare that to the audio extracted by another app.
If the audacity audio is still problematic then probably Audacity is at fault; if the audio is good then maybe it is due to something interfering with the stream.

TBH, I don't use audacity for this ......  I d/load the video and extract locally .....  so the above may be just hog-wash!   ;)

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Audacity Recording Sound Quality
« Reply #6 on: April 26, 2010, 09:51:18 AM »
The video(s) in question are not downloadable, they are flash based. I've never had this issue before, since I've done it many times. It may simply be a setting in Audacity that I'm unaware of, which needs to be adjusted. *shrugs*


I use Firefox with DownloadHelper to get flash videos from Youtube and the likes.

Is it something of that nature you are extracting the audio from?

Offline corazon

  • Full Member
  • ***
  • Posts: 133
Re: Audacity Recording Sound Quality
« Reply #7 on: April 26, 2010, 10:08:54 AM »
The video(s) in question are not downloadable, they are flash based. I've never had this issue before, since I've done it many times. It may simply be a setting in Audacity that I'm unaware of, which needs to be adjusted. *shrugs*

I would be inclined to d/load a video as a test and then extract the audio by streaming locally, and compare that to the audio extracted by another app.
If the audacity audio is still problematic then probably Audacity is at fault; if the audio is good then maybe it is due to something interfering with the stream.

TBH, I don't use audacity for this ......  I d/load the video and extract locally .....  so the above may be just hog-wash!   ;)
empty your browser cache, use 'sort by size' in your filemanager, play the flash file,
it will be the big one when sorted by size, you can view its growth as it plays, rename it myflv.flv and run this:

ffmpeg -i myflv.flv -ar 44100 -ab 320 -ac 2 myflv.mp3

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Audacity Recording Sound Quality
« Reply #8 on: April 26, 2010, 03:50:47 PM »
Yes. I posted a sample clip above, to show what my recordings sound like.

I use Firefox with DownloadHelper to get flash videos from Youtube and the likes.

Is it something of that nature you are extracting the audio from?

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Audacity Recording Sound Quality
« Reply #9 on: April 26, 2010, 04:04:45 PM »
Yes. I posted a sample clip above, to show what my recordings sound like.

I use Firefox with DownloadHelper to get flash videos from Youtube and the likes.

Is it something of that nature you are extracting the audio from?

Yes I listened to it ........  very distorted.

Did you try using Firefox & plugin mentioned above to get the video and extract the audio locally?

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Audacity Recording Sound Quality
« Reply #10 on: April 26, 2010, 04:20:33 PM »
Not yet, but I've never had this problem before. Any idea what might be causing this?

Did you try using Firefox & plugin mentioned above to get the video and extract the audio locally?

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Audacity Recording Sound Quality
« Reply #11 on: April 26, 2010, 04:30:07 PM »
Not yet, but I've never had this problem before. Any idea what might be causing this?

Did you try using Firefox & plugin mentioned above to get the video and extract the audio locally?

Not really .....  it sounds like a very bad radio broadcast ...... if asked to listen to it with no knowledge of its origins I would be almost certain it was a bad radio broadcast ....

Is it possible that the input to Audacity is overloading the input?
Can you try backing it down somewhat (or a lot) to see if it improves?

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Audacity Recording Sound Quality
« Reply #12 on: April 27, 2010, 09:50:49 AM »
I'm not sure what you're referring to. You mean the mic volume control? If so, I've already tried that.

Is it possible that the input to Audacity is overloading the input?
Can you try backing it down somewhat (or a lot) to see if it improves?

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Audacity Recording Sound Quality
« Reply #13 on: April 27, 2010, 11:23:13 AM »
I'm not sure what you're referring to. You mean the mic volume control? If so, I've already tried that.


Well I did not realise you are using a Mic to record the stream.   :-\

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Audacity Recording Sound Quality
« Reply #14 on: April 27, 2010, 03:25:48 PM »
Technically I'm not. It's using the internal mic, recording whatever sound is coming from the sound card. When I mentioned the volume control, I meant the one in Audacity with the mic symbol next to it.

Well I did not realise you are using a Mic to record the stream.   :-\