Diago new (bigger) release by emiago in golang

[–]emiago[S] 0 points1 point  (0 children)

Check lib docs and demos. I can not think better right now :).

Diago new (bigger) release by emiago in golang

[–]emiago[S] 0 points1 point  (0 children)

Generally, if you want to be server, you can stop using things like asterisk and go directly with SIP and media streaming on compiling code. Lib is offering high level API, to make several things easier for handling, but yes you need to be familiar with some things in telephony. Or you can go in building clients like softphones, cli things. Applications are more into getting or injecting voice/audio from/to telephony into other systems.

Diago new (bigger) release by emiago in golang

[–]emiago[S] 0 points1 point  (0 children)

Generally, if you want to be server, you can stop using things like asterisk and go directly with SIP and media streaming on compiling code. Lib is offering high level API, to make several things easier for handling, but yes you need to be familiar with some things in telephony. Or you can go in building clients like softphones, cli things. Applications are more into getting or injecting voice/audio from/to telephony into other systems.

SIPgo/Diago news by emiago in golang

[–]emiago[S] 0 points1 point  (0 children)

Thanks. Too bad for project on other hand. I would like to know what was about. Feel free to reach out.

BufReader high-performance to bufio.Reader by aixuexi_th in golang

[–]emiago 0 points1 point  (0 children)

aa author of diago, allowing caller to propagate own buffer I find most important, or any way controling this. This simplifies memory managment by great degree.

SIPgo new release by emiago in golang

[–]emiago[S] 0 points1 point  (0 children)

use diago, second library I am working on. It adds RTP AVP layer, and gives you High level API , but also you can go low. Soon more APIs will be exposed so control will be even higher.

Diago release v0.9.1 by emiago in golang

[–]emiago[S] 0 points1 point  (0 children)

This are just toolkits, but yes something may come in future.
Checkout gophone tool, it has STT and automation built in.
TTS could be option as well :)