Skip to main content

Crate firewheel_symphonium

Crate firewheel_symphonium 

Source

Structs§

DecodedAudio
A wrapper around symphonium::DecodedAudio which implements the SampleResource trait.
DecodedAudioF32
A wrapper around symphonium::DecodedAudioF32 which implements the SampleResource trait.

Functions§

decoded_f32_to_resource
A helper method to convert a symphonium::DecodedAudioF32 resource into a SampleResource.
decoded_to_resource
A helper method to convert a symphonium::DecodedAudio resource into a SampleResource.
load_audio_file
A helper method to load an audio file from a path using Symphonium.
load_audio_file_from_source
A helper method to load an audio file from a custom source using Symphonium.