https://sound0610.blogspot.com/2026/07/word-star-hip-hop-is-it-he-best.html
https://sound0610.blogspot.com/2026/07/thatguy2x-run-it-up-independent-hip-hop.html
https://sound0610.blogspot.com/2026/07/funding-for-artists-in-2026.html
import os from groq import Groq client = Groq() filename = os.path.dirname(__file__) + "/audio.m4a" with open(filename, "rb") as file: transcription = client.audio.transcriptions.create( file=(filename, file.read()), model="whisper-large-v3", language="en", response_format="verbose_json", ) print(transcription.text)
No comments:
Post a Comment