Luke Berndt

Results 219 comments of Luke Berndt

I have a V1 Voice Kit and installing the earlier version of the library fixed it for me.

I used this command: `pip3 install google-assistant-library==1.0.0`

I have a separate project that uses OP25 to decode the trunk channel and DSD to decode the audio: https://github.com/robotastic/trunk-recorder Right now, this isn't something that DSD can do.

Ah! unfortunately I don't think there is. Right now OP25 is the only Open Source project that decodes the P25 control channel. UniTrunker does it too, but it is windows...

Cool! I have been thinking about doing this for a while. Let me know when you have the code up.

Good points - I am going to have to dive into the code though to see what is possible. The Conventional P25 was sort of done as a hack -...

Interesting - there originally was a retry capability, but I thought I ended up disabling it. Making it optional is definitely a good idea if I haven’t. Do you know...

I just dove into the code to refresh my memory. Each upload plugin defines when/if a call will be re-uploaded. In general, it looks like re-tries are only attempted if...

Good Catch!! That code looks good. I created a branch with it in there, replacing the more specific SKIP detection one. I don't have a great way to test it....

That is a pretty good idea - right now it is run as a system command, but it could be a small shell script so people can edit it easier....