Search found 59476 matches

by steve
Mon Jun 30, 2014 6:26 pm
Forum: Windows
Topic: Trying to fix corrupt IMA WAV ADPCM .wav file
Replies: 21
Views: 4690

Re: Trying to fix corrupt IMA WAV ADPCM .wav file

The "clean" one is like that, too. The corrupt one appears to be much more badly clipped. The question is whether the clean one and the failed one are of the same show. The "working" file has a sample rate of 24000 Hz and is stereo. The "corrupt" show appears to have a...
by steve
Mon Jun 30, 2014 6:01 pm
Forum: Windows
Topic: Highlight Problem
Replies: 2
Views: 326

Re: Highlight Problem

Could you post a screenshot to illustrate the problem.
To attach a screenshot to your post, use the "upload attachment" feature below the message composing box.
by steve
Mon Jun 30, 2014 4:00 pm
Forum: Feature Request Archive
Topic: Discontinuous, and spectral selections
Replies: 25
Views: 4485

Re: Discontinuous, and spectral selections

I thought there is little difference between effects and generators and analyzers, There are some significant differences. For example, in a "generate" type plug-in, the value of the global "s" is 0.25, whereas for analyze and process type plug-ins, the value of "s" is...
by steve
Mon Jun 30, 2014 3:44 pm
Forum: Feature Request Archive
Topic: Meters
Replies: 17
Views: 5655

Re: Meters

Clip Warning in 2.0.5 on a Mac doesn't self reset. If you mean that the clip warning stays lit until you click on it, then that's what is supposed to happen. (If you are not looking at the meters for a few minutes, and while you were not looking the clip indicator came on, and then reset itself, yo...
by steve
Mon Jun 30, 2014 3:38 pm
Forum: Windows
Topic: Trying to fix corrupt IMA WAV ADPCM .wav file
Replies: 21
Views: 4690

Re: Trying to fix corrupt IMA WAV ADPCM .wav file

How about SoX (http://sox.sourceforge.net/)

Code: Select all

sox -r 44100 -t ima "JULIE WOON02-corrupt file.WAV" decoded.wav
The corrupt file appears to be a very poor quality recording (massively overloaded recording level).
by steve
Mon Jun 30, 2014 2:24 pm
Forum: Français
Topic: Latence volontaire / I want latency !
Replies: 4
Views: 1311

Re: Latence volontaire / I want latency !

If you are using Linux as your operating system you can route the audio through a delay effect (via "Jack Audio System" and "Jack Rack") before passing the audio through to the playback hardware. On Windows or Mac OS X, you should be able to route the audio through a delay effect...
by steve
Mon Jun 30, 2014 2:12 pm
Forum: Feature Request Archive
Topic: Meters
Replies: 17
Views: 5655

Re: Meters

Features that are currently implemented by the meters (including "Recent Peak Level", "Maximum Peak Level" and "Clip warning") are described in the manual: http://manual.audacityteam.org/o/man/meter_toolbar.html
by steve
Mon Jun 30, 2014 1:58 pm
Forum: Feature Request Archive
Topic: No-Waveform View
Replies: 5
Views: 2804

Re: No-Waveform View

I would like to have the CPU's load lightened by not drawing the waveform if the user doesn't need it (CPU cycles aren't free :D ). The CPU load for drawing a few seconds of waveform is very small (should be insignificant unless the computer is seriously underpowered for the job). Drawing can be li...
by steve
Mon Jun 30, 2014 1:47 pm
Forum: Feature Request Archive
Topic: Discontinuous, and spectral selections
Replies: 25
Views: 4485

Re: Discontinuous, and spectral selections

People have asked to select arbitrary frequencies such as 1000 Hz to 2000 Hz then apply an effect only to those frequencies. Gale Can you point me to a detailed discussion of that? I am not exactly sure what is meant by the brief description. Not a detailed discussion, but this is the most recent r...
by steve
Mon Jun 30, 2014 1:41 pm
Forum: Feature Request Archive
Topic: Discontinuous, and spectral selections
Replies: 25
Views: 4485

Re: Discontinuous, and spectral selections

It is also not quite right, because when the effect is applied to the new track, it cannot distinguish the silences between clips from the clips. This is a limitation of the current implementation of Nyquist in Audacity. There has been some preliminary work done by one of the Audacity developers fo...