Search found 59476 matches

by steve
Sun Jul 14, 2019 10:36 pm
Forum: GNU/Linux
Topic: Unable to install mod-script-pipe on 2.3.2 [SOLVED]
Replies: 3
Views: 388

Re: Unable to install mod-script-pipe on 2.3.2 [SOLVED]

Cool 8-)
I'll close this topic as "solved".
by steve
Sun Jul 14, 2019 9:47 pm
Forum: Nyquist
Topic: A nyquist code doesn't work.
Replies: 2
Views: 434

Re: A nyquist code doesn't work.

The exact tutorial was the "Frequency Modulation based Steganography" Tutorial. Although they say that it is "frequency modulation", Edgar rft's code produces "amplitude modulation" ("AM" not "FM"). For the decoder, try this: ;version 4 (mult *track...
by steve
Sun Jul 14, 2019 9:32 pm
Forum: Windows
Topic: Mixing Live Tracks - volume issue during transition from track to track
Replies: 25
Views: 813

Re: Mixing Live Tracks - volume issue during transition from track to track

The only thing I found missing compared to WaveGain was the DC Offset correction, but low and behold, I kept digging and found The DC Offset Tool viewtopic.php?f=42&t=68463 by Steve. DC offset correction is also available in the "Normalize" effect https://manual.audacityteam.org/man/n...
by steve
Sun Jul 14, 2019 9:04 pm
Forum: Adding Features to Audacity
Topic: Opus export
Replies: 14
Views: 10697

Re: Opus export

baudav wrote:
Sun Jul 14, 2019 2:41 pm
Can you add +1 vote for native opus support.
Done.
by steve
Sun Jul 14, 2019 1:53 pm
Forum: Windows
Topic: Selecting portions of a track for playback
Replies: 1
Views: 130

Re: Selecting portions of a track for playback

You can quickly and easily play from any point using "Time Line Quick-Play": https://manual.audacityteam.org/man/timeline.html#tqp To export a specified section, "Select" the part that you want to export (https://manual.audacityteam.org/man/audacity_selection.html), then "Ex...
by steve
Sun Jul 14, 2019 1:48 pm
Forum: Windows
Topic: Export with custom mix but more than 8 tracks
Replies: 1
Views: 120

Re: Export with custom mix but more than 8 tracks

When im exporting it and trying to play it, it doesn't play anything on VLC Player, on the browser it just stops at 0 seconds. Perhaps VLC supports a maximum of 8 channels. Do you have a playback system with more than 8 channels? Try importing the file back into Audacity - do you get the correct nu...
by steve
Sun Jul 14, 2019 1:43 pm
Forum: Windows
Topic: Track Names With Invalid File System Character(s)
Replies: 1
Views: 209

Re: Track Names With Invalid File System Character(s)

Invalid file system characters in track name (question mark for instance). In the current version of Audacity, if there are invalid characters, Audacity will offer to replace with safe characters. The current version of Audacity is available via the Audacity website: https://www.audacityteam.org/do...
by steve
Sun Jul 14, 2019 1:37 pm
Forum: Windows
Topic: Issues with download website
Replies: 2
Views: 214

Re: Issues with download website

Follow the instructions on this page: https://www.audacityteam.org/download/windows/
(works for me).
If you still have a problem, try using a different web browser.
by steve
Sun Jul 14, 2019 12:16 pm
Forum: New Plug-Ins
Topic: Silent Subliminals [solved?]
Replies: 106
Views: 87594

Re: Silent Subliminals [solved?]

Instructions for installing Nyquist plug-in for Mac: https://manual.audacityteam.org/man/installing_effect_generator_and_analyzer_plug_ins_on_mac_os_x.html#nyquist_install I would strongly recommend using the "Nyquist Plug-in Installer" rather than installing manually. Don't forget to enab...
by steve
Sun Jul 14, 2019 10:32 am
Forum: GNU/Linux
Topic: Unable to install mod-script-pipe on 2.3.2 [SOLVED]
Replies: 3
Views: 388

Re: Unable to install mod-script-pipe on 2.3.2

You have to run "make" separately for mod-script-pipe, and then manually copy the mod-script-pipe binary into a location where Audacity can find it. From the root of the source code: mkdir build cd build ../configure --with-lib-preference="local system" --with-ffmpeg="system...