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 78468ea commit 2b32567Copy full SHA for 2b32567
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, AsyncIterator, Optional
+from typing import Any, Optional
20
21
import numpy as np
22
-import sounddevice as sd # type: ignore[import-not-found]
+import sounddevice as sd # type: ignore[import-not-found, import-untyped]
23
import threading
24
25
from . import AudioSource
0 commit comments