xiph / LPCNet

Efficient neural speech synthesis
BSD 3-Clause "New" or "Revised" License
1.12k stars 295 forks source link

What does fixed numbers mean ? #161

Closed xiaoyangnihao closed 3 years ago

xiaoyangnihao commented 3 years ago

@jmvalin In the function: lpc_from_bands() in line 226 in script freq.c, there are three fixed numbers 320/12/38., can you tell me what each of them means?

   /* -40 dB noise floor. */
   ac[0] += ac[0]*1e-4 + 320/12/38.;
YangWangGit commented 2 years ago

@xiaoyangnihao I have exactly the same question. Any idea or hypothesis is welcome! Thanks.