Tagged Questions

0
votes
1answer
37 views

I’m looking for a cross-platform Python library that can play MP3 and OGG and support ALSA or similar.

There are several different audio libraries, however, none of them meet my exact needs: - It needs to be cross-platform. - It needs to be able to use the ALSA, PulseAudio or any other common default …
0
votes
1answer
19 views

Available audio codecs for SDK 3.0

OK. If one uses the System Sounds Services for iPhone sound effects, there is no way to alter the level of the resulting sounds programmatically. Even worse, if one reduces the volume using the ringer …
0
votes
1answer
19 views

calculating filesize of a response?

hello, im tryingto code a script to do dynamic transcoding of video and audio (likely just audio for now) and streaming to mobile devices, currently im using the script posted elsewhere on here …
0
votes
2answers
34 views

Java: Master Gain not supported exception

Hi, In linux this code doesn't work: I added two lines // Added two lines. DataLine.Info info = new DataLine.Info( SourceDataLine.class, audioFormat ); SourceDataLine dataLine = (SourceDataLine) …
0
votes
1answer
12 views

Howto pipe raw PCM-Data from /dev/ttyUSB0 to soundcard?

Hi I'm working currently on a small microhpone, connected to PC via an FPGA. The FPGA spits a raw datastream via UART/USB into my computer. I'm able to record, play and analyze the data. But I can't …
0
votes
0answers
19 views

Get MP3 info from remote file

I was playing around with the iPhone SDK and I wanted to get mp3 info from a remote file: NSString *filepath = @"http://www.server.com/legal.mp3"; CFURLRef audioFileURL = CFURLCreateWithString(NULL, …
0
votes
1answer
30 views

merge background audio file

I have 2 audio files for primary and background music that I want to merge (not concatenate). The final audio file should be as long as the primary file, and if the background music is shorter then it …
0
votes
2answers
51 views

C/C++ library for .wav file encoding

I need a library for MS VC6 which encodes sampled data which is in the form of a float array, to an audio file format preferably wav Also is there a library that can encode the samples into pcm form …
1
vote
2answers
34 views

Easiest way to play a CAF sound on the iPhone?

How hard is it to do that? Someone told me that it's incredible hard playing audio on the iPhone. Can't really believe it. But he said playing one is hard, but playing two or three at same time is …
0
votes
1answer
62 views

Streaming MP3 with open source PHP

What are the best PHP solutions for a blip.fm-like fixed audio player?
8
votes
4answers
227 views

Absolute beginners guide to working with audio in C/C++ ?

I've always been curious about audio conversion software, but I have never seen a proper explanation from a beginners point of view as to how to write a simple program that converts for example, a mp3 …
0
votes
1answer
25 views

Stream Audio from Linux Server with Silverlight

I have a large catalog of audio on a Linux (CentOS 5) server that I would like to expose to an existing .NET web site. Is there any way to stream the media from the Linux server through my web site …
0
votes
2answers
37 views

How to identify the default audio devices from a .Net application?

Hi community, I'm a bit confused. Is there any simple way to set proper audio devices (in/out) in my VoIP .NET application w/o using of DirectX? "Proper audio devices" probably means - devices which …
0
votes
1answer
14 views

Android version of AVAudioPlayer’s averagePowerForChannel

Does Android have a similar method to the iPhone AVAudioPlayer's averagePowerForChannel? I want to get an average reading of the amplitude of as a value.
0
votes
1answer
18 views

PyAudio.open, how to use?

I'm trying to make a pyaudio input stream but can't figure out how to make it. What I did is: a = pyaudio.PyAudio() Then tried to call a.open() but I don't know the arguments I should type in. It …

1 2 3 4 5 42 next
15 30 50 per page