Search found 59476 matches

by steve
Thu Apr 22, 2010 5:50 pm
Forum: Audio Processing
Topic: asimmetric waveform
Replies: 4
Views: 546

Re: asimmetric waveform

I want to keep only the positive values. Select the track, Effect menu > Nyquist prompt Enter this code: (sum 1 (clip (sum s -1) 1)) Press "OK" If you also need it to work on stereo tracks (and mono tracks), use this code instead: (if (arrayp s)(vector (sum 1 (clip (sum (aref s 0) -1) 1))...
by steve
Thu Apr 22, 2010 4:08 pm
Forum: Audio Processing
Topic: Audacity bit rate need default to be 56 bit rather than 128
Replies: 1
Views: 425

Re: Audacity bit rate need default to be 56 bit rather than

In Audacity 1.2.x on Windows, the preferences are stored in the Windows registry. In Audacity 1.3.x the preferences are stored in a plain text file called "audacity.cfg" which is in their Windows user profile. It may be easier for you to upgrade to Audacity 1.3.12, then you can just set up...
by steve
Thu Apr 22, 2010 4:01 pm
Forum: Windows
Topic: Mp3 trim without re-encoding
Replies: 6
Views: 12633

Re: Mp3 trim without re-encoding

Mp3split will trim without re-compressing.
It's free and open source (GPL) http://mp3splt.sourceforge.net/mp3splt_page/home.php
by steve
Thu Apr 22, 2010 3:43 pm
Forum: General Feedback and Discussion
Topic: can't open my audacity project file
Replies: 18
Views: 27118

Re: can't open my audacity project file

bgravato wrote:It would probably be the first app I'm aware of that would do that...
but it would be a very nice option in many situations.
Anyone else think this would be a good "Feature Request"?
by steve
Thu Apr 22, 2010 12:01 am
Forum: Windows
Topic: Re: Problems recording.
Replies: 10
Views: 2549

Re: Problems recording.

I presume this is the "garbled" effect that you were talking about?
Do you know what sort of sound card you are using?
by steve
Wed Apr 21, 2010 11:34 pm
Forum: General Feedback and Discussion
Topic: can't open my audacity project file
Replies: 18
Views: 27118

Re: can't open my audacity project file

In this topic someone has successfully sent 2 projects to the forum. http://forum.audacityteam.org/viewtopic.php?f=16&t=29232 I believe he's the first to do it successfully. There can be more than two parts - in some situations there may be audio data that is in use by the project but lies outsi...
by steve
Wed Apr 21, 2010 11:27 pm
Forum: Windows
Topic: Char limit to labels?
Replies: 3
Views: 417

Re: Char limit to labels?

Using Audacity 1.3.12 my record is 99 labels with a few words in each label.
When you get up to hundreds of words Audacity starts to seriously slow down.
I've never tried more than a few labels in Audacity 1.2.6
by steve
Wed Apr 21, 2010 11:23 pm
Forum: Windows
Topic: Re: Problems recording.
Replies: 10
Views: 2549

Re: Problems recording.

Well it's fixed the latency adjustment :)

So was that after only changing the "latency correction" setting?
If you change it back to 0 does it still produce the same result as the first "Click" project?
by steve
Wed Apr 21, 2010 11:16 pm
Forum: Windows
Topic: 2.0???
Replies: 2
Views: 1503

Re: 2.0???

Once you get beyond simple programs, there is probably no such thing as "bug free". It's a bit like asking for a car that is 100% reliable. Of course some cars are extremely reliable, but never 100%. You would not expect 100% reliability for any model of car, but you would expect it to be ...
by steve
Wed Apr 21, 2010 10:57 pm
Forum: General Feedback and Discussion
Topic: can't open my audacity project file
Replies: 18
Views: 27118

Re: can't open my audacity project file

There are two parts to an Audacity project - there is the "Audacity Project File" ( filename .aup) and then there is a folder of audio data ( filename _data). Both parts are required for the project. If you move, delete or rename any of the data that is used by the project, the project wil...