Search found 59476 matches

by steve
Thu Apr 26, 2018 8:40 am
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

;version 4 ;type generate ;; Global variables. These could be set by user controls. (setf minrest 1.8) (setf maxrest 2.8) (setf lohz 1000) (setf hihz 4000) (defun tone (pitch) (mult (osc pitch 0.25) (pwlv 0 0.02 1 0.23 1 0.25 0))) (defun paramlist (&aux params) "Return a list of (pitch gai...
by steve
Thu Apr 26, 2018 8:17 am
Forum: Windows
Topic: Exporting to specific bitrate MP3 in 2.1.x
Replies: 1
Views: 178

Re: Exporting to specific bitrate MP3 in 2.1.x

The current version of Audacity is 2.2.2, and you can get it via the Audacity website: https://www.audacityteam.org/download/windows/ With the current version of Audacity, provided that LAME is installed then to export as MP3, it's just "File menu > Export > Export as MP3", and the options...
by steve
Wed Apr 25, 2018 4:30 pm
Forum: Windows
Topic: Mark an area for edit or copy
Replies: 6
Views: 523

Re: Mark an area for edit or copy

What I'm looking for is the possibility to mark/select a region (for instance because I want to replace it), If you know the exact start and end of the part that you want to replace, you could select it and then "Edit menu > Clip boundaries > Split". However, the way that I would do it is...
by steve
Wed Apr 25, 2018 11:40 am
Forum: Windows
Topic: beeps in recording
Replies: 6
Views: 366

Re: beeps in recording

federico wrote:Ok Steve, here's a sample taken from the breaks between the music movements.
Attachment is missing.
by steve
Wed Apr 25, 2018 8:22 am
Forum: Windows
Topic: beeps in recording
Replies: 6
Views: 366

Re: beeps in recording

Is it possible to remove these beeps without reducing too much the audio quality? We will need an audio sample of the problem to be able to answer that. A short 5 or 6 second extract in WAV format will be sufficient. See here for how to attach audio samples to forum posts: https://forum.audacitytea...
by steve
Wed Apr 25, 2018 7:36 am
Forum: Windows
Topic: Mark an area for edit or copy
Replies: 6
Views: 523

Re: Mark an area for edit or copy

Not sure what you mean, but perhaps Selecting audio, or adding a Label.
by steve
Tue Apr 24, 2018 10:59 pm
Forum: Windows
Topic: wrong software provided with reshow audio usb cassete cap
Replies: 1
Views: 561

Re: wrong software provided with reshow audio usb cassete ca

Ensure that the USB device is connected before you launch Audacity. If that does not fix it, please state which version of Audacity you are using. (The version number can be found in "Help menu > About Audacity", and the current version is Audacity 2.2.2. If you have an old version of Auda...
by steve
Tue Apr 24, 2018 9:07 pm
Forum: Compiling Audacity
Topic: Compiling Audacity - error C1001: AColor.h
Replies: 3
Views: 1328

Re: Compiling Audacity - error C1001: AColor.h

If you are building Audacity 2.2.2, you should use WxWidgets 3.0.2 rather than 3.1.1. I would also highly recommend that you make a standard build without ASIO first, so as to check that your build environment is correct, and then go on to build with ASIO after you have successfully done a standard ...
by steve
Tue Apr 24, 2018 9:03 pm
Forum: Windows
Topic: wav file to mp3
Replies: 1
Views: 136

Re: wav file to mp3

Can anyone help me figure out how to change a wav file to an mp3 on my computer? If that is all that you want to do, then I'd recommend using any of the free and easy to use MP3 encoders such as LameDropXPd . If you also want to edit the file, then Audacity can export as MP3, but requires that &quo...
by steve
Tue Apr 24, 2018 6:08 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

It's doing exactly what you have told it to. The 10 ms pulses are "upside down" as you stated. The thing that you have forgotten (or not realised) is that the pulses are joined together by periods of silence. In your picture, the lower channel starts with some silence, then jumps up to a v...