From e55ef88ee9c95cb7e24077e78f459dbbbf615202 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 14 Jul 2016 04:34:18 +0200 Subject: refactoring to prepare for real-time export * add a threaded TmpFile Writer * update API calls to that process_export_fw() can be used as process_function The idea is to re-use export infrastructure from normalization: export to a tmp-file and then encode target formats after that. --- libs/ardour/export_graph_builder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/export_graph_builder.cc') diff --git a/libs/ardour/export_graph_builder.cc b/libs/ardour/export_graph_builder.cc index 27b2f6948e..49b40a6736 100644 --- a/libs/ardour/export_graph_builder.cc +++ b/libs/ardour/export_graph_builder.cc @@ -36,6 +36,7 @@ #include "audiographer/general/silence_trimmer.h" #include "audiographer/general/threader.h" #include "audiographer/sndfile/tmp_file.h" +#include "audiographer/sndfile/tmp_file_rt.h" #include "audiographer/sndfile/sndfile_writer.h" #include "ardour/audioengine.h" -- cgit v1.2.3