Skip to content

Commit

Permalink
update output path
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Jul 6, 2024
1 parent bee63ff commit 03cc051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ def test_request(
payload=payload
)

with open("vad_test.wav", "wb") as vad_output_file:
output_path = "vad_test.wav"
with open(output_path, "wb") as vad_output_file:
vad_output_file.write(response.content)

0 comments on commit 03cc051

Please sign in to comment.