@estuary-ai/sdk 0.2.0 → 0.2.1
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -30870,7 +30870,7 @@ var SocketManager = class extends TypedEventEmitter {
|
|
|
30870
30870
|
const authPayload = {
|
|
30871
30871
|
character_id: this.config.characterId,
|
|
30872
30872
|
player_id: this.config.playerId,
|
|
30873
|
-
audio_sample_rate: this.config.audioSampleRate ??
|
|
30873
|
+
audio_sample_rate: this.config.audioSampleRate ?? 24e3,
|
|
30874
30874
|
realtime_memory: this.config.realtimeMemory ?? false
|
|
30875
30875
|
};
|
|
30876
30876
|
if (this.config.sessionToken) {
|