Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Jul 19, 2021
1 parent 7e94882 commit 849b41f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ cd egs/analysis_synthesis/mgc
Changes from SPTK3
------------------
- **Input and output types are changed to double from float**
- New features:
- Provide signal processing classes written in C++
- Support conversion from/to log area ratio (`lar2par` and `par2lar`)
- Support nonrecursive MLPG (`mlpg`)
- Support pitch extraction by DIO used in WORLD (`pitch`)
- Entropy calculation (`entropy`)
- Huffman coding (`huffman`, `huffman_encode`, and `huffman_decode`)
- Subband decomposition (`pqmf` and `ipqmf`)
- Mel-filter-bank extraction (`fbank`)
- Deprecated commands:
- `acep` -> `amgcep`
- `c2sp` -> `mgc2sp`
Expand All @@ -67,8 +76,9 @@ Changes from SPTK3
Authors
-------
* **Keiichi Tokuda** - *Produce and Design* - [Nagoya Institute of Technology](http://www.sp.nitech.ac.jp/~tokuda/)
* **Keiichiro Oura** - *Main Maintainer* - [Nagoya Institute of Technology](http://www.sp.nitech.ac.jp/~uratec/)
* **Takenori Yoshimura** - [Nagoya Institute of Technology](http://www.sp.nitech.ac.jp/~takenori/)
* **Keiichiro Oura** - [Nagoya Institute of Technology](http://www.sp.nitech.ac.jp/~uratec/)
* **Takenori Yoshimura** - *Main Maintainer* - [Nagoya Institute of Technology](http://www.sp.nitech.ac.jp/~takenori/)
* **Takato Fujimoto** - [Nagoya Institute of Technology](http://www.sp.nitech.ac.jp/~taka19/)
* **Yoshihiko Nankaku** - [Nagoya Institute of Technology](http://www.sp.nitech.ac.jp/~nankaku/)


Expand Down

0 comments on commit 849b41f

Please sign in to comment.