From 11740eed72bb92b88c08e52c7d53405c56d9d3c4 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 16 Jun 2024 09:54:46 +0300 Subject: [PATCH] EXAMPLE_USAGE.md: update the output --- EXAMPLE_USAGE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/EXAMPLE_USAGE.md b/EXAMPLE_USAGE.md index 6976b9d..2be7e89 100644 --- a/EXAMPLE_USAGE.md +++ b/EXAMPLE_USAGE.md @@ -2,7 +2,9 @@ ```text $ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 -v && ./build/render_bytebeat +:: C bytebeat generator: compiler unit 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 :: C bytebeat generator runtime unit Sample rate: 44100 Hz @@ -10,8 +12,8 @@ Channels: 1 (mono) Bit depth: unsigned 8-bit Duration: 30 seconds -remaining samples = 0 (100.00% done) -Writing out file output.wav... +Writing WAVE headers... +remaining samples = 0 (100.00% done) (part 21/21) Done! $