From 9d61e8305b3712aac512de1c9a1e6a2fc3a2f9d5 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Mon, 26 Aug 2024 22:04:51 +0300 Subject: [PATCH] EXAMPLE_USAGE.md: update program output --- EXAMPLE_USAGE.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/EXAMPLE_USAGE.md b/EXAMPLE_USAGE.md index 6346112..b05f3a7 100644 --- a/EXAMPLE_USAGE.md +++ b/EXAMPLE_USAGE.md @@ -3,7 +3,10 @@ ```text $ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 -v :: C bytebeat generator: compiler unit +Reading from STDIN... 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 :: C bytebeat generator runtime unit Sample rate: 44100 Hz @@ -11,9 +14,7 @@ Channels: 1 (mono) Bit depth: unsigned 8-bit Duration: 30 seconds -remaining samples = 0 (100.00% done) -Writing out file output.wav... -Done! +Writing WAVE headers... -$ +Done! ```