-
1Step 1
git clone https://github.com/electronoob/beverly-crusher.git
cd beverly-crusher
make all
Syntax
To output file direct to alsa default device:
./crusher --input mysing.raw --alsa
To write conversion to file:
./crusher --input mysing.raw --output crushed.raw
To dump output to standard output:
./crusher --input mysing.raw --stdout
To set the output bitrate, enter a positive integer to divide the bitrate by:
./crusher --input mysing.raw --alsa --bitrate 2
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
the youtube video demonstrates how to create sample.h for your own audio samples.
https://github.com/electronoob/beverly-crusher/tree/master/arduino/example
arduino example there which just requires an arduino and a speaker connected directly to ground and digital pin 5.
Are you sure? yes | no