From 933880d28bca8d58ab77c451deca8094b9fd6544 Mon Sep 17 00:00:00 2001 From: Takenori Yoshimura Date: Thu, 28 Sep 2023 13:28:25 +0900 Subject: [PATCH] Update README.md [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b2bfd3..df1b9f2 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Changes from SPTK3 - **Input and output types are changed to double from float** - Signal processing classes are written in C++ instead of C - Drawing commands are implemented in Python +- Some option names - No memory leaks - Thread-safe - New features: @@ -137,6 +138,7 @@ Changes from SPTK3 - Pitch extraction by DIO used in WORLD (`pitch -a 3`) - Pole-zero plot (`gpolezero`) - Scalar quantization (`quantize` and `dequantize`) + - Sinusoidal generation from pitch (`pitch2sin`) - Spectrogram plot (`gspecgram`) - Stability check of LPC coefficients (`lpccheck`) - Subband decomposition (`pqmf` and `ipqmf`)