From f16ee066e469a2abe32372b17ba5c84acca4d688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=86=E3=81=8B=E3=82=89?= Date: Sun, 25 Apr 2021 09:27:03 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b35f5..9d0b919 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ session = Session.Builder() \ track_id = TrackId.from_uri("spotify:track:xxxxxxxxxxxxxxxxxxxxxx") stream = session.content_feeder().load(track_id, VorbisOnlyAudioQuality(AudioQuality.AudioQuality.VERY_HIGH), False, None) -# 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.) ``` Please read [this document](https://librespot-python.rtfd.io) for detailed specifications.