b00f
b00f
We can merge `tokens.txt` and `punctuations.txt` files and make a new file including reading status and pronunciations. In this case we can read stand-alone characters. like: `آ`
Using [Lame](http://lame.sourceforge.net) library we can compress raw PCM data to mp3. Look at this function: `lame_encode_buffer` I have built lame inside travis successfully.
By sending sig_int (ctrl+c) tihu_server won't close and gives error.
I compiled the driver and put it in `/etc/modules` to run after boot. but I got this error. `Failed to insert '8723de': Required key not available` How can I fix...
I would like to talk with you about this project. u fortunately I couldn't find any email address of you. could you please contact me by this address: [email protected]
Regarding the resource manager limits, we have defined the limits as follows: ```go maxConns := conf.MaxConns // default is 16 minConns := conf.MinConns // default is 8 limit := lp2prcmgr.DefaultLimits...
I could run the the demo with the pre-trained model. First of all it was too slow, almost 20 second for prediction. The final result is not clear and prediction...
There is a compile [error](https://travis-ci.org/paritytech/pwasm-token-example) on master branch. Any Idea how to fix it?
RPC module has no test. We need to include some test to make sure this module works fine.