Tagged Questions

21
votes
5answers
6k views

Python Music Library?

I'm looking at writing a little drum machine in Python for fun. I've googled some and found the python pages on music and basic audio as well as a StackOverflow question on generating audio files, ...
12
votes
5answers
12k views

C# Audio Library

I am looking to develop an audio player in C#, but was wondering what libraries are available for playback. I am looking for a free library that allows for an extensive list of audio formats to be ...
8
votes
4answers
718 views

Is there a .NET library for universal audio file decoding?

Do you know of any .NET library which can decode several types of audio files? Ideally, it should be platform agnostic, so it can be used with .NET and Mono - on Windows and *NIX. I already tortured ...
5
votes
2answers
2k views

Ruby audio Library

is there any good Ruby audio libraries that we can build upon? Need to manage/edit mp3 files!!!
4
votes
1answer
605 views

Any OpenCV-like C/C++ library for Audio processing?

Is there anything more out there, that resembles (in spirit), to OpenCV, but for processing audio and deriving some intelligence from it ? Capabilities could range from:- Multiplatform audio capture ...
4
votes
2answers
298 views

Audio library for c#

I'm searching for library that has those features: - can save and load from wav files, compression to/from Mp3 is an option but not necessary - give me possibility to change speed, volume and tone of ...
4
votes
2answers
318 views

What are some good libraries for extracting data from audio files?

Recently I started to use the Shazam app on my iPhone. For those who don't know, this app identifies songs by listening to a small segment of the song playing. I was amazed by it's accuracy and speed ...
4
votes
5answers
253 views

What is a good free library for editing MP3s/FLACs?

What is a good free library for editing MP3s/FLACs. By editing I mean: Cutting audio file into multiple parts Joining multiple audio files together Increase playback speed of file without ...
3
votes
2answers
42 views

What library to use for a java based media player?

I'm working on developing a media player like application in Java (it's a swing based application) and I want it to be able to run on smoothly using as many different file formats as possible. I want ...
3
votes
1answer
162 views

read audio file information php

How do I read information as bitrate, length, etc. Different file formats, mp3, wmw etc etc. from a sound file. I guess there is some library/class out there, perhaps I could try out. Any ...
3
votes
1answer
221 views

C/C++ sound library for musical instruments where you can manipulate the audio data

I'm looking for a C/C++ library for generating various instruments, and where I can subsequently manipulate the created audio data For example, something like this: Sound s = ...
3
votes
1answer
643 views

Can the Libsndfile library be used on the iPhone iOS?

Can the Libsndfile C library be used on the iPhone operating system? If so, do I need to just 'include' it, or is it more complicated then that. Thanks!
3
votes
0answers
108 views

Trim bar like the GarageBand and iMovie ones

I'm creating a Mac app which needs a trim bar like the GarageBand and iMovie ones. I need a library to get the audio waves to draw them on a NSView. Anyone knows a good library for that? Thanks!
3
votes
2answers
51 views

Sound related libraries [closed]

I'm getting into programming for audio and sound and I thought a list of open-source libraries that add audio related functionality would be nice to have, even as a learning resource for us newbies to ...
3
votes
2answers
405 views

C++ Graphics and Audio Libraries

I'm trying to find some good C++ Graphics/Audio Libraries. I have tried searching this site but the only answers I can find is "X library is the best library ever." It gives me no information about ...
3
votes
2answers
227 views

Are there any library in .Net to do some basic audio editing?

What I need to do is insert silences in an audio, insert other audios, mix other audios (insert them with an overlapping section) and so on. Are there any libraries for .Net (I'm using C#) that could ...
3
votes
2answers
94 views

What C++ libraries should I be looking for if I want to modify a sound file and save it back?

I am looking for some advices for sound-related libraries for C++. My requirements are as follow: load a sound file - this means I need to know what type of sound is being input and then deal with ...
3
votes
2answers
3k views

best c audio library linux

I was wondering if anyone had an opinion on what they think is the best linux audio library for c. I'm just learning and was experimenting with audio output on libao. edit: right now all I'm trying ...
3
votes
7answers
2k views

What are the best affordable c++ audio libraries?

I'm looking for a c++ audio library that can play mp3s and mix audio. I can spend some money on it, but I'm on a somewhat tight budget, so the less the better. It really needs to just run on Windows ...
3
votes
2answers
86 views

Is there any free library to play various sound format in .NET?

I would like to play sound in my application, as far as I know, .net can only handle wav files by default. Is there any sound playing library which I can use? I know about bass but it is not free for ...
2
votes
4answers
94 views

C++ library for generating and reading audio

I'm looking for a C++ library (for Linux, but preferably cross-platform) that will easily let me read audio files in some trivial format such as a raw byte stream, generate audio data in the same ...
2
votes
3answers
449 views

What is a good, platform-independend C library for MP3 decoding?

I'm looking for a good, open-source (preferably GPL, BSD or public domain), lightweight, cross-platform (at least Windows and any POSIX-compliant system) C library for MP3 decoding. It doesn't need to ...
2
votes
2answers
2k views

How to create a virtual sound card on windows?

I'm looking for any information and pointers that could help me in the development of a virtual sound card for Windows. This includes: Open source projects (both complete solution or library) ...
2
votes
0answers
174 views

Audio similarity library

I'm trying to find something like an audio similarity library for a school project. Something simple and well documented, written in python or java preferably, that could extract feature from audio ...
2
votes
1answer
104 views

How to use Alvas.Audio to detect any sounds?

I have a problem with start to code my app. How I can detect sounds provided to my microphone using Alvas.Audio library? Could anyone provide me a sample code (i don't know how to use bulit-in ...
2
votes
2answers
131 views

Library for matching next song by mood

Are there any librarys for mood matching a song. i.e. some algorithm to finger print every song and shuffle the list by my mood(the current playing file(s))? Cheers, Mark
1
vote
1answer
41 views

Is there a good java sound library I can use to play MPEG 4 audio (.m4a) files?

I'm making a music-player like application for desktops. I'd like to support as many audio types as possible but since I've had trouble finding a library that supports all of the files types I'd like. ...
1
vote
2answers
81 views

Cross Platform (C/C++) Audio Library for MP3, AAC, WAV

I'm trying to find a cross platform audio library that will have the following abilities (in order of importance): Full Windows, Mac, Linux support C / C++ APIs Free/cheap but commercially viable ...
1
vote
0answers
39 views

Is there existing DSP libraries to process Audio in Flash?

I've looked at popforge, but it looks or feels like there's some missing implementation or lack of documentation on how to use it. Do you know of any existing libraries to process raw PCM data (a ...
1
vote
2answers
231 views

C# Audio File Analysis API/Library? [closed]

Possible Duplicate: Looking for C# audio analysis libraries Is there a library or api that allows for analysis of audio (possibly in real time)? I ask with the eventual goal of creating a ...
1
vote
1answer
192 views

Using RtAudio with Core-Audio, the probeDeviceOpen function fails

I am trying to write a C++ program which plays real-time processed audio. I have decided to use RtAudio but cannot make the test programs play audio. I am using Mac OS X, so I compiled with ...
1
vote
4answers
267 views

Portable library to play samples on individual 5.1 channels with C/C++?

I'm looking for a free, portable C or C++ library which allows me to play mono sound samples on specific channels in a 5.1 setup. For example the sound should be played with the left front speaker ...
1
vote
1answer
230 views

Is there an open-source audio-playing Android app that accepts intents?

The Music app on my 2.1 phone accepts the ACTION_VIEW intent, but it's not very friendly to use from other applications. I'd like it to: Accept a song, descriptive text, and start time (so it can ...
1
vote
1answer
334 views

AudioFileOpenURL ipod library

I want to play music from iPod library using AudioFileOpenURL or ExtAudioFileOpenURL. CFURLRef fileURL = [mediaItem valueForProperty:MPMediaItemPropertyAssetURL]; ...
1
vote
1answer
256 views

Python audio library for simultaneous audio creation and playback

I'm working on an audio creation framework. It'll be generating large audio files, say 3 minute long audio files that take about 1 minute to generate. So what I want is a system much like streaming ...
1
vote
2answers
506 views

decode an mp3 to a stream of ints

I'm looking for an easy to use lib that will convert an MP3 file to a sequence of int values (and the reverse), preferable without having to dump them all into RAM. A "decode the next 16kB into this ...
1
vote
1answer
1k views

Generate sound wave image from mp3/wav file?

Looking for a program / lib (preferably in .NET) that can take a sound file (mp3/wav/etc) and generate a sound wave image from it (similar to image below)
1
vote
1answer
154 views

Where can I find a high quality music library for python that plays OGG, ACC and/or MP3 which isn't pygame?

I've tried the sound module in Pygame, and I haven't been satisfied with the results. I need to play music and sounds in my game. What can I use that works with OSX, Linux and Windows, and plays sound ...
1
vote
2answers
264 views

Capturing audio input from microphone, with Haskell?

Is there a mature library that could enable audio input and output and work within Haskell? (A nice wrapper is fine, of course.) I'm looking for something that can easily capture microphone input ...
1
vote
2answers
562 views

Reading MP3 audio data, or calculating the checksum thereof

Is there a Ruby library that will allow me to either calculate the checksum of an MP3 file's audio data (minus the metadata) or allow me to read in an MP3's audio data to calculate the checksum ...
1
vote
2answers
687 views

C# audio library with smooth looping?

I'm looking for an audio library that works with .NET that allows for smooth looping. I've tried DirectX AudioVideoPlayback and Mentalis. Both are easy to use, but the looping skips a bit. I'm ...
1
vote
2answers
753 views

So I want to make a basic music visualizer in C# as practice. Is there a library that lets me handle sound files easily in C#?

What is a sound library I can use to easily manipulate sound files (mp3, ogg, wav, etc.). I'm doing this as a leasure project and as such I'm more than willing to read a bit because I want this to be ...
1
vote
5answers
284 views

Powerful audio lib

Can you recommend a powerful audio lib? I need it to timestrech & pitchshift independently, as well as give me full access to the raw audio data and let me stream bytes into its pipeline. Other ...
1
vote
2answers
927 views

libsox help

EDIT: i want to use libsox to programatically convert a wav file's sample rate, audio format, channels, and etc. in the libsox man page, there are a bunch of functions I can use but I'm clueless as ...
1
vote
3answers
286 views

Obtaining MP3 Audio Compression Library

I would like to find out where I would be able to find the MP3 library, for implementation in an Operating System. Thanks.
0
votes
0answers
24 views

Sound/Music library C# - Rythm game XNA

I am looking for a C# sound library for a rhythm game. The game is developed with XNA, however we are looking for a more solid sound library. Hopefully one that would allow us to play multiple sounds ...
0
votes
1answer
18 views

Game audio libraries for several platforms

We're making a multi-platform game targetting both desktops and phones. Specifically: Windows, Mac, Linux, iPhone, Android and Windows Phone 7. We're looking for an audio lib. I looked around and it ...
0
votes
1answer
144 views

AS3: Extracted sampledata loops last chunk forever

I'm working on a virtual piano keyboard that processes imported mp3 sound samples. I've come to a solution with this question, but as I run this test code below, the sound loops its last data chunk of ...
0
votes
0answers
37 views

advice an easy ruby multiplatform audio library or jruby 's java libs utilization?

I'm simply tring play a wave/mp3 file from jruby. Can you advice me what is the easiest library for ruby to do so in a multi-platform way ? Since I'm using Jruby it would really sense to use the ...
0
votes
2answers
105 views

Crossplatform library to normalize audio?

Do you know any cross-platform audio library I can use to normalize sampled audio?

1 2