Search found 59476 matches
- Mon Nov 16, 2015 8:08 pm
- Forum: Windows
- Topic: Sample and Bit Rate Confusion
- Replies: 10
- Views: 1636
Re: Sample and Bit Rate Confusion
But what takes place when my UA-1g digitizes my cassette music at 44.1, yet Audacity records it at 96000? Should I set Audacity to 44.1 also? If you record a 44100 Hz sample rate source with Audacity set to 96000 Hz, Audacity will "resample" the audio to 96000 Hz. This does not improve th...
- Mon Nov 16, 2015 5:17 pm
- Forum: Windows
- Topic: Sample and Bit Rate Confusion
- Replies: 10
- Views: 1636
Re: Sample and Bit Rate Confusion
"Bit rate" refers to compressed file formats such as MP3, AC3, Ogg, and so on. For best quality, don't export in a lossy format - stick with WAV, AIFF or FLAC. ("WAV" is the default, and is almost universally supported by other applications, players and so on). CD quality is 16 b...
- Mon Nov 16, 2015 4:12 pm
- Forum: GNU/Linux
- Topic: Audacity compiling on Solaris
- Replies: 1
- Views: 688
Re: Audacity compiling on Solaris
Impossible to say without a lot more information, but I'd guess he may be missing a required graphics library. I'd suggest that he looks through the configure log for errors and warnings.
- Mon Nov 16, 2015 4:08 pm
- Forum: Windows
- Topic: Serious problems with filters (notch) and Nyquist plugins.
- Replies: 76
- Views: 3656
Re: Serious problems with filters (notch) and Nyquist plugin
In the Nyquist Prompt effect, enter this code (exactly as written):
and click the Debug button.
What happens?
Code: Select all
(print (mult 3 4))What happens?
Re: Latency
Recording the clicks through your headphones will probably give more accurate results than recording "sounds playing on your computer". In some cases, recording "sounds playing on your computer" may have a different amount of latency to when you are recording a physical input (su...
Re: Latency
Is the click track playing through your headphones when you record? If it is, then just put the headphones over your microphone to record the click track.
Re: Latency
Why not? What's the problem?jethroburns wrote:I am unable to use the click track alignment technique
Does anything here help? http://manual.audacityteam.org/o/man/latency_test.html
- Mon Nov 16, 2015 1:57 pm
- Forum: Windows
- Topic: Recording YouTube
- Replies: 1
- Views: 170
Re: Recording YouTube
On Windows Vista or later, use the WASAPI loopback method: http://manual.audacityteam.org/o/man/tutorial_recording_computer_playback_on_windows.html There are also "plug-ins" available for some web browsers that enable downloading from YouTube. This is generally a better option as it is us...
Re: Latency
Firstly, latency compensation is only important if you are making overdub recordings. Is that what you are doing? Secondly, when making overdub recordings, the latency test should be performed using the recording input that you will be recording with. The latency for "What U Hear" or "...
- Mon Nov 16, 2015 1:48 pm
- Forum: Windows
- Topic: How accurate is the "Plot Spectrum" function?
- Replies: 14
- Views: 1400
Re: How accurate is the "Plot Spectrum" function?
Plot Spectrum is accurate in what it does, but interpreting the results can be tricky. If you are interested in the gory details, Plot Spectrum performs FFT analysis (https://en.wikipedia.org/wiki/Fast_Fourier_transform) on the selected audio, which spits out a list of numbers that represent the amp...