Init example project 0.1.0
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# PXUA216MB-DL2-M Python例程
|
||||
|
||||
## 安装
|
||||
本项目通过poetry实现包管理
|
||||
|
||||
关于poetry的安装及使用方法:[poetry](https://python-poetry.org/docs/)
|
||||
|
||||
本项目依赖于开源项目 [sounddevice](https://python-sounddevice.readthedocs.io/en/0.4.4/installation.html)
|
||||
|
||||
安装poetry后,简单使用```poetry install```即可安装依赖
|
||||
|
||||
## 使用
|
||||
###寻找一个格式的子类型:
|
||||
```
|
||||
>>> import soundfile as sf
|
||||
>>> sf.available_subtypes('RAW')
|
||||
```
|
||||
Reference in New Issue
Block a user