Change Directory Layouts
This commit is contained in:
11
librespot/player/mixing/AudioSink.py
Normal file
11
librespot/player/mixing/AudioSink.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from __future__ import annotations
|
||||
from librespot.player import PlayerConfiguration
|
||||
|
||||
|
||||
class AudioSink:
|
||||
def __init__(self, conf: PlayerConfiguration, listener: AudioSink.Listener):
|
||||
pass
|
||||
|
||||
class Listener:
|
||||
def sink_error(self, ex: Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user