https://github.com/machinelearningzuu/data-engineering-process-of-audio-data
This Repository Consists of the Feature Engineering Process of Audio Signals in both Time Domain & Frequency Domain. In more the repository contains Jupiter-notebook implementations which uses python & librosa
https://github.com/machinelearningzuu/data-engineering-process-of-audio-data
audio-processing librosa machine-learning python
Last synced: about 2 months ago
JSON representation
This Repository Consists of the Feature Engineering Process of Audio Signals in both Time Domain & Frequency Domain. In more the repository contains Jupiter-notebook implementations which uses python & librosa
- Host: GitHub
- URL: https://github.com/machinelearningzuu/data-engineering-process-of-audio-data
- Owner: machinelearningzuu
- Created: 2021-10-19T11:52:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T12:18:22.000Z (over 4 years ago)
- Last Synced: 2025-02-04T17:17:44.674Z (over 1 year ago)
- Topics: audio-processing, librosa, machine-learning, python
- Language: Jupyter Notebook
- Homepage:
- Size: 18.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-Engineering-Process-of-Audio-Data
### Basically we can derive audio features in both Time Domain and Frequency Domain. Here we experiment & visualize different techniques for each audio feature type using python and librosa
## Time Domain Features:
### 1 . Time Spectrum

### 2 . Amplitude Envelope

### 3 . Zero Crossing Rate

### 4 . Root Mean Square Energy
