Skip to content

Commit

Permalink
Bump PyAudio. PyAudio now includes precompiled Windows Wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jul 31, 2024
1 parent 8e91cec commit 1d8ba95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

sounds = [
"yt-dlp>=2022.2.4",
'pyaudio==0.2.11; platform_system!="Windows"',
'pyaudio==0.2.14',
'tinytag>=1.9.0',
]
speed = [
Expand Down Expand Up @@ -89,6 +89,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit 1d8ba95

Please sign in to comment.