Skip to content
View chanmathew's full-sized avatar
Block or Report

Block or report chanmathew

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ElevenLabs streaming implementation ... ElevenLabs streaming implementation - Typescript
    1
    const voiceId = '' // Pick any voice ID from https://docs.elevenlabs.io/api-reference/voices
    2
    const model = 'eleven_monolingual_v1'
    3
    const elUrl = `https://api.elevenlabs.io/v1/text-to-speech/${voiceId}/stream?optimize_streaming_latency=3` // Optimize for latency
    4
    const codec = 'audio/mpeg'
    5
    const maxBufferDuration = 60 // Maximum buffer duration in seconds
  2. nextjs-typescript-tailwindcss-boilerplate nextjs-typescript-tailwindcss-boilerplate Public

    TypeScript