首次推送

This commit is contained in:
sansen
2026-07-20 19:01:03 +08:00
parent ea01b9cf99
commit ef1bf61f9f
4484 changed files with 937163 additions and 1 deletions
@@ -0,0 +1,17 @@
#pragma once
#include <cstdint>
#include <string>
namespace com::teamspeak {
enum Audio_IO : uint8_t
{
Playback = 0,
Capture
};
void print_error(uint32_t error, const std::string& msg, uint64_t connection_id = 0);
auto create_identity()->std::string;
}