Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA modules
[ardour.git] / libs / ardour / ardour / sndfile_helpers.h
index ed84820b8ded93fdb084fb7ff1dbbd1e583f1fba..02f486a975ac61e561df6dde43b9a8334888637e 100644 (file)
@@ -42,10 +42,9 @@ extern const char * const sndfile_endian_formats_strings[SNDFILE_ENDIAN_FORMATS+
 
 extern int sndfile_endian_formats[SNDFILE_ENDIAN_FORMATS];
 
-int sndfile_bitdepth_format_from_string (std::string);
-int sndfile_header_format_from_string (std::string);
-int sndfile_endian_format_from_string (std::string);
-std::string sndfile_file_ending_from_string (std::string);
+int sndfile_bitdepth_format_by_index (int);
+int sndfile_header_format_by_index (int);
+int sndfile_endian_format_by_index (int);
 
 int sndfile_data_width (int format);