Skip to content

This is a simple audio processing project that loads an audio file, extracts features like MFCCs, and visualizes the waveform.

Notifications You must be signed in to change notification settings

yashusadev/audio_file_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

audio_file_analysis

This is an audio processing project that loads an audio file, extracts features like MFCCs, and visualizes the waveform.

This project is simple and demostrates that I know:

  1. How to load and visualize an audio file
  2. How to extract features (MFCCs)
  3. How to save features in a structured format (CSV)

MFCCs are features extracted from audio signals that represent the power spectrum in a way that mimics human hearing, emphasizing frequencies that humans are more sensitive to. They are commonly used for speech and voice recognition tasks, as they efficiently capture important acoustic features of sound.

About

This is a simple audio processing project that loads an audio file, extracts features like MFCCs, and visualizes the waveform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published