Metadata-Version: 2.1
Name: kudio
Version: 2.0
Summary: 音頻處理工具 KUDIO
Home-page: 
Author: C.K.
Author-email: 
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<=1.20,>=1.19.5
Requires-Dist: scipy<=1.5.4,>=1.4.1
Requires-Dist: resampy<=0.3.1,>=0.2.2
Requires-Dist: numba<=0.48.0,>=0.38.0
Requires-Dist: llvmlite<=0.32.1,>=0.31.0
Requires-Dist: librosa<=0.7.2,>=0.6.2
Requires-Dist: tqdm>=4.41.0
Requires-Dist: matplotlib<=3.5.2,>=3.2.2
Requires-Dist: pandas<=1.3,>=1.1.4
Requires-Dist: pyaudio<=0.2.13,>=0.2.11
Requires-Dist: PyYAML>=5.3.1
Requires-Dist: PyWavelets>=1.4.1
Requires-Dist: pycryptodome==3.23.0


🔊 KUDIO 音頻處理工具
=================================================================================

### Audio Processing Toolbox™

函式
-----------------

- AudioEvaluate
- Synthesizer
- wave_separate
- save_wave
- load_waves
- concat_mfcc_
- concat_logspec_
- wav2mfcc
- wav2spec
- spec2wav
- wavform2spec
- spec2wavform
- w2s
- s2w
- denoise_wav2spec
- denoise_spec2wav
- check_input
- AudioDataManager
- wave_decode
- wave_encode
- play_audio
- CheckDevice
- Recorder
- RemoteStreamReader
- LocalStreamReader
- AudioBuffer
- trad_enhance


License
-----------------
這是發佈到公共領域的免費和無擔保的軟件。
任何人都可以自由複制、修改、發布、使用、編譯、銷售或
分發本軟件，無論是以源代碼形式還是以編譯後的
二進製文件，用於任何目的，商業或非商業，並通過任何方式。

This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any means.
