top | item 44381453 (no title) maxall4 | 8 months ago Just count syllables per second by doing an FFT plus some basic analysis. discuss order hn newest tucnak|8 months ago > FFT plus some basic analysisYeah, totally easier than `len(transcribe(a))/len(a)` janalsncm|8 months ago Maybe not as quick to code up but way faster to calculate.The tokens/second can be used as ground truth labels for a fft->small neural net model.
tucnak|8 months ago > FFT plus some basic analysisYeah, totally easier than `len(transcribe(a))/len(a)` janalsncm|8 months ago Maybe not as quick to code up but way faster to calculate.The tokens/second can be used as ground truth labels for a fft->small neural net model.
janalsncm|8 months ago Maybe not as quick to code up but way faster to calculate.The tokens/second can be used as ground truth labels for a fft->small neural net model.
tucnak|8 months ago
Yeah, totally easier than `len(transcribe(a))/len(a)`
janalsncm|8 months ago
The tokens/second can be used as ground truth labels for a fft->small neural net model.