Skip to content

Commit

Permalink
Update typescript/audio2text-event/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Falba <patuwwy@gmail.com>
  • Loading branch information
piotrek6641 and patuwwy committed Jun 14, 2023
1 parent 46b73b2 commit 8c10b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/audio2text-event/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const app: ReadableApp<any> = async function(input, apiKey: string) {
transcript();
}, 2000);
}

input.on("data", (chunk) => {
if(!timer) {
startTimer();
Expand Down

0 comments on commit 8c10b6f

Please sign in to comment.