We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca5703 commit dec61f9Copy full SHA for dec61f9
2 files changed
aiostreammagic/__init__.py
@@ -17,6 +17,7 @@
17
EQBand,
18
UserEQ,
19
EQFilterType,
20
+ Audio,
21
)
22
from .stream_magic import StreamMagicClient
23
@@ -37,4 +38,5 @@
37
38
"EQBand",
39
"UserEQ",
40
"EQFilterType",
41
+ "Audio",
42
]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "aiostreammagic"
3
-version = "2.12.0"
+version = "2.12.1"
4
description = "An async python package for interfacing with Cambridge Audio / Stream Magic compatible streamers."
5
authors = [
6
{ name = "Noah Husby", email = "32528627+noahhusby@users.noreply.github.com" }
0 commit comments