Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
    • Client SDK basics
    • Channels
      • Channel name criteria
      • Channel types
      • Echo channels
      • Positional channels
      • Volume differences
      • Channel identifiers for large scale games
      • Participant events
      • Channel webhooks
      • Join a channel
      • Leave a channel
      • Kick a user from a channel
      • Manage session groups
      • Audio injection
      • Methods for setting audio levels
      • Derumbler
      • Automatic connection recovery
    • Presence management
    • Messaging
    • Manage audio
    • Couch co-op
    • Android app development
    • iOS app development
    • macOS app development
    • Windows app development
    • Real-time recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Troubleshooting
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Derumbler

Learn how to configure derumbler settings to manage audio.
Read time 1 minute
Last updated 8 months ago

A high-pass filter, referred to as the derumbler, is enabled by default to reject frequencies of 60 Hz and lower. You can modify derumbler properties before or after logging in or joining a session.
This filter uses the following request and response types:
  • req_aux_get_derumbler_properties
  • req_aux_set_derumbler_properties
  • resp_aux_get_derumbler_properties
  • resp_aux_set_derumbler_properties
To get derumbler properties, use
vx_req_aux_get_derumbler_properties_t
. This struct uses the following methods:
  • vx_req_aux_get_derumbler_properties_create()
    : Allocate and initialize a
    vx_req_aux_get_derumbler_properties
    object.
  • vx_resp_aux_get_derumbler_properties_t
    : The response for
    vx_req_aux_get_derumbler_properties_t
To set derumbler properties, use
vx_req_aux_set_derumbler_properties_t
. This struct uses the following methods:
  • vx_req_aux_set_derumbler_properties_create()
    : Allocate and initialize a
    vx_req_aux_set_derumbler_properties
    object.
  • vx_resp_aux_set_derumbler_properties_t
    : The response for
    vx_req_aux_set_derumbler_properties_t
    .

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.


    Report a problem with this page