Commit Graph

3 Commits

Author SHA1 Message Date
JSC
a17cb7c5bc feat: Refactor audio utility functions and update sound services to use shared methods 2025-07-28 16:55:13 +02:00
JSC
71da295827 feat: Enhance audio normalization service to handle invalid analysis values and improve fallback logic 2025-07-28 09:48:35 +02:00
JSC
0fffce53b4 feat: Implement sound normalization service and API endpoints
- Added SoundNormalizerService for normalizing audio files with support for one-pass and two-pass normalization methods.
- Introduced API endpoints for normalizing all sounds and specific sounds by ID, including support for force normalization and handling of already normalized sounds.
- Created comprehensive test suite for the sound normalizer service and its API endpoints, covering various scenarios including success, errors, and edge cases.
- Refactored sound scanning service to utilize SHA-256 for file hashing instead of MD5 for improved security.
- Enhanced logging and error handling throughout the sound normalization process.
2025-07-28 09:18:18 +02:00