Change Directory
This commit is contained in:
6
librespot/audio/decrypt/AudioDecrypt.py
Normal file
6
librespot/audio/decrypt/AudioDecrypt.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class AudioDecrypt:
|
||||
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
|
||||
pass
|
||||
|
||||
def decrypt_time_ms(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user