Alexander

Results 8 comments of Alexander

It's trying to start the server before the file is built. I added a **postinstall** script, to build the /lib directory after **npm install** has finished. ``` sh "scripts": {...

@tjhazel what did you do to solve this?

Has anyone figured this out? The `data` property is null for me. I tried @Overdozed approach, but i'm only getting a generic message, not the string thats in the body...

@Haok9800 nice, works for me now!

@Haok9800 Just use the example and update the `example_simple_exportwav.html` on line 49 with ```recorder && audio_context. resume() && recorder.record();```

Any updated on this?

@NimaSedghiye i've got similar results. What solved this for you? Was it as simple as increasing the training dataset? or training for longer?

@geneing I tested out the model you have in `model_outputs/model.bin`. It's taking me 9.5 seconds to generate 6 seconds of audio. Also the audio output quality is pretty poor [sample.wav](https://storage.googleapis.com/testaudiobucket_all/wavrnn_test1.wav)...