Skip to content

A cross-platform WAVE & MP3 library and audio stream toolkit based on portaudio & LAME

License

Notifications You must be signed in to change notification settings

otgaard/zapAudio

Repository files navigation

zapAudio

A set of C++ classes for working with the libmp3lame and portaudio libraries.

Example player at bin/simple_mp3

Build Instructions

(portaudio & LAME installed in third_party directory)

Build portaudio

cd portaudio

mkdir build_

cd build_

cmake .. -DCMAKE_INSTALL_PREFIX:PATH=${SIMPLE_MP3_SOURCE_PATH}/third_party && make all install

Build LAME

cd lame

./configure --prefix=${SIMPLE_MP3_SOURCE_PATH}/third_party/ && make all install

Building zapAudio

mkdir build

cd build

cmake .. -DCMAKE_INSTALL_PREFIX:PATH=${INSTALLATION_PATH} && make install

About

A cross-platform WAVE & MP3 library and audio stream toolkit based on portaudio & LAME

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published