Intel A80486DX2-66
5eb82bc133
src/template.c: Add verbose mode EXAMPLE_USAGE.md: Update example usage
19 lines
361 B
Markdown
19 lines
361 B
Markdown
## Example usage
|
|
|
|
```text
|
|
$ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 -v && ./build/render_bytebeat
|
|
Compiling
|
|
:: C bytebeat generator runtime unit
|
|
|
|
Sample rate: 44100 Hz
|
|
Channels: 1 (mono)
|
|
Bit depth: unsigned 8-bit
|
|
Duration: 30 seconds
|
|
|
|
remaining samples = 0 (100.00% done)
|
|
Writing out file output.wav...
|
|
Done!
|
|
|
|
$
|
|
```
|