Closed
Conversation
- Added `UploadAudioButton` component for selecting and uploading audio files. - Implemented `transcribe_file` command to handle audio transcription requests. - Introduced `decode_audio_file` function for decoding various audio formats to PCM samples. - Enhanced `HistoryManager` to support saving transcriptions with optional source file paths. - Updated `HistorySettings` to include audio file upload functionality and display transcription status. - Added audio file existence checks and improved error handling during transcription. - Integrated audio playback with `AudioPlayer` component, including disabled state for missing files. - Updated Tauri plugins and capabilities to support dialog and file system operations.
Contributor
Author
|
One more thing; I'm not sure how it fares with different audio formats. I had to take some considerate technical choices in terms of audio processing:
|
Contributor
Author
|
I suspect this can be used to support issue for reprocessing transcriptions: #125 |
Owner
|
im not sure im ready to pull this feature in yet. not sure what the best ui for it is. this is okay, but i suspect theres something a bit nicer. not sure yet |
Owner
|
closing in favor of #381 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a basic support for uploading files and having them transcribed (#299)
Dislaimer: AI was used to assist with this.
Feel free to correct, adjust and tweak as much as you like.
A couple of notes:
Core Features:
History System Changes:
User Interface:
Technical Details:
Gif demo:
