Search found 59476 matches

by steve
Thu Apr 05, 2018 7:53 pm
Forum: Windows
Topic: Listening / editying a small section
Replies: 1
Views: 224

Re: Listening / editying a small section

If you shift + Click on the Timeline, it will loop play the selection, starting from the point where you click.
Alternatively, click and drag on the Timeline to play a region (play starts from the left end of the drag and stops at the right end of the drag).
by steve
Thu Apr 05, 2018 5:15 pm
Forum: Windows
Topic: How to export audio with Silences?
Replies: 8
Views: 1621

Re: How to export audio with Silences?

It's "by design" (but not a good design).
I don't think there is opposition to it being redesigned better ;)
by steve
Thu Apr 05, 2018 5:14 pm
Forum: Windows
Topic: No USB Codec [SOLVED]
Replies: 3
Views: 300

Re: No USB Codec [SOLVED]

Thanks for letting us know. Glad to hear it's now working.
by steve
Thu Apr 05, 2018 4:20 pm
Forum: Windows
Topic: How to export audio with Silences?
Replies: 8
Views: 1621

Re: How to export audio with Silences?

kozikowski wrote:You can also create one long silent track starting at 0 and export that plus the target track. Audacity will mix them at export.
That's OK when exporting a single track, but not a solution when using "Export Multiple" based on tracks.
by steve
Thu Apr 05, 2018 3:35 pm
Forum: Windows
Topic: No USB Codec [SOLVED]
Replies: 3
Views: 300

Re: No USB Codec

Ensure that the record player is plugged in and powered on before you launch Audacity.
by steve
Thu Apr 05, 2018 12:03 pm
Forum: Compiling Audacity
Topic: MSVS2013 Windows 10 compiling Audacity w/ ASIO prefs.h issue
Replies: 5
Views: 1544

Re: MSVS2013 Windows 10 compiling Audacity w/ ASIO prefs.h i

the only mysteries now are a 100ms delay/offset (regardless of ASIO buffer settings) You need to set up "latency correction" for the system: http://manual.audacityteam.org/man/latency_test.html the help menu seems to think i don't have the help file local to my drive (even though i compil...
by steve
Thu Apr 05, 2018 10:39 am
Forum: Windows
Topic: Trying to copy MiniDisc to mp3
Replies: 13
Views: 787

Re: Trying to copy MiniDisc to mp3

In the device toolbar, ensure that you have selected the "line in" device (not "Sound Mapper" and not your microphone). The "host" should probably be set to "MME".
by steve
Thu Apr 05, 2018 10:36 am
Forum: Windows
Topic: How to export audio with Silences?
Replies: 8
Views: 1621

Re: How to export audio with Silences?

How do I export stems with the correct lengths of silence at the beginning? Unfortunately Audacity does not have a built-in option for this, but there is an easy workaround. For all tracks that start after time=0, select a section of the empty space, starting at time=0 (more about selecting audio h...
by steve
Thu Apr 05, 2018 10:28 am
Forum: Windows
Topic: Red thumbtack in Timeline [SOLVED]
Replies: 3
Views: 837

Re: Red thumbtack in Timeline [SOLVED]

You're welcome. Thanks for telling us that the issue is solved.
by steve
Thu Apr 05, 2018 10:27 am
Forum: Windows
Topic: GPF Zooming in large multi-channel files
Replies: 12
Views: 753

Re: GPF Zooming in large multi-channel files

Default FFTSize is 256 (Windows) Which version of Audacity? Default for Audacity 2.2.2 is 1024, as can be seen here: https://github.com/audacity/audacity/blob/master/src/prefs/SpectrogramSettings.cpp 262| windowSize = gPrefs->Read(wxT("/Spectrum/FFTSize"), 1024); we need the finest resolu...