123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594 |
- :github_url: hide
- .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the AudioEffectChorus.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_AudioEffectChorus:
- AudioEffectChorus
- =================
- **Inherits:** :ref:`AudioEffect<class_AudioEffect>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
- Adds a chorus audio effect.
- Description
- -----------
- Adds a chorus audio effect. The effect applies a filter with voices to duplicate the audio source and manipulate it through the filter.
- Properties
- ----------
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`dry<class_AudioEffectChorus_property_dry>` | ``1.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/1/cutoff_hz<class_AudioEffectChorus_property_voice/1/cutoff_hz>` | ``8000.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/1/delay_ms<class_AudioEffectChorus_property_voice/1/delay_ms>` | ``15.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/1/depth_ms<class_AudioEffectChorus_property_voice/1/depth_ms>` | ``2.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/1/level_db<class_AudioEffectChorus_property_voice/1/level_db>` | ``0.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/1/pan<class_AudioEffectChorus_property_voice/1/pan>` | ``-0.5`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/1/rate_hz<class_AudioEffectChorus_property_voice/1/rate_hz>` | ``0.8`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/2/cutoff_hz<class_AudioEffectChorus_property_voice/2/cutoff_hz>` | ``8000.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/2/delay_ms<class_AudioEffectChorus_property_voice/2/delay_ms>` | ``20.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/2/depth_ms<class_AudioEffectChorus_property_voice/2/depth_ms>` | ``3.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/2/level_db<class_AudioEffectChorus_property_voice/2/level_db>` | ``0.0`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/2/pan<class_AudioEffectChorus_property_voice/2/pan>` | ``0.5`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/2/rate_hz<class_AudioEffectChorus_property_voice/2/rate_hz>` | ``1.2`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/3/cutoff_hz<class_AudioEffectChorus_property_voice/3/cutoff_hz>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/3/delay_ms<class_AudioEffectChorus_property_voice/3/delay_ms>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/3/depth_ms<class_AudioEffectChorus_property_voice/3/depth_ms>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/3/level_db<class_AudioEffectChorus_property_voice/3/level_db>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/3/pan<class_AudioEffectChorus_property_voice/3/pan>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/3/rate_hz<class_AudioEffectChorus_property_voice/3/rate_hz>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/4/cutoff_hz<class_AudioEffectChorus_property_voice/4/cutoff_hz>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/4/delay_ms<class_AudioEffectChorus_property_voice/4/delay_ms>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/4/depth_ms<class_AudioEffectChorus_property_voice/4/depth_ms>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/4/level_db<class_AudioEffectChorus_property_voice/4/level_db>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/4/pan<class_AudioEffectChorus_property_voice/4/pan>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`voice/4/rate_hz<class_AudioEffectChorus_property_voice/4/rate_hz>` | |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`int<class_int>` | :ref:`voice_count<class_AudioEffectChorus_property_voice_count>` | ``2`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- | :ref:`float<class_float>` | :ref:`wet<class_AudioEffectChorus_property_wet>` | ``0.5`` |
- +---------------------------+------------------------------------------------------------------------------+------------+
- Methods
- -------
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_voice_cutoff_hz<class_AudioEffectChorus_method_get_voice_cutoff_hz>` **(** :ref:`int<class_int>` voice_idx **)** |const| |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_voice_delay_ms<class_AudioEffectChorus_method_get_voice_delay_ms>` **(** :ref:`int<class_int>` voice_idx **)** |const| |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_voice_depth_ms<class_AudioEffectChorus_method_get_voice_depth_ms>` **(** :ref:`int<class_int>` voice_idx **)** |const| |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_voice_level_db<class_AudioEffectChorus_method_get_voice_level_db>` **(** :ref:`int<class_int>` voice_idx **)** |const| |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_voice_pan<class_AudioEffectChorus_method_get_voice_pan>` **(** :ref:`int<class_int>` voice_idx **)** |const| |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_voice_rate_hz<class_AudioEffectChorus_method_get_voice_rate_hz>` **(** :ref:`int<class_int>` voice_idx **)** |const| |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_voice_cutoff_hz<class_AudioEffectChorus_method_set_voice_cutoff_hz>` **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` cutoff_hz **)** |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_voice_delay_ms<class_AudioEffectChorus_method_set_voice_delay_ms>` **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` delay_ms **)** |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_voice_depth_ms<class_AudioEffectChorus_method_set_voice_depth_ms>` **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` depth_ms **)** |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_voice_level_db<class_AudioEffectChorus_method_set_voice_level_db>` **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` level_db **)** |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_voice_pan<class_AudioEffectChorus_method_set_voice_pan>` **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` pan **)** |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_voice_rate_hz<class_AudioEffectChorus_method_set_voice_rate_hz>` **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` rate_hz **)** |
- +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
- Property Descriptions
- ---------------------
- .. _class_AudioEffectChorus_property_dry:
- - :ref:`float<class_float>` **dry**
- +-----------+----------------+
- | *Default* | ``1.0`` |
- +-----------+----------------+
- | *Setter* | set_dry(value) |
- +-----------+----------------+
- | *Getter* | get_dry() |
- +-----------+----------------+
- The effect's raw signal.
- ----
- .. _class_AudioEffectChorus_property_voice/1/cutoff_hz:
- - :ref:`float<class_float>` **voice/1/cutoff_hz**
- +-----------+----------------------------+
- | *Default* | ``8000.0`` |
- +-----------+----------------------------+
- | *Setter* | set_voice_cutoff_hz(value) |
- +-----------+----------------------------+
- | *Getter* | get_voice_cutoff_hz() |
- +-----------+----------------------------+
- The voice's cutoff frequency.
- ----
- .. _class_AudioEffectChorus_property_voice/1/delay_ms:
- - :ref:`float<class_float>` **voice/1/delay_ms**
- +-----------+---------------------------+
- | *Default* | ``15.0`` |
- +-----------+---------------------------+
- | *Setter* | set_voice_delay_ms(value) |
- +-----------+---------------------------+
- | *Getter* | get_voice_delay_ms() |
- +-----------+---------------------------+
- The voice's signal delay.
- ----
- .. _class_AudioEffectChorus_property_voice/1/depth_ms:
- - :ref:`float<class_float>` **voice/1/depth_ms**
- +-----------+---------------------------+
- | *Default* | ``2.0`` |
- +-----------+---------------------------+
- | *Setter* | set_voice_depth_ms(value) |
- +-----------+---------------------------+
- | *Getter* | get_voice_depth_ms() |
- +-----------+---------------------------+
- The voice filter's depth.
- ----
- .. _class_AudioEffectChorus_property_voice/1/level_db:
- - :ref:`float<class_float>` **voice/1/level_db**
- +-----------+---------------------------+
- | *Default* | ``0.0`` |
- +-----------+---------------------------+
- | *Setter* | set_voice_level_db(value) |
- +-----------+---------------------------+
- | *Getter* | get_voice_level_db() |
- +-----------+---------------------------+
- The voice's volume.
- ----
- .. _class_AudioEffectChorus_property_voice/1/pan:
- - :ref:`float<class_float>` **voice/1/pan**
- +-----------+----------------------+
- | *Default* | ``-0.5`` |
- +-----------+----------------------+
- | *Setter* | set_voice_pan(value) |
- +-----------+----------------------+
- | *Getter* | get_voice_pan() |
- +-----------+----------------------+
- The voice's pan level.
- ----
- .. _class_AudioEffectChorus_property_voice/1/rate_hz:
- - :ref:`float<class_float>` **voice/1/rate_hz**
- +-----------+--------------------------+
- | *Default* | ``0.8`` |
- +-----------+--------------------------+
- | *Setter* | set_voice_rate_hz(value) |
- +-----------+--------------------------+
- | *Getter* | get_voice_rate_hz() |
- +-----------+--------------------------+
- The voice's filter rate.
- ----
- .. _class_AudioEffectChorus_property_voice/2/cutoff_hz:
- - :ref:`float<class_float>` **voice/2/cutoff_hz**
- +-----------+----------------------------+
- | *Default* | ``8000.0`` |
- +-----------+----------------------------+
- | *Setter* | set_voice_cutoff_hz(value) |
- +-----------+----------------------------+
- | *Getter* | get_voice_cutoff_hz() |
- +-----------+----------------------------+
- The voice's cutoff frequency.
- ----
- .. _class_AudioEffectChorus_property_voice/2/delay_ms:
- - :ref:`float<class_float>` **voice/2/delay_ms**
- +-----------+---------------------------+
- | *Default* | ``20.0`` |
- +-----------+---------------------------+
- | *Setter* | set_voice_delay_ms(value) |
- +-----------+---------------------------+
- | *Getter* | get_voice_delay_ms() |
- +-----------+---------------------------+
- The voice's signal delay.
- ----
- .. _class_AudioEffectChorus_property_voice/2/depth_ms:
- - :ref:`float<class_float>` **voice/2/depth_ms**
- +-----------+---------------------------+
- | *Default* | ``3.0`` |
- +-----------+---------------------------+
- | *Setter* | set_voice_depth_ms(value) |
- +-----------+---------------------------+
- | *Getter* | get_voice_depth_ms() |
- +-----------+---------------------------+
- The voice filter's depth.
- ----
- .. _class_AudioEffectChorus_property_voice/2/level_db:
- - :ref:`float<class_float>` **voice/2/level_db**
- +-----------+---------------------------+
- | *Default* | ``0.0`` |
- +-----------+---------------------------+
- | *Setter* | set_voice_level_db(value) |
- +-----------+---------------------------+
- | *Getter* | get_voice_level_db() |
- +-----------+---------------------------+
- The voice's volume.
- ----
- .. _class_AudioEffectChorus_property_voice/2/pan:
- - :ref:`float<class_float>` **voice/2/pan**
- +-----------+----------------------+
- | *Default* | ``0.5`` |
- +-----------+----------------------+
- | *Setter* | set_voice_pan(value) |
- +-----------+----------------------+
- | *Getter* | get_voice_pan() |
- +-----------+----------------------+
- The voice's pan level.
- ----
- .. _class_AudioEffectChorus_property_voice/2/rate_hz:
- - :ref:`float<class_float>` **voice/2/rate_hz**
- +-----------+--------------------------+
- | *Default* | ``1.2`` |
- +-----------+--------------------------+
- | *Setter* | set_voice_rate_hz(value) |
- +-----------+--------------------------+
- | *Getter* | get_voice_rate_hz() |
- +-----------+--------------------------+
- The voice's filter rate.
- ----
- .. _class_AudioEffectChorus_property_voice/3/cutoff_hz:
- - :ref:`float<class_float>` **voice/3/cutoff_hz**
- +----------+----------------------------+
- | *Setter* | set_voice_cutoff_hz(value) |
- +----------+----------------------------+
- | *Getter* | get_voice_cutoff_hz() |
- +----------+----------------------------+
- The voice's cutoff frequency.
- ----
- .. _class_AudioEffectChorus_property_voice/3/delay_ms:
- - :ref:`float<class_float>` **voice/3/delay_ms**
- +----------+---------------------------+
- | *Setter* | set_voice_delay_ms(value) |
- +----------+---------------------------+
- | *Getter* | get_voice_delay_ms() |
- +----------+---------------------------+
- The voice's signal delay.
- ----
- .. _class_AudioEffectChorus_property_voice/3/depth_ms:
- - :ref:`float<class_float>` **voice/3/depth_ms**
- +----------+---------------------------+
- | *Setter* | set_voice_depth_ms(value) |
- +----------+---------------------------+
- | *Getter* | get_voice_depth_ms() |
- +----------+---------------------------+
- The voice filter's depth.
- ----
- .. _class_AudioEffectChorus_property_voice/3/level_db:
- - :ref:`float<class_float>` **voice/3/level_db**
- +----------+---------------------------+
- | *Setter* | set_voice_level_db(value) |
- +----------+---------------------------+
- | *Getter* | get_voice_level_db() |
- +----------+---------------------------+
- The voice's volume.
- ----
- .. _class_AudioEffectChorus_property_voice/3/pan:
- - :ref:`float<class_float>` **voice/3/pan**
- +----------+----------------------+
- | *Setter* | set_voice_pan(value) |
- +----------+----------------------+
- | *Getter* | get_voice_pan() |
- +----------+----------------------+
- The voice's pan level.
- ----
- .. _class_AudioEffectChorus_property_voice/3/rate_hz:
- - :ref:`float<class_float>` **voice/3/rate_hz**
- +----------+--------------------------+
- | *Setter* | set_voice_rate_hz(value) |
- +----------+--------------------------+
- | *Getter* | get_voice_rate_hz() |
- +----------+--------------------------+
- The voice's filter rate.
- ----
- .. _class_AudioEffectChorus_property_voice/4/cutoff_hz:
- - :ref:`float<class_float>` **voice/4/cutoff_hz**
- +----------+----------------------------+
- | *Setter* | set_voice_cutoff_hz(value) |
- +----------+----------------------------+
- | *Getter* | get_voice_cutoff_hz() |
- +----------+----------------------------+
- The voice's cutoff frequency.
- ----
- .. _class_AudioEffectChorus_property_voice/4/delay_ms:
- - :ref:`float<class_float>` **voice/4/delay_ms**
- +----------+---------------------------+
- | *Setter* | set_voice_delay_ms(value) |
- +----------+---------------------------+
- | *Getter* | get_voice_delay_ms() |
- +----------+---------------------------+
- The voice's signal delay.
- ----
- .. _class_AudioEffectChorus_property_voice/4/depth_ms:
- - :ref:`float<class_float>` **voice/4/depth_ms**
- +----------+---------------------------+
- | *Setter* | set_voice_depth_ms(value) |
- +----------+---------------------------+
- | *Getter* | get_voice_depth_ms() |
- +----------+---------------------------+
- The voice filter's depth.
- ----
- .. _class_AudioEffectChorus_property_voice/4/level_db:
- - :ref:`float<class_float>` **voice/4/level_db**
- +----------+---------------------------+
- | *Setter* | set_voice_level_db(value) |
- +----------+---------------------------+
- | *Getter* | get_voice_level_db() |
- +----------+---------------------------+
- The voice's volume.
- ----
- .. _class_AudioEffectChorus_property_voice/4/pan:
- - :ref:`float<class_float>` **voice/4/pan**
- +----------+----------------------+
- | *Setter* | set_voice_pan(value) |
- +----------+----------------------+
- | *Getter* | get_voice_pan() |
- +----------+----------------------+
- The voice's pan level.
- ----
- .. _class_AudioEffectChorus_property_voice/4/rate_hz:
- - :ref:`float<class_float>` **voice/4/rate_hz**
- +----------+--------------------------+
- | *Setter* | set_voice_rate_hz(value) |
- +----------+--------------------------+
- | *Getter* | get_voice_rate_hz() |
- +----------+--------------------------+
- The voice's filter rate.
- ----
- .. _class_AudioEffectChorus_property_voice_count:
- - :ref:`int<class_int>` **voice_count**
- +-----------+------------------------+
- | *Default* | ``2`` |
- +-----------+------------------------+
- | *Setter* | set_voice_count(value) |
- +-----------+------------------------+
- | *Getter* | get_voice_count() |
- +-----------+------------------------+
- The amount of voices in the effect.
- ----
- .. _class_AudioEffectChorus_property_wet:
- - :ref:`float<class_float>` **wet**
- +-----------+----------------+
- | *Default* | ``0.5`` |
- +-----------+----------------+
- | *Setter* | set_wet(value) |
- +-----------+----------------+
- | *Getter* | get_wet() |
- +-----------+----------------+
- The effect's processed signal.
- Method Descriptions
- -------------------
- .. _class_AudioEffectChorus_method_get_voice_cutoff_hz:
- - :ref:`float<class_float>` **get_voice_cutoff_hz** **(** :ref:`int<class_int>` voice_idx **)** |const|
- ----
- .. _class_AudioEffectChorus_method_get_voice_delay_ms:
- - :ref:`float<class_float>` **get_voice_delay_ms** **(** :ref:`int<class_int>` voice_idx **)** |const|
- ----
- .. _class_AudioEffectChorus_method_get_voice_depth_ms:
- - :ref:`float<class_float>` **get_voice_depth_ms** **(** :ref:`int<class_int>` voice_idx **)** |const|
- ----
- .. _class_AudioEffectChorus_method_get_voice_level_db:
- - :ref:`float<class_float>` **get_voice_level_db** **(** :ref:`int<class_int>` voice_idx **)** |const|
- ----
- .. _class_AudioEffectChorus_method_get_voice_pan:
- - :ref:`float<class_float>` **get_voice_pan** **(** :ref:`int<class_int>` voice_idx **)** |const|
- ----
- .. _class_AudioEffectChorus_method_get_voice_rate_hz:
- - :ref:`float<class_float>` **get_voice_rate_hz** **(** :ref:`int<class_int>` voice_idx **)** |const|
- ----
- .. _class_AudioEffectChorus_method_set_voice_cutoff_hz:
- - void **set_voice_cutoff_hz** **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` cutoff_hz **)**
- ----
- .. _class_AudioEffectChorus_method_set_voice_delay_ms:
- - void **set_voice_delay_ms** **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` delay_ms **)**
- ----
- .. _class_AudioEffectChorus_method_set_voice_depth_ms:
- - void **set_voice_depth_ms** **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` depth_ms **)**
- ----
- .. _class_AudioEffectChorus_method_set_voice_level_db:
- - void **set_voice_level_db** **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` level_db **)**
- ----
- .. _class_AudioEffectChorus_method_set_voice_pan:
- - void **set_voice_pan** **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` pan **)**
- ----
- .. _class_AudioEffectChorus_method_set_voice_rate_hz:
- - void **set_voice_rate_hz** **(** :ref:`int<class_int>` voice_idx, :ref:`float<class_float>` rate_hz **)**
- .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
- .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
- .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
|