Search found 59476 matches

by steve
Sun Feb 23, 2020 1:50 pm
Forum: Русский
Topic: Russian manual
Replies: 56
Views: 385284

Re: Russian manual

I've uploaded the page here: https://wiki.audacityteam.org/wiki/Auda ... r_Guide/ru
As you can see, some of the formatting is a bit off at the moment, but it's getting there.
The layout should look like this: https://wiki.audacityteam.org/wiki/Audacity_Tour_Guide
by steve
Sun Feb 23, 2020 1:43 pm
Forum: Русский
Topic: Russian manual
Replies: 56
Views: 385284

Re: Russian manual

viacheslav wrote:
Sun Feb 23, 2020 9:33 am
so the page should be OK to upload (which I cannot do myself).
To set up a wiki account for you, we need a valid email address. Can I use the address that you registered with this forum?
by steve
Sun Feb 23, 2020 1:37 pm
Forum: Windows
Topic: Audacity wont launch in windows vista.
Replies: 13
Views: 646

Re: Audacity wont launch in windows vista.

You can drag supported audio files into an open Audacity window, or you can use "Import" from Audacity's "File" menu.
by steve
Sun Feb 23, 2020 11:48 am
Forum: macOS
Topic: Reverse Effects of Sound Activated Recording
Replies: 1
Views: 213

Re: Reverse Effects of Sound Activated Recording

jazzychick wrote:
Sun Feb 23, 2020 5:56 am
Is there a way to fix this issue without having to record everything again?
Unfortunately not. The bits that are "missing" don't exist - they were not recorded.
by steve
Sun Feb 23, 2020 11:32 am
Forum: Русский
Topic: Russian manual
Replies: 56
Views: 385284

Re: Russian manual

That looks like a great start. I'm not familiar with OmegaT, but I see that in the "Audacity_Tour_Guide.UTF8.txt" file, some line breaks have been removed, and this breaks the wiki formatting. For example, near the start of the file: ==Содержание== #[[#basics|Запись, Воспроизведение и Реда...
by steve
Sun Feb 23, 2020 11:16 am
Forum: Windows
Topic: Wrong sha-256 hash for audacity portable 2.3.3
Replies: 2
Views: 187

Re: Wrong sha-256 hash for audacity portable 2.3.3

steve wrote:
Sun Feb 23, 2020 11:14 am
I shall correct that.
Done. It may take a while for the change to appear due to cacheing.
by steve
Sun Feb 23, 2020 11:14 am
Forum: Windows
Topic: Wrong sha-256 hash for audacity portable 2.3.3
Replies: 2
Views: 187

Re: Wrong sha-256 hash for audacity portable 2.3.3

I've downloaded Audacity-2.3.3.zip from https://www.audacityteam.org/download/windows/ The SHA-256 is 0cb7d4e293ee6fd6955af2a4bc6cea8cf21b9db053b86274f3072e036d7204e3 That matches the SHA-256 published here: https://www.audacityteam.org/download/online-safety-when-downloading/#validate The SHA-256 p...
by steve
Sun Feb 23, 2020 11:03 am
Forum: macOS
Topic: What happened to the Homebrew Cask for Audacity?
Replies: 6
Views: 8756

Re: What happened to the Homebrew Cask for Audacity?

The "official" way to get Audacity for macOS, is via the links on the main Audacity website: https://www.audacityteam.org/download/mac/
The packages that we link to on the main Audacity website are the only packages that we support.
by steve
Sun Feb 23, 2020 10:47 am
Forum: Windows
Topic: Stereo recording disappeared
Replies: 21
Views: 1058

Re: Stereo recording disappeared

Audio device info file attached: Thanks. There's something peculiar there. The recording device is set to "Microphone (2- USB Audio CODEC) Host name: MME". The playback device is set to "Device name: Speakers (2- USB Audio CODEC ) Host name: Windows WASAPI". That shouldn't be po...
by steve
Sun Feb 23, 2020 10:32 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7904

Re: Convert Label text to LRC file

Nyquist doesn't support Unicode, only ASCII.
If you really must have Unicode support, then it may be possible to use read-byte and write-byte, but there are lots of ways that the code can trip up with Unicode.