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
Hi,
I am using fp-sns-allmems2 libraby for sensiBLE device but it could not turn on the bluetooth after flashing the same code with bootloader.
And no issue was there while loading fp-sns-allmems1 libraby.
So if anyone has faced the same problem please help me.
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
The text was updated successfully, but these errors were encountered: