Metadata-Version: 2.1
Name: pymixing
Version: 0.9.3
Summary: A simple daw in python.
Home-page: https://github.com/JalleyLin/pymixing
Author: Lin
Author-email: linzichuqi@qq.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


# pymixing
pymixing is a python audio processing / analysis library based on soundfile, numpy, librosa, and pyloudnorm.Inspired by traditional console and digital audio workstations, it aims to provide audio experts with flexible assistance to deal with the complex audio processing / detection tasks.
Currently, pymixing can not only supports the mono files in wav format, but also the stereo files. Besides，it is already possible to export the corresponding 48k / 24bit or 44.1k/16bit wav format mono/stereo audio files as required.


