Search found 4782 matches: Search…
Searched query: Search…
- Tue Jan 20, 2015 5:01 pm
- Forum: Audio Processing
- Topic: How to remove snare drum ring from a recording?
- Replies: 21
- Views: 6077
Re: How to remove snare drum ring from a recording?
RamonFHerrera, you have previously told us that you are a complete novice with audio, and although you say that you have been studying noise removal techniques for the past couple of weeks Hence the word " potential ". I may be a novice in audio -as a user of apps written by others- but I...
- Tue Jan 20, 2015 3:33 pm
- Forum: Windows
- Topic: having trouble opening .aup files
- Replies: 5
- Views: 374
Re: having trouble opening .aup files
i'm new to this program. i recently recorded a bunch of material and saved it as .aup files. now when i try to open them i have a ton of small .aup files No you don't, you have small AU files in a _data folder named the same as the AUP file. i still cant seem to get the files to open as a whole. fo...
- Mon Jan 19, 2015 9:11 pm
- Forum: General Audio Programming
- Topic: Need pointers on adding feature to search pattern
- Replies: 20
- Views: 14174
Re: Need pointers on adding feature to search pattern
Thanks for the explanation, Robert! Makes sense to wait till the next release to create plug-in. I can't really think of anything else for the plug-in, but then, I'm not terribly knowledgeable with this sort of stuff. So hopefully those with more experience will make suggestions. Seems like a plug-i...
- Fri Jan 16, 2015 9:14 pm
- Forum: macOS
- Topic: Can't find Export Library
- Replies: 2
- Views: 419
Can't find Export Library
I've downloaded LAME (good name) and successfully installed it (I think) but when I try to export a song to iTunes I get an error message that says:"Can't find Export Library". I've scoured the Help Manual and have checked all the appropriate boxed and other steps but to no avail. I've use...
- Fri Jan 16, 2015 2:05 pm
- Forum: Audio Processing
- Topic: How to amplify background audio? (Or any lip readers here?)
- Replies: 1
- Views: 788
Re: How to amplify background audio? (Or any lip readers her
Audacity has an Equalization effect which is probably a bit more powerful than the one in VLC: http://manual.audacityteam.org/o/man/equalization.html but I don't think that it is likely to help much. As a rule of thumb, if you can't hear what the person is saying due to other sounds covering it up, ...
- Fri Jan 16, 2015 10:41 am
- Forum: Feature Request Archive
- Topic: Suggestion (Bandpass Filter and Custom FFT Filter)
- Replies: 61
- Views: 9322
Re: Suggestion (Bandpass Filter and Custom FFT Filter)
2.1.0 Version 2.1.0? The latest publicly released version is 2.0.6. Where can I get version 2.1.0? The next version is rather a "Milestone" release, thus the big jump from 2.0.6 to 2.1.0. Just search for "Audacity Nightly Builds" with your favourite search engine. The alpha buil...
- Thu Jan 15, 2015 4:21 pm
- Forum: Windows
- Topic: Elderly dummy has MP3 export issues
- Replies: 20
- Views: 1579
Re: Elderly dummy has MP3 export issues
Copy the lame_enc.DLL to the folder where you have Audacity installed and paste lame_enc.DLL in there. See, that's the bit I don't understand. I don't understand exactly what I need to do to 'copy the lame_enc.DLL to the folder where have Audacity installed' - and then 'paste lame_enc.DLL in there'...
- Thu Jan 15, 2015 3:48 pm
- Forum: Windows
- Topic: Elderly dummy has MP3 export issues
- Replies: 20
- Views: 1579
Re: Elderly dummy has MP3 export issues
Right-click over the downloaded ZIP file and click on "Extract All". Then you have a folder containing lame_enc.DLL, the README and the def file. Just ignore the README and the DEF file. I should have said: I have already extracted the file onto the desktop, so I do see the 3 files - and ...
- Fri Jan 09, 2015 5:39 am
- Forum: General Audio Programming
- Topic: Need pointers on adding feature to search pattern
- Replies: 20
- Views: 14174
Re: Need pointers on adding feature to search pattern
Okay, I figured out part of why I couldn't figure things out: the code only seems to work with mono files and I was working with a stereo file. A few questions: So the only two numbers I care about are the number of samples and the threshold, right? (The 36000 and 3600 aren't anything I'd want to c...
- Fri Jan 09, 2015 3:38 am
- Forum: General Audio Programming
- Topic: Need pointers on adding feature to search pattern
- Replies: 20
- Views: 14174
Re: Need pointers on adding feature to search pattern
Okay, I figured out part of why I couldn't figure things out: the code only seems to work with mono files and I was working with a stereo file. A few questions: So the only two numbers I care about are the number of samples and the threshold, right? (The 36000 and 3600 aren't anything I'd want to ch...