@rapidaai/react 1.1.44 → 1.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-HQHWE2DO.mjs → chunk-CKIZ6YUP.mjs} +283 -157
- package/dist/chunk-CKIZ6YUP.mjs.map +1 -0
- package/dist/components/device-selector.d.mts +1 -1
- package/dist/components/device-selector.d.ts +1 -1
- package/dist/components/device-selector.js +282 -156
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-C2no2MF2.d.mts → device-selector-CoAQBhd-.d.mts} +58 -40
- package/dist/{device-selector-C2no2MF2.d.ts → device-selector-CoAQBhd-.d.ts} +58 -40
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +286 -158
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-HQHWE2DO.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
toTextContent,
|
|
112
112
|
useObservableState,
|
|
113
113
|
useSelectInputDeviceAgent
|
|
114
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-CKIZ6YUP.mjs";
|
|
115
115
|
import {
|
|
116
116
|
MultibandAudioVisualizerComponent
|
|
117
117
|
} from "./chunk-CVATR327.mjs";
|
|
@@ -32545,7 +32545,7 @@ var InputOptions = class {
|
|
|
32545
32545
|
*/
|
|
32546
32546
|
recorderOptions = {
|
|
32547
32547
|
format: "pcm",
|
|
32548
|
-
sampleRate:
|
|
32548
|
+
sampleRate: 16e3
|
|
32549
32549
|
};
|
|
32550
32550
|
get recorderOption() {
|
|
32551
32551
|
return this.recorderOptions;
|
|
@@ -32586,7 +32586,7 @@ var OutputOptions = class {
|
|
|
32586
32586
|
*/
|
|
32587
32587
|
playerOptions = {
|
|
32588
32588
|
format: "pcm",
|
|
32589
|
-
sampleRate:
|
|
32589
|
+
sampleRate: 16e3
|
|
32590
32590
|
};
|
|
32591
32591
|
get playerOption() {
|
|
32592
32592
|
return this.playerOptions;
|
|
@@ -34052,6 +34052,7 @@ var export_AssistantConversationContext = import_common_pb8.AssistantConversatio
|
|
|
34052
34052
|
var export_AssistantConversationInterruption = import_common_pb8.AssistantConversationInterruption;
|
|
34053
34053
|
var export_AssistantConversationMessage = import_common_pb8.AssistantConversationMessage;
|
|
34054
34054
|
var export_AssistantConversationRecording = import_common_pb8.AssistantConversationRecording;
|
|
34055
|
+
var export_AssistantConversationTelephonyEvent = import_common_pb8.AssistantConversationTelephonyEvent;
|
|
34055
34056
|
var export_AssistantConversationUserMessage = import_common_pb8.AssistantConversationUserMessage;
|
|
34056
34057
|
var export_AssistantDebuggerDeployment = import_assistant_deployment_pb.AssistantDebuggerDeployment;
|
|
34057
34058
|
var export_AssistantDefinition = import_common_pb8.AssistantDefinition;
|
|
@@ -34392,6 +34393,7 @@ export {
|
|
|
34392
34393
|
export_AssistantConversationInterruption as AssistantConversationInterruption,
|
|
34393
34394
|
export_AssistantConversationMessage as AssistantConversationMessage,
|
|
34394
34395
|
export_AssistantConversationRecording as AssistantConversationRecording,
|
|
34396
|
+
export_AssistantConversationTelephonyEvent as AssistantConversationTelephonyEvent,
|
|
34395
34397
|
export_AssistantConversationUserMessage as AssistantConversationUserMessage,
|
|
34396
34398
|
export_AssistantDebuggerDeployment as AssistantDebuggerDeployment,
|
|
34397
34399
|
export_AssistantDefinition as AssistantDefinition,
|