Skip to content

Commit

Permalink
Merge pull request #919 from PrefectHQ/extra-return
Browse files Browse the repository at this point in the history
Extra return
  • Loading branch information
zzstoatzz authored May 1, 2024
2 parents a35a7ba + 9071387 commit 748bba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/marvin/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def record(duration: int = None) -> Audio:
frames.close()
audio = sr.audio.AudioData(frame_data, source.SAMPLE_RATE, source.SAMPLE_WIDTH)

return audio
return Audio(data=audio.get_wav_data(), format="wav")


Expand Down

0 comments on commit 748bba9

Please sign in to comment.