mrmBot-Matrix/natives/whisper.h

8 lines
193 B
C
Raw Normal View History

2021-07-12 21:02:00 +00:00
#pragma once
2022-12-28 06:20:17 +00:00
#include "common.h"
2021-07-12 21:02:00 +00:00
2022-12-28 06:20:17 +00:00
using std::string;
2023-03-09 01:36:39 +00:00
char* Whisper(string type, string* outType, char* BufferData, size_t BufferLength,
ArgumentMap Arguments, size_t* DataSize);