Closed YashMakan closed 2 years ago
Hi, I am getting audio bytes and I want to pass the bytes directly to recognize without creating a file from the bytes.
result = await shazam.recognize_song(bytes_of_audio_file) print(result)
is there any way to do this?
@YashMakan, Hello 👋
Hi, I am getting audio bytes and I want to pass the bytes directly to recognize without creating a file from the bytes.
is there any way to do this?