Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.067.147 Times

Osalp 0.7.3

  Date Added: March 05, 2010  |  Visits: 953

Osalp

Report Broken Link
Printer Friendly Version


Product Homepage
Download (92 downloads)



Osalp is a project designed to implement a world class set of classes in C++ that will handle all of the audio functions one would like. It is designed to be multi-platform with UNIX based platforms as the base. This project is still in the beta code phase and a beta version that will illustrate the power and flexibility is now available. This version supports the Linux (OSS) audio device, Solaris Sparc audio device, FreeBSD (OSS) audio device, wav, au, aiff, aifc, mp3, and numerousother formats. It is important to note that this is not an application but a C++ library that others can use to create an audio application or to easly add audio capabilities to an existing application. OSALP was originally designed and developed by Bruce Forsberg out of need to manage and edit large sound files in a simple manner. Currently the project is being maintained by Darrick Servis. The library is built on a set of core classes that provide the basic functionality. New classes to operate on data are derived from these classes. These classes provide a powerful chaining process. This allows one to build an audio chain much like one would build with building blocks. Audio data is encapsulated into a single class. This allows one to handle data conversions in one place. There is a file base class (aflibFile) that defines the API for any device or file classes that are to be developed. They are implemented as dynamically loaded shared objects so that new file types can be added without recompiling the base library or needing to link them to an application. This will allow third parties to support their proprietary formats as a binary "plugable modules". Linux & FreeBSD Device (OSS) -- aflibDevFile Solaris Sparc Device -- aflibSolarisSparcDevFile WAV (linear, mu-law, a-law) -- aflibWavFile AU (linear, mu-law, a-law) -- aflibAuFile AIFC -- aflibAifcFile AIFF -- aflibAiffFile MP3 using Lame encoder -- aflibLameFile MP3 using Blade encoder -- aflibBladeFile MP3 reader using splay library -- aflibMpgFile MP3 reader using mpg123 executable -- aflibMpg123File Sox library interface (supports most formats supported by the sox sound tools library -- aflibSoxFile Currently there are several worker classes. These are the classes that actually do the work. These classes are not tied to any GUI but are GUI neutral. This allows developers to write code using the GUI of their choice. Audio Sample Rate Converter -- aflibAudioSampleRateCvt Audio Pitch Change -- aflibAudioPitch Audio Test Source -- aflibAudioConstantSrc Audio Editing -- aflibAudioEdit Audio Timer Recording -- aflibAudioRecorder Audio VU Meter and Spectrum Display -- aflibAudioSpectrum Audio Mixing -- aflibAudioMixer Butterworth Filter -- aflibAudioBWFilter Reading Audio Data from Memory -- aflibAudioMemoryInput Reading and Writing Audio Data to Devices or Files -- aflibAudioFile There are also utility classes. These are not part of the main audio chain but are probably needed by most audio applications or are used indirectly by the worker classes. FFT -- aflibFFT User Environment Storage and Retrieval -- aflibEnvFile Audio sample data -- aflibSampleData Sample rate conversion -- aflibConverter.

Requirements: No special requirements
Platforms: Linux
Keyword: Audio Classes Designed Gui Libraries Library Osalp Oss Programming Project World Class
Users rating: 0/10

License: Freeware Size: 1024 KB
USER REVIEWS
More Reviews or Write Review


OSALP RELATED
Libraries  -  Easy Game Library 20040323
Easy Game Library is library of C++ classes designed to make game programming easier. Now it consists only of easy_sprite library which consists of classes for using sprites. It should compile on different platforms because it uses SDL library...
58.37 KB  
Programming  -  KaiView GUI toolkit cvs20020128
KaiView GUI toolkit project is a GUI toolkit for the TOM programming language. Based on a vector-oriented drawing layer using libart and freetype2, it provides a widget layer with subject/view separation, forms loaded from XML files, live...
50.18 KB  
Education  -  Impromptu for Linux 0.1.1 Beta
I was recently researching into GUI libraries for PyGame when I found pyglet, which is an alternative to PyGame for 2D/3D graphics programming with Pyython. It has no dependencies other than a standard Python installation and OpenGL, the API is...
102.4 KB  
Libraries  -  Universal Real-Time Software Oscilloscope GUI Library 1.0.0
Real-time universal oscilloscope GUI DLL library for data acquisition, modeling, simulation, debugging. Advantages: 1.Speedy performance: the library makes it possible to bring out into the beams of the viewing oscilloscope over a million...
3.68 MB  
Programming  -  VDK Library 2.5.1
VDK Library is a framework in C++ that binds GTK+ GUI libraries, provided for both Linux and Windows has been a base library for VDKBuilder project. Recently the project has been divided and VDK continues development by his own.
1.24 MB  
ActiveX Components  -  NorthNotch Software Widgets Library 0.7
NorthNotch Software Widgets Library 0.7 contains c++ classes of GUI widgets that can be used in your C/C++ WinAPI applications. It embraces most popular control widgets for desktop applications. Library is a tiny wrapper over WinAPI, it makes...
287 KB  
Libraries  -  TnFOX 0.87
TnFOX is a modern secure, robust, multithreaded, exception aware, internationalisable, portable GUI toolkit library designed for mission-critical work in C++ and Python forked from the FOX library. This project replicates the Qt API in many...
 
Libraries  -  FMOD Ex Audio Classes 0.8b
Open source REALbasic classes that hook into the cross platform FMOD Ex audio library with support for a wide range of audio formats and advanced playback options, including physically correct 3D positional audio.
1.2 MB  
Audio Tools  -  Decibel Audio Player 0.05
Decibel Audio Player project is a GTK+ open-source (GPL license) audio player designed for GNU/Linux, which aims at being very straightforward to use by mean of a very clean and user friendly interface. It aims also at being a real audio player...
102.4 KB  
Libraries  -  Aapl C++ Template Library 2.14
Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied...
122.88 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB