Skip to content

function to_string(audiofile_error) audio

std::string to_string(audiofile_error err)

Converts an audiofile_error to its string representation.

This function provides a human-readable string representation of the given audiofile_error value.

Parameters
err The audiofile_error value to convert.
Returns
A string describing the error.

Defined at audio/io.hpp:75