Alex P
10e082e713
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
2de5a05aab
[WIP] Performance Enhancements: move audion processing into a separate process
2025-08-22 12:04:30 +00:00
Alex P
aeebbbe41a
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
13b7b57b30
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
fee474bbf7
[ #315 ] Updates: add advanced audio support
2025-08-02 02:23:37 +00:00