oa::FnAudio::decodeFile

Stateless CPU codec boundaries. Decode uploads planar Float32 storage through the active engine. encoding is an explicit synchronous host boundary; the semantic overload completes and reads back its input.

Function Documentation

oa::Result<Audio> oa::FnAudio::decodeFile( const oa::Path & inPath )
Stateless CPU codec boundaries. Decode uploads planar Float32 storage through the active engine. encoding is an explicit synchronous host boundary; the semantic overload completes and reads back its input.

Parameters

inPath
const oa::Path &

Returns

oa::Result<Audio>

The declared return value.

Examples