mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 12:50:42 -07:00
- Added a new utility function to convert audio blobs to WAV format, ensuring compatibility without requiring ffmpeg on the backend. - Updated the useAudioRecording hook to convert recorded audio from WebM to WAV upon completion, with error handling for conversion failures. - Improved the organization of imports in useAudioRecording for better readability.