Skip to content

Commit

Permalink
Logging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
avaer committed Dec 2, 2024
1 parent 6d2e4a3 commit 6cc6f37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const encodeMp3 = async (f32, {
}
chunks.push(value);
}
console.log('read 3');
// console.log('read 3');

// console.log('got chunks 1', chunks);
const uint8Array = mergeUint8Arrays(chunks);
Expand Down Expand Up @@ -248,7 +248,7 @@ export const transcribeRealtime = ({
const text = await transcribe(mp3Buffer, {
jwt,
});
console.log('transcribed', text);
// console.log('transcribed', text);

transcription.dispatchEvent(new MessageEvent('transcription', {
data: {
Expand Down

0 comments on commit 6cc6f37

Please sign in to comment.