Audio Processing Framework (APF) version 0.5.0
Namespaces | Functions
mimoprocessor_file_io.h File Reference

Helper function for multichannel soundfile reading/writing. More...

#include <sndfile.hh>
#include <iostream>
#include "stopwatch.h"
#include "apf/container.h"

Go to the source code of this file.

Namespaces

namespace  apf
 Audio Processing Framework.
 

Functions

template<typename Processor >
int apf::mimoprocessor_file_io (Processor &processor, const std::string &infilename, const std::string &outfilename)
 Use MimoProcessor-based object with multichannel audio file input and output. More...
 

Detailed Description

Helper function for multichannel soundfile reading/writing.

Definition in file mimoprocessor_file_io.h.