assemblyAI and getting transcript function
here is my function that gets transcript from a local audio file
def get_transcript(link):
try:
audio_file = download_audio(link)
print(f”Downloaded audio file: {audio_file}”) # Debugging line
here is my function that gets transcript from a local audio file
def get_transcript(link):
try:
audio_file = download_audio(link)
print(f”Downloaded audio file: {audio_file}”) # Debugging line