fonoster for dtmf, bidirectional audio stream and asterisk #645
CHETAN-SEHGAL
started this conversation in
General
Replies: 1 comment
-
The As for the Are you planning to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
there ar two npm fonoster packages availabe,
Provides raw audio bidirectional streaming
Supports direct audio buffer playback using res.write(data)
I'll need to verify its DTMF detection capabilities. ( i still have not found if this package provide dtmf detection, if this package provide that please do let me know how to implement the same)
2)Fonoster/Voice Package:
Confirmed to provide DTMF detection functionality
I'll investigate if it supports direct audio stream playback like res.stream(data). ( still have not found if this, if this package provide that please do let me know how to implement the same)
or can i use both the package at same time in a node file, if it does not raise a conflict. any help regarding this gonna be appreciated. thanks .
Beta Was this translation helpful? Give feedback.
All reactions