SPTK

42 posts

SPTK banner
SPTK

SPTK

@SPTK_DSP

Official account of SPTK, which is a suite of speech signal processing tools mainly developed by the members of Tokuda, Nankaku, and Hashimoto laboratory.

Nagoya Institute of Technology Katılım Ocak 2022
2 Takip Edilen96 Takipçiler
Sabitlenmiş Tweet
SPTK
SPTK@SPTK_DSP·
We are pleased to announce the release of SPTK 4.4!🚀 In this update, the raw2wav and wav2raw commands are back. We are also planning to add a resampling command in the near future. github.com/sp-nitech/SPTK #SpeechProcessing
English
1
4
2
446
SPTK
SPTK@SPTK_DSP·
Also, diffsptk version 3.4 is already out :) It includes WORLD analysis-synthesis and trainable STFT. If you're working with PyTorch, please give it a try. github.com/sp-nitech/diff… #PyTorch
English
0
4
3
385
SPTK
SPTK@SPTK_DSP·
We are pleased to announce the release of SPTK 4.4!🚀 In this update, the raw2wav and wav2raw commands are back. We are also planning to add a resampling command in the near future. github.com/sp-nitech/SPTK #SpeechProcessing
English
1
4
2
446
SPTK
SPTK@SPTK_DSP·
diffsptk 2.5.0 has been released! This update introduces differentiable WORLD (D4C and CheapTrick) modules and removes librosa dependency. github.com/sp-nitech/diff…
English
0
5
4
1K
SPTK
SPTK@SPTK_DSP·
We would like to announce the release of SPTK 4.3. This update includes some useful new commands. We hope you find them helpful! github.com/sp-nitech/SPTK
English
0
15
13
4.7K
SPTK
SPTK@SPTK_DSP·
diffsptk 2.3 has been released. This update introduces differentiable gammatone filter bank analysis and synthesis modules. github.com/sp-nitech/diff…
English
0
4
5
594
SPTK
SPTK@SPTK_DSP·
NEWS: diffsptk 2.0 has been released. The functional API and CQT/ICQT modules based on Librosa have been added. github.com/sp-nitech/diff…
English
0
7
6
2K
SPTK
SPTK@SPTK_DSP·
It's that time of year again!🎄 We would like to announce the release of SPTK 4.2. A wrapped WORLD vocoder is included in this release. Please feel free to use it. github.com/sp-nitech/SPTK
English
0
6
9
1.7K
SPTK
SPTK@SPTK_DSP·
We had a poster presentation on the recent progress of SPTK at SSW2023 in Grenoble. The paper is publicly available in the ISCA Archive. isca-speech.org/archive/ssw_20…
English
0
3
5
933
SPTK
SPTK@SPTK_DSP·
NEWS: diffsptk has been updated to 0.6.0. An inverse STFT module and vector quantization wrappers are added. github.com/sp-nitech/diff…
English
0
3
2
1K
SPTK
SPTK@SPTK_DSP·
Subband analysis and synthesis: % x2x +sd data.short | pqmf -k 2 -m 20 | decimate -l 2 -p 2 | interpolate -l 2 -p 2 | sopr -m 2 | ipqmf -k 2 -m 20 | gwave output.png
SPTK tweet media
HT
0
3
2
620
SPTK
SPTK@SPTK_DSP·
Decomposing a waveform: % x2x +sd data.short | pqmf -k 2 -m 20 > data.sub % bcp -l 2 -s 0 -e 0 data.sub > data.sub1 % bcp -l 2 -s 1 -e 1 data.sub > data.sub2 % x2x +sd data.short | cat - data.sub1 data.sub2 | gwave -i 3 -r wave.png (top is original waveform)
SPTK tweet media
Filipino
0
2
3
609
SPTK
SPTK@SPTK_DSP·
Computing minimum and maximum: % nrand -l 1024 | minmax | x2x +da -2.55409 3.68321
English
0
1
1
553
SPTK
SPTK@SPTK_DSP·
Computing mean and variance: % nrand -l 1024 | vstat | x2x +da 0.0271787 1.02628
English
0
1
1
512
SPTK
SPTK@SPTK_DSP·
Drawing running spectra: % x2x +sd data.short | frame -p 80 -l 400 | window -l 400 -L 512 | mgcep -l 512 -m 24 -a 0.42 | mgc2sp -l 512 -m 24 -a 0.42 | grlogsp -g -l 512 -s 50 -e 100 -x 16 -W 500 -H 600 spec.png
SPTK tweet media
English
0
1
0
643
SPTK
SPTK@SPTK_DSP·
Happy Christmas!🕯️ Let us announce the release of SPTK 4.1. Some signal processing commands have been added in the release. Please feel free to download it. github.com/sp-nitech/SPTK
English
0
8
18
6K
SPTK
SPTK@SPTK_DSP·
Interpolation of F0 contour: % x2x +sd data.short | pitch -s 16 -p 80 -L 80 -H 200 -o 1 -a 1 > data.f0 % magic_intpl -magic 0 data.f0 > data.ip.f0 % cat data.f0 data.ip.f0 | fdrw -n 240 -g -y -10 200 -lw 2 -xname "Time [frame]" -yname "Fundamental frequency [Hz]" pitch.png
SPTK tweet media
English
0
2
2
683
SPTK
SPTK@SPTK_DSP·
Converting F0 to log F0 and double its value: % x2x +sd data.short | pitch -s 16 -p 80 -L 80 -H 200 -o 2 -a 1 | sopr -magic -1e+10 -EXP -m 2 -MAGIC 0 | fdrw -g -y -10 400 -lw 2 -xname "Time [frame]" -yname "Fundamental frequency [Hz]" pitch.png
SPTK tweet media
English
0
2
2
534
SPTK
SPTK@SPTK_DSP·
Showing 0th mel-cepstral coefficients: % x2x +sd data.short | frame -p 80 -l 400 | window -l 400 -L 512 | mgcep -l 512 -m 24 -a 0.42 | bcp -s 0 -e 0 -m 24 | x2x +da | less
English
0
1
1
0
SPTK
SPTK@SPTK_DSP·
Showing contents of a binary file: % x2x +sa data.short | less
English
0
1
1
0
SPTK
SPTK@SPTK_DSP·
Drawing a histogram of F0: % x2x +sd data.short | pitch -p 80 -s 16 -o 1 | sopr -magic 0 | histogram -l 80 -u 160 -b 20 | fdrw -b -g -xbias 80 -xscale 80 -xname "Fundamental frequency [Hz]" -yname "Count" histogram.png
SPTK tweet media
Polski
0
1
0
0