Alex P
6f15fdf965
perf(build): update ARM optimization flags for better compatibility
...
Replace -mcpu with -mtune in compiler flags to improve binary compatibility
while maintaining performance for Cortex-A7 targets
2025-09-04 08:25:16 +00:00
Alex P
423d5775e3
[WIP] Performance Enhancements: move audion processing into a separate process
2025-08-22 12:04:30 +00:00
Alex P
4688f9e6ca
perf(build): add ARM Cortex-A7 optimization flags for audio builds
...
Add compiler optimization flags targeting ARM Cortex-A7 with NEON support
to improve performance of audio library builds and Go binaries. The flags
enable vectorization, fast math, and loop unrolling for better execution
speed on the target hardware.
2025-08-12 11:20:19 +00:00
Alex P
a9a92c52ab
feat(rpc): optimize input handling with direct path for performance
...
perf(audio): make audio library versions configurable in build
test(input): add comprehensive tests for input RPC validation
2025-08-12 10:56:09 +00:00
Alex P
4f47d62079
[ #315 ] Updates: add advanced audio support
2025-08-02 02:23:37 +00:00