@coze/realtime-api 0.0.2 → 0.0.4

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 CHANGED
@@ -45,6 +45,8 @@ const client = new RealtimeClient({
45
45
  debug: true, // Optional: Enable debug logging
46
46
  allowPersonalAccessTokenInBrowser: true, // Optional: Enable PAT token usage in browser
47
47
  audioMutedDefault: false, // Optional: Initial audio state (default: false)
48
+ suppressStationaryNoise: false, // Optional: Enable stationary noise suppression(default: false)
49
+ suppressNonStationaryNoise: false, // Optional: Enable non-stationary noise suppression(default: false)
48
50
  });
49
51
 
50
52
  // Essential Setup