Hey there, I'm kinda new here, and I don't know any coding so...
I haven't found a plug-in that makes sound 8-bit like, so I'm requesting one here, in hope that someone can make one, please.
Thanks in advance.
Plug-In Request: 8-bit-ification
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Re: Plug-In Request: 8-bit-ification
Use the "Nyquist Prompt" effect (Effect menu) and paste this code into the text box:
When the number of "steps" is 127, then a signal that ranges from -1 to +1 will be quantized to 255 levels (127 less than zero, 127 greater than zero, and zero itself), which is equivalent to 8 bit audio.
Code: Select all
(quantize s 127)9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Plug-In Request: 8-bit-ification
Is it the "Nyquist Command Line"?
(Using Audicity 2.0.5)
(Using Audicity 2.0.5)
Re: Plug-In Request: 8-bit-ification
"Effect menu > Nyquist Prompt" http://manual.audacityteam.org/o/man/ny ... rompt.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Plug-In Request: 8-bit-ification
Ah, so it is (sorry, I'm not English so Audacity isn't either :/ ).