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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user