Search found 59476 matches
- Mon Mar 26, 2012 10:43 pm
- Forum: Windows
- Topic: Program stops playing back...
- Replies: 7
- Views: 3785
Re: Program stops playing back...
It sounds like your sound card has gone off line. If the sound card goes off line even for a fraction of a second it is likely that Audacity will lose its connection to the device. If this happens again: Stop Audacity. Check that the sound card is working (play something with another application). S...
- Mon Mar 26, 2012 10:37 pm
- Forum: Windows
- Topic: Windows 7 64 bit
- Replies: 10
- Views: 11139
Re: Windows 7 64 bit
If you install "Lame v3.99.3 for Windows.exe" according to the instructions here there will be an uninstall option in the add/remove control panel item: http://manual.audacityteam.org/help/man ... .html#lame
- Mon Mar 26, 2012 10:33 pm
- Forum: Windows
- Topic: Audacity cannot find correct path to file.
- Replies: 18
- Views: 6638
Re: Audacity cannot find correct path to file.
I've tried it multiple times using a fully updated Windows XP SP3 and it gets it wrong, so even if it can sometimes get it right it is still buggy (and Microsoft have never bothered to fix it in how many years?)philj34 wrote:This is complete with all quote marks as in discussion above. So XP can get it right.
- Mon Mar 26, 2012 10:25 pm
- Forum: Windows
- Topic: e-mail 30 minute lecture
- Replies: 6
- Views: 1828
Re: e-mail 30 minute lecture
Is there enough detail here: http://manual.audacityteam.org/man/MP3_Export_Optionskingkong wrote:What I need is just "click" instructions.
If not, where do you get stuck?
- Mon Mar 26, 2012 10:23 pm
- Forum: Windows
- Topic: Dj mixing and CUE in my headphones are slightly off.
- Replies: 8
- Views: 2303
Re: Dj mixing and CUE in my headphones are slightly off.
USB mixer? Going from one USB device (the mixer), through the computer software and out through another USB device (the speakers) will always have a delay, mostly due to the time it takes for the signal to be passed on by the software (software is a lot slower than hardware). How are you cueing up t...
- Mon Mar 26, 2012 8:02 pm
- Forum: Windows
- Topic: Can an .aup or .aupbak be converted to WAV ?
- Replies: 2
- Views: 1141
Re: Can an .aup or .aupbak be converted to WAV ?
No, AUP files cannot be "converted" to WAV or to any other type of audio file because AUP files do not contain any audio. The AUP file "arranges" the audio data that is in the project "_data" folder (and possibly elsewhere). See here for an explanation of what makes an ...
- Mon Mar 26, 2012 7:54 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: suggested audio capture device
- Replies: 12
- Views: 6597
Re: suggested audio capture device
so , is it possible to capture 96 kHz & 24 bit on linux? Apparently it is, but I've never tried it as I don't have a 24-bit sound card (other than my hd recorder). If one captures 32 Float you *can* export 24bit? and is that slow? is that ok quaily-wise. Yes you can export 32-bit float to 16 or...
- Mon Mar 26, 2012 1:14 pm
- Forum: Windows
- Topic: How to use a particular file format.
- Replies: 4
- Views: 1355
Re: How to use a particular file format.
In fact I already have the ffmpeg installed, probably as part of Freemaker There is a special "build" (version) of FFmpeg that is specifically made for use with Audacity. Your other version may or may not work with Audacity. If it doesn't, then use this one: http://manual.audacityteam.org...
- Mon Mar 26, 2012 1:02 pm
- Forum: Windows
- Topic: split track then select just one of the selections?
- Replies: 2
- Views: 1436
Re: split track then select just one of the selections?
To select an "audio clip" (a split section of a track), double click in it.attentionwhore wrote:So i position cursor where i want to split, then select split. But then how do i select one of the selections that i just made?
- Mon Mar 26, 2012 12:58 pm
- Forum: Nyquist
- Topic: Error using the predefined sixteenth note constant
- Replies: 17
- Views: 5616
Re: Error using the predefined sixteenth note constant
Ever tried to search for the "s" variable in the Audacity C/C++ code? YES! I was looking for where the duration values were set :evil: Just as I was giving up you produced the patch code. Thanx for the patch BTW. Well you did the hard work, so I thought I could save you a little job :) I'...