Update README.md

This commit is contained in:
kokarare1212
2021-05-21 12:33:39 +09:00
parent f8afd1807c
commit 181f699878

View File

@@ -53,7 +53,7 @@ stream = session.content_feeder().load(track_id, VorbisOnlyAudioQuality(AudioQua
# stream.input_stream.stream().read() to get one byte of the music stream. # stream.input_stream.stream().read() to get one byte of the music stream.
# ex: 1 (If there is no more voice data, -1 is received as the result.) # ex: 1 (If there is no more voice data, -1 is received as the result.)
``` ```
Please read [this document](https://librespot-python.rtfd.io) for detailed specifications. Other uses are [examples](https://github.com/kokarare1212/librespot-python/tree/main/examples) or read [this document](https://librespot-python.rtfd.io) for detailed specifications.
## Debug ## Debug
To display the debug information, you need to inject the following code at the top of the code. To display the debug information, you need to inject the following code at the top of the code.