menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2024.1.5
|
Generate a WAV file playing a tone with a simple envelope and save it to the specified location. This is provided as a utility to generate test WAV files.
Name | Type | Description |
---|---|---|
path * | string | File path to write the generated WAV file. This path normally uses the file extension WAV. |
bitDepth | string | Bit depth of the audio file. Default is int16. Possible values:
|
sampleRate | number | Sample rate of the audio file. Default is 48000 Range: [300,192000] |
channelConfig | string | Channel configuration of the audio file. Default is 1.0. Please use the silence waveform for the ambisonics configurations, as the other tone signals will be incompatible with the format. Possible values:
|
setAnonymous | boolean | Sets the channel configuration type to anonymous, this overrides the channel config but keeps the number of channels specified. |
sustainTime | number | Number of seconds of the signal holds at the specified level. Default is 1 second. Range: [0,*] |
sustainLevel | number | Decibel attenuation for the sustained signal. Default is 0 dB. Range: [-100,0] |
attackTime | number | Number of seconds for the signal to reach sustain level. Default is 0 second. Range: [0,*] |
releaseTime | number | Number of seconds for the signal to release from sustain level. Default is 0 second. Range: [0,*] |
waveform | string | Waveform type. Default is silence. Possible values:
|
waveformChannelMask | integer | Specifies which channels receive waveform data. The channel mask is a bit field where each bit represents a channel. The least significant bit represents the channel at index zero. The bits with 0 are silent. When not specified, the default outputs waveform data on all channels. |
frequency | number | Waveform frequency. Default is 440. Range: [1,22000] |
(Required *)
Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise