Spaces:
Sleeping
Sleeping
File size: 189 Bytes
613af8d |
1 2 3 4 5 6 7 |
import whisper_processor
try:
result = whisper_processor.process_audio("./audio/wake_word_detected16k.wav", "base.en")
print(result)
except Exception as e:
print(f"Error: {e}") |