GithubHelp home page GithubHelp logo

simudream / long-audio-aligner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from waseem/long-audio-aligner

0.0 3.0 0.0 12.77 MB

http://sourceforge.net/p/cmusphinx/code/11633/tree/branches/long-audio-aligner/Aligner

Java 100.00%

long-audio-aligner's Introduction

CMUSphinx Long Audio Aligner

AUTHORS

  • Bhiksha Raj : CMUSphinx Mentor GSoC 2011

  • Nickolay Shymrev : CMUSphinx Mentor GSoC 2011

  • James Baker : CMUSphinx Advisor GSoC 2011

  • Antony Robinson : CMUSphinx Advisor GSoC 2011

  • Rita : CMUSphinx Advisor GSoC 2011

  • Apurv Tiwari : Student GSoC 2011

ABOUT

Speech and text alignment finds applications in fields such as multimedia indexing and training of large vocabulary speech recognition. This project is designed to provide this functionality in CMUSphinx's Sphinx4 decoder.

Result of a typical audio - text alignment is a sequence of word indexed with their start and end time in the audio.

REQUIREMENTS

i) JDK version >= 1.6.x.x ii) Sphinx4.jar

RUN INSTRUCTIONS

To run the demo :

i) Build the program by issuing

$ ant all

This will give you bin/aligner.jar

ii) Run it by doing

$ java -ms400m -mx1500m -jar bin/aligner.jar <path-to-audio-file> <path-to-transcript-file>

UNDERSTANDING THE RESULT OF ALIGNMENT

Result of alignment is displayed on standard output. Result will contain of a sequence of words, each followed by it's start and end time in the utterance as detected by Long Audio aligner.

Eg. Sphinx(1.01,1.37)

Word detected : Sphinx Start Time : 1.01 sec End Time : 1.37 sec

long-audio-aligner's People

Contributors

waseem avatar

Watchers

 avatar  avatar  avatar

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.