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.150.847 Times

C Cli Audio freeware
Filter: All | Freeware | Demo
 

C Cli Audio

< 1 2 3 4 5 
Added: April 01, 2010 | Visits: 3.533

C++ Elliptic Curve Cryptography library C++ Elliptic Curve Cryptography library is a C++ library for elliptic curves cryptography. Libecc is a C++ elliptic curve cryptography library that supports fixed-size keys for maximum speed. The goal of this project is to become the first free Open Source library providing the means to...



Platforms: *nix

License: Freeware Size: 1.4 MB Download (321): C++ Elliptic Curve Cryptography library Download

Added: November 24, 2010 | Visits: 2.786

Audio collection script Audio collection script is a script which can help you manage collections of audio files. For example, I have a directory with all my audio files in it, sorted by band/album. I also have an audio collections directory. Within that directory I have a few list files which contain patterns for songs...





Platforms: *nix

License: Freeware Size: 2.05 KB Download (114): Audio collection script Download

Added: November 06, 2010 | Visits: 1.269

The C++ Cmdline Library The C++ Cmdline Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (108): The C++ Cmdline Library Download

Added: February 05, 2010 | Visits: 2.254

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: August 18, 2010 | Visits: 909

SDLmm SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is a generic API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple platforms. SDLmm aims to stay as close as possible to the C API while taking...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (100): SDLmm Download

Added: June 14, 2010 | Visits: 916

Audio::MFCC Audio::MFCC is a Perl module for computing mel-frequency cepstral coefficients. SYNOPSIS use Audio::MFCC; my $fe = Audio::MFCC->init(%params) $fe->start_utt; my @ceps = $fe->process_utt($rawdata, $nsamps); my $leftover = $fe->end_utt; This module provides an interface to the Sphinx-II...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (138): Audio::MFCC Download

Added: February 09, 2010 | Visits: 753

Audio::ESD Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon. SYNOPSIS use Audio::ESD; my $stream = Audio::ESD->play_stream({ # these are the defaults sample_rate => 16000, channels => 1, fallback => 0, bits_sample => 16, encoding => linear }) or die "Failed to open ESD...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Audio::ESD Download

Added: November 01, 2010 | Visits: 885

Audio::SPX Audio::SPX is a Perl interface to the Sphinx-II audio library. SYNOPSIS use Audio::SPX; my $ad = Audio::SPX->open_sps(16000); $ad->start_rec or die "start_rec failed"; $ad->stop_rec or die "stop_rec failed"; my $samples = $ad->read($buf, $max); my $cad =...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (106): Audio::SPX Download

Added: February 19, 2010 | Visits: 1.140

Audio::OSS Audio::OSS is a pure-perl interface to OSS (open sound system) audio devices. SYNOPSIS use Audio::OSS qw(:funcs :formats :mixer); my $dsp = IO::Handle->new(" dsp_reset($dsp) or die "reset failed: $!"; my $mask = get_supported_formats($dsp); if ($mask & AFMT_S16_LE) { set_fmt($dsp,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): Audio::OSS Download

Added: June 26, 2010 | Visits: 1.074

C# for Emacs C# for Emacs is a derived mode implementing most of the C# rules. After a good number of years, we noticed that there wasnt a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): C# for Emacs Download

Added: August 20, 2010 | Visits: 2.088

Audio::Ao Audio::Ao is a Perl wrapper for the Ao audio library. SYNOPSIS use Audio::Ao qw(:all); initialize_ao; my $device = open_live(default_driver_id(), 16, $rate, $channels, is_big_endian(), {}); while (#have data) { play($device, $data_buffer, $len_of_buffer); } close_ao($device($device));...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (513): Audio::Ao Download

Added: April 14, 2010 | Visits: 1.143

c-ares c-ares project is a C library that resolves names asynchronously. Whats New in This Release: - ares_save_options, ares_destroy_options, ares_process_fd, and ares_parse_ns_reply were added. - The transaction IDs were made "secure". - A few parsing issues and minor bugs were fixed.. curl is a...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (104): c-ares Download

Added: March 05, 2010 | Visits: 953

Osalp 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...


Platforms: *nix

License: Freeware Size: 1024 KB Download (93): Osalp Download

Added: February 20, 2010 | Visits: 1.309

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

Added: April 05, 2010 | Visits: 1.610

Database Independent Abstraction Layer for C Database Independent Abstraction Layer for C (libdbi) implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using...


Platforms: *nix

License: Freeware Size: 1013.76 KB Download (99): Database Independent Abstraction Layer for C Download

Added: November 22, 2010 | Visits: 1.427

Common C++ RTP GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based on GNU Common C++ which provides a high performance, flexible and extensible standards-compliant RTP stack with full RTCP support. The design...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (159): Common C++ RTP Download

Added: November 18, 2010 | Visits: 1.223

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Added: February 17, 2010 | Visits: 1.530

C to C++ C to C++ is a Python script that converts C code to C++ code. The main program is ctocpp.py that performs successive stages for converting C to C++. A script, ctocpp gives it as parameter to the python interpreter with options you add. The archive also includes scripts that may help you: -...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (112): C to C++ Download

Added: June 07, 2010 | Visits: 698

Audio::TagLib::ID3v2::SynchData Audio::TagLib::ID3v2::SynchData is a Perl module with a few functions for ID3v2 synch safe integer conversion. SYNOPSIS use Audio::TagLib::ID3v2::SynchData; print Audio::TagLib::ID3v2::SynchData->toUInt( Audio::TagLib::ByteVector->new("11")), "n"; # got 6321 print...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (94): Audio::TagLib::ID3v2::SynchData Download

Added: August 17, 2010 | Visits: 1.313

Audio::TagLib::MPEG::File Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. SYNOPSIS use Audio::TagLib::MPEG::File; my $i = Audio::TagLib::MPEG::File->new("sample file.mp3"); print $i->tag()->artist()->toCString(), "n"; # got artist This implements the generic...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (124): Audio::TagLib::MPEG::File Download

< 1 2 3 4 5