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
842d93c1a5
bytebeat_compiler.py: simplify grammar in CLI help
...
Simplify grammar in the help text for the `--verbose` option
2023-11-25 21:06:25 +03:00
5eb82bc133
template.c: add verbose mode and update usage
...
src/template.c: Add verbose mode
EXAMPLE_USAGE.md: Update example usage
2023-11-25 21:03:31 +03:00
3acc0be646
template.c: port all CLI arguments into the script
...
src/template.c:
1. Port all command line arguments into script `bytebeat_generator.py`
2. Remove the submodule lib/c-argh
2023-11-25 20:34:16 +03:00
24dc6a338e
code substitution: fix formatting
2023-11-25 17:28:22 +03:00
73710ae208
bytebeat_compiler.py: change flag -Os
to -Ofast
2023-11-25 17:12:18 +03:00
27a3ac1fe3
bytebeat_compiler.py: change -Werror
to -Wextra
2023-11-21 18:57:02 +03:00
3e564d79ee
rename substitute_value
to substitute_var
2023-11-18 15:19:07 +03:00
1183fdb696
implement final simple rate conversion during generation ( #3 )
2023-11-18 14:15:48 +03:00
b68a426b92
major refactor
2023-11-16 23:34:35 +03:00
ae04b22c7a
initial commit
2023-11-16 22:01:41 +03:00