Luke

Results 10 comments of Luke

you want to close connection from client or server side?

so u think that bundle is useless and its better to implement rachet without it?

thx mate, I think I will go this way also do u know maybe other way then ZMQ to make a call to ws rachet server from php? some way...

@julienfroidefond better try to switch to https://github.com/GeniusesOfSymfony/WebSocketBundle - its based on clank

@julienfroidefond I am glad I could help, cheers m8

I used variable for label in form type class /*\* @Desc("my label") */ $label = $this->container->get('translator')->trans('form.email', array(), 'form');

@auss no, you dont have to just pass container or translator service to form type class

Check the settings of the VAD and set less restrictive parameters.

VAD detects speech, not silence. If it were designed to detect silence and remove it, it would be called Silence Activity Detection. So if speech is not detected, that segment...

Check less restrictive settings, for example:: ``` "vad_parameters": VadOptions( max_speech_duration_s=model.feature_extractor.chunk_length, min_silence_duration_ms=150, min_speech_duration_ms=120, speech_pad_ms=200, onset=0.25, offset=0.2 ) ```