Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

AudioStreamPlaybackResampled

Inherits: AudioStreamPlayback < RefCounted < Object

Inherited By: AudioStreamGeneratorPlayback, AudioStreamPlaybackOggVorbis

There is currently no description for this class. Please help us by contributing one!

Methods

float

_get_stream_sampling_rate() virtual const

int

_mix_resampled(dst_buffer: AudioFrame*, frame_count: int) virtual

void

begin_resample()


Method Descriptions

float _get_stream_sampling_rate() virtual const 🔗

There is currently no description for this method. Please help us by contributing one!


int _mix_resampled(dst_buffer: AudioFrame*, frame_count: int) virtual 🔗

There is currently no description for this method. Please help us by contributing one!


void begin_resample() 🔗

There is currently no description for this method. Please help us by contributing one!


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.