Search found 24069 matches

by Gale Andrews
Sun Jun 27, 2010 3:55 am
Forum: Windows
Topic: Audacity and Media Player on Windows 7 notebooks
Replies: 31
Views: 11339

Re: Audacity and Media Player on Windows 7 notebooks

The input volume slider lost control over input volume from the imic usb when I had been experimenting between the microphone in jack and imic usb inputs in an extended audacity session. I changed back and forth many times in that session. I could still control the imic input record volume through ...
by Gale Andrews
Sun Jun 27, 2010 2:06 am
Forum: Mac OS X
Topic: Can I watch the wav and apply EQ in real time?
Replies: 3
Views: 778

Re: Can I watch the wav and apply EQ in real time?

Audacity does not have real time effects. The EQ has a Preview feature. You can change the length of the preview at Audacity > Preferences: Playback. To get a better idea of the frequencies you need to tame, select just the offending part then Analyze > Plot Spectrum.



Gale
by Gale Andrews
Sun Jun 27, 2010 2:02 am
Forum: Français
Topic: choix de l'entrée impossible
Replies: 4
Views: 1130

Re: choix de l'entrée impossible

Sur un portable ACER et windows 7, impossible de choisir une source d'enregistrement que ce soit avec la version 1.2 ou 1.3 Seul apparait 'MASTER' et l'enregistrement se fait alors via le microphone intégré (et sur une seule voie). Aucun problème en revanche sur le 2e ordi , de même marque qui tour...
by Gale Andrews
Sat Jun 26, 2010 9:13 pm
Forum: General Feedback and Discussion
Topic: specify (output) path with edit chain export
Replies: 2
Views: 2585

Re: specify (output) path with edit chain export

Hi! Just checking before I add this as a feature request: is there a way I'm not seeing to specify the output path with edit (or apply would be better for my purposes) chain Export<format>? (I found a forum thread which suggests that Export is capable of taking a Path parameter, but when I try to a...
by Gale Andrews
Sat Jun 26, 2010 8:35 pm
Forum: Feature Request Archive
Topic: Sound Activated recording
Replies: 1
Views: 880

Re: Sound Activated recording

When recording using 'Sound Activation' is there a way to make Audacity start a new track whenever it starts recording again? No. We'll add your vote that it should add a label, which would be more useful because you could then use File > Export Multiple to export a separate file for each song with...
by Gale Andrews
Sat Jun 26, 2010 8:10 pm
Forum: Windows
Topic: Audacity and Media Player on Windows 7 notebooks
Replies: 31
Views: 11339

Re: Audacity and Media Player on Windows 7 notebooks

Using Audacity and WMP12 on Windows 7 notebooks to capture music from records or tapes Here is a short-form tutorial from start to finish: Thanks for all the details. The Wiki already has detailed setup instructions for Windows 7 . 3. Check that the sound input path is enabled in Windows Sound Cont...
by Gale Andrews
Sat Jun 26, 2010 7:48 pm
Forum: Français
Topic: Intégration du manuel
Replies: 30
Views: 5417

Re: Intégration du manuel

I have tested it, and with language set to French, and the Help Preference set to "local" the installed copy of the Manual does load in the web browser if I click Aide > Manuel. If you set the Preference to "Depuis internet" does the web browser go to the Manual web site? If not,...
by Gale Andrews
Sat Jun 26, 2010 7:38 pm
Forum: Windows
Topic: Not Record from my Synthesizer
Replies: 5
Views: 1286

Re: Not Record from my Synthesizer

It works now...... The Sigmatel has to be "DEFAULT." Glad it's working. The only thing that should be essential is that the device is enabled, not that it's default. Otherwise those who have multiple inputs for a device could never switch between them in Audacity. It may be that updating ...
by Gale Andrews
Sat Jun 26, 2010 6:57 pm
Forum: General Feedback and Discussion
Topic: Dragon NaturallySpeaking controlling Audacity
Replies: 4
Views: 1319

Re: Dragon NaturallySpeaking controlling Audacity

can you explain the purpose of this (the DNS web site is pretty threadbare). Do you mean you speak "CTRL+H" to DNS and it then makes Audacity open the Metadata Editor? Or this is a way of using Audacity without having Audacity as the active window? Dragon and Audacity are both running, I ...
by Gale Andrews
Sat Jun 26, 2010 6:49 pm
Forum: Compiling Audacity
Topic: Compile error FFmpeg.cpp
Replies: 10
Views: 6265

Re: Compile error FFmpeg.cpp

I was able to get audacity-minsrc-1.3.12-beta to compile with ffmpeg-export-2010-06-16 by changing src/FFmpeg.cpp line 207 from: static int ufile_write(URLContext *h, unsigned char *buf, int size) to: static int ufile_write(URLContext *h, const unsigned char *buf, int size) This was in addition to ...