You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Feature 12: Transcription of known fixture WAV matches expected text
71
+
func testAudio_TranscriptionAccuracy()throws{
72
+
// Assert mechanical parsing accuracy of the pipeline without LLM hallucination limits
73
+
letserver=ServerContextMock()
74
+
lettranscriptionResponse=try server.postAudioTranscription(base64Wav:"UklGRuQAAABXQVZFZm...", forceFixtureString:"The quick brown fox jumps over the lazy dog.")
XCTAssertEqual(jsonResponse.text,"The quick brown fox jumps over the lazy dog.","Feature 12 requires verbatim truth matrix accuracy bounds passed cleanly through STT.")
0 commit comments