Search found 59476 matches
- Thu Nov 24, 2011 6:34 pm
- Forum: Windows
- Topic: How do I record a CD from Audacity?
- Replies: 10
- Views: 2393
Re: How do I record a CD from Audacity?
I right clicked on a file and sent it to WMP but a window popped up saying that it couldn't be played because it has AUP as the extension. That's not an audio file. A file with an AUP extension is part of an Audacity Project. See here (this is really important) http://manual.audacityteam.org/man/Au...
- Thu Nov 24, 2011 6:30 pm
- Forum: Nyquist
- Topic: time-stretching by waveset repetition
- Replies: 5
- Views: 6974
Re: time-stretching by waveset repetition
The analysis of the zero-crossing of the is pretty easy. something like: if (x(n) > 0 && (x(n-1) < 0) is true then its a zero crossing. In Nyquist you could do something like: (if (and (> (aref samples n) 0)(<= (aref samples (1- n)) 0)) where samples is an array of samples grabbed from the ...
- Thu Nov 24, 2011 6:05 pm
- Forum: Windows
- Topic: Importing text as audio/exporting audio as text
- Replies: 24
- Views: 123709
Re: Importing text as audio/exporting audio as text
I'm generating series of random bits and storing them in an Excel spreadsheet (in the form of 20-place decimals ranging from -1 to 1). I'd like to be able to import them into Audacity in order to run spectral analysis and all the other cool stuff Audacity can do on them. If you can convert the spre...
- Thu Nov 24, 2011 5:53 pm
- Forum: Audio Processing
- Topic: Odd behaviours on joining and splitting stereo tracks
- Replies: 50
- Views: 8518
Re: Odd behaviours on joining and splitting stereo tracks
A single-channel track that is Right or Left feeds to the appropriate output channel. It has no analog on a mixing desk. In this case I'd suggest the Pan slider be greyed or not drawn. Isn't it equivalent to using one side of a stereo channel on a mixing desk? As for Make Stereo Track, the rule is ...
- Thu Nov 24, 2011 5:26 pm
- Forum: GNU/Linux and Unix-like
- Topic: 1.3.13-beta build fails
- Replies: 11
- Views: 3756
Re: 1.3.13-beta build fails
You need WX 2.8, preferably 2.8.10 or later. http://wiki.audacityteam.org/wiki/Developing_On_Linux#wxWidgets Although WxWidgts has later development releases, the current stable release is wxWidgets 2.8.12 http://www.wxwidgets.org/downloads/ I'm using 2.8.10.1-3 which works fine on Debian building A...
- Thu Nov 24, 2011 5:19 pm
- Forum: Windows
- Topic: Cannot access files - error 5
- Replies: 12
- Views: 4216
Re: Cannot access files - error 5
I can't see how installing Audacity 1.3.13 could affect permissions on other files (and it's not something that I've heard of before), but I'm glad that it is now working correctly. 
- Wed Nov 23, 2011 10:42 pm
- Forum: Mac OS X
- Topic: Adding parameter to Cleanspeech
- Replies: 18
- Views: 6255
Re: Adding parameter to Cleanspeech
Ah, if you are applying the chain to files ("Apply to Files" button) and the .ogg files are not at 24000 Hz, the project rate will change to respect the rate of each file that is being imported. Doh! Yes of course. If you still want to use Audacity for this task, you'll need to .... There...
- Wed Nov 23, 2011 5:58 pm
- Forum: Windows
- Topic: Multiple crashes on new Windows 7 laptop
- Replies: 6
- Views: 983
Re: Multiple crashes on new Windows 7 laptop
What crashed, Audacity or the entire system? If the computer crashed then it is almost certainly a driver problem.charliem wrote: Just tried to edit a recording on this new machine and it's crashed
- Wed Nov 23, 2011 5:36 pm
- Forum: Mac OS X
- Topic: Adding parameter to Cleanspeech
- Replies: 18
- Views: 6255
Re: Adding parameter to Cleanspeech
I changed the default to 24000 in the preferences. Wrong place. It's probably best to leave that set at the default 44100 - those preference settings are the default settings for recording. The place to change it is the "Project Rate (Hz)" box that is at the bottom left corner of the main...
- Wed Nov 23, 2011 5:31 pm
- Forum: Windows
- Topic: stereo mix found but no jack information
- Replies: 3
- Views: 1754
Re: stereo mix found but no jack information
What exactly are you wanting to record?