added functionality for transcription tool to tell the frontend what audio format to use

This commit is contained in:
2025-12-05 15:58:17 +01:00
parent 05c04aaef2
commit f858f2edbb
3 changed files with 3 additions and 4 deletions
@@ -89,6 +89,7 @@ module.exports = {
name: 'assembly',
type: 'transcription',
displayname: 'AssemblyAI',
audioformat: "mp3",
async function(audioFileName) {
return new Promise(async (resolve, reject) => {