Added "artist" and "title" (=frequency) info chunks to WAV files

This commit is contained in:
furrtek
2017-08-12 14:29:54 +01:00
parent 7f97a090e4
commit 96880d2fc6
5 changed files with 53 additions and 17 deletions
-6
View File
@@ -25,14 +25,8 @@
#include "ui_soundboard.hpp"
#include "lfsr_random.hpp"
#include "portapack.hpp"
#include "string_format.hpp"
#include "portapack_shared_memory.hpp"
#include <cstring>
#include <vector>
using namespace ctcss;
using namespace portapack;