Giter VIP home page Giter VIP logo

trigger-word's Introduction

trigger-word

trigger-word-detection based on the project in coursera

task1 - cleaning the audio files, actually the sam words spoken was recorded by people, so I need to exactly and manually trim the clips to include just the sam sound and also the format of the recorded sound was in opus, so had to convert it to wave file

task2 - clean the audio samples such that they are 10s long and have a sampling frequency in common

Some of the useful sources that I found online are:

  1. https://www.dlology.com/blog/how-to-do-real-time-trigger-word-detection-with-keras/ Here there is a good explanation of the procedure and also how to do the trigger word detecction in real time

  2. https://github.com/Kulbear/deep-learning-coursera/blob/master/Sequence%20Models/Trigger%20word%20detection%20-%20v1.ipynb

Here the coursera assignment for the tutorial has been solved fully

  • The sampling rate which they have taken as 441000 is a function of the microphone, that means that for every second of the audio,there are about 44100 samples taken.

7/july/2019

the task is to create a training example, generate its spectogram and analyse and finf ou the required time step in the input and output.

trigger-word's People

Contributors

sumanrbt avatar suman1209 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

abhigyan1424

trigger-word's Issues

Problem with reading audio segment using pydub

for filename in os.listdir("positives"):
if filename.endswith("wav"):
x=AudioSegment.from_wav(str("positives/"+"9.wav"))
y=AudioSegment.from_wav("positives/"+filename)

Here the folder positives contain wavfiles with the name "1.wav" , "2.wav", "3.wav" and so on , the problem is that here x is valid and when played using the pydub.playback.play it plays the sound, but I get an error when it comes to y( although the same thing!!

the error is:
FileNotFoundError: [WinError 2] The system cannot find the file specified

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.