Git Product home page Git Product logo

practice's People

Contributors

lisbolotina avatar oskinaolga avatar

Watchers

 avatar  avatar  avatar

Forkers

cscenter

practice's Issues

Stop playing audio more gently

Thread.interupt() --- is not good choice

It is better to check boolean variable isStop in the loop inside thread.
For playing segmetns use Clip.pen(AudioFormat format, byte[] data, int offset, int bufferSize)

File should processed in Reader

Model m = new Model();
Reader r = new Reader();
r.read("a.txt", m);

Each new format requires new Reader. Reader constructs model from file using model methods.

Audio Performance Test

Create standalone test program that counts number of successful switches between audio and text versions.

Text Performance Test

Create standalone test program that counts number of successful switches between text on different languages.

Two options: index and reading

In indexing mode the set of synchro points created and saved into index file. In reading mode the index file is loaded with book.
N.B. What to do if in reading mode index file does not exist.

New checking exception policy

Exception should be thrown and catch only in subsystem, which knows, how to use it.
E.g. Readers should not write error messages in text mode. They should throw exception upper, where current interface type (GUI or text) is known

Check file format in AudioReader

AudioReader should check input file parameters (stereo/mono. rate, big indian/little indian). If parameter is not supported, exception should be thrown describing, which parameter of input file is not supported.

Correct the values

In SoundFindSilence.java

Correct the values of eMin, delta, lengthSilence, lengthFrame.

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.