Search found 59476 matches
- Mon Mar 02, 2015 3:33 pm
- Forum: Maintaining / Improving this Forum
- Topic: drafts
- Replies: 1
- Views: 1405
Re: drafts
Saved drafts are listed in the "user control panel" (see link near top left corner of the page). Drafts can be edited and posted by going to "user control panel" then click on the "manage drafts" tab on the left side of the page. Look for the " Saved at " colu...
- Mon Mar 02, 2015 3:21 pm
- Forum: Windows
- Topic: Making the voice more easy to hear.
- Replies: 6
- Views: 533
Re: Making the voice more easy to hear.
"Analyze > Plot Spectrum" shows the frequency content (spectrum) of the selected audio: http://manual.audacityteam.org/o/man/plot_spectrum.html
Generally the "logarithmic" scale ("Axis" setting) is more useful when analyzing voice or music.
Generally the "logarithmic" scale ("Axis" setting) is more useful when analyzing voice or music.
- Mon Mar 02, 2015 2:38 pm
- Forum: Windows
- Topic: Decibels (DB)
- Replies: 2
- Views: 387
Re: Decibels (DB)
When dealing with signals, dB is almost always with reference to "full scale". In the case of Audacity, "full scale" is when the waveform touches top or bottom of the track. For integer formats (16 bit / 24 bit) "full scale" (0 dB) equates to the maximum/minimum numeric...
- Mon Mar 02, 2015 5:16 am
- Forum: Windows
- Topic: overdub recording on top of new tracks
- Replies: 1
- Views: 269
Re: overdub recording on top of new tracks
Set the recording input in the device toolbar to the device that you are using (such as microphone or line in).
- Sun Mar 01, 2015 10:47 pm
- Forum: General Audio Programming
- Topic: Audacity and note determination
- Replies: 10
- Views: 11736
Re: Audacity and note determination
Determining notes reliably is quite a complex matter, and becomes many time more complicated if there is more than one note playing at a time (polyphony). There is a "pitch detect" Nyquist plugin which is able to analyse the pitch of single notes reasonably accurately: http://wiki.audacity...
- Sun Mar 01, 2015 10:33 pm
- Forum: Windows
- Topic: Recording one channel only
- Replies: 10
- Views: 1740
Re: Recording one channel only
Using the USB connection?LW2nd wrote:I did get that to successfully record in stereo
- Sun Mar 01, 2015 10:31 pm
- Forum: Nyquist
- Topic: i'm trying to do postive harmonic's by words and numbers
- Replies: 18
- Views: 3167
Re: i'm trying to do postive harmonic's by words and numbers
that's how i learn by copying the oscillator. That's fine, but the code that you posted is incomplete and does not work. I think it will be much easier for me to help you if we start with something that does work. That is why I am asking if you can provide the original plugin that you have copied f...
- Sun Mar 01, 2015 10:27 pm
- Forum: Feature Request Archive
- Topic: Two analysis features I'd like to see
- Replies: 5
- Views: 1543
Re: Two analysis features I'd like to see
https://en.wikipedia.org/wiki/Continuous_wavelet_transform OK, so a bit more complicated than addition or multiplication, but nevertheless it is still just a mathematical operation and in itself "does" nothing. Audacity has a couple of FFT functions, which of themselves are not very inter...
- Sun Mar 01, 2015 8:06 pm
- Forum: Nyquist
- Topic: i'm trying to do postive harmonic's by words and numbers
- Replies: 18
- Views: 3167
Re: i'm trying to do postive harmonic's by words and numbers
Perhaps we can advance most quickly if we begin with some working code.
I presume that you copied the "n harmonic oscillator" from another plugin. Is there a link where we can find that plugin, or could you post that plugin here.
I presume that you copied the "n harmonic oscillator" from another plugin. Is there a link where we can find that plugin, or could you post that plugin here.
- Sun Mar 01, 2015 6:10 pm
- Forum: Windows
- Topic: Compressor going over threshold rate (-12dB)
- Replies: 15
- Views: 1768
Re: Compressor going over threshold rate (-12dB)
So is recording at near -12dB and then normalizing to -3dB not advised? I would normally record a little higher than that - usually around -6 dB peak, but as DVDdoug says, if you're getting good results, then that is what matters. It is more important that you do not record too loud. Hitting 0 dB i...