Improve meeting audio mixing pipeline
PR and Push Build/Test / build-and-test (push) Successful in 11m22s

This commit is contained in:
2026-05-29 13:47:21 +02:00
parent 9d0f6a1295
commit 740f93f185
18 changed files with 870 additions and 136 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
namespace MeetingAssistant.Recording;
public sealed record AudioChunk(byte[] Pcm, int SampleRate, int Channels)
public sealed record AudioChunk(
byte[] Pcm,
int SampleRate,
int Channels)
{
public TimeSpan Duration
{