added sample_rate and num_channels to protobuf AudioRawFrame

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-29 16:20:04 -07:00
parent a7539e9317
commit b9b761b67a
5 changed files with 11 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ message TextFrame {
message AudioRawFrame {
bytes audio = 1;
uint32 sample_rate = 2;
uint32 num_channels = 3;
}
message TranscriptionFrame {