Comment by maxall4 9 months ago Just count syllables per second by doing an FFT plus some basic analysis. 2 comments maxall4 Reply tucnak 9 months ago > FFT plus some basic analysisYeah, totally easier than `len(transcribe(a))/len(a)` janalsncm 9 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 9 months ago > FFT plus some basic analysisYeah, totally easier than `len(transcribe(a))/len(a)` janalsncm 9 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 9 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.
> FFT plus some basic analysis
Yeah, totally easier than `len(transcribe(a))/len(a)`
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.