Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
misya11p committed Feb 13, 2023
1 parent 1fde091 commit d15dc65
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,25 @@

Pythonでの音声処理に関する資料。

## 第1章 基礎
## [第1章 基礎](./01_basic/)

1. 音とは
2. コンピュータで音を扱う
3. Pythonで音を扱う
2. 音と波の関係
3. コンピュータで音を扱う
4. Pythonで音を扱う


## 第2章 特徴量抽出
## [第2章 特徴量抽出](./02_feature-extraction/)

- フーリエ変換
- 定Q変換
- クロマ周波数
- MFCC
- ゼロクロス率
- スペクトル重心
- スペクトルロールオフ
- テンポグラム
- などなど
1. フーリエ変換
2. 定Q変換
3. クロマ周波数
4. メル周波数ケプストラム係数
5. ゼロクロス率
6. スペクトル重心
7. スペクトルロールオフ


## 第3章 活用
## [第3章 活用](./03_application/)

- 音源分離
- 文字起こし
- TTS (text-to-speech)
- 音楽生成
- 話者分類
- 自動採譜
- などなど
1. 音源分離

0 comments on commit d15dc65

Please sign in to comment.