You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added code to dump data received by put_frame in bfsk_det.c and ws_speech_port.c.
The dump shows the data changes based on the codec.
So its seems we are responsible for doing transcoding when necessary.
But, strangely, ws_speech_server worked with both pcmu and pcma (changed codec in samples_extra/ws_speech_server.bfsk.js)
So if I am not doing transcoding, how ws_speech_server worked?
The text was updated successfully, but these errors were encountered:
I added code to dump data received by put_frame in bfsk_det.c and ws_speech_port.c.
The dump shows the data changes based on the codec.
So its seems we are responsible for doing transcoding when necessary.
But, strangely, ws_speech_server worked with both pcmu and pcma (changed codec in samples_extra/ws_speech_server.bfsk.js)
So if I am not doing transcoding, how ws_speech_server worked?
The text was updated successfully, but these errors were encountered: