1
0
C-bytebeat-render/EXAMPLE_USAGE.md

21 lines
604 B
Markdown
Raw Normal View History

## Example usage
```text
$ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 --verbose
2024-06-16 12:24:46 +05:30
:: C bytebeat generator: compiler unit
Reading from STDIN...
2023-11-17 00:31:41 +05:30
Compiling
cc -Ofast -march=native -mtune=native -Wall -Wextra -Wpedantic -pedantic -Wno-unused-variable -Wno-unused-but-set-variable -Wno-dangling-else -Wno-parentheses -std=c99 ./bin/substituted.c ./src/fwrite_le.c -o ./bin/render_bytebeat -I./include
./bin/render_bytebeat
2023-11-17 00:31:41 +05:30
:: C bytebeat generator runtime unit
Sample rate: 44100 Hz
Channels: 1 (mono)
Bit depth: unsigned 8-bit
Duration: 30 seconds
2024-06-16 12:24:46 +05:30
Writing WAVE headers...
2023-11-17 00:31:41 +05:30
Done!
```