File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11SoundFile
22=========
33
4+ |version | |python | |status | |license |
5+
6+ |contributors | |downloads |
7+
48`SoundFile <https://github.com/bastibe/SoundFile >`__ is an audio
59library based on libsndfile, CFFI and NumPy. Full documentation is
610available on http://pysoundfile.readthedocs.org/.
@@ -18,6 +22,20 @@ interface for Python calling C code. CFFI is supported for CPython 2.6+,
1822| (c) 2013, Bastian Bechtold
1923
2024
25+ |open-issues | |closed-issues | |open-prs | |closed-prs |
26+
27+ .. |status | image :: https://img.shields.io/pypi/status/soundfile.svg
28+ .. |contributors | image :: https://img.shields.io/github/contributors/bastibe/soundfile.svg
29+ .. |version | image :: https://img.shields.io/pypi/v/soundfile.svg
30+ .. |python | image :: https://img.shields.io/pypi/pyversions/soundfile.svg
31+ .. |license | image :: https://img.shields.io/github/license/bastibe/soundfile.svg
32+ .. |downloads | image :: https://img.shields.io/pypi/dm/soundfile.svg
33+ .. |open-issues | image :: https://img.shields.io/github/issues/bastibe/soundfile.svg
34+ .. |closed-issues | image :: https://img.shields.io/github/issues-closed/bastibe/soundfile.svg
35+ .. |open-prs | image :: https://img.shields.io/github/issues-pr/bastibe/soundfile.svg
36+ .. |closed-prs | image :: https://img.shields.io/github/issues-pr-closed/bastibe/soundfile.svg
37+ .. |status | image :: https://img.shields.io/pypi/status/soundfile.svg
38+
2139Breaking Changes
2240----------------
2341
You can’t perform that action at this time.
0 commit comments