Functions¶
C¶
functionconcat_args()functionconcat_args(const std::string &, const Ts &...)
D¶
functiondB_to_string(const T &, double) Converts dB value to string (uses oo for infinity symbol)functiondB_to_utf8string(const T &, double) Converts dB value to string (uses infinity symbol in utf-8 encoding)
E¶
functionelement_size()functionelement_size<>()
F¶
functionfile_extension(const file_path &)functionfopen_path(const file_path &, open_file_mode)functionfrom_error_code(std::error_code) Converts a standard error code to an audiofile_error.
L¶
functionlibrary_version_io() Returns the full version string of the KFR IO module.
O¶
functionopen_file_for_appending(const filepath &) Opens typed file for appendingfunctionopen_file_for_reading(const filepath &) Opens typed file for readingfunctionopen_file_for_writing(const filepath &) Opens typed file for writing
P¶
functionperfplot_save(const std::string &, T1 &&, T2 &&, const std::string &)functionperfplot_show(const std::string &, T1 &&, T2 &&, const std::string &)functionplot_save(const std::string &, const T &, const std::string &) Plot data using python and save to filefunctionplot_show(const std::string &, const char *, const std::string &)functionplot_show(const std::string &, const std::string &, const std::string &)functionplot_show(const std::string &, const T &, const std::string &) Plot data using pythonfunctionpython_prologue()
T¶
functionto_string(audiofile_error) Converts an audiofile_error to its string representation.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.