Skip to content

Commit dec61f9

Browse files
committed
Add audio to model export
1 parent aca5703 commit dec61f9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

aiostreammagic/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
EQBand,
1818
UserEQ,
1919
EQFilterType,
20+
Audio,
2021
)
2122
from .stream_magic import StreamMagicClient
2223

@@ -37,4 +38,5 @@
3738
"EQBand",
3839
"UserEQ",
3940
"EQFilterType",
41+
"Audio",
4042
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aiostreammagic"
3-
version = "2.12.0"
3+
version = "2.12.1"
44
description = "An async python package for interfacing with Cambridge Audio / Stream Magic compatible streamers."
55
authors = [
66
{ name = "Noah Husby", email = "32528627+noahhusby@users.noreply.github.com" }

0 commit comments

Comments
 (0)