EXAMPLE_USAGE.md: update program output
This commit is contained in:
parent
429d43f8c1
commit
d0185392c9
@ -3,8 +3,10 @@
|
|||||||
```text
|
```text
|
||||||
$ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 -v
|
$ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 -v
|
||||||
:: C bytebeat generator: compiler unit
|
:: C bytebeat generator: compiler unit
|
||||||
|
Reading from STDIN...
|
||||||
Compiling
|
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 ./build/substituted.c ./src/fwrite_le.c -o ./build/render_bytebeat -I./include
|
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
|
||||||
:: C bytebeat generator runtime unit
|
:: C bytebeat generator runtime unit
|
||||||
|
|
||||||
Sample rate: 44100 Hz
|
Sample rate: 44100 Hz
|
||||||
@ -13,8 +15,6 @@ Bit depth: unsigned 8-bit
|
|||||||
Duration: 30 seconds
|
Duration: 30 seconds
|
||||||
|
|
||||||
Writing WAVE headers...
|
Writing WAVE headers...
|
||||||
remaining samples = 0 (100.00% done) (part 21/21)
|
|
||||||
Done!
|
|
||||||
|
|
||||||
$
|
Done!
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user