File size: 170 Bytes
f13967b
 
 
 
 
 
 
1
2
3
4
5
6
7
import whisper_processor

# try:/
result = whisper_processor.process_audio("down_aud.wav", "ggml-model")
print(result)
# except Exception as e:
#     print(f"Error: {e}")