Search found 59476 matches

by steve
Tue Jul 02, 2019 5:26 pm
Forum: GNU/Linux
Topic: Any Way to Recover "Orphaned Files"?
Replies: 27
Views: 1392

Re: Any Way to Recover "Orphaned Files"?

There's an About, which tells me I'm using Audacity 2.3.2 That surprised me. Is that from Panda Jim's PPA? (not important, just interested). Re. Audio device info and the device toolbar settings: "default" is the system default sound system, which on Ubuntu (and most other modern Desktop ...
by steve
Tue Jul 02, 2019 2:20 pm
Forum: Adding Features to Audacity
Topic: Meters: RMS Level Momentary Bar
Replies: 12
Views: 895

Re: Meters: RMS Level Momentary Bar

The "Gradient" display option already has this feature.
by steve
Tue Jul 02, 2019 2:14 pm
Forum: Audiobook Production
Topic: how to sequentially renumber split points
Replies: 1
Views: 286

Re: how to sequentially renumber split points

You could modify "Silence Finder" to put numbers in the labels rather than just an "S".
Do you have any experience at all of any kind of programming?
by steve
Tue Jul 02, 2019 1:24 pm
Forum: Macros and Scripting
Topic: A macro to add silence depending on the cursor position
Replies: 32
Views: 2471

Re: A macro to add silence depending on the cursor position

I've set the python and have run the pipeclient.py, and it works. At least the 'Q' works. Good start :) Where can I see how to run Audacity commands? I tried to type 'Left at playback position' and got an error. In the "Scripting Reference" section of the manual: https://manual.audacityte...
by steve
Tue Jul 02, 2019 1:20 pm
Forum: Windows
Topic: Error opening recording device: Error code 0 success
Replies: 3
Views: 4082

Re: Error opening recording device: Error code 0 success

1) Ensure that the external mic is enabled before you launch Audacity. If you enable it after, you will need to tell Audacity to "Rescan audio devices" (in the "Transport" menu).

2) Ensure that the external mic is selected as the recording device in the device toolbar.
by steve
Tue Jul 02, 2019 2:02 am
Forum: GNU/Linux
Topic: Any Way to Recover "Orphaned Files"?
Replies: 27
Views: 1392

Re: Any Way to Recover "Orphaned Files"?

As for my device toolbar, it's set to ALSA, microphone icon, "default: Line: 0", "1 (Mono) Recording Channel", volume icon, and default. I don't even have any other options instead of ALSA, which seems a little odd since I think I use PulseAudio for everything, PulseAudio uses A...
by steve
Mon Jul 01, 2019 11:31 pm
Forum: GNU/Linux
Topic: Any Way to Recover "Orphaned Files"?
Replies: 27
Views: 1392

Re: Any Way to Recover "Orphaned Files"?

Have you said what you're trying to do (specifically)?
What are your settings in the device toolbar?
by steve
Mon Jul 01, 2019 8:10 pm
Forum: macOS
Topic: Save labels with audio WITHOUT segmenting the audio?
Replies: 3
Views: 155

Re: Save labels with audio WITHOUT segmenting the audio?

Standard WAV files don't support labels.
OGG files can have "chapter" tags (https://wiki.xiph.org/Chapter_Extension), but these are not supported by Audacity.
by steve
Mon Jul 01, 2019 8:06 pm
Forum: Macros and Scripting
Topic: What is the macro command that is equivalent to "Make Stereo Track"?
Replies: 4
Views: 588

Re: What is the macro command that is equivalent to "Make Stereo Track"?

"Pan" one track left and the other track right.
You can then either "Mix and Render", or just "Export".
by steve
Mon Jul 01, 2019 8:03 pm
Forum: Macros and Scripting
Topic: A macro to add silence depending on the cursor position
Replies: 32
Views: 2471

Re: A macro to add silence depending on the cursor position

Big difference between scripting with Nyquist and scripting with Python: Nyquist is built into Audacity and runs "inside" Audacity. Python runs "outside" of Audacity and sends / receives messages via "mod-script-pipe". To run a Nyquist script, you can either: Run the sc...