Search found 59476 matches
- Thu Aug 03, 2017 4:13 pm
- Forum: Windows
- Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
- Replies: 86
- Views: 7072
Re: Adding randomized silence (Windows 10, Audacity 2.1.3)
is it possible to incorporate 0 dB amplification into this randomized function of amplification Sure, you just need to modify (* -5 (+ 1 (random 10))) Looking at the documentation: http://www.cs.cmu.edu/~rbd/doc/nyquist/part19.html#index1629 (random n) [LISP] – compute a random number between 0 and...
- Thu Aug 03, 2017 3:59 pm
- Forum: Windows
- Topic: Tascam US-144
- Replies: 1
- Views: 815
Re: Tascam US-144
I suspect that the problem is that you don't have the correct drivers installed. Unfortunately, looking at the Tascam website, they only appear to provide drivers for windows XP, Vista and Window 7 (32-bit and 64-bit). If you've not already got them, you could try the most recent drivers from Tascam...
- Thu Aug 03, 2017 3:41 pm
- Forum: Windows
- Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
- Replies: 86
- Views: 7072
Re: Adding randomized silence (Windows 10, Audacity 2.1.3)
Congratulations :D If you wanted to tidy up the indentation to aid readability (highly recommended when dealing with longer code), the final line of the "tone" function could be indented to line up with the other "mult" parameters like this: (defun tone () (mult (osc (hz-to-step ...
- Thu Aug 03, 2017 2:31 pm
- Forum: Recording Techniques
- Topic: Shure PG42 and Recording Tips, Advice, Etc.
- Replies: 13
- Views: 3648
Re: Shure PG42 and Recording Tips, Advice, Etc.
You clearly stated:Mack Caster wrote:I clearly stated MP3
If you wish to argue, please do so in a new topic.Mack Caster wrote:CDs are produced @ 320 Kbps.
- Thu Aug 03, 2017 2:26 pm
- Forum: Windows
- Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
- Replies: 86
- Views: 7072
Re: Adding randomized silence (Windows 10, Audacity 2.1.3)
I'll try to show you how I approach debugging... The first line: error: bad argument type - 0.00316228 Looking through the code, there's only one place in the code that can have come from, and that's dB amplitude value. Let's check... In the code we have: (db-to-linear (* -5 (+ 1 (random 10)))) so i...
- Thu Aug 03, 2017 2:11 pm
- Forum: Recording Techniques
- Topic: Shure PG42 and Recording Tips, Advice, Etc.
- Replies: 13
- Views: 3648
Re: Shure PG42 and Recording Tips, Advice, Etc.
Off topic, but to correct the misinformation:Mack Caster wrote:CDs are produced @ 320 Kbps
Redbook standard audio CD is 1411 Kbps (two-channel 16-bit PCM encoding at a 44.1 kHz sampling rate per channel).
- Thu Aug 03, 2017 2:04 pm
- Forum: Recording Techniques
- Topic: Shure PG42 and Recording Tips, Advice, Etc.
- Replies: 13
- Views: 3648
Re: Shure PG42 and Recording Tips, Advice, Etc.
I will link a video I recorded yesterday to help clarify the audio quality :) I enjoyed the video. OK, so it's not technically perfect, but it's not at all bad and your enjoyment came over very well. Too often game commentary videos either sound so "professional" that they completely lose...
- Thu Aug 03, 2017 12:36 pm
- Forum: Windows
- Topic: Audacity nightly builds.
- Replies: 23
- Views: 2231
Re: Audacity nightly builds.
The most recent Windows Nightly build currently available is:
audacity-win-x9072628-2.2.0-alpha-14-jul-17.zip
https://www.fosshub.com/Audacity-Windows-Nightlies.html
I'm hoping that a more recent build can be added soon.
audacity-win-x9072628-2.2.0-alpha-14-jul-17.zip
https://www.fosshub.com/Audacity-Windows-Nightlies.html
I'm hoping that a more recent build can be added soon.
- Thu Aug 03, 2017 12:33 pm
- Forum: Windows
- Topic: Audacity nightly builds.
- Replies: 23
- Views: 2231
Re: Audacity nightly builds.
Unfortunately Windows Nightly builds are not currently available because the person that was building them is in hospital and the machine that was building them has gone down. I hope that we will be able to bring back regular nightly builds of Audacity development code, but for now the only option i...
- Wed Aug 02, 2017 10:28 pm
- Forum: Windows
- Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
- Replies: 86
- Views: 7072
Re: Adding randomized silence (Windows 10, Audacity 2.1.3)
Your errors are ...?PiTeRr wrote:I still get errors after debugging