Search found 59476 matches

by steve
Fri Nov 30, 2012 4:16 pm
Forum: Audio Processing
Topic: lengthen silences
Replies: 29
Views: 12827

Re: lengthen silences

silencesound wrote:Here is a stereo expansion of SilenceLength.ny
My anyone have a look or try it , whether there are any bugs?
Is that the hack that I wrote?
I notice that it always inserts silence at the beginning, so that is probably a bug.
by steve
Fri Nov 30, 2012 4:11 pm
Forum: Windows
Topic: Distorted sound using a laptop combo jack
Replies: 12
Views: 2492

Re: Distorted sound using a laptop combo jack

pwreimers wrote:It appears that the Behringer UFO-202 may not be compatible with Windows 7 (some guy on eBay has one, says it's not).
A genuine Behringer UFO 202 should be fully compatible with Windows 7.
A cheap Chinese copy may not be.
http://www.behringer.com/en/Products/UFO202.aspx
by steve
Fri Nov 30, 2012 4:08 pm
Forum: Windows
Topic: Rip music from DVD
Replies: 4
Views: 878

Re: Rip music from DVD

If the DVDs are not copy protected then you may be able to extract the audio from the VOB files on the DVD by importing them into Audacity "File > Import > Audio". You will need to install FFMpeg for this to work: http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown
by steve
Fri Nov 30, 2012 12:33 pm
Forum: Windows
Topic: MP3 export mix lacks audio from one track[SOLVED]
Replies: 4
Views: 460

Re: export to mp3

Ensure that you are using "File > Export" and not "File > Export Selection".
If that does not solve the problem please describe precisely step-by-step what you are doing.
by steve
Fri Nov 30, 2012 12:04 pm
Forum: Feature Request Archive
Topic: Musical Fade-In effect
Replies: 44
Views: 18601

Re: Musical Fade-In effect

@Steve - did you have any reaction about doing the opposite of Pro Fade In - bringing in more of the bass than the treble to begin with (to give a "coming in from off-stage" effect)? Or doesn't that sound good? It's not an effect that I've used often, but on the rare occasions that I have...
by steve
Fri Nov 30, 2012 12:01 pm
Forum: Plug-in Archive
Topic: New Fade Effects (poll)
Replies: 19
Views: 26334

Re: New Fade Effects (poll)

Are you going to put me out of my misery and tell me which one was Cross Fade Out? ;) That was originally my intention - but I've forgotten :oops: :P I think that the Cross Fade was the least bad of the two. Adjustable Fade with a lower Mid Fade setting sounded a lot better than either. The fade se...
by steve
Fri Nov 30, 2012 2:58 am
Forum: Windows
Topic: Fastest way to compile some short segments into a new track?
Replies: 18
Views: 2951

Re: Fastest way to compile some short segments into a new tr

A code snippet to fade in/out the current selection

Code: Select all

(setq fade-in-time 0.1) ; seconds
(setq fade-out-time 0.2)

(let* ((t1 (/ fade-in-time (get-duration 1)))
       (t2 (- (get-duration 1) fade-out-time))
       (t2 (/ t2 (get-duration 1)))
       (end 1))
  (mult s (pwlv 0 t1 1 t2 1 end 0)))
by steve
Fri Nov 30, 2012 2:36 am
Forum: macOS
Topic: Empty Exports
Replies: 7
Views: 1060

Re: Empty Exports

Some FFMpeg export options can create zero byte files.
If he exports in "WAV format that should use Audacity's native exporter and not FFMpeg.
by steve
Fri Nov 30, 2012 2:30 am
Forum: Windows
Topic: Fastest way to compile some short segments into a new track?
Replies: 18
Views: 2951

Re: Fastest way to compile some short segments into a new tr

Is that ability a planned enhancement, or just an idea at the moment? Currently there are no developers working on the Nyquist plug-in interface, I don't suppose you are a highly skilled C++ programmer by any chance? I guess then the plugin would require me to do the Labelled Regions Cut/Paste myse...
by steve
Fri Nov 30, 2012 2:07 am
Forum: Windows
Topic: Recording voicemails from iphone 5 to pc
Replies: 5
Views: 1079

Re: Recording voicemails from iphone 5 to pc

castindoc wrote:I downloaded Audacity as an exe file from CNET.
The official download page is here: http://audacityteam.org/download/
This page always has the latest release version.

castindoc wrote:They definitely have a metal-like mild echo.
Was there a metal-like echo before you exported the file as an MP3?