yamyamyuo

Results 6 comments of yamyamyuo

@doujiang24 I recently have similar problem. I my application, the nginx message send to kafka, but one of my kafka broker failed. Instead of searching for another available broker, the...

The real time processing is already in the code. The voice stream could be transformed and send out immediately.

Hi, We tried this praat voice morphing algorithm in skype voice stream. We cut the voice stream into small segments(say 100ms time period for each segment). Then we put the...

@B121119 remote server is the service that take care of authentication within your company. Authentication means verify a user is valid or the user is a member of your company....

@AaronCH5 the import error may related to the python path problems. Maybe you should `export PYTHONPATH=$PWD` where `$PWD` should in the root of superset project.