This tag refers to questions about programming audio hardware and the various audio formats or containers.
56
votes
7answers
31k views
Cross-platform, cross-browser way to play sound from Javascript?
I am writing a dhtml application that creates an interactive simulation of a system. The data for the simulation is generated from another tool, and there is already a very large amount of legacy ...
40
votes
9answers
43k views
Play Audio from a Stream using C#
Is there a way in C# to play audio (e.g. MP3) direcly from a Stream (I mean the real .NET class) that for instance was returend from a WebRequest without saving the data temporarily to the disk?
...
38
votes
7answers
47k views
How do I record audio on iPhone with AVAudioRecorder?
Now that iPhone 3.0 sdk is public, I think I can ask this question for those of you that have already been playing with the 3.0 sdk. I want to record audio in my application, but I want to use ...
34
votes
10answers
7k views
Version control for binaries
What version control systems would be useful or have extra features to support projects that are mainly binary files like mp3, wav, or proprietary application-specific file types?
32
votes
0answers
2k views
Must-see tech talks/presentations? [closed]
Possible Duplicate:
Favorite online lectures and presentations
There are now several places that offer free audio or video tech talks/presentations online: I'm thinking of Google Tech ...
32
votes
4answers
41k views
How can I play sound in Java?
I want to be able to play sound files in my program. Where should I look?
25
votes
2answers
1k views
How bad is Android SoundPool? What alternative to use?
I was looking at Android's SoundPool as a mechanism to implement sound effects in my generic game development library. It seemed ideal.
But a little bit of research indicates that there all kinds of ...
24
votes
1answer
695 views
Using System.Speech with Kinect
I am developing a prototype speech to text captioning application for a University project. I am going to be using gesture recognition within my project late on, so I thought it would be a good idea ...
24
votes
8answers
899 views
Where can I get freely available audio, graphics, and other resources for games?
I've done a google search of this topic, but so far haven't found anything satisfactory.
From your experience, what's the best place to get game resources, like sprites, backgrounds, sound effects, ...
24
votes
9answers
3k views
Given an audio stream, find when a door slams (sound pressure level calculation?)
Not unlike a clap detector ("Clap on! clap clap Clap off! clap clap Clap on, clap off, the Clapper! clap clap ") I need to detect when a door closes. This is in a vehicle, which is easier than a ...
23
votes
2answers
2k views
Writing musical notes to a wav file
I am interested in how to take musical notes (e.g A, B, C#, etc) or chords (multiple notes at the same time) and write them to a wav file.
From what I understand, each note has a specific frequency ...
23
votes
6answers
30k views
Playing sound notifications using Javascript?
How can I do that, so whenever a user clicks a link we play a sound? Using javascript and jquery here.
22
votes
2answers
8k views
Implementing webbased real time video chat using HTML5 websockets
Does anyone know how to implement voice/video over IP in a webapplication using HTML5 websockets?
It would be nice if I could implement this with PHP or Python since I (unfortunately) don't know any ...
22
votes
6answers
2k views
How to generate a guitar note
Back in a freshman or software programming class we had to write a program that would simulate the sound of a guitar pluck.
I can make pure sin waves all day, but I am trying to remember how to do a ...
21
votes
13answers
25k views
Autoplay audio files on an iPad with HTML5
I'm trying to get an audio file to autoplay in Safari on an iPad. If I go to the page using Safari on my Mac, it's fine. On the iPad, autoplay does not work.
21
votes
5answers
628 views
How to produce precisely-timed tone and silence?
I have a C# project that plays Morse code for RSS feeds. I write it using Managed DirectX, only to discover that Managed DirectX is old and deprecated. The task I have is to play pure sine wave bursts ...
21
votes
2answers
6k views
Analyze audio using Fast Fourier Transform
I am trying to create a graphical spectrum analyzer in python.
I am currently reading 1024 bytes of a 16 bit dual channel 44,100 Hz sample rate audio stream and averaging the amplitude of the 2 ...
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, ...
19
votes
6answers
14k views
Play audio with python
How can i play audio (it would be like a 1sec sound) from a python script?
It would be best if it was platform independent, but first of it needs to work on a mac.
I know i could just execute the ...
18
votes
6answers
21k views
HTML 5 video or audio playlist
Can I use a <video> or <audio> tag to play a playlist, and to control them?
My goal is to know when a video/song has finished to play and take the next and change its volume.
18
votes
2answers
15k views
Routing audio to Bluetooth Headset (non-A2DP) on Android
I have a non-A2DP single ear BT headset (Plantronics 510) and would like to use it with my Android HTC Magic to listen to low quality audio like podcasts/audio books.
After much googling I found that ...
17
votes
7answers
512 views
Creating a DSP system from scratch
I love electronic music and I am interested in how it all ticks.
I've found lots of helpful questions on Stack Overflow on libraries that can be used to play with audio, filters etc. But what I am ...
17
votes
26answers
3k views
Do you know some good programming songs for monitoring purpose?
[Community wiki] Monitoring a production platform is of the utmost importance for our organization.
(and I am not talking about an exe on a single platform, but rather a farm of 2 or 3 thousands ...
16
votes
1answer
150 views
How to make my application be considered as a communication program in Windows
I'm making a program that uses the Speech library and I'd like to get all other sounds muted or reduced when the lady is talking.
I've been looking for a way to mute other applications manually, but ...
16
votes
8answers
431 views
Generate musical instrument sounds algorithmically
Is it possible to generate a musical instrument's sounds using only algorithms? or can it only be done via pre-recorded sound samples?
16
votes
5answers
6k views
Open source C# code to present wave form?
I just wanted to make a quick check,does any of you know of an open source c# code to present wave form (graphically) from a byte array?
Thank you!
16
votes
4answers
5k views
What do you use to play sound in iPhone games?
I have a performance-intensive iPhone game I would like to add sounds to. There seem to be about three main choices: (1) AVAudioPlayer, (2) Audio Queues and (3) OpenAL. I’d hate to write pages of ...
16
votes
6answers
13k views
Sound not working in iPhone Simulator?
Somehow my iPhone Simulator is unable to play sounds. First an app I'm working on using AudioServicesPlaySystemSound() stopped working.. I spent a while debugging this but sound is still working on ...
16
votes
11answers
4k views
Does anyone know of any C/C++/C# code libraries that do audio synthesizer emulation?
I'm trying to write a software synthesizer that recreates the sounds made by classic synthesizers like the Moog and the DX7. Does anyone know of any code resources for something like this? Thanks.
16
votes
12answers
10k views
Beats per minute from real-time audio input
I'd like to write a simple C# application to monitor the line-in audio and give me the current (well, the rolling average) beats per minute.
I've seen this gamedev article, and that was absolutely no ...
15
votes
2answers
9k views
Using the apple FFT and accelerate Framework
Has anybody used the apple FFT for an iPhone app yet or know where I might find a sample application as to how to use it? I know that apple has some sample code posted, but I'm not really sure how to ...
15
votes
4answers
2k views
Getting started with programmatic audio
I'm looking for resources, links, and so on to help get started working programmatically with audio.
Specifically, the platform I'm working with exposes APIs to extract audio data from a resource ...
15
votes
9answers
4k views
How can I play compressed sound files in C# in a portable way?
Is there a portable, not patent-restricted way to play compressed sound files in C# / .Net? I want to play short "jingle" sounds on various events occuring in the program.
System.Media.SoundPlayer ...
14
votes
2answers
948 views
HTML 5 / QuickTime audio caching in Safari on iOS
I'm desperatly trying to find a solution for a web application that has to run on an iOS-Safari (e.g. on iPad, iPad2 and iPhone 4):
It's a web application I wrote some time ago which lets the user ...
14
votes
3answers
5k views
How to get audio volume level, and volume changed notifications on iOS 4?
I'm writing a very simple application that plays a sound when pressing a button. Since that button does not make a lot of sense when the device is set to silence I want to disable it when the device's ...
14
votes
7answers
4k views
HTML5 Local Storage of audio element source - is it possible?
I've been experimenting with the audio and local storage features of html5 of late and have run into something that has me stumped.
I'd like to be able to cache or store the source of the audio ...
14
votes
6answers
2k views
Pitch recognition of musical notes on a smart phone
With limited resources such as slower CPUs, code size and RAM, how best to detect the pitch of a musical note, similar to what an electronic or software tuner would do?
Should I use:
Kiss FFT
FFTW
...
14
votes
5answers
4k views
Getting started with audio programming
I'm looking to build some compression interfaces for windows audio, and I was wondering if anybody might know of some tips/tricks? I'd like to build my own software equalizer that will function with ...
13
votes
2answers
611 views
iPhone headphone jack - read in data?
I have a small device which connects to a battery powered monitor. When I turn the wheel on the device, the monitor displays information such as when you started turning the wheel and how fast the ...
13
votes
2answers
1k views
How to create simple music visualizer of an iPhone app?
I want to make a simple drum machine app for iPhone.
Now I'm designing archichecture for it. After some research I've decided to stick with methods described in Apple's Audio Unit Hosting Guide for ...
13
votes
3answers
510 views
Birdsong audio analysis - finding how well two clips match
I have ~100 wav audio files at sample rate of 48000 of birds of the same species I'd like to measure the similarity between. I'm starting with wave files, but I know (very slightly) more about ...
13
votes
3answers
2k views
Guitar Chord Recognition Algorithm?
Whats a good digital signal processing algorithm that is good on guitar chords? Since Fast Fourier Transform I think only is accurate on single notes played on the guitar but not notes that are played ...
13
votes
1answer
1k views
Android: Detect another application has started playing audio
My music application constantly plays music in the background, however I'd like to be able to detect when another application starts playing audio (such as the YouTube app) so I can pause/mute/stop ...
13
votes
6answers
3k views
Accessing the Android media stream for audio visualization
Basically, I want to make an audio visualizer. I know it's possible, because my phone came with a few live wallpapers that do it. The problem is, I can't seem to figure out how to do this with the ...
13
votes
7answers
1k views
Algorithms for determining the key of an audio sample
I am interested in determining the musical key of an audio sample. How would (or could) an algorithm go about trying to approximate the key of a musical audio sample?
Antares Autotune and Melodyne ...
13
votes
3answers
1k views
Play WAV file backward
I'm making Braid in Java. If you rewind the time, the sound plays backward.
How to play a WAV file backwards? Maybe with a stream with something like previous()?
On the site of Braid can you see what ...
13
votes
10answers
7k views
Algorithm to mix sound
I have two raw sound streams that I need to add together. For the purposes of this question, we can assume they are the same bitrate and bit depth (say 16 bit sample, 44.1khz sample rate).
Obviously ...
13
votes
3answers
2k views
How to fade out volume naturally?
I have experimented with a sigmoid and logarithmic fade out for volume over a period of about half a second to cushion pause and stop and prevent popping noises in my music applications.
However ...
12
votes
5answers
3k views
Seeking through a streamed MP3 file with HTML5 <audio> tag
Hopefully someone can help me out with this.
I'm playing around with a node.js server that streams audio to a client, and I want to create an HTML5 player. Right now, I'm streaming the code from node ...
12
votes
10answers
936 views
Basic unit of Sound?
If we consider computer graphics to be the art of image synthesis where the basic unit is a pixel.
What is the basic unit of sound synthesis?
[This relates to programming as I want to generate this ...