Search found 59476 matches

by steve
Sun Feb 20, 2011 6:24 pm
Forum: Windows
Topic: static when playing an LP
Replies: 1
Views: 406

Re: static when playing an LP

The problem is most likely with the USB connection.
Avoid using USB hubs, try using a different USB socket if you have one.
by steve
Sun Feb 20, 2011 6:20 pm
Forum: Audio Processing
Topic: Batch add silence and repeat OGG files
Replies: 7
Views: 5632

Re: Batch add silence and repeat OGG files

I'm not sure how you would do it in Dos, but in a Bash script (Linux) this works: sox -n "output/temp.wav" trim 0 5 for filename in *.wav do sox $filename "output/temp2.wav" repeat 2 sox "output/temp.wav" "output/temp2.wav" "output/$filename" done rm...
by steve
Sun Feb 20, 2011 3:05 pm
Forum: Audio Processing
Topic: Variable Speed
Replies: 2
Views: 1397

Re: Variable Speed

Audacity 1.3.x Provided that the rate of change is fairly slow you can also use a "Time Track" http://manual.audacityteam.org/man/Time_Tracks A limitation of this method is that rapid changes in speed are likely to cause jumps in speed rather than a smooth transition, but for gradual speed...
by steve
Sun Feb 20, 2011 12:01 pm
Forum: Windows
Topic: Flanger effect when recording
Replies: 12
Views: 2921

Re: Flanger effect when recording

Thanks for the feedback andyturner. Yes it could have been a driver problem and yes it could have been that settings are now restored to factory settings. Anyway, good that it's fixed. Driver problems are very common on Windows 7 as it is still relatively new, so in the event of any sound card probl...
by steve
Sun Feb 20, 2011 11:49 am
Forum: Audio Processing
Topic: Combine mp2 and mp3: output format and preferences?
Replies: 5
Views: 1284

Re: Combine mp2 and mp3: output format and preferences?

Use Audacity 1.3.12 (the old 1.2.x version has limited ability to handle more than one sample rate in the same project and could easily mess things up) http://audacityteam.org/download/ The standard sample rate for DVD is 48 kHz (48000 Hz) MP2 and MP3 are both "lossy" formats, which means ...
by steve
Sun Feb 20, 2011 11:33 am
Forum: Mac OS X
Topic: Take out screaming?
Replies: 3
Views: 8262

Re: Take out screaming?

If the screaming occurs when there is no music, (between songs) then you can cut it out. If the screaming occurs while the song is playing you're stuck with it - it's a performer in the show.
by steve
Sun Feb 20, 2011 11:27 am
Forum: Windows
Topic: Audacity will no longer open....
Replies: 12
Views: 2766

Re: Audacity will no longer open....

Second I tried to cleared all my preferences in Windows 7 on Audacity by opening the cfg file What exactly did you do there? Were you able to find the audacity.cfg file? What's in that file now? If Audacity crashed on opening it may not have cleaned up its "lock file". Have a search for a...
by steve
Sun Feb 20, 2011 3:39 am
Forum: General Feedback and Discussion
Topic: Auto file-creation while recording from tape
Replies: 9
Views: 3773

Re: Auto file-creation while recording from tape

Not while it is recording.
In Audacity 1.3.12 you can automatically detect silences after recording the entire album/tape, then split the recording into individual files based on the detected silences.
http://wiki.audacityteam.org/wiki/Split ... ate_tracks
by steve
Sun Feb 20, 2011 3:36 am
Forum: Windows
Topic: 1.2.6 recording delay
Replies: 6
Views: 1234

Re: 1.2.6 recording delay

zeroyear wrote:Just downloaded the 1.3 beta, same problem arises.
Stick with the 1.3 version - it's much better than the (now ancient) 1.2 version.
zeroyear wrote:there's a 1/4 second delay or so during the recording process itself
Could you clarify what you mean there.
by steve
Sun Feb 20, 2011 3:34 am
Forum: Windows
Topic: Tascam US-100 usb interface records mono only
Replies: 3
Views: 2132

Re: Tascam US-100 usb interface records mono only

Windows Vista (and Win 7) will often set USB audio devices as mono, presumably on the assumption that it is a microphone. Right-click over the speaker icon in the System Tray and select "Recording Devices" Right click on the USB recording device and select "Properties". I'm not o...