- Extract the proto files from the library using pbtk and save them under the directory
./protos
- Extract the messages using the following
protoc
command:
$ protoc --python_out=./proto_python --proto_path=. $(find ./protos -iname "*.proto")
- Decode the
dictation.config
file with the following command:
$ python decode_and_export_config.py dictation.config dictation.decoded.config
protobuf
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||