Giter Site home page Giter Site logo

sound-linux-more / agress Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 136 KB

AGRESS = Audio + proGRESSive

Home Page: http://www.entropyware.info

License: GNU General Public License v2.0

Makefile 0.70% C 98.65% Shell 0.03% M4 0.62%
audio wavelet entropyware lossy codec

agress's Introduction

GitHub release (latest by date) GitHub Release Date GitHub repo size GitHub all releases GitHub

AGRESS = Audio + proGRESSive

Compiling and Installing

 Before you start compiling, make sure that
 the glib-2.0 library is installed, as well as the library
 popt to parse command line options.

 Compilation and installation is as usual:
    # tar -xazf agress-0.1.1.tar.gz
    # cd agress-0.1.1
    # autoreconf -fiv
    # ./configure
    # make
    # make install
See also the file INSTALL

Program description

This program allows you to progressively encode audio files.
Progressive ordering of data is very useful in the transmission
streaming audio over the Internet: when the baud rate drops
there will be no buffer emptying and, as a consequence, there will not be
"stuttering" playback, but only temporarily deteriorate the quality.

In addition, progressive ordering allows you to specify exactly
compression ratio: discarding the "tail" of the encoded frame,
will only result in some degradation of the playback quality.

The package includes two programs: agcodec and agplay. As follows from
name, the first is the encoder / decoder, and the second is the player.

The name AGRESS is obtained if you play with the words Audio and
proGRESSive.

Implemented encoder is extremely simple: the source file is divided into frames
(the size of which can be specified on the command line), then to each
the frame uses the Daubechies wavelet transform 9/7, and finally,
SPIHT coding algorithm. Psychoacoustic modeling has not yet
is applied. In other words, this project is rather
demonstrative character.

The encoder supports files of wav format: 8 or 16 bits, stereo or
mono mode, sample rate - any. Play received
agress file can be used with the player agplay, which uses
sound subsystem OSS.

Feedback

 I would be very interested to hear your feedback / opinions / suggestions
 about this program and the concept itself in general.

 Copyleft (C) 2004, Alexander Simakov
 
http://www.entropyware.info
[email protected]

agress's People

Contributors

zvezdochiot avatar

Watchers

 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.