Giter Site home page Giter Site logo

adpcm-68k's Introduction

IMA ADPCM codec for PC, decoder for Amiga & Atari

This archive contains three things:

  • a WAV<->ADPCM codec written in C, both source and executable included
  • an ADPCM decoder optimized for 68000
  • an ADPCM replayer for Amiga, including a Paula audio driver

The C codec is reference code from Stichting Mathematisch Centrum (see source code for copyright). The 680x0 specific code has been written by Mikael Kalms ([email protected]) (see LICENSE.md for copyright).

#Performance

The 68k decoder decodes approximately 50k samples/second on an 8MHz Atari ST.

The Amiga replay routine will decompress samples during each VBlank, taking typically <5 scanlines on a 68060@50MHz.

##Changelog

v1.0: implemented replay of mono samples

v2.0: implemented replay of stereo samples

v2.1: changed mixahead calculation such that it supports both PAL-nointerlace and PAL-interlace screenmodes removed all FPU usage

v2.2: bugfix when reinitializing AdpcmSource

v2.3: Implemented chunk-based decoding for 68k version, plus 8bit output

v2.4: Fixed ridiculous bug in 14bit-output of realtime ADPCM replayer for Amiga. Sometimes, the lower 6 bits would be incorrect! 14bit output sound quality is where it should be now.

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.