add format convert support

This commit is contained in:
Julian Freeman
2025-12-08 17:48:22 -04:00
parent 77407c7e28
commit eada45bd9c
5 changed files with 63 additions and 9 deletions

View File

@@ -15,7 +15,8 @@ export const useAnalysisStore = defineStore('analysis', () => {
const options = ref({
is_audio_only: false,
quality: 'best',
output_path: ''
output_path: '',
output_format: 'original'
})
function toggleEntry(id: string) {