audio
Discussion List
-
10-Apr-2023 Weekly Update: Have you tried Krisp?
Hello, Have you tried Krisp’s AI noise cancelation for Daily Prebuilt yet? 👂 If not… surprise! It’s now free to try. 🎉 If you have given it a whirl, tell us how it worked for you in this forum post. 🙉 Extra points for anyone who’s used it in an unusually noisy situation. Let @chad ’s video serve as your inspo! 👷 I’ll see…
-
Daily is partnering with Krisp to make AI-powered noise cancellation available to all users
Krisp is currently in beta and available free of charge to all Daily customers till June 30th, 2023. Starting July 1st, 2023, all Daily domains will be eligible for 100,000 free Krisp-enabled minutes per month. Daily Solutions Engineer @chad explains more in this short video. Do you have questions about using Krisp? Share…
-
Changelog #38 - 2023-02-01
Hi! Here are the latest changes to Daily... If you have any questions, post them in the comments below, and the Daily team will follow up with you in the thread. If you are looking for a feature that we don't offer yet, you can tell us about it here. Now for the latest: In this release, we delivered a number of bug fixes…
-
URGENT HELP NEEDED
@daily_joey Hi Joey, Tasha or anyone - URGENT HELP NEEDED Are you able to help me? We installed Daily's video functionality recently and it's been a disaster - multiple glitches including blank video screens, no audio, etc which are destroying our business and our reputation. We are a community site and at this rate we…
-
Currently active audio output device
Hi, it is possible to track which audio device is currently being used? I've a button that simulates cycleMic method by using setAudioDevice('SPEAKERPHONE' | 'WIRED_OR_EARPIECE'); but couldn't find in docs a way to read from the call object which one is being currently used
-
Support channeling computer audio into a video stream without screenshare
Our use case is the following: a fitness class is held, using daily prebuilt. We would need to have good quality music channeled into the call. Using the instructurs microphone it is not really feasible. A feature, such as audio share, without screenshare would be very useful.
-
Mixed microphone voice and local sound
Hi everyone, I'm building an app where users can rhyme with each other. And in a rhyme battle when you go to perform your rhyme it always plays an instrumental beat. I would like that when it's the user's turn to rhyme, they can play an instrumental beat and it comes out along with their voice on the mic. My question is if…
-
Is it possible to have an audio only Hair Check?
We'd like to allow participants to join a call without a camera. We currently provide a custom hair check with options to choose a camera, mic and speaker. But what if the user has no camera? Will calling daily.startCamera cause an error? Or will this work by enumerating only the audio devices. I have a MacBook Pro with…
-
Audio will never capture the hearts of social media users. WDYT?
This article was dropped in Daily Slack last week, and I instantly thought, let's take it to peerConnection and see what everyone thinks! The author examines a handful of audio platforms and projects then declares NEVER! NEVER will audio capture hearts on the internet! Okay, the title is definitely crafted to make you…
-
Get audio level from a mediastream
Firstly let’s start with creating audio level processor (where we process the frames to calculate the volume) class AudioLevelProcessor extends AudioWorkletProcessor { volume; interval; nextFrame; constructor() { super(); this.volume = 0; this.interval = 25; this.nextFrame = this.interval; } get intervalInFrames() { //…
Upcoming Events
-
[Technical Webinar] Build an interactive live streaming video experience
Join Daily on Wednesday, June 7 at 12pm ET / 9am PT for an exciting event about the future of interactive live video. During the event, you’ll get access to exclusive content, including: Discover what interactive live streaming is and why developers in the video space need to know about it. Understand why WebRTC is the…