Was that a standard audio CD (not an MP3 CD)?smokethrower2 wrote:I finally made a cd the other day mixing in other mp3s not recorded by me with the ones I recorded.
Search found 59476 matches
- Fri Oct 03, 2014 12:24 pm
- Forum: Windows
- Topic: No bass from subwoofer
- Replies: 29
- Views: 6230
Re: No bass from subwoofer
- Fri Oct 03, 2014 10:34 am
- Forum: Windows
- Topic: Exporting frequency analysis
- Replies: 3
- Views: 1025
Re: Exporting frequency analysis
Alternatively, you could export the data from Plot Spectrum using the Export button. That will produce a text file containing the "frequency / amplitude" pairs. Then import that data into a graph plotting application. For example, in Open Office / Libre Office you can import the data into ...
- Fri Oct 03, 2014 8:47 am
- Forum: Windows
- Topic: Having Difficulty Initalizing to Record Internet
- Replies: 8
- Views: 781
Re: Having Difficulty Initalizing to Record Internet
Is that supposed to be "8.1"?emallette wrote:Running Windows pro version 5.1
Try using the "WASAPI" method described here: http://manual.audacityteam.org/o/man/tu ... ndows.htmlemallette wrote:I can't create a configuration that will allow me to record streaming audio.
- Fri Oct 03, 2014 8:41 am
- Forum: Windows
- Topic: not recording anything
- Replies: 12
- Views: 1513
Re: not recording anything
Input is set to uca Do you mean in the device toolbar ? Try plugging your headphones into the Behringer 502. Can you hear sound there? Still not getting sound to audacity program though. What are you getting in Audacity when you try to record from the 502? A flat line? If so, try applying the Ampli...
- Fri Oct 03, 2014 8:32 am
- Forum: Nyquist
- Topic: mathematical functions in audacity
- Replies: 4
- Views: 2177
Re: mathematical functions in audacity
What are you doing there Robert? That just gives a constant value of 1.Robert J. H. wrote:(setf sign (mult s (recip s)))
- Fri Oct 03, 2014 2:36 am
- Forum: Windows
- Topic: noise removing on top of audio
- Replies: 6
- Views: 737
Re: noise removing on top of audio
Go back to your original audio. Try using Noise Removal with the "Sensitivity" setting at around "8" and the "attack/decay" set at 0.0. The "Noise reduction" setting will probably need to be set lower than you had it before. Experiment with the "Noise red...
- Fri Oct 03, 2014 2:29 am
- Forum: Nyquist
- Topic: mathematical functions in audacity
- Replies: 4
- Views: 2177
Re: mathematical functions in audacity
how can I calculate an amplitude like this: f(x)=x^1.1 What is "x"? Is that the sample values? If so, then it only makes sense for positive sample values and can be calculated using the Nyquist prompt effect with: (snd-exp (mult (snd-log (s-max s 1e-15)) 1.1)) "1e-15" is a very ...
- Fri Oct 03, 2014 2:00 am
- Forum: Windows
- Topic: Recording issue.
- Replies: 2
- Views: 229
Re: Recording issue.
Now that I have done this I find that I cannot record audio directly off line as I hear it. If you mean that you want to record sounds that are playing on your computer, try the WASAPI method described here: http://manual.audacityteam.org/o/man/tutorial_recording_computer_playback_on_windows.html L...
- Fri Oct 03, 2014 1:51 am
- Forum: Windows
- Topic: erasing parts of a track without everything else moving
- Replies: 8
- Views: 1594
Re: erasing parts of a track without everything else moving
If I want to insert a bit then everything moves to the right.. How is that prevented? There are three ways: 1) Make a selection in the space that you want to paste, exactly the same size as the content that you are pasting. The pasted content replaces what was previously in the selection. 2) Change...
- Fri Oct 03, 2014 1:44 am
- Forum: Recording Equipment
- Topic: USB Mic Hiss, could anyone help me figure out how to fix it?
- Replies: 3
- Views: 1601
Re: USB Mic Hiss, could anyone help me figure out how to fix
All microphones produce a bit of noise. The "absolute" amount of noise is irrelevant. The important thing is how much noise is there in relation to the audio signal - that is, the "signal to noise ratio" (SNR). If the audio signal is hugely greater than the amount of noise, then...