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 689ab76 commit d506f83Copy full SHA for d506f83
tests/test_miniaudio.py
@@ -9,10 +9,8 @@ def dummy_generator():
9
10
def test_devices():
11
devs = miniaudio.Devices()
12
- # devs.get_playbacks()
13
- # devs.get_captures()
14
- assert( not (devs.get_playbacks()[0]["name"].startswith("NULL") ) and
15
- not (devs.get_captures()[0]["name"].startswith("NULL")))
+ devs.get_playbacks()
+ devs.get_captures()
16
17
18
# The device stop callback doesn't work consistently,
0 commit comments