Advanced Local Audio Analyzer

An interactive simulation for real-time sentiment and emotion analysis from your microphone.

Status: Idle. Click 'Start Recording' to begin.

Text Input

Analysis Visualization

About This Application

Overview

This web application is a self-contained, educational tool designed to demonstrate the core concepts of audio analysis. It runs entirely in your browser without needing a server or external dependencies. It captures audio from your microphone, converts it to text, and performs a simulated sentiment and emotion analysis, presenting the results in real-time through interactive visualizations. The goal is to provide a clear, hands-on understanding of how such systems work under the hood.

How to Use

  1. Open the File: Simply open this HTML file in a modern web browser that supports the Web Speech API (Google Chrome or Microsoft Edge are recommended for best compatibility).
  2. Grant Permission: The browser will request permission to access your microphone. You must click "Allow" for the application to function.
  3. Start Recording: Click the "Start Recording" button. The status will change to "Recording...", and the button will turn red.
  4. Speak Clearly: As you speak, you will see a live transcription. Words and phrases recognized by the analysis engine will be highlighted in green (positive) or red (negative).
  5. Observe the Visuals: The sentiment meter and emotion radar chart will animate smoothly to reflect the detected emotional tone of your speech.
  6. Stop & Reset: Click "Stop Recording" to end the session. Click "Clear & Reset" to clear the transcript and visuals to start a fresh analysis.

Technical Details

Future Directions

This application serves as a foundational example. It could be extended in several ways: