Replies: 2 comments
-
|
Hi Nader, By default the peakmeter property DeviceRole is set to eMultimedia (Music, movies, narration, and live music recording.) What you want is property DeviceRole = eConsole (Games, system notification sounds, overall sound, and voice commands.) You could write an app with just one window that holds the peakmeters, set the peakmeter properties and there you have the live vu after you enable the peakmeters. The MfPack Peakmeter is designed to be a separate working code that picks up every sound from the system, independent from what application you use. Best regards, Tony. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’ve been exploring MfPack and the loopback capture samples, and they are very close to what I need — great work on this library.
I would like to create a real-time visualization similar to the TMfPeakMeter component, but instead of visualizing audio from a media file or recorder, I want to visualize system-wide audio captured via WASAPI loopback (“what you hear”).
My goal is:
From reviewing the samples, it seems the audio data is already available in the capture buffer (e.g. around
IAudioCaptureClient.GetBuffer). I wanted to ask:Any guidance on the intended integration point would be greatly appreciated.
Thank you for the excellent library.
Beta Was this translation helpful? Give feedback.
All reactions