Search found 59476 matches

by steve
Mon Apr 01, 2019 2:33 pm
Forum: Windows
Topic: unable to create these tones
Replies: 10
Views: 973

Re: unable to create these tones

Congratulations on your successful modification. A couple of suggestions that I'd make regarding the code, which I hope you will find useful: 1) For new plug-ins, it is highly recommended that they are written as "version 4" (the most recent version). See: https://wiki.audacityteam.org/wik...
by steve
Mon Apr 01, 2019 2:10 pm
Forum: GNU/Linux
Topic: "stretching" clips.
Replies: 4
Views: 501

Re: "stretching" clips.

If you mean like this (below), then you are using the wrong program - use Ardour.

track.gif
track.gif (1004.16 KiB) Viewed 471 times
by steve
Mon Apr 01, 2019 1:38 pm
Forum: macOS
Topic: How to attach a label/name/description to individual clips?
Replies: 4
Views: 1044

Re: How to attach a label/name/description to individual clips?

If you select both an audio track and a label track, then copy, then paste into a new EMPTY project, then both the audio and labels should be pasted. If you are pasting into a project that is not empty, ensure that you select both the audio track AND the label track at the place where you want to pa...
by steve
Mon Apr 01, 2019 1:30 pm
Forum: GNU/Linux
Topic: Freeze when using Noise Reduction effect
Replies: 7
Views: 785

Re: Freeze when using Noise Reduction effect

It's interesting that the effects are responding to the Enter key. This indicates that Audacity is NOT frozen, but rather that you Desktop has stopped responding to mouse clicks. If you use a wireless mouse with replaceable batteries, the first thing I would do is to put new batteries in (rule out t...
by steve
Mon Apr 01, 2019 1:24 pm
Forum: General Audio Programming
Topic: GetInfo from python script
Replies: 4
Views: 2107

Re: GetInfo from python script

The command: GetInfo: Type=Labels will return something like this: [ [ 1, [ [ 1, 2, "Hello" ], [ 5, 6, "World" ] ] ] ] BatchCommand finished: OK So the first thing to do is to extract the JSON part of the output string - that is, the text up to the final "]". That will ...
by steve
Sun Mar 31, 2019 4:31 pm
Forum: Windows
Topic: preview tempo bug in audacity 2.3.1
Replies: 13
Views: 713

Re: preview tempo bug in audacity 2.3.1

waxcylinder wrote:
Sat Mar 30, 2019 12:48 pm
1) The preview plays with the tempo change
2) on completion of the preview the selection remains intact
Same here.
by steve
Sun Mar 31, 2019 4:29 pm
Forum: General Audio Programming
Topic: GetInfo from python script
Replies: 4
Views: 2107

Re: GetInfo from python script

original file imported in audacity, with full path There's no direct way to obtain the file name and path of the last imported file from Audacity. If you are using Python with mod-script-pipe, then you can use Python to do the import, so the exact file name and path is known to Python. To get track...
by steve
Sun Mar 31, 2019 3:54 pm
Forum: Windows
Topic: Two voices - not recording equally
Replies: 18
Views: 625

Re: Two voices - not recording equally

Yes, both microphones make the meter light go up to 0. I CAN hear both mics in both ears. OK, so without changing anything on the desk, make a short test recording, speaking first into one microphone, and then the other. Make a test recording doing this, of about 6 seconds duration, then export as ...
by steve
Sun Mar 31, 2019 3:06 pm
Forum: Adding Features to Audacity
Topic: Allow configuring mouse wheel to scroll horizontally
Replies: 12
Views: 1473

Re: Allow configuring mouse wheel to scroll horizontally

ginobean wrote:
Sun Mar 31, 2019 2:13 pm
It should be a fairly simple matter to decouple these mouse behaviors, by adding these abstractions
Audacity is open source software. Is this a feature that you can develop yourself?
by steve
Sun Mar 31, 2019 2:20 pm
Forum: Windows
Topic: [newbie] how to split large mp3 file
Replies: 1
Views: 109

Re: [newbie] how to split large mp3 file

There's a tutorial about splitting a long track into multiple files: https://manual.audacityteam.org/man/splitting_a_recording_into_separate_tracks.html Note that MP3 encoding reduces the audio quality, so making MP3 from an MP3 results in additional sound quality degrading on every "generation...