Search found 59476 matches

by steve
Mon Feb 24, 2020 1:12 pm
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7904

Re: Convert Label text to LRC file

You can get multi-byte characters from labels using "GetInfo: Type=Labels Format=JSON" via Python. See here for the latest information about scripting with Python: https://alphamanual.audacityteam.org/man/Scripting (That is actually the manual for Audacity 2.4.0, which is not yet released,...
by steve
Mon Feb 24, 2020 11:38 am
Forum: Русский
Topic: Russian manual
Replies: 56
Views: 385284

Re: Russian manual

A wiki account has been set up for you. Note that this is for the " Audacity wiki " rather than the manual. Unlike the manual, the wiki persists beyond each release. Have you received your log-in details? The initial upload is here: https://wiki.audacityteam.org/wiki/Audacity_Tour_Guide/ru...
by steve
Mon Feb 24, 2020 10:28 am
Forum: Windows
Topic: headphone correction possible
Replies: 7
Views: 614

Re: headphone correction possible

ranila wrote:
Mon Feb 24, 2020 12:41 am
I need to trust to my speakers or headphones.
There's no real substitute when mixing, for good quality, flat response, studio monitors or studio headphones. Anything else is an inferior workaround.
by steve
Mon Feb 24, 2020 10:24 am
Forum: Windows
Topic: Audacity won't record any sounds.
Replies: 1
Views: 145

Re: Audacity won't record any sounds.

What are you trying to record?
by steve
Mon Feb 24, 2020 10:24 am
Forum: Windows
Topic: Exporting does not complete
Replies: 5
Views: 200

Re: Exporting does not complete

dasaitama wrote:
Sun Feb 23, 2020 10:01 pm
The project folder (and export destination) is currently on an external hard drive
That's probably the problem.
Does it work if you first copy the project to the internal drive and run it from there?

As a point of interest, how is drive F:\ connected to the computer?
by steve
Mon Feb 24, 2020 10:20 am
Forum: Windows
Topic: Audacity won't run on windows 7 ultimate
Replies: 2
Views: 379

Re: Audacity won't run on windows 7 ultimate

Please note also that Windows 7 has been discontinued and is no longer supported by Microsoft. From here on, you should avoid using Windows 7 online as security vulnerabilities in Windows 7 will not be fixed. (If you do not wish to update to Windows 10, you could consider replacing Windows with Linu...
by steve
Mon Feb 24, 2020 10:15 am
Forum: Windows
Topic: Reload WAV file without closing it first
Replies: 7
Views: 708

Re: Reload WAV file without closing it first

When Audacity "loads" an audio file (we call it "Importing"), the audio data from the file is copied into the Audacity Project and appears in the project as a new audio track. Anything that you do to that audio track changes the audio data in Audacity, but because Audacity is wor...
by steve
Mon Feb 24, 2020 10:09 am
Forum: Windows
Topic: How to remove unregistered plug-ins
Replies: 6
Views: 830

Re: How to remove unregistered plug-ins

Djard wrote:
Sun Feb 23, 2020 7:08 pm
I had four plug-ins that failed to register
Which ones?
by steve
Mon Feb 24, 2020 10:07 am
Forum: macOS
Topic: Audacity cannot record with RME Babyface Pro fs and Catalina
Replies: 12
Views: 1051

Re: Audacity cannot record with RME Babyface Pro fs and Catalina

takumphd wrote:
Mon Feb 24, 2020 5:49 am
App version 3.6.3
Does that allow you a free update to 3.6.4?
takumphd wrote:
Sat Feb 22, 2020 8:21 am
Also "Audio Hijack" can not record RME Babyface Pro under Catalina,
Do you mean when trying to record directly with Audio Hijack (not involving Audacity at all)?
by steve
Mon Feb 24, 2020 10:00 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7904

Re: Convert Label text to LRC file

Does that mean when I retrieve the label (using Nyquist) the dual-byte information already lost? I had to check. The answer is yes. The "aud-get-info" command returns ASCII characters. Audacity converts multi-byte character to underscore ("_") before sending the data to Nyquist.