diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 13:17:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 13:17:37 +0100 |
| commit | fa61fc99549264810e17fcd35abffe9e8ddab5b2 (patch) | |
| tree | 855ce952ed8b416bbab33cd6debbd0f2b7379597 /src/lib/audio_content.h | |
| parent | 3b67c79bf4534e72a7eceaa6e566e7b7c949e4f7 (diff) | |
Various work on audio mapping.
Fix everything up so that the audio mapping view in
the audio panel reflects the processor (or lack of).
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 79dba9fda..63ce3d0fa 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -65,6 +65,7 @@ public: boost::filesystem::path audio_analysis_path () const; int resampled_audio_frame_rate () const; bool has_rate_above_48k () const; + std::vector<std::string> audio_channel_names () const; boost::signals2::connection analyse_audio (boost::function<void()>); |
