Skip to content

Investigate switching to f32 audio samples #14

@hal7df

Description

@hal7df

Internally, songbird converts i16 samples to f32 samples, which ultimately means that there isn't much value in using only i16 samples if the underlying audio backend can provide f32 samples natively (if anything, the additional resampling is likely to degrade the audio quality). In order to allow for audio backends that do not support f32 samples, the AudioStream interface should support indicating the sample format of the stream.

To support this, the sample_log consumer will need to be rewritten to unpack the raw binary floats correctly.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions