swiftraccoon / cpp-sdrtrunk-transcriber

monitor directory for SDRTrunk Project25 mp3 files. categorize files. create transcription file.
GNU General Public License v3.0
2 stars 0 forks source link

move special talkgroup ID configuration into `config.yaml` #9

Closed swiftraccoon closed 7 months ago

swiftraccoon commented 8 months ago

should probably determine a way to move std::unordered_set<int> specialTalkgroupIDs = {52198, 52199, 52201};

into config.yaml

would need to redesign how we do tgID<->JSON file

swiftraccoon commented 7 months ago

fixed this with our glossary update