Vadim

Results 52 comments of Vadim

> Hello Any update for this feature ? Hello, I'll take a look the other day, I left the city :(

And I think I understand, you made a fork and posted it on pypi under your own name, okay :) I will review the proposal to add this PR this...

No big deal, it's because u opened a PR from your master to my master branch, so it merges all changes here. ![image](https://github.com/dotX12/fastapi-gateway/assets/64792903/0476a311-4e0a-4ca2-bc7c-39184468026c)

Shazam has introduced a limit on the number of requests, and then sends a 429 error. We also encountered this problem. https://github.com/dotX12/ShazamIO/issues/81

Hi! Honestly - I can't say anything about the language, I haven't tested anything but English. As for the song segment, I've realized that it's 3-5 seconds by experience over...

```python3 @pytest.mark.asyncio async def test_recognize_audio_segment_cut_half(song_bytes: bytes): audio_data = BytesIO(song_bytes) audio_segment = AudioSegment.from_file(audio_data, format="ogg") half_duration = len(audio_segment) // 2 half_audio = audio_segment[:half_duration] buffer = half_audio.export(format="wav") audio_bytes = buffer.read() shazam = Shazam()...

> `async def main():` ` shazam = Shazam()` ` top_five_track_from_amsterdam = await shazam.top_country_tracks('NL', 5)` ` for track in top_five_track_from_amsterdam['tracks']:` ` serialized = Serialize.track(data=track)` ` print(serialized.title)` `loop = asyncio.get_event_loop()` `loop.run_until_complete(main())` >...

Good question... There is no shazam documentation and I have never used this field and have no idea what it means :D

Fixed in: https://github.com/shazamio/ShazamIO/releases/tag/0.8.0 https://github.com/shazamio/shazamio-core/releases/tag/1.1.2