0
votes
1answer
22 views
Java Class AudioFormat: Byte ordering
Hi,
I'm working with java, trying to use the AudioFormat Class. I have the following piece of code:
AudioFormat Baseformat = input.getFormat();
AudioFormat Finalformat = new Au …
0
votes
1answer
32 views
iPhone compressed audio formats that will play on Windows Media player
I have to record audio on an iPhone that will play back on Windows Media Player, using no non-standard codecs; that is, using no codecs that don't already ship with WMP. (Corporate …
0
votes
1answer
12 views
How to instantiate MsftRawCDImageCreator?
I'm trying to write a program in C++ that is able to burn an Audio CD without gaps between the tracks.
From what I found, this has only recently been made possible using IMAPI, but …
0
votes
2answers
43 views
Is it OK to mix AudioServicesPlaySystemSound and AVAudioPlayer?
We have a game that is very close to being released, but we have one extremely annoying problem. One on of our Beta testers phones, he can't hear any of the in game sound effects. …
0
votes
0answers
30 views
No audio with streaming video [closed]
I am having trouble with audio when playing streaming videos. My sound card is fine. I know this because if I play sounds from my local machine, there's no problem. It's only when …
0
votes
2answers
35 views
How do i stream an audio file from the server to iphone?
Hi all,
I need to stream an audio file which is saved on my server. Is it possible for me to stream that file in order to play it on my iPhone? Or is there any other way to play a …
0
votes
3answers
35 views
AU audio files for Java
Apparently Java only plays .au audio files and I want to play mp3 files. I want to convert them to au and do not want to use any third party library to play mp3 directly. Can you p …
3
votes
2answers
45 views
play a waveform at a certain frequency in SDL callback function
I have a waveform 64 samples long. If the sampling rate is 44100 hz, how can I play(loop) this waveform so that it plays arbitrary frequencies?
frequency = samplerate / waveform d …
0
votes
1answer
39 views
cutting audio files based on a keyword
Hi,
I have a audio file(s) that need to be cut and broken up into multiple audio files based on a keyword. For example, lets say the keyword is "CUT"
if we had an wav file calle …
0
votes
2answers
14 views
iPhone AVAudioPlayer stopping background music
So I've just noticed that on my iPod Touch, when my app triggers a short wav file to play using AVAudioPlayer, the music gets paused. Is this normal? I can't find any reference to …
0
votes
1answer
21 views
CFReadStreamRef and size of bytes available
hai all,
I'm trying to implement a Streaming music Player using iphone sdk, based on the sample code by Matt Gallagher ( http://cocoawithlove.com/2008/09/streaming-and-playing-liv …
2
votes
3answers
59 views
How to implement a band-pass filter in c# / Silverlight
How would I go about implementing a band-pass filter in c#? I'm using a custom MediaStreamSource in Silverlight and am using additive synthesis to produce sound. My audio stream …
0
votes
1answer
22 views
Mixing Audio on the iPhone…
Hey,
I have a number of static audio files that I want to be able to dynamically mix together and play on the iPhone (not all at once, most common case is to mix two or three audi …
0
votes
2answers
76 views
Create pitch changing code?
Does anyone know how I could record some audio on the iphone then change the pitch of the audio?
0
votes
2answers
74 views
Server-side AAC audio with Android
As I understand it, Android will only play AAC format audio if it's encoded as MPEG-4 or 3GPP.
I'm able to play AAC audio encoded as M4A when it's local to the app, but it fails w …
