Alex P
d015542088
[WIP] Updates: simplify audio system
2025-09-30 09:36:19 +00:00
Alex P
c8401cc483
[WIP] Updates: simplify audio system
2025-09-30 09:04:07 +00:00
Alex P
bf50669e3a
perf(audio): add ARM NEON SIMD optimizations for audio processing
...
Implement SIMD-optimized audio operations using ARM NEON for Cortex-A7 targets
Update Makefile and CI configuration to support NEON compilation flags
Add SIMD implementations for common audio operations including:
- Sample clearing and interleaving
- Volume scaling and format conversion
- Channel manipulation and balance adjustment
- Endianness swapping and prefetching
2025-09-16 18:18:19 +00:00
Alex P
c6951fc57e
PR Review Optimization: As recommended, use ternary operators instead of if/else for better readability
2025-09-16 16:17:56 +03:00
Alex P
b9733566bc
Consistency: keep if block multi-line
2025-09-16 16:08:16 +03:00
Alex P
b03a9f1171
Fix: remove misplaced const
2025-09-16 15:52:53 +03:00
Alex P
fe19379ef1
Cleanup, Optimizations: Small aaudio optimizations
2025-09-16 15:46:55 +03:00
Alex P
7615b5c3ef
Cleanup, Optimizations: Small aaudio optimizations
2025-09-16 15:45:03 +03:00
Alex P
ab6a918219
Cleanup, Optimizations: Small aaudio optimizations
2025-09-16 15:37:23 +03:00
Alex P
6d2b8e585a
Cleanup: removed redundant code, comments, etc.
2025-09-16 15:31:10 +03:00
Alex P
410f10ff39
[WIP] Maintainability Improvement: Add debug logging throughout the audio system for easy debugging and troubleshooting
2025-09-16 15:05:08 +03:00
Alex P
bbeeaf2a00
[WIP] Maintainability Improvement: Add debug logging throughout the audio system for easy debugging and troubleshooting
2025-09-16 11:27:18 +03:00
Alex P
21d7c87fc7
[WIP] Add debug logging throughout the audio system
2025-09-16 11:26:48 +03:00
Alex P
53b5a0a90c
[WIP] Maintainability: Add debug / trace logs to make it easy to debug audio input issues
2025-09-16 11:11:18 +03:00
Alex P
1d275099d2
[WIP] Cleanup: function naming
2025-09-16 07:33:34 +00:00
Alex P
1fca01c64d
[WIP] Cleanup: remove unnecessary complexity
2025-09-15 23:00:03 +00:00
Alex P
48c62c5912
Fix: pcm_snd_wait won't work when device is busy
2025-09-16 00:32:19 +03:00
Alex P
97b2fe0c32
[WIP] Optimizations: Optimize audio system
2025-09-15 21:22:02 +00:00
Alex P
7b3a8ccb95
Fix: indentation
2025-09-15 14:29:02 +03:00
Alex P
a8b0a33116
[WIP] Cleanup / Refinement: PR Review
2025-09-14 21:55:31 +00:00
Alex P
59b75116f0
Improvement (Maintainability): Make all C code more manageable by moving it to its own dedicated file
2025-09-11 13:27:10 +03:00