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.
| err | The audiofile_error value to convert. |
| A string describing the error. |
Defined at audio/io.hpp:75