Search found 59476 matches

by steve
Mon May 26, 2014 2:55 pm
Forum: Nyquist
Topic: DTMF Decoder plugin
Replies: 5
Views: 9452

Re: DTMF Decoder plugin

Why do you want to use FFT? It will become rather complicated. I would use the zero crossing rate as a pitch estimator. Alternatively you could use a filter bank in a similar way to how DTMF tones were originally decoded, for example along the lines of: (defun filter (sig n) (setf hzlist (case n (1...
by steve
Mon May 26, 2014 2:09 pm
Forum: General Audio Programming
Topic: Pitch change effect and scale of fifths
Replies: 9
Views: 8388

Re: Pitch change effect and scale of fifths

I extracted from source files code of audacity 2.0.5 (ChangePitch.cpp and headers) and i need to know where (how) are calculated specific tones. I know things or two about c++ but i couldn't yet find function which is responsible for calculating those frequencies. Look at line 460 in ChangePitch.cp...
by steve
Mon May 26, 2014 1:34 pm
Forum: Windows
Topic: Sound Activated Recording - Not Working
Replies: 1
Views: 342

Re: Sound Activated Recording - Not Working

amiava9191 wrote:as soon I click the record button it starts to record
You may need to raise the "Sound Activation Level" : http://manual.audacityteam.org/o/man/tr ... n.2Foff.29
by steve
Mon May 26, 2014 1:31 pm
Forum: Windows
Topic: Cannot edit selection (in stop mode)
Replies: 7
Views: 831

Re: Cannot edit selection (in stop mode)

(is it "selected audio"? Could that be "Labelled Audio" ? http://manual.audacityteam.org/o/man/edit_menu_labeled_audio.html That only applies if you have "labels" http://manual.audacityteam.org/o/man/label_tracks.html If you're looking for the "Cut" and "...
by steve
Mon May 26, 2014 1:23 pm
Forum: General Audio Programming
Topic: help decoding a midi file
Replies: 1
Views: 4629

Re: help decoding a midi file

"FF" may be a "reset" event.
by steve
Mon May 26, 2014 1:10 pm
Forum: Audio Processing
Topic: Link soundfiles after changing names
Replies: 1
Views: 532

Re: Link soundfiles after changing names

Delete the parts that you have destroyed (the bits with no sound), then import the files back in again.
See here for how to safely handle projects, particularly the part about "dependencies": http://manual.audacityteam.org/o/man/au ... jects.html
by steve
Mon May 26, 2014 7:35 am
Forum: Recording Equipment
Topic: Best Operating system for #= Hour recording
Replies: 8
Views: 1604

Re: Best Operating system for #= Hour recording

A 3 hour recording should be fine on any modern* operating system as long as: 1) The computer is stable. 2) The sound card is fully supported by the operating system. 3) You are using a sample rate of 44100 Hz (default, and CD standard) or 48000 Hz (DVD standard). 4) The machine has adequate storage...
by steve
Sun May 25, 2014 6:52 pm
Forum: New Plug-Ins
Topic: ReplayGain
Replies: 116
Views: 98422

Re: ReplayGain

I see at one time you were thinking about R128. Did you ever think you might implement it? I've read up on R128, and while it is relatively easy to implement, I have reservations. At the end of the day I think what will be most useful for users generally is an effect that works as "well" ...
by steve
Sun May 25, 2014 6:37 pm
Forum: Windows
Topic: collapsed track will not expand.
Replies: 3
Views: 1225

Re: collapsed track will not expand.

PedroV wrote:When I export to MP3, the last track is changed somehow.
Can you give step by step instructions for how we can reproduce the issue.