We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723627c commit 78468eaCopy full SHA for 78468ea
livekit-rtc/livekit/rtc/media_devices.py
@@ -16,10 +16,10 @@
16
17
import asyncio
18
from dataclasses import dataclass
19
-from typing import Any, Optional
+from typing import Any, AsyncIterator, Optional
20
21
import numpy as np
22
-import sounddevice as sd # type: ignore[import-untyped]
+import sounddevice as sd # type: ignore[import-not-found]
23
import threading
24
25
from . import AudioSource
0 commit comments