Search found 59476 matches
- 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...
- 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...
- Mon Aug 26, 2019 1:19 pm
- Forum: Windows
- Topic: Inverting and dB conversion
- Replies: 4
- Views: 294
- 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
Are you using some oddball sound card drivers?Etnaz wrote: ↑Sun Aug 25, 2019 1:57 pmCode: 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
- 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...
- Mon Aug 26, 2019 12:48 pm
- Forum: GNU/Linux
- Topic: Where are plugins stored
- Replies: 5
- Views: 442
- Mon Aug 26, 2019 12:45 pm
- Forum: Windows
- Topic: Tiny Waveform/Recording Levels
- Replies: 1
- Views: 212
Re: Tiny Waveform/Recording Levels
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?
- 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.
- 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
Try both larger and smaller buffer settings. You need to look for a sweet spot that gives reliable recording (no dropouts) without unreasonable delays.kozikowski wrote: ↑Sat Aug 24, 2019 7:30 pmDoes changing the buffer settings change anything? The goal is to note the change.
- 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"...