Module ambient_api::core::audio::components
source · Expand description
Auto-generated component definitions.
Functions
- Amplitude: The amplitude of the audio.
- Audio URL: The URL of the assets.
- High_pass filter: High pass filter. The first value is the cutoff frequency, the second is the bandwidth.
- Is audio player: The entity is an audio player.
- Is spatial audio player: The entity is a spatial audio player.
- Looping: Whether or not the audio should loop.
- Low_pass filter: Low pass filter. The first value is the cutoff frequency, the second is the bandwidth.
- One pole low pass filter: With this component, the audio will be filtered with a one pole low pass filter.
- Panning: The panning of the audio.
- Trigger at this frame: The system will watch for this component and PLAY the audio at this frame,
- Playing sound: The entity with this comp is a playing sound.
- Spatial audio emitter: The entity is a spatial audio emitter.
- Spatial audio listener: The entity is a spatial audio listener.
- Stop at this frame: The system will watch for this component and STOP the audio at this frame,