-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hi, it is me again.
Hi, there, I am working in NeuronicWorks, Toronto, as a mobile developer.
Now I am using your development kit for your blue tooth (chip) device.
private final Feature.FeatureListener mAudioListener = (f, sample) -> {
short[] audioSample = FeatureAudioADPCM.getAudio(sample);
};
In above method, the "audioSample" is Linear PCM encoded data (also decompressed), is it right?
As I need to use Google stream speech API, so how do I transform this short[] format to byte[]?
Best regards,
Boqian
Metadata
Metadata
Assignees
Labels
No labels