Search found 59476 matches
- Wed Jan 09, 2013 8:36 pm
- Forum: Audio Processing
- Topic: normalize and amplify
- Replies: 13
- Views: 9867
Re: normalize and amplify
can I amplify/normalise a capture in either direction as many times as I want, and still be able to put it back again exactly, bit perfect to the original capture, by re-applying the appropriate level of opposite dB amplify/normalise using the same process again. Almost. Lets say for example that y...
- Wed Jan 09, 2013 8:09 pm
- Forum: Audio Processing
- Topic: normalize and amplify
- Replies: 13
- Views: 9867
Re: normalize and amplify
1. I read somewhere that normalise and amplify are purely arithmetical You have been reading "Koz" - that is one of his phrases. "Amplify" multiplies each sample value by a given amount. For example, if you amplify by 6.020599913 dB, then each sample value is multiplied by 2. &q...
- Wed Jan 09, 2013 7:36 pm
- Forum: Windows
- Topic: Installing Audacity
- Replies: 6
- Views: 665
Re: Devices
Does your computer have any audio devices built in or attached?
I'm guessing that you are trying to record sounds that are playing on your computer, using a Windows 7 desktop computer. Is my crystal ball right? If so, see here: Windows Sound Control Panel
I'm guessing that you are trying to record sounds that are playing on your computer, using a Windows 7 desktop computer. Is my crystal ball right? If so, see here: Windows Sound Control Panel
- Wed Jan 09, 2013 7:31 pm
- Forum: Windows
- Topic: What settings to use for an internet podcast?
- Replies: 9
- Views: 2516
Re: What settings to use for an internet podcast?
What about the frecuency (Hz)? What do you recommend? As Koz says, the recording (before converting to MP3) should be a good clean recording. I'd recommend recording with a sample rate of 44100 Hz and 32 bit float. Leave the format like that throughout the production process. Convert to MP3 at the ...
- Wed Jan 09, 2013 1:23 pm
- Forum: Windows
- Topic: What settings to use for an internet podcast?
- Replies: 9
- Views: 2516
Re: What settings to use for an internet podcast?
When using "CBR" (constant bit rate), the "bit rate" (kbps) that you select in the MP3 export settings is the bit rate that you get. If you select 128 kbps, then there will be 128 thousand data bits for each second of audio, regardless of whether the track is mono or stereo. If t...
- Wed Jan 09, 2013 12:38 pm
- Forum: New Plug-Ins
- Topic: Kazoo effect
- Replies: 11
- Views: 7910
Re: Kazoo effect
I think that is due to an old Nyquist bug that has now been fixed.
Please try this version:
Please try this version:
- Wed Jan 09, 2013 12:21 pm
- Forum: Audio Processing
- Topic: DC offset trickery
- Replies: 20
- Views: 7937
Re: DC offset trickery
In viewtopic.php?f=28&t=68793#p195694 you were recommending absolute + filter as best for non-constant offset. That was before I had invented "Dynamic Bias Adjustment" ;) Three posts later: http://forum.audacityteam.org/viewtopic.php?p=195714#p195714 There is now an updated version of...
- Wed Jan 09, 2013 12:13 pm
- Forum: Audio Processing
- Topic: DC offset trickery
- Replies: 20
- Views: 7937
Re: DC offset trickery
Can you post a WAV file of that - it might be easier. It was just a temporary test tone. I don't remember the frequency that I used, but this file has the same offset: bias.wav Sorry I am not following what these "bias measurement" values are showing. They are showing the amount that the ...
- Wed Jan 09, 2013 11:06 am
- Forum: New Plug-Ins
- Topic: Kazoo effect
- Replies: 11
- Views: 7910
Re: Kazoo effect
I'm not able to reproduce the problem.Trebor wrote:I'm experiencing an intermittent me an error with that (1.24 KiB) version ...
Could you try running the effect using the "Debug" button. If it fails it should show some debug information. Please copy and paste any debug output to your reply.
- Wed Jan 09, 2013 10:54 am
- Forum: Audio Processing
- Topic: DC offset trickery
- Replies: 20
- Views: 7937
Re: DC offset trickery
Is the dynamic always the best method? Or high pass if you can be sure to avoid clicks? Or have you got to use different methods each time? Based on my Nyquist implementation of "dynamic bias adjustment": "Dynamic" is best if there is a changing bias. "Absolute" is mar...