nadirhamid / asterisk-audiofork

Stream Asterisk audio over Websockets
GNU General Public License v2.0
147 stars 55 forks source link

What are the advantages of asterisk-audiofork over unimrcp? #1

Open tonko22 opened 4 years ago

tonko22 commented 4 years ago

Based on fluent analysis i see only one advantage: unimrcp requires installing and configuring, when asterisk-audiofork requires only the C-script to be dumbped called from dialplan. Is there more advantages. And what are the disadvantages?

By the way, see, https://github.com/unispeech/swig-wrapper. It seems like it has python and other languages-based WebSocker listner servers. Would be nice to see it it added to the README.MD if it matches the asterisk-audiofork requests.

nadirhamid commented 4 years ago

hello tonko22,

thanks for the message.

i have limited knowledge of unimrcp but based on what i do know it is its own spec and requires integration of a server and client in a way it is similar to app_jack. I personally have not worked with unimrcp there could be many advantages to using that based on the use case but i don't know.

as for the comment on the swig-wrapper it can be added to the README although i have not considered how or why it would be. if you have any suggestions please let me know.

also let me know if you have any other queries / need more info.

thanks