Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
@@ -396,6 +396,7 @@
|
||||
});
|
||||
startAudioRecord({
|
||||
onFrame: (pcmData: any) => {
|
||||
console.log('pcmData', pcmData.length);
|
||||
if (wsStatus.value && ws.value) {
|
||||
if (voiceQueue.length > 0) {
|
||||
voiceQueue.forEach((cachedData) => {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"minSdkVersion": "35"
|
||||
"minSdkVersion": "29"
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"minSdkVersion": "22"
|
||||
"minSdkVersion": "29"
|
||||
}
|
||||
@@ -62,6 +62,7 @@ export function startAudioRecord(options : StartAudioRecordOptions) : void {
|
||||
|
||||
// console.log('lastVolume', lastVolume);
|
||||
|
||||
|
||||
options.onFrame?.(data)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user