| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
First attempt at getting the Google Assistant SDK in a C# WPF application. Created mostly on Windows having never used gRPC or OAuth before. Its not pretty but its marginally nicer than installing Python and using Google's example.
Comprises of
This assumes the generated code is up to date, if not..
Was done haphazardly, in the proto/ folder googleapis is added as submodule, also in the proto/ folder is a batch script that runs the C# gRPC generator from the Nuget gRPC tools package.
I had to copy the third_party\protobuf\src\google\protobuf into googleapis\google for the build to work, I think this is because under linux this third_party folder would be added to usr/local/include
This leaves a few google.api files missing, so I had to generate the whole of the googleapis c# gRPC code. I gave up trying to do this in Windows and used a Linux VM instead.
http://developers.google.com/assistant/sdk/
http://grpc.io/docs/quickstart/csharp.html
https://www.freesound.org/people/TheGertz/sounds/235911/ https://www.freesound.org/people/cameronmusic/sounds/138417/ https://www.iconfinder.com/icons/1055024/audio_mic_microphone_icon
| Back | FazBrowse Home | New Git URL |