From dde0848a984e06cbc1d4117d9cffa75c191f3b39 Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Sun, 27 Dec 2009 14:46:23 +0000 Subject: Re-integrate export-optimization branch. Export now happens directly to file (unless normalizing is required), and can be easily optimized even further. The Session process connection is still broken during export (as it was before this commit also). git-svn-id: svn://localhost/ardour2/branches/3.0@6401 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/export_profile_manager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/export_profile_manager.h') diff --git a/libs/ardour/ardour/export_profile_manager.h b/libs/ardour/ardour/export_profile_manager.h index a29979460f..793ceac1f5 100644 --- a/libs/ardour/ardour/export_profile_manager.h +++ b/libs/ardour/ardour/export_profile_manager.h @@ -264,6 +264,9 @@ class ExportProfileManager ChannelConfigStatePtr channel_config_state, FormatStatePtr format_state, FilenameStatePtr filename_state); + + bool check_format (FormatPtr format, uint32_t channels); + bool check_sndfile_format (FormatPtr format, unsigned int channels); /* Utilities */ -- cgit v1.2.3