Capture: Write simple metadata for baseband and audio files.

Will probably turn the audio metadata file into .wav data, eventually.
This commit is contained in:
Jared Boone 2016-04-30 11:25:04 -07:00
parent a6d41547a0
commit 24192b4043
4 changed files with 33 additions and 0 deletions

View file

@ -181,6 +181,7 @@ private:
bool is_recording() const;
void record_start();
void record_stop();
void write_metadata_file(const std::string& filename);
};
} /* namespace ui */