Real-time audio monitoring with visual waveform display
Key Features
- Microphone access and monitoring
- Real-time volume level display
- Visual waveform canvas display
- Browser-based audio capture
Client-Side Usage:
// Initialize audio monitor
initAudioMonitor();
// Volume level is available in the 'volume' variable
console.log('Current volume:', volume);
Use Cases
- Audio level monitoring
- Sound detection
- Voice activity detection
Real-time audio monitoring with visual waveform display
Key Features
- Microphone access and monitoring
- Real-time volume level display
- Visual waveform canvas display
- Browser-based audio capture
Client-Side Usage:
// Initialize audio monitor
initAudioMonitor();
// Volume level is available in the 'volume' variable
console.log('Current volume:', volume);
Use Cases
- Audio level monitoring
- Sound detection
- Voice activity detection
//OpenForum/AddOn/Audio/AudioMonitor/QuickReference/page.js
OpenForum.init = function() {
};
×
Quick Reference Open in a new tab
The audio recorder enables the recording of audio files that can be saved to the server or downloaded.
Quick Reference
The audio recorder enables the recording of audio files that can be saved to the server or downloaded.
×
Quick Reference Open in a new tab
Audio recording and playback functionality
Key Features
- Audio recording capabilities
- Audio playback support
- Integration with AudioMonitor, AudioNotePad, and AudioRecorder sub-addons
Sub-AddOns: