Emia
Emia
if I understand your audio / wav 8 bit ? 16bit is just default base used for all operations.
Hi @MirzaBegunic . How is your audio wav stored. Can you do `soxi` command on you `wav` file. Playback for now is limited to wav, but it could support other...
ok, now it is clear. OK, then your issue is mainly API usage. Yeah I left this editable as I probably needed similar usage. Just breaking current APIs is something...
I have working locally. Higher kernel version. Maybe share coredump. Check latest version as well, sometimes I have wrong build
I am sending you build. Using fedora as well. https://github.com/emiago/gophone/releases/download/v1.7.0/gophone This one is clean go build, no compression. If this still breaks, send me `ldd gophone` output. We can take...
Hi @vtolstov . I believe there could be some CPU requirement here. Maybe from whisper. You have now docker build `emiago/gophone`. This one is stripped, and I believe you should...
Hi @rianby64, I guess it is not strict everywhere as Content Lenght also finishes last line. On other hand I see no issue adding this if it is per RFC....
Hi @basav-raj not at the moment. Those are just more uuid based contact header. But is this on registration path or just having this contact header on INVITE?
Hi @basav-raj . Ok makes sense. I will see what would be best way to expose it. Can this be on endpoint level hardcoded for you?
@basav-raj Now for INVITE this is added https://github.com/emiago/diagox/releases/tag/v1.6.0 Diagox has no yet support for outgoing Registrations but it will be added soon. It just has a bit more work. Thanks...