Search found 24069 matches

by Gale Andrews
Fri Dec 26, 2008 8:24 pm
Forum: Windows
Topic: USB Driver not installing
Replies: 28
Views: 14404

Re: USB Driver not installing

it is an Innovative Technology #ITUT-201. I'm not having probs with audacity....the computer isn't recognizing the turntable. I uninstalled/reinstalled audacity, plugged the cable into a different usb port, drivers were installed automatically, but shouldn't the turntable be showing up as being und...
by Gale Andrews
Fri Dec 26, 2008 8:13 pm
Forum: Windows
Topic: Sound problems on 2nd track
Replies: 9
Views: 900

Re: Sound problems on 2nd track

I assume the track has been recorded badly, but you should export the recorded track as WAV and play it in Windows Media Player to make sure the problem isn't simply that you have not got the computer resources left to play it in Audacity after making the recording. * Check in the sound device's con...
by Gale Andrews
Fri Dec 26, 2008 8:00 pm
Forum: Windows
Topic: Silent speakers when transferring a vinyl.
Replies: 1
Views: 247

Re: Silent speakers when transferring a vinyl.

To set up the recording, and any playthrough you require, so you can hear the recording while you are making it: USB turntable: http://audacityteam.org/wiki/index.php?title=USB_turntables#Set_up_Audacity_to_record_from_the_turntable Conventional turntable connecting to line-in port of the computer: ...
by Gale Andrews
Fri Dec 26, 2008 6:50 pm
Forum: Windows
Topic: Cannot download audacity.
Replies: 2
Views: 471

Re: Cannot download audacity.

The correct address is:
http://audacityteam.org/

without the "www." after "http://" - the site appears to be working as I write.


Gale
by Gale Andrews
Fri Dec 26, 2008 6:47 pm
Forum: Windows
Topic: crashing!!
Replies: 1
Views: 206

Re: crashing!!

Try updating your sound device drivers so they are the latest ones for your computer model and particular version of Vista, supplied by the device or motherboard manufacturer. If that does not help, try Audacity 1.3.6 Beta.

Gale
by Gale Andrews
Fri Dec 26, 2008 6:41 pm
Forum: Windows
Topic: Samson C03U Microphone
Replies: 1
Views: 403

Re: Samson C03U Microphone

Yes in principle Audacity works with any plug-and-play USB microphone. But if you are on Vista, do not install the Samson SoftPre applet - that does not work with Vista.


Gale
by Gale Andrews
Fri Dec 26, 2008 6:35 pm
Forum: Windows
Topic: Cannot Export to flac
Replies: 1
Views: 393

Re: Cannot Export to flac

I can't locate any info on this. In my preferences, I have my default sample format to 16 bit, then in File Format, under Uncompressed Export Format I have FLAC 16bit chosen. Then I have my .aup file open, go to File > Export As FLAC and it says it cannot export to flac. Would anytone know if there...
by Gale Andrews
Fri Dec 26, 2008 3:01 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7541

Re: Building with FFMPEG - LIBSNDFILE not available

...what did work was putting the FFmpeg libs that I built with faac and faad into the audacity directory. I then set the Preferences>"Import / Export" for FFmpeg to point to my copy of libavformat and Audacity now exports M4a (aac) format properly. Glad that works as expected. Hopefully f...
by Gale Andrews
Thu Dec 25, 2008 9:16 pm
Forum: Nyquist
Topic: Clipfix (see waveform pic) - plugins available?
Replies: 74
Views: 40232

Re: Clipfix (see waveform pic) - plugins available?

Steve, once you've got the new code working in stereo and correctly detecting the first few samples, I'll be happy to add the new version to source code. Audacity 1.3.7 will be out very soon, so you might even get the new code into that and get some feedback about it. The processing improvement for ...
by Gale Andrews
Thu Dec 25, 2008 8:15 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7541

Re: Building with FFMPEG - LIBSNDFILE not available

Dr G- It sure sounds like the ffmpeg libraries Leland made available were built without Faac and Faad enabled. Those two libraries need to exist in usr/local/lib before ffmpeg is compiled using `./configure --enable faac --enable faad ...` Same with AMR support, libamr-nb and -wb are built first. T...