Search found 59476 matches

by steve
Mon May 03, 2021 1:46 am
Forum: GNU/Linux
Topic: ✓ Converting point labels to regions
Replies: 19
Views: 1407

Re: ✓ Converting point labels to regions

Each odd numbered label treated as start, and each even numbered label treated as an end time, and the label text taken from the odd numbered label. That can be done with a Nyquist script like this: ;type tool (defun get-new-labels (labels) ;;; Returns Nyquist formatted labels in reverse order. (le...
by steve
Mon May 03, 2021 12:19 am
Forum: GNU/Linux
Topic: ✓ Converting point labels to regions
Replies: 19
Views: 1407

Re: ✓ Converting point labels to regions

Export your labels in Audacity. Run your script in a terminal: NameOfTheScript.sh /Path/to/the/exported/file This may be why it didn't appear to work. To run the script on Xubuntu 20.04, or I assume other Debian based distros, either the script has to be made executable and then run with: bash Name...
by steve
Sun May 02, 2021 11:41 pm
Forum: GNU/Linux
Topic: ✓ Converting point labels to regions
Replies: 19
Views: 1407

Re: ✓ Converting point labels to regions

How about running this script in the Nyquist Prompt (https://manual.audacityteam.org/man/nyquist_prompt.html). This acts directly on point labels that are in the first label track: ;type tool (setf labels (cadar (aud-get-info "Labels"))) (let (start end txt (indx 0)) (dolist (label labels ...
by steve
Sun May 02, 2021 11:27 pm
Forum: GNU/Linux
Topic: ✓ Converting point labels to regions
Replies: 19
Views: 1407

Re: ✓ Converting point labels to regions

Doesn't seem to work for me. This was my input Labeltext.txt file: 1.003868 1.003868 1 2.733589 2.733589 2 4.146706 4.146706 3 5.388387 5.388387 4 and this was the output: 1.003868 1.003868 1 2.733589 2.733589 2 4.146706 4.146706 3 5.388387 5.388387 4 Am I right in thinking that the intended output ...
by steve
Sun May 02, 2021 1:57 pm
Forum: GNU/Linux
Topic: The Linux download for 3.0.2 downloads the 3.0.0 package
Replies: 2
Views: 457

Re: The Linux download for 3.0.2 downloads the 3.0.0 package

The Linux download page has now been updated to deliver Audacity 3.0.2.
https://www.audacityteam.org/download/linux/
by steve
Sun May 02, 2021 1:06 pm
Forum: Windows
Topic: Using Audacity with Bluetoooth headphones
Replies: 7
Views: 530

Re: Using Audacity with Bluetoooth headphones

There's no guarantee that WASAPI loopback will be available for buetooth devices, and even if it is there is no guarantee that it will workreliably for recording. WASAPI loopback recording attempts to achieve sample accuracy, which may not be possible via the bluetooth interface. I'd recommend takin...
by steve
Sun May 02, 2021 12:59 pm
Forum: Windows
Topic: Audacity on Android
Replies: 1
Views: 210

Re: Audacity on Android

No, Audacity is not yet available for mobile devices. There may be a mobile version available in the future.
by steve
Sun May 02, 2021 12:56 pm
Forum: GNU/Linux
Topic: Completing audacity installation from source
Replies: 1
Views: 281

Re: Completing audacity installation from source

I'd like to use the offline manual, but can't work out where it goes. I tried /usr/share/audacity and /usr/local/share/audacity and it is not found in either place. It is not at all clear to me having gotten this far (audacity works fine) how to complete the installation including the offline manua...
by steve
Sun May 02, 2021 12:44 pm
Forum: Audacity 3.x Feedback and Reviews
Topic: Can't open/save .aup3 projects to network drive (3.0.2)
Replies: 8
Views: 600

Re: Can't open/save .aup3 projects to network drive (3.0.2)

I now can't even get an mp3 file from a FAT drive into Audacity. That must be a different issue. Audacity doesn't support opening projects from a FAT drive, or saving projects to a FAT drive. There are no such restrictions regarding importing or exporting audio files. FAT is a very old file system ...
by steve
Sat May 01, 2021 7:30 pm
Forum: macOS
Topic: mp3 problems
Replies: 4
Views: 402

Re: mp3 problems

John Alden Thayer wrote:
Sat May 01, 2021 4:47 pm
I can't create an mp3 file or export it into my hard drive.
Why not? What happens when you try?