4 projects tagged "DSP"
The Open Component Portability Infrastructure (OpenCPI) is a real-time embedded (RTE) middleware solution that simplifies programming of heterogeneous processing applications requiring a mix of field-programmable gate arrays (FPGA), general-purpose processors (GPP), digital signal processors (DSP), and high-speed switch fabrics. The "mix" can be over a lifecycle (technology insertion) as well as within a single implementation (to meet SWAP constraints). CPI improves code portability, interoperability, and performance in FPGA and DSP-based environments by providing well-defined waveform component APIs with a set of infrastructure blocks that act as a hardware abstraction layer (HAL).
n-Track Studio is an audio and MIDI multitrack recorder that turns your computer into a full-fledged recording studio. You can record and playback a virtually unlimited number of audio and MIDI tracks. The program supports simultaneous recording from multiple 16-bit and 24-bit soundcards, and real-time audio effects can be applied non-destructively to each track. Built-in effects include Reverb, Multiband Compression, Chorus, Delay, Pitch Shift, Graphic and Parametric EQ, and spectrum analyzer. The program can use third party VST plug-ins to process audio signals in real-time. Effects can also be used to process the recorded signal in real-time. MIDI tracks can be imported end exported to regular MIDI files, and edited using the built in piano-roll based MIDI editing window. The program supports VSTi instrument plug-ins for sample accurate software MIDI playback. Volume and pan evolution can be programmed by drawing on the timeline window.
Jipes is a Java library that allows you to efficiently compute audio features. Possible uses for these features are general music information retrieval (MIR) applications or, more specifically, personal music software. Unlike many other digital signal processing (DSP) libraries or frameworks, Jipes is not meant for real time processing of a single audio stream that is manipulated and eventually played back. Instead, it focuses on efficiently executing mutiple processing pipelines that transform a signal into a feature or feature set. Since Jipes focuses on features instead of the raw, untyped signal streams, it supports rich types to be used, where other frameworks only offer arrays of raw data. Also, by using Java generics, many core interfaces and classes can be typed to whatever class you see fit for the purpose. However, Jipes also comes with useful pre-defined types and support for raw arrays.
METAXPON ("Metachron" in Greek letters) is a small and fast audio DSP library for time-scale manipulation of 16-bit integer or 32-bit floating point stereo audio data streams. It employs a rigid phase-locked vocoder with dedicated transient detection and processing, and can work in real-time or non-real-time. Four editions are included - a portable edition and three x86 editions. The portable edition can be built with any ANSI C compiler and is OS- and architecture-independent. The three x86 editions are written in assembly using the FPU, 3DNow!, and SSE instruction sets, respectively, with automatic selection between them depending on the CPU capabilities. They can be compiled with MASM, JWASM, or NASM, producing libraries of object files in 8 formats.