You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, it seems after the update from recognize_song to recognize, you can no longer pass an AudioSegment as an argument. Is there any workaround for this? I used AudioSegment to separate different tracks in an audio file with many different songs in it.
I have tried out = await shazam.recognize(segment.raw_data) which should be type "bytes" but this error occurs: signature = await self.core_recognizer.recognize_bytes(data) SignatureError: FFmpeg not found or failed to convert audio
The text was updated successfully, but these errors were encountered:
Hello, it seems after the update from
recognize_song
torecognize
, you can no longer pass an AudioSegment as an argument. Is there any workaround for this? I used AudioSegment to separate different tracks in an audio file with many different songs in it.I have tried
out = await shazam.recognize(segment.raw_data)
which should be type "bytes" but this error occurs:signature = await self.core_recognizer.recognize_bytes(data) SignatureError: FFmpeg not found or failed to convert audio
The text was updated successfully, but these errors were encountered: