fix: incorrectly changed the base type in my last pull request for L… (#1184)

* fix: incorrectly changed the base type in my last pull request for  LocalAudioTransport

* update examples to use the new LocalTransportParams

* add local device select example
This commit is contained in:
Julien Le Bourg
2025-02-11 17:35:57 +01:00
committed by GitHub
parent 0a990b2aaa
commit 77fb63372a
8 changed files with 415 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ class LocalAudioOutputTransport(BaseOutputTransport):
)
class LocalAudioTransport(LocalTransportParams):
class LocalAudioTransport(BaseTransport):
def __init__(self, params: LocalTransportParams):
super().__init__()
self._params = params