Git Product home page Git Product logo

audionet's Introduction

AudioNet

AudioNet is a collection of wav format audiosamples acquired from processing creative commons audio features freesound.org.

Description

AudioNet aims to be a high quality training set for audio event detection. As of now the dataset is still under review, meaning misclassified audio files are still present. Files are arranged in folder main format, although plans to migrate to a WordNet style formatting is anticipated.

To help arrange and review each datalabel I have included a simple PyGame Python script which plays and prompts the validity of each audio sample. Ideally this could be run from a Jupyter Notebook for ease of navigation. To utilize SoundReview from Jupyter, navigate to the audio directory and initialise Run for each file in the current folder

Requirements:

  • jupyter
  • ipython3
  • pygame

Audio Format

  • All files are between 1000 and 2000 ms of length
  • All files are single channel little Endian format at 16000 Hz sampling rate
  • Files were processed as follows using ffmpeg:
ffmpeg -i Foo.bar -c:a pcm_s16le -ar 16000 -ac 1 Foo.wav

Audio Acquisition and Aknowledgements

The scripts used to acquire and isolate the most relevant audio segments will be added soon.

Dataset was partially populated by the ESC-50 Dataset

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.