Search found 59476 matches
- Fri Apr 26, 2013 10:37 am
- Forum: Windows
- Topic: Math Expressions for Wave Generation
- Replies: 2
- Views: 479
Re: Math Expressions for Wave Generation
Audacity includes a powerful scripting language called "Nyquist" (based on XLISP). Here are some links: http://wiki.audacityteam.org/wiki/Nyquist_Basics:_The_Audacity_Nyquist_Prompt http://wiki.audacityteam.org/wiki/Nyquist_Audio_Programming http://wiki.audacityteam.org/wiki/Nyquist_Plug-i...
- Fri Apr 26, 2013 10:16 am
- Forum: Audio Processing
- Topic: How do I install modules in Audacity?
- Replies: 21
- Views: 6702
Re: How do I install modules in Audacity?
1) There is no cost for registration. Aurora for Audacity si free, and it will always remain free.... [snip] 2) There is no "russian roulette" in the Audacity version of Aurora. Thank you for clarifying these concerns. 3) Unfortunately the management of external modules change almost ever...
- Fri Apr 26, 2013 10:06 am
- Forum: macOS
- Topic: download previous version?
- Replies: 5
- Views: 1185
Re: download previous version?
Thank you for the updated information about Aurora. I think that Gale's assumption about Aurora deliberately crashing the host application was an understandable mistake given that it has taken nearly half a year to get an answer to a direct question about this issue. http://forum.audacityteam.org/vi...
- Fri Apr 26, 2013 9:58 am
- Forum: Nyquist
- Topic: Oscillator timbre
- Replies: 3
- Views: 2781
Re: Oscillator timbre
Plain oscillators sound "boring" because they are constant from start to end. To make a more interesting sound you could generate a sound that varies over time. As a simple example, try running this in the Nyquist Prompt effect: (abs-env (comb (mult (sum 0.5 (mult 0.1 (ramp 3) (lfo 6 3 *si...
- Fri Apr 26, 2013 2:00 am
- Forum: macOS
- Topic: Issues with recording vinyl
- Replies: 10
- Views: 2309
Re: Issues with recording vinyl
As soon as you get into the digital domain you MUST keep below 0 dB. To qualify that statement, Audacity works internally in 32 bit float format, which CAN handle over 0 dB, but sound cards (D/A converters) work with integer formats and CANNOT handle over 0 dB without distorting (and digital distort...
- Fri Apr 26, 2013 1:46 am
- Forum: Audio Processing
- Topic: How to modify "tempo" without introducing an echo
- Replies: 4
- Views: 1690
Re: How to modify "tempo" without introducing an echo
but would it too slow for live playback? On my machine (a cheap 5 year old laptop), 10 seconds of audio takes about 3 seconds to process, so it should be able to keep up with "real time", though I don't know how much buffering would be required. How about the phase vocoder? I believe that...
- Fri Apr 26, 2013 1:03 am
- Forum: Windows
- Topic: Can't turn off playback
- Replies: 18
- Views: 4792
Re: Can't turn off playback
OK, but how is the equipment set up? What is plugged in where?dansve wrote:I've tried listening while recording, i've tried turning without listening. it's all the same o_o
- Thu Apr 25, 2013 7:17 pm
- Forum: GNU/Linux
- Topic: Audacity doesn't open on Samsung Chromebook running Ubuntu
- Replies: 6
- Views: 16351
Re: Audacity doesn't open on Samsung Chromebook running Ubun
I think you're unlikely to fry your speakers as long as you are sensible - I doubt that the audio output of the Chromebook has enough juice to fry speakers, but if in doubt, use some dirt cheap headphones 'till its all working properly.
- Thu Apr 25, 2013 7:01 pm
- Forum: Nyquist
- Topic: Understanding yin
- Replies: 14
- Views: 3882
Re: Understanding yin
Google is a wonderful thing 
#-1.IND is how Windows represents a NAN (not a number)
A useful property of a NAN is that it does not have equality with anything, even itself, so (/= x x) is a good way to test.
#-1.IND is how Windows represents a NAN (not a number)
A useful property of a NAN is that it does not have equality with anything, even itself, so (/= x x) is a good way to test.
- Thu Apr 25, 2013 6:21 pm
- Forum: Audio Processing
- Topic: Output Issues
- Replies: 2
- Views: 668
Re: Output Issues
Unfortunately Audacity currently supports a maximum of 2 output channels. However, if you have another application that supports multi-channel playback, you can export multi-channel files from Audacity http://manual.audacityteam.org/o/man/ad ... tions.html