Skip to content

Commit

Permalink
increments version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed May 26, 2020
1 parent e41dda4 commit cc92375
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
15 changes: 12 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ significantly higher.

Additionally, it might help to experiment with advice from here: https://askubuntu.com/questions/707171/how-can-i-fix-choppy-audio and edit your /etc/pulse/default.pa file to replace the line saying ::

load-module module-udev-detect
load-module module-udev-detect

with ::

load-module module-udev-detect tsched=0
load-module module-udev-detect tsched=0

and then do not forget to restart pulseaudio with ::

Expand Down Expand Up @@ -184,5 +184,14 @@ Changelog
(Thank you, Inti Pelupessy!)
- 2019-06-18 fixes crash when opening many streams on Linux
- 2019-08-23 fixes attribute error when accessing stream state on Linux
(Thank you, Davíð Sindri Pétursson)
(Thank you, Davíð Sindri Pétursson!)
- 2019-10-08 fixes inconsistent dtypes when recording on Linux
- 2020-01-06 fixes silent recordings on Windows
- 2020-04-28 get and set the pulseaudio program name on Linux
(Thank you, Philipp A.!)
- 2020-05-14 fixes error with unicode soundcard names on Windows
(Thank you, BAKEZQ!)
- 2020-05-18 adds support for pyinstaller (v4)
(Thank you, Bob Thomas!)
- 2020-05-19 adds compatibility with Windows 7
(Thank you, demberto!)
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='SoundCard',
version='0.3.3',
version='0.4.0',
description='Play and record audio without resorting to CPython extensions',
author='Bastian Bechtold',
url='https://github.com/bastibe/SoundCard',
Expand All @@ -21,6 +21,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Multimedia :: Sound/Audio :: Capture/Recording',
'Topic :: Multimedia :: Sound/Audio :: Players',
],
Expand Down

0 comments on commit cc92375

Please sign in to comment.