Search found 59476 matches

by steve
Wed Dec 01, 2010 8:08 pm
Forum: Windows
Topic: Problem while playing a track
Replies: 12
Views: 1470

Re: Problem while playing a track

Your anti-virus program could be the problem, or at least a contributing factor. Are you able to set Audacity as a "trusted application"? If available in your anti-virus program, also set it to ignore .AU files. Audacity writes audio data as .AU files (thousands of them). If your anti-viru...
by steve
Wed Dec 01, 2010 7:33 pm
Forum: Audio Processing
Topic: Tone control plug-in
Replies: 35
Views: 12505

Re: Tone control plug-in

I think it would be a boon to those users who are intimidated by the Equalization effect. +1 I'm OK in principle as long as it replaces Bass Boost. I'm generally OK with that, but there are some issues that should be considered. The Bass Boost effect is approximately twice as fast as the Tone Contr...
by steve
Wed Dec 01, 2010 6:47 pm
Forum: Audio Processing
Topic: cassette recording
Replies: 2
Views: 496

Re: cassette recording

There's probably not a huge amount that you can do. A bit of "Noise Reduction" may help, but it is very important not to over-do it. You can probably reduce the level of background hiss, but if you try to totally eliminate it the remaining audio will sound terrible (all metallic and bubbly...
by steve
Wed Dec 01, 2010 6:40 pm
Forum: Windows
Topic: Everything is being recorded, not just the cassette.
Replies: 20
Views: 2761

Re: Everything is being recorded, not just the cassette.

For Windows 7 you should be using Audacity 1.3.12 (get it here: http://audacityteam.org/download/beta_windows ) The USB device must be connected before you launch Audacity. Then when you open Audacity, go to "Edit menu > Preferences > Devices" and check that the USB option is selected as t...
by steve
Wed Dec 01, 2010 4:15 pm
Forum: GNU/Linux and Unix-like
Topic: can not import audio files
Replies: 35
Views: 15875

Re: can not import audio files

You've also said in your message to [email protected] that "for AC3 it says it can't import Dolby Digital (and this is a file that I exported with Audacity 1.3.12!)". What happens exactly? Export a track as AC3 using the default Ubuntu 10.10 build of FFmpeg in the default Audacity 1.3.12. All app...
by steve
Wed Dec 01, 2010 3:32 pm
Forum: Windows
Topic: Project Rate
Replies: 29
Views: 2800

Re: Project Rate

You're welcome Paul. Try this as your .bat file: cd %~dp0 mkdir converted FOR %%A IN (%*) DO sox -r 6000 -c 1 -v 0.9 %%A -t wav -r 8000 "converted/%%~nxA.wav" pause Save it as something like "vox-to-wav.bat" in your sox directory. You should then be able to drop multiple .VOX fil...
by steve
Wed Dec 01, 2010 3:01 pm
Forum: Windows
Topic: Project Rate
Replies: 29
Views: 2800

Re: Project Rate

Well it appears that Audacity 1.3.7 can import .VOX files, though the ability to do so appears to have been left out of later versions. I'm guessing that Audacity 1.3.7 is able to correctly identify the encoding of these VOX files based on the file extension, but because there is nothing in the file...
by steve
Wed Dec 01, 2010 2:08 pm
Forum: Windows
Topic: Project Rate
Replies: 29
Views: 2800

Re: Project Rate

Sorry, I also intended to ask which version of Windows.

In the mean time I'll have a go with Audacity 1.3.7 and see what happens.
by steve
Wed Dec 01, 2010 2:00 pm
Forum: Windows
Topic: Project Rate
Replies: 29
Views: 2800

Re: Project Rate

Well I can confirm that it is a "Dialogic ADPCM" file and that the sample rate is 6kHz, but I've no idea how you are able to import it. I didn't think that Audacity was supposed to be able to do that apart from using "Import Raw". :? Which exact version of Audacity are you using?...
by steve
Wed Dec 01, 2010 1:09 pm
Forum: Windows
Topic: Project Rate
Replies: 29
Views: 2800

Re: Project Rate

PaulClarke wrote:No just File Open
In that case I think the VOX file must be in a format other than Dialogic ADPCM.
I realise there could be some confidentiality issues involved, but do you have a short example file that you could share? It doesn't need to be much, I just need to find out exactly what the format is.