Johan Euphrosine
Johan Euphrosine
Oh yes, sorry for the miss-understanding, what I meant was that it blinks red, blue and green with between 100% duty cycle and 0% duty cycle at consecutive 2^ interval...
You should be able to use the following package together to play sounds w/ the SDK: https://pypi.python.org/pypi/SoundFile https://pypi.python.org/pypi/sounddevice
Other popular reverse dependencies that were mentioned before: - https://github.com/google/aiyprojects-raspbian/tree/aiyprojects/src/aiy/assistant - https://github.com/shivasiddharth/GassistPi
@krsnaa while the source code for `google-assistant-library` is not currently available, it'd be interesting to discuss how to improve the sound quality for the `google-assistant-grpc` samples. Can you open a...
@dmarvp actually we released a pre-version with that fields a few months ago: https://pypi.python.org/pypi/google-assistant-grpc/0.2.1.dev1 You should be able to install it with: ``` pip install --pre --upgrade google-assistant-grpc ``` Looking...
@dmarvp you're right! This should be fixed with: https://github.com/googlesamples/assistant-sdk-python/pull/291 You can try it with: ``` pip install 'git+https://github.com/proppy/assistant-sdk-python.git@debug-info#egg=google-assistant-grpc&subdirectory=google-assistant-grpc' ``` See: ``` >>> import google.assistant.embedded.v1alpha2.embedded_assistant_pb2 >>> google.assistant.embedded.v1alpha2.embedded_assistant_pb2.AssistConfig().debug_config is None False ```
@dmarvp which version of the API are you using?
in https://github.com/googlesamples/assistant-sdk-python/issues/356#issuecomment-595132272 @BlackLight suggested looking at https://github.com/mozilla/DeepSpeech. Generalizing the scope of this issue.
No works has started around this in this particular repository, but @BlackLight has been recently [blogging](https://medium.com/better-programming/building-your-custom-voice-assistants-an-overview-of-the-current-solutions-and-integrations-d8db227a325) about how he integrated multiple hotwording model in his https://github.com/BlackLight/platypush/ project.
Looks similar to https://github.com/googlesamples/assistant-sdk-python/issues/246 can you try installing from master?