Add WAV file support with MP3 conversion and reuse

- Add support for WAV files with automatic conversion to MP3
- Save converted MP3 files in the same directory as WAV files
- Reuse existing MP3 files if already converted
- Update documentation and requirements
This commit is contained in:
2025-05-22 20:53:39 +02:00
parent b6e6e80cfb
commit c47089aa0d
6 changed files with 71 additions and 11 deletions
+4 -3
View File
@@ -4,9 +4,10 @@ This document outlines proposed improvements for the mknotes software, grouped b
## Feature Enhancements
- **Support for More Audio Formats**
- Extend support beyond MP3 and M4A to include formats like WAV, FLAC, OGG, etc.
- Update the `find_audio_files` function in `utils.py` to recognise additional extensions.
- **Support for More Audio Formats** ✅ (Partially implemented - WAV support added)
- ✅ Added support for WAV files with automatic conversion to MP3 before processing
- Extend support to include additional formats like FLAC, OGG, etc.
- ✅ Updated the `find_audio_files` function in `utils.py` to recognize WAV extension
- **Customizable Enhancement Prompts**
- Allow users to provide their own prompts via CLI arguments or configuration files.