-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realtime Audio Streaming #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments
- Please fix code indentation
- Remove non required code flows that do nothing
- Refactor to make this more like a Plugin that can be optionally loaded. No core features should be affected if the plugin is not loaded.
- Other comments are inline.
- Also share sample responses of the API's
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better now :)
Please look at the comments.
@kingster Latest Structure:
POP based refactoring key updates :
|
1d11825
to
bb4522f
Compare
Still pending improve channel zipping logic
Hey, this seems interesting. Did you folks make any headway into this? I've been looking for ways to connect SIP calls to Dialogflow framework. |
Hi @vcidst These changes are stable right now, and we have been using this feature in our production for quite some time, with the only caveat being that only G711 (PCMA/PCMU) is supported. You can try out with the builds from this pr, and the wiki for setup instructions. Please open a fresh issue in case you face any problems while running the builds. |
Design
Detailed Documentation
https://github.com/voiceip/oreka/wiki/Live-Streaming