564a9c11d8
template.c: generate bytebeat after opening file
2024-01-09 19:52:15 +03:00
a48567f4fa
template.c: output ANSI_CLEAR
only in non-silent mode
2024-01-09 19:47:04 +03:00
2f2b44de76
template.c: IS_SIGNED
check: make compile-time
2024-01-09 19:24:34 +03:00
19b2edfc4b
template.c: extract/optimize BIT_DEPTH / 8
2024-01-09 18:37:32 +03:00
c593b3e3b4
bytebeat_compiler.py: format: humanize indentation
2024-01-09 18:36:27 +03:00
c32ebba8e0
b/c...py: subst.: add type hints for replacements
2024-01-09 18:35:28 +03:00
c2b67077b2
b/c...py: call preprocessor_bool
in substitute_vars
2024-01-09 18:34:12 +03:00
d045eb7355
bytebeat_compiler.py: extract preprocessor_bool
2024-01-09 18:20:27 +03:00
65fac992d6
bytebeat_compiler.py: format: fix indentation
2024-01-09 18:20:06 +03:00
3d9a39a85c
fixup for 2f346e7f5f
2024-01-09 18:15:50 +03:00
fad6b895bb
b/c...py: extract sample rate conv. optimizations
2024-01-09 18:14:32 +03:00
bd53ac920f
bytebeat_compiler.py: add verbose mode for subst.
2024-01-09 18:04:26 +03:00
2f346e7f5f
template.c: extract return type setting
2024-01-09 17:35:27 +03:00
2e701099d0
template.c: reformat: remove empty line
2024-01-09 17:18:18 +03:00
059501dcc6
template.c: reformat
2024-01-09 17:17:17 +03:00
eb531a2fe7
template.c: bit depth < 8: fix the bug
2024-01-09 17:16:15 +03:00
16126c0b98
bytebeat_compiler.py: add argument -std=c99
2024-01-09 17:00:55 +03:00
0ff125b5f0
bytebeat_compiler.py: grammar: "Uses" -> "Accepts"
2024-01-09 16:48:34 +03:00
f067b87ba9
template.c: optimize PRODUCT - 1
2024-01-09 16:43:22 +03:00
c2791ce3fc
template.c: clarify the order of operations (2)
2024-01-09 16:40:47 +03:00
0b5f018e4f
template.c: clarify the comment
2024-01-09 16:40:03 +03:00
14ed1d976a
template.c: clarify the order of operations
2024-01-09 16:38:30 +03:00
51236ab9c3
bytebeat_compiler.py: save file in UTF-8 w/o BOM
2024-01-09 15:54:02 +03:00
b50915aed6
template.c: reformat
2024-01-09 15:42:43 +03:00
918361489c
template.c: remove junk
2024-01-09 15:14:34 +03:00
073b9a04f4
bytebeat_compiler.py: function fetch
: simplify code
2024-01-07 02:20:42 +03:00
a473c1f39a
bytebeat_compiler.py: add -Wno-parentheses
2024-01-05 03:09:20 +03:00
9b9a4d9631
bytebeat_compiler.py: flush before calling command
2024-01-02 18:14:04 +03:00
8327678c44
bytebeat_compiler.py: make paths more native
2024-01-02 18:13:28 +03:00
a192380d10
bytebeat_compiler.py: don't concatenate env. variable
2024-01-02 18:12:34 +03:00
08a7c255db
fwrite_le.*: optimize, extract a function
2024-01-02 00:19:51 +03:00
e293d66441
README.md: update title
2023-12-31 15:39:27 +03:00
b3a635076b
fwrite_le.c: optimize for FWRITE_LE_NO_MODIFICATION case
2023-12-31 15:38:28 +03:00
ff5608e0d0
C: add fwrite_le.*, correct include var. in template
2023-12-31 15:19:42 +03:00
aa5f7359c2
bytebeat_compiler.py: don't use "path_to_*"
...
Formatting: Replace all whitespaces to tabulation characters
2023-12-30 15:44:50 +03:00
0f20974908
bytebeat_compiler.py: add ./
before compilation paths
2023-12-30 15:40:37 +03:00
f9ce5faa60
bytebeat_compiler.py: show executed command
2023-12-30 15:32:41 +03:00
e0ac4c3bf9
bytebeat_compiler.py: add flag -Wno-dangling-else
2023-12-30 15:32:07 +03:00
df91110d80
template.c: add support for big-endian machines
2023-12-30 15:31:11 +03:00
8c758e1224
bytebeat_compiler.py: fix name: CC_FLAGS
-> CFLAGS
2023-12-30 14:57:32 +03:00
9a344bd50c
template.c: correct endianness of buffer_size
2023-12-30 14:15:42 +03:00
793983a2b8
template.c: simplify conditional compilation
2023-12-29 19:06:17 +03:00
f3f3d49bfa
template.c: reformat (omit curly brackets)
2023-12-25 00:22:12 +03:00
da9b92c30b
README.md: add "yet"
2023-12-24 20:06:55 +03:00
e0a9e7f7ef
bytebeat_compiler.py: use name CFLAGS
instead of CC_FLAGS
2023-12-24 20:05:48 +03:00
43b065c0fa
bytebeat_compiler.py: append to env. arguments
2023-12-24 19:20:47 +03:00
53bc4c504c
b/c...py: add compiler flags to ignore unused vars
2023-12-05 18:37:50 +03:00
ca019b8fe8
b/c...py: substitute multiple variables at once
2023-12-03 15:55:08 +03:00
8df2334bc4
CLI: extend description for argument file
2023-12-03 15:44:59 +03:00
da3b0e8e40
add CLI argument -l
/ --samples
, adjust logic
...
bytebeat_compiler.py: add argument `-l` / `--samples` and additional logic
src/template.c:
1. Transform parameter `SECONDS` into `LENGTH`; change `PRODUCT` formula
respectively
2. Show count of samples in non-silent mode
2023-12-03 15:43:40 +03:00