NAM A2 Sync

This commit is contained in:
Robin E.R. Davies
2026-05-12 12:31:21 -04:00
parent 44db94a955
commit c456e5187b
39 changed files with 5086 additions and 2206 deletions
+5 -3
View File
@@ -43,6 +43,7 @@
#include "ChannelRouterSettings.hpp"
#include <unordered_map>
#include "Tone3000Downloader.hpp"
#include "Uri.hpp"
namespace pipedal
{
@@ -310,10 +311,11 @@ namespace pipedal
void PreviousPreset() { NextPreset(Direction::Decrease); }
int64_t DownloadModelsFromTone3000(
int64_t clientId,
Tone3000DownloadType downloadType,
const std::string&responseuri,
const Tone3000PkceParams& pkce,
const std::string &downloadPath,
const std::string &tone3000Url);
Tone3000DownloadType downloadType
);
void CancelTone3000Download(
int64_t clientId,