We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae49ad commit b6a2e1bCopy full SHA for b6a2e1b
session-service/src/audio-service.ts
@@ -7,7 +7,6 @@ import cors from "cors";
7
interface AudioData {
8
buffer: Float32Array; // Assuming audio data is sent as a Float32Array
9
// Add more fields if necessary, e.g., sampleRate, channels, etc.
10
-
11
}
12
13
const app = express();
0 commit comments