{ "id": "transcribe-audio-example", "name": "Transcribe an uploaded audio file", "nodes": [ { "parameters": { "formTitle": "Audio transcription", "formDescription": "Upload a WAV or MP3 file to turn its English speech into text.", "formFields": { "values": [ { "fieldLabel": "Audio", "fieldType": "file" } ] }, "options": {} }, "type": "n8n-nodes-base.formTrigger", "typeVersion": 2.6, "position": [ -64, 0 ], "id": "4ea7cf70-391c-47c6-a047-0bd4763e6a0d", "name": "Upload audio" }, { "parameters": { "model": "Xenova/whisper-tiny.en" }, "type": "n8n-nodes-transcribe-audio.audioTranscribe", "typeVersion": 1, "position": [ 160, 0 ], "id": "0528a6f8-f9b6-4e81-8965-9058b865a1cc", "name": "Transcribe Audio" } ], "connections": { "Upload audio": { "main": [ [ { "node": "Transcribe Audio", "type": "main", "index": 0 } ] ] } }, "pinData": {}, "active": false, "settings": {} }