Search found 24069 matches

by Gale Andrews
Sat Jun 21, 2014 12:54 pm
Forum: Nyquist
Topic: modified silence marker to insert more silence
Replies: 50
Views: 19120

Re: modified silence marker to insert more silence

It is clear that generated silence (or such with Ctrl-L) is treated as white space at the end and the beginning. As far as I can see, the first silence in the selection (whether white space, generated silence or sufficiently low level noise) is always extended, but the final silence (defined as abo...
by Gale Andrews
Sat Jun 21, 2014 8:05 am
Forum: Maintaining / Improving this Forum
Topic: Manage subscription watched topic bug.
Replies: 3
Views: 2236

Re: Manage subscription watched topic bug.

Very trivial problem, just got notification that this thread : http://forum.audacityteam.org/viewtopic.php?f=46&t=79601 has a new post because it is on my watched topic list. I haven't visited Audacity Forum since well before the OP and i don't run a Windows OS anyway (using Linux Ubuntu Gnome ...
by Gale Andrews
Sat Jun 21, 2014 7:55 am
Forum: Windows
Topic: keyboard
Replies: 5
Views: 765

Re: keyboard

Does this help: http://manual.audacityteam.org/o/man/faq_recording_troubleshooting.html#keyboards ? Audacity can't record from the USB cable assuming it sends MIDI. So you need to open Audacity Device Toolbar and set the input device (third box) to the computer input your non-USB cable is connected ...
by Gale Andrews
Sat Jun 21, 2014 7:39 am
Forum: Windows
Topic: Audacity for Playback Presentation?
Replies: 15
Views: 1430

Re: Audacity for Playback Presentation?

TAB between labels works now, when you use DOWN arrow or UP arrow to move the yellow focus border into the label track. So you can do it easily if you are prepared to use the Play button (or hover the mouse over the Play button and use a foot pedal that can deliver mouse clicks). It's harder to do w...
by Gale Andrews
Sat Jun 21, 2014 7:14 am
Forum: Nyquist
Topic: modified silence marker to insert more silence
Replies: 50
Views: 19120

Re: modified silence marker to insert more silence

The purpose of the plug-in is to extend gaps within a track. I don't know how a user who did not read the fine print of this long topic would find that out, but I see no reason to limit it to exclude the trailing silence. Of course you could wait to see if someone other than me asked for an option ...
by Gale Andrews
Sat Jun 21, 2014 6:54 am
Forum: Nyquist
Topic: Shorttime analysis
Replies: 7
Views: 2907

Re: Shorttime analysis

KuboF wrote:Please notify me, if there are some problem caused by translation
Actually there are many mis-spellings like "Calculing", "lenght", "multipliy".

I hope Steve will have time to look at your code.


Gale
by Gale Andrews
Sat Jun 21, 2014 5:47 am
Forum: GNU/Linux
Topic: Timeline
Replies: 5
Views: 2710

Re: Timeline

Try Analyze > Regular Interval Labels... . Set the label interval to 10 seconds then File > Export Multiple... will export however many 10 second pieces there are.

Gale
by Gale Andrews
Sat Jun 21, 2014 5:35 am
Forum: Windows
Topic: Mic is recorded, audio is not - Latest Audacity version
Replies: 7
Views: 592

Re: Mic is recorded, audio is not - Latest Audacity version

The simple answer is don't bother to use Audacity to record Skype at all. You've got a wireless headset which is a separate device to the built-in sound card, so stereo mix won't automatically record that headset even if you had stereo mix and even if you could unmute the headset mic to play through...
by Gale Andrews
Sat Jun 21, 2014 4:42 am
Forum: Windows
Topic: Printed Manual
Replies: 1
Views: 228

Re: Printed Manual

Is there a printed manual that a person can buy Sorry, no. There are some books about very late 1.3 Beta versions of Audacity that are partially relevant to Audacity 2.x: http://wiki.audacityteam.org/wiki/Books_about_Audacity . I would have but this in the manual forum, but they are all block If th...
by Gale Andrews
Sat Jun 21, 2014 4:32 am
Forum: Windows
Topic: source code
Replies: 3
Views: 444

Re: source code

src/AudioIO.cpp and lib-src/portaudio-v19 would be good places to look. If you are explicitly reusing that code in an app then the app needs to be under a GPL-compatible licence or that part of the reused code needs to be loaded separately with a GPL EULA. If you are trying to make Audacity do real ...