Search found 59476 matches

by steve
Tue Jul 24, 2012 5:48 pm
Forum: Audio Processing
Topic: Effects to sound like Bane in The Dark Knight Rises?
Replies: 4
Views: 11562

Re: Effects to sound like Bane in The Dark Knight Rises?

I can only guess at what you have so far, but try applying this code in the Nyquist Prompt effect:

Code: Select all

(nrev 
  (mult 0.4 (sum 
    (eq-band s 5000 16 2) 
    (eq-band s 100 16 1)))
  0.01 0.2)
by steve
Tue Jul 24, 2012 5:28 pm
Forum: Recording Techniques
Topic: Recording mixes to my Laptop
Replies: 10
Views: 7587

Re: Recording mixes to my Laptop

I'd expect the UCA 202 to work well with your set-up though you'll need to be careful not to push the output level from your mixer too high.
Your set-up will be similar to this http://manual.audacityteam.org/manual/h ... mixer.html (see the links for more details).
by steve
Tue Jul 24, 2012 5:23 pm
Forum: Windows
Topic: File Export with Full Meta Data?
Replies: 19
Views: 6421

Re: File Export with Full Meta Data?

You're certainly not the only person that wants more extensive metadata support in WAV files - this one has just come in: http://forum.audacityteam.org/viewtopic ... 46&t=66948
by steve
Tue Jul 24, 2012 5:16 pm
Forum: Windows
Topic: Audacity LINE IN not recording . . .?
Replies: 11
Views: 4335

Re: Audacity LINE IN not recording . . .?

When I try to record from my digital recorder workstation to the LINE IN jack on my DELL Lattitude 620 laptop, Audacity makes this extremely loud distorted screeching sound with heavy reverb. Ensure that "Software Playthrough" is off (Transport menu). I have Audacity all set up to receive...
by steve
Tue Jul 24, 2012 5:13 pm
Forum: Windows
Topic: Saving Changed Audio Speed To File, Is This Possible?
Replies: 9
Views: 2090

Re: Saving Changed Audio Speed To File, Is This Possible?

chariot wrote:Should I be going to Effect then change speed rather than using the play at speed toolbar?
Yes, that's it.
by steve
Tue Jul 24, 2012 5:11 pm
Forum: Windows
Topic: Cues and other metadata into WAV files
Replies: 3
Views: 1499

Re: Cues and other metadata into WAV files

Audacity has only basic (limited) support for metadata in WAV files (many programs have no support at all for WAV metadata). CoolEdit Pro supports a lot of metadata, but much of it is non standard and only understood by CoolEdit Pro/Audition. Details of Audacity's metadata support can be found in th...
by steve
Tue Jul 24, 2012 5:04 pm
Forum: Audio Processing
Topic: Automated process
Replies: 7
Views: 1443

Re: Automated process

why is "pause" option set to maximum? The "Pause" setting is to prevent the volume from "wobbling" during brief pauses (for example, between words). It sets the maximum length of quiet bits that will be ignored by the effect. For more information, see here: http://manu...
by steve
Tue Jul 24, 2012 5:00 pm
Forum: GNU/Linux
Topic: Audacity can't start with audiophile usb sound card
Replies: 13
Views: 8041

Re: Audacity can't start with audiophile usb sound card

I've just installed 1.1.13-7.12 version and I get the same error. Is that the opensuse package? Google brings this: http://lists.links2linux.de/pipermail/packman/2011-October/010369.html which seems to indicate that it is a build problem or a problem with one of the dependencies. Have you tried enq...
by steve
Tue Jul 24, 2012 4:55 pm
Forum: Compiling Audacity
Topic: Error during compilation of audacity 2.0.1 Linux
Replies: 21
Views: 16449

Re: Error during compilation of audacity 2.0.1 Linux

I don't find anything about libasound or libasound2. That is probably the problem. libasound2 is the shared library for ALSA applications and is required for ALSA support. I think that you must have libasound2 installed if sound is working in other programs, but you need the development headers for...
by steve
Tue Jul 24, 2012 4:46 pm
Forum: Windows
Topic: File Export with Full Meta Data?
Replies: 19
Views: 6421

Re: File Export with Full Meta Data?

I've searched through the "Feature Request" page on the wiki and there are a lot of feature requests that relate to metadata support, but I don't think that your request is covered. http://wiki.audacityteam.org/wiki/Feature_Requests So as not to confuse your request with other feature requ...