Search found 59476 matches
- 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,...
- 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...
- Mon Feb 24, 2020 10:28 am
- Forum: Windows
- Topic: headphone correction possible
- Replies: 7
- Views: 614
- 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?
- Mon Feb 24, 2020 10:24 am
- Forum: Windows
- Topic: Exporting does not complete
- Replies: 5
- Views: 200
Re: Exporting does not complete
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?
- 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...
- 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...
- Mon Feb 24, 2020 10:09 am
- Forum: Windows
- Topic: How to remove unregistered plug-ins
- Replies: 6
- Views: 830
- 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
Does that allow you a free update to 3.6.4?
Do you mean when trying to record directly with Audio Hijack (not involving Audacity at all)?
- 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.