Plug-In Request: 8-bit-ification

Using Nyquist scripts in Audacity.
Post and download new plug-ins.
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
Post Reply
MenDude
Posts: 6
Joined: Wed Feb 26, 2014 4:07 pm
Operating System: Please select

Plug-In Request: 8-bit-ification

Post by MenDude » Wed Feb 26, 2014 4:46 pm

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.

steve
Site Admin
Posts: 80679
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Plug-In Request: 8-bit-ification

Post by steve » Thu Feb 27, 2014 3:06 pm

Use the "Nyquist Prompt" effect (Effect menu) and paste this code into the text box:

Code: Select all

(quantize s 127)
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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

MenDude
Posts: 6
Joined: Wed Feb 26, 2014 4:07 pm
Operating System: Please select

Re: Plug-In Request: 8-bit-ification

Post by MenDude » Thu Feb 27, 2014 5:20 pm

Is it the "Nyquist Command Line"?
(Using Audicity 2.0.5)

steve
Site Admin
Posts: 80679
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Plug-In Request: 8-bit-ification

Post by steve » Thu Feb 27, 2014 7:26 pm

9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

MenDude
Posts: 6
Joined: Wed Feb 26, 2014 4:07 pm
Operating System: Please select

Re: Plug-In Request: 8-bit-ification

Post by MenDude » Fri Feb 28, 2014 4:52 pm

Ah, so it is (sorry, I'm not English so Audacity isn't either :/ ).

Post Reply