mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
aaaa
This commit is contained in:
@@ -125,7 +125,6 @@ class SRBuffer(voice_recv.AudioSink):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def write(self, user, data) -> None:
|
def write(self, user, data) -> None:
|
||||||
logger.info("writing to file %s", self._file)
|
|
||||||
logger.info("user: %s", user)
|
logger.info("user: %s", user)
|
||||||
self.wavewriter[user].writeframes(data.pcm)
|
self.wavewriter[user].writeframes(data.pcm)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user