Change Directory
This commit is contained in:
12
librespot/audio/storage/AudioFile.py
Normal file
12
librespot/audio/storage/AudioFile.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from librespot.audio.GeneralWritableStream import GeneralWritableStream
|
||||
|
||||
|
||||
class AudioFile(GeneralWritableStream):
|
||||
def write_chunk(self, buffer: bytearray, chunk_index: int, cached: bool):
|
||||
pass
|
||||
|
||||
def write_header(self, chunk_id: int, b: bytearray, cached: bool):
|
||||
pass
|
||||
|
||||
def stream_error(self, chunk_index: int, code: int):
|
||||
pass
|
||||
Reference in New Issue
Block a user