Search found 59476 matches

by steve
Mon Aug 26, 2019 2:20 pm
Forum: New Plug-Ins
Topic: Walter Quad Effects (Tone, Compressor, Binson Echo, Reverb
Replies: 9
Views: 1371

Re: Walter Quad Effects (Tone, Compressor, Binson Echo, Reverb

Have you found any problems? It "works", but your code looks a bit peculiar. (defun reverb-main (sig) (sum sig (reverb-part sig))) ;; (if (= (length (get '*selection* 'tracks)) 1) ; only one track selected (setq track-index selected-track) ; (setf track-index (get '*track* 'index))) ; The...
by steve
Mon Aug 26, 2019 1:25 pm
Forum: Windows
Topic: Cannot run Audacity
Replies: 1
Views: 251

Re: Cannot run Audacity

Your computer's version of "Visual C++ Redistributable" is probably too old. To update it, download and run the installer from Microsoft: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads The file that you need to download and install is: x86: vc_redi...
by steve
Mon Aug 26, 2019 1:19 pm
Forum: Windows
Topic: Inverting and dB conversion
Replies: 4
Views: 294

Re: Inverting and dB conversion

Michael Kazmierski wrote:
Sun Aug 25, 2019 1:27 am
the Stereo Widener plugin
This one? https://wiki.audacityteam.org/wiki/Nyqu ... eo_Widener
by steve
Mon Aug 26, 2019 1:12 pm
Forum: Compiling Audacity
Topic: Build problems on Debian 10
Replies: 3
Views: 889

Re: Build problems on Debian 10

Etnaz wrote:
Sun Aug 25, 2019 1:57 pm

Code: Select all

ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_a52.c:823:(_snd_pcm_a52_open) a52 is only for playback
Are you using some oddball sound card drivers?
by steve
Mon Aug 26, 2019 12:54 pm
Forum: Adding Features to Audacity
Topic: Way to export pure raw file
Replies: 2
Views: 260

Re: Way to export pure raw file

I'm trying to export a signed 32-bit headerless raw file, How are you doing that? but it exports with every fourth byte being set to either 00, 40, or 80 Perhaps that's the actual values of your audio (?) which messes up what I am trying to do and you are trying to do what? I need help finding a wa...
by steve
Mon Aug 26, 2019 12:48 pm
Forum: GNU/Linux
Topic: Where are plugins stored
Replies: 5
Views: 442

Re: Where are plugins stored

shag00 wrote:
Sun Aug 25, 2019 2:47 am
I found out what the problem was, a bloody snap installation.
Thanks for the update. Could you add a bit more detail / explanation for the benefit of any other users that may be experiencing the same problem.
by steve
Mon Aug 26, 2019 12:45 pm
Forum: Windows
Topic: Tiny Waveform/Recording Levels
Replies: 1
Views: 212

Re: Tiny Waveform/Recording Levels

sambeeeeeee wrote:
Sun Aug 25, 2019 12:15 am
I used my rode NT1A mic
How is the NT1A connected to your computer?

If you look in the Windows Sound control panel, are you seeing a good strong input there?
by steve
Mon Aug 26, 2019 12:42 pm
Forum: Adding Features to Audacity
Topic: Harmonic effects
Replies: 1
Views: 297

Re: Harmonic effects

You could duplicate the track, (select the track then "Ctrl + D"), and then apply the "Change Pitch" effect to the duplicate.
by steve
Mon Aug 26, 2019 12:39 pm
Forum: Windows
Topic: Crackling popping sound on mono recording
Replies: 2
Views: 188

Re: Crackling popping sound on mono recording

kozikowski wrote:
Sat Aug 24, 2019 7:30 pm
Does changing the buffer settings change anything? The goal is to note the change.
Try both larger and smaller buffer settings. You need to look for a sweet spot that gives reliable recording (no dropouts) without unreasonable delays.
by steve
Mon Aug 26, 2019 12:35 pm
Forum: macOS
Topic: Open Letter from Etre Check on the future of Audacity
Replies: 4
Views: 481

Re: Open Letter from Etre Check on the future of Audacity

contact Audacity and file a bug report. This is not an Audacity bug. IF at some point in the future, Apple make changes that prevent Audacity from working on their released operating system, then that could be logged as a bug. We don't log hypothetical bugs that "may" occur "if"...