asd
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
@ -0,0 +1,19 @@
|
||||
Copyright (c) 2015-2024 Matthias Geier
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
@ -0,0 +1,42 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: sounddevice
|
||||
Version: 0.5.1
|
||||
Summary: Play and Record Sound with Python
|
||||
Home-page: http://python-sounddevice.readthedocs.io/
|
||||
Author: Matthias Geier
|
||||
Author-email: Matthias.Geier@gmail.com
|
||||
License: MIT
|
||||
Project-URL: Source, https://github.com/spatialaudio/python-sounddevice
|
||||
Keywords: sound,audio,PortAudio,play,record,playrec
|
||||
Platform: any
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Topic :: Multimedia :: Sound/Audio
|
||||
Requires-Python: >=3.7
|
||||
License-File: LICENSE
|
||||
Requires-Dist: CFFI >=1.0
|
||||
Provides-Extra: numpy
|
||||
Requires-Dist: NumPy ; extra == 'numpy'
|
||||
|
||||
Play and Record Sound with Python
|
||||
=================================
|
||||
|
||||
This Python_ module provides bindings for the PortAudio_ library and a few
|
||||
convenience functions to play and record NumPy_ arrays containing audio signals.
|
||||
|
||||
The ``sounddevice`` module is available for Linux, macOS and Windows.
|
||||
|
||||
Documentation:
|
||||
https://python-sounddevice.readthedocs.io/
|
||||
|
||||
Source code repository and issue tracker:
|
||||
https://github.com/spatialaudio/python-sounddevice/
|
||||
|
||||
License:
|
||||
MIT -- see the file ``LICENSE`` for details.
|
||||
|
||||
.. _Python: https://www.python.org/
|
||||
.. _PortAudio: http://www.portaudio.com/
|
||||
.. _NumPy: https://numpy.org/
|
@ -0,0 +1,12 @@
|
||||
__pycache__/_sounddevice.cpython-312.pyc,,
|
||||
__pycache__/sounddevice.cpython-312.pyc,,
|
||||
_sounddevice.py,sha256=m4qYSysnaB7Pv8RzJup_OKQGpN5zBpNE88cC39_ZRyo,13751
|
||||
sounddevice-0.5.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
sounddevice-0.5.1.dist-info/LICENSE,sha256=4hfwcsKL6vfQaHk2bcPyMElViYJa98Z1CQQ9y_14EuU,1063
|
||||
sounddevice-0.5.1.dist-info/METADATA,sha256=7MAad0lSItWX6LRuNEM2WzM7RXmKMjVfSPGbKJirKKo,1356
|
||||
sounddevice-0.5.1.dist-info/RECORD,,
|
||||
sounddevice-0.5.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
sounddevice-0.5.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
||||
sounddevice-0.5.1.dist-info/top_level.txt,sha256=PCtNPeGm0v6cQBma7sKjrTlqGgzgx8W7wVhHErHoh58,25
|
||||
sounddevice-0.5.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
||||
sounddevice.py,sha256=yvN1dwdiczRMLzhFbauySZYPvKWJJ-VRYMQRGYJda7g,109827
|
@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.43.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
@ -0,0 +1,2 @@
|
||||
_sounddevice
|
||||
sounddevice
|
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user