use webcodecs api (breaking other things)
This commit is contained in:
@@ -32,7 +32,7 @@ class ClientAudioChain(Chain):
|
||||
super().__init__(workers)
|
||||
|
||||
def _buildConverter(self):
|
||||
return Converter(self.format, self.inputRate, self.clientRate)
|
||||
return Converter(self.format, self.inputRate, 12000)
|
||||
|
||||
def _updateConverter(self):
|
||||
converter = self._buildConverter()
|
||||
|
||||
Reference in New Issue
Block a user