Search found 59476 matches

by steve
Fri Mar 29, 2013 6:56 pm
Forum: Windows
Topic: stereo widener effect
Replies: 7
Views: 7435

Re: stereo widener effect

Unfortunately David Sky will not be able to explain or document his effect as he sadly passed away in 2009.
I'd recommend that you try the Channel Mixer plug-in that Robert suggested. If you have any questions with that effect, the author (myself) is still alive and kicking and able to offer support.
by steve
Fri Mar 29, 2013 4:31 pm
Forum: Windows
Topic: Size of MP3 file exported
Replies: 1
Views: 319

Re: Size of MP3 file exported

mildredryan wrote:The file is just 20 minutes long, but is 236 MB size
If this is a stereo file, then you have probably exported in WAV format (or another uncompressed format) and not as MP3.

See here for how to set the file export format: http://manual.audacityteam.org/o/man/fi ... ialog.html
by steve
Fri Mar 29, 2013 4:27 pm
Forum: Feature Request Archive
Topic: "Cut Preview" improvements, also an "Uncut Preview"
Replies: 18
Views: 6566

Re: "Cut Preview" improvements, also an "Uncut Preview"

Of course, 4 key bindings would be my preferred choice but I could live with other solutions as well. The required functionality could certainly be achieved with only 3 new key bindings, but I think it makes ergonomic sense to have the full set of 4, so my vote is for all 4 (though personally I'm m...
by steve
Fri Mar 29, 2013 3:41 pm
Forum: Nyquist
Topic: Beginner's help
Replies: 31
Views: 5394

Re: Beginner's help

I am anxious to learn what Roger says. I've had a reply from Roger Dannenberg. He's only had time for a quick look so far but his initial reaction is that he does not see how this could happen, but agrees that it does happen. So for now, I'll be submitting a bug report so that it is logged on the b...
by steve
Thu Mar 28, 2013 8:19 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Selection Click Behavior Changed (for the worse)
Replies: 4
Views: 1654

Re: Selection Click Behavior Changed (for the worse)

I'd not actually noticed until I read your post, but I presume that it is by design, and I'd imagine that it is what most people would want.
There is probably an easy way to do what you want without having to "click again and again". What exactly are you doing?
by steve
Thu Mar 28, 2013 5:24 pm
Forum: Nyquist
Topic: Converting timestamped pitch tracking into audible sound.
Replies: 9
Views: 4129

Re: Converting timestamped pitch tracking into audible sound

Just logging this little snippet which will probably come in useful: ;; copy a binary file (setf in-file "fully-qualified-path-to-input-file") (setf out-file "fully-qualified-path-to-output-file") (setf fp-in (open-binary in-file :direction :input)) (setf fp-out (open-binary out-...
by steve
Thu Mar 28, 2013 4:59 pm
Forum: Nyquist
Topic: Converting timestamped pitch tracking into audible sound.
Replies: 9
Views: 4129

Re: Converting timestamped pitch tracking into audible sound

I've moved this topic to the Nyquist forum as it looks like a good project for Nyquist. These are the details of the project. The pitch tracking files I have are tab-separated txt files with 2 columns. The first column contains the timestamps in seconds, and the second column contains the pitch/freq...
by steve
Thu Mar 28, 2013 3:37 pm
Forum: Windows
Topic: Record Mic and Computer Sound Simultaneously
Replies: 50
Views: 31687

Re: Record Mic and Computer Sound Simultaneously

It's all legit and barely edited. I was listening to: http://frogpants.com/tms/ Today, on this spicy black bean flavored episode of the morning stream, some healthy negative reinforcement, how bi-curiuos is your state, when killing a snake means burning your house down, having your kid pepper spray...
by steve
Thu Mar 28, 2013 3:08 pm
Forum: Nyquist
Topic: Beginner's help
Replies: 31
Views: 5394

Re: Beginner's help

I can browse Lisp code for seq somewhere in my distribution? If you download the Audacity source code, the Nyquist LISP files are in the subdirectory /nyquist/ However, SND-SEQ is not a LISP function, it is one of the primitives written in C. The sourcecode for SND-SEQ is sndseq.c and sndseq.h in /...
by steve
Thu Mar 28, 2013 3:01 pm
Forum: Feature Request Archive
Topic: "Cut Preview" improvements, also an "Uncut Preview"
Replies: 18
Views: 6566

Re: "Cut Preview" improvements, also an "Uncut Preview"

I think you also may want "play the first 1 second of the selection" for convenience. That is already accomplished very easily by pressing the space-bar to start and again to stop. I don't see that we need to add another key binding just to make the second space-bar press unnecessary, how...