chore: 添加虚拟环境到仓库
- 添加 backend_service/venv 虚拟环境 - 包含所有Python依赖包 - 注意:虚拟环境约393MB,包含12655个文件
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: sounddevice
|
||||
Version: 0.5.3
|
||||
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"
|
||||
Dynamic: author
|
||||
Dynamic: author-email
|
||||
Dynamic: classifier
|
||||
Dynamic: description
|
||||
Dynamic: home-page
|
||||
Dynamic: keywords
|
||||
Dynamic: license
|
||||
Dynamic: license-file
|
||||
Dynamic: platform
|
||||
Dynamic: project-url
|
||||
Dynamic: provides-extra
|
||||
Dynamic: requires-dist
|
||||
Dynamic: requires-python
|
||||
Dynamic: summary
|
||||
|
||||
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/
|
||||
Reference in New Issue
Block a user