active questions tagged audio - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T20:24:38Zhttp://stackoverflow.com/feeds/tag/audiohttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1819791/c-c-library-for-wav-file-encoding0C/C++ library for .wav file encodingnabeel ahmad2009-11-30T13:22:11Z2009-11-30T13:22:11Z
<p>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 and play it directly through the sound card without saving a wav file first?? </p>
http://stackoverflow.com/questions/1457228/pitch-recognition-of-musical-notes-on-a-smart-phone9Pitch recognition of musical notes on a smart phonemahboudz2009-09-21T22:30:17Z2009-11-30T07:01:17Z
<p>Hi. 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?</p>
<p>Should I use:</p>
<ul>
<li>Kiss FFT</li>
<li>FFTW</li>
<li>Discrete Wavelet Transform</li>
<li>autocorrelation</li>
<li>zero crossing analysis</li>
<li>octave-spaced filters</li>
</ul>
<p>other?</p>
<p>In a nutshell, what I am trying to do is to recognize a single musical note, two octaves below middle-C to two octaves above, played on any (reasonable) instrument. I'd like to be within 20% of the semitone - in other words, if the user plays too flat or too sharp, I need to distinguish that. However, I will not need the accuracy required for tuning.</p>
<p>Thank you in advance.</p>
<p>-mz</p>
http://stackoverflow.com/questions/1817175/easiest-way-to-play-a-caf-sound-on-the-iphone1Easiest way to play a CAF sound on the iPhone?openfrog2009-11-29T23:40:47Z2009-11-30T03:04:08Z
<p>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 incredible hard. Sounded scary. What can you guys say about this?</p>
<p>What I want to do: I have about 10 CAF files with little blips and beeps and button press sounds. Nothing really special. Now I want to play these files every time something happens. And several things could happen at same time. So it could happen that playbacks overlap.</p>
<p>Maybe there's a framework I can use for doing this?</p>
http://stackoverflow.com/questions/1814531/absolute-beginners-guide-to-working-with-audio-in-c-c8Absolute beginners guide to working with audio in C/C++ ?Goose Bumper2009-11-29T03:16:18Z2009-11-29T21:54:43Z
<p>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 file to a wav. I'm not asking about any of the complex algorithms involved, just a small example using a simple library. Searching on SO, I came up with several names including:</p>
<ul>
<li>Lame</li>
<li>The Synthesis Toolkit</li>
<li>OpenAL</li>
<li>DirectSound</li>
</ul>
<p>But I'm unable to find a straightforward example of any of these libraries. Usually I don't mind wading through tons of code, but here I have absolutely no knowledge about the subject and so I always feel like I'm shooting in the dark.</p>
<p>Anyone here have a simple example / tutorial on converting a sound file using any of these libraries? My question is specifically directed towards C/C++ because those are the two languages I'm currently learning and so I'd like to continue to focus on them.</p>
<p><strong>Edit</strong>: One thing I forgot to mention: I'm on a *NIX system.</p>
http://stackoverflow.com/questions/1815208/streaming-mp3-with-open-source-php0Streaming MP3 with open source PHPkonzepz2009-11-29T10:38:52Z2009-11-29T11:41:43Z
<p>What are the best PHP solutions for a <a href="http://blip.fm" rel="nofollow">blip.fm</a>-like fixed audio player?</p>
http://stackoverflow.com/questions/1814457/stream-audio-from-linux-server-with-silverlight0Stream Audio from Linux Server with SilverlightBenny2009-11-29T02:32:37Z2009-11-29T04:32:46Z
<p>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 using Silverlight? If so, how would a person go about setting it up?</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/1544850/open-source-rtp-mixer-translator-exe-or-sdk0Open source RTP mixer/translator exe or sdkBoris2009-10-09T16:38:10Z2009-11-28T21:16:34Z
<p>Hi I need opens source (win 32) sdk or free server with signaling protocol, which implements RTP translator or mixer. e.g receives RTP traffic from one connection and transmits it on the other. Does not have to have conferencing capabilities. </p>
<p>Server should implement some kind of protocol which opens, bridges, and closes connections.</p>
<p>Ready made server is much preferable than just common RTP SDK. </p>
http://stackoverflow.com/questions/1465733/setting-iphone-to-vibrate-and-setting-iphone-back-to-sound-via-app0Setting iphone to vibrate and setting iphone back to sound via app.Cadu2009-09-23T12:42:14Z2009-11-28T14:53:29Z
<p>Folks, I need your knowledge here. </p>
<p>Think about the following sittuation - my app need to set my iphone to vibrate mode on a certain time and get it back to playing sounds mode (for call receiving, sms, email, all common sound notifications) some minutes later.</p>
<p>I've already googled that, and didn't find a good, apple accetable way of doing that:</p>
<p><a href="http://stackoverflow.com/questions/736047/possible-to-programmatically-open-settings-app-from-iphone">http://stackoverflow.com/questions/736047/possible-to-programmatically-open-settings-app-from-iphone</a></p>
<p><a href="http://stackoverflow.com/questions/702319/is-it-possible-to-dynamically-alter-an-iphone-apps-settings-page-in-the-settings">http://stackoverflow.com/questions/702319/is-it-possible-to-dynamically-alter-an-iphone-apps-settings-page-in-the-settings</a></p>
<p><a href="http://stackoverflow.com/questions/1141391/display-iphone-application-settings-within-your-application">http://stackoverflow.com/questions/1141391/display-iphone-application-settings-within-your-application</a></p>
<p><a href="http://stackoverflow.com/questions/335965/how-do-i-launch-my-settings-bundle-from-my-application">http://stackoverflow.com/questions/335965/how-do-i-launch-my-settings-bundle-from-my-application</a> [This one here is interesting, as fas I as find a way to know what is the key for the settings I'm interested in]</p>
<p><a href="http://stackoverflow.com/questions/335965/how-do-i-launch-my-settings-bundle-from-my-application">http://stackoverflow.com/questions/335965/how-do-i-launch-my-settings-bundle-from-my-application</a> [It mentions I can do that, but does not give an idea of how =(]</p>
<p><a href="http://stackoverflow.com/questions/702319/is-it-possible-to-dynamically-alter-an-iphone-apps-settings-page-in-the-settings">http://stackoverflow.com/questions/702319/is-it-possible-to-dynamically-alter-an-iphone-apps-settings-page-in-the-settings</a> [If this is true, I wouldn't be able to do what I want...]</p>
<p>Does anyone there has an idea of how do I do that via app? Many thanks in advance.</p>
http://stackoverflow.com/questions/154412/individual-direcshow-merit-on-audio-renders0Individual DirecShow merit on audio rendersactionhank2008-09-30T18:48:49Z2009-11-28T11:00:04Z
<p>My computer has two external audiocards and one in the motherboard with windows vista. In Vista it sees two entities for the same soundcard, a digital- and a analog output. </p>
<p>When i try to play an videofile with digital audio, say an dvd, it chooses <em>'Default DirectSound'</em> whereas i want it to use '<em>Digital Output Auzentech</em>'. So i thought easy enough, i just change the merit for 'Digital Output Auzentech' to a value higher than the others, so it would be picked, when a application tries to build an play-graph. </p>
<p>The problem i have is that all audio entities has the same id, so by changing 'Digital Output Auzentech', the 'Default Direct Sound' gets the same merit. I believe to have searched google-dry for information about merit, directshow and audiorenders, but still haven't found an answer.</p>
<p>Maybe some of the bright minds, who hang out here could help me </p>
<p>(tools i have used is GSpot and GraphEdit on a Vista Ultimate 32bit)</p>
http://stackoverflow.com/questions/1809190/how-to-identify-the-default-audio-devices-from-a-net-application0How to identify the default audio devices from a .Net application?Dmitry Kadantsev2009-11-27T14:47:41Z2009-11-27T16:10:52Z
<p>Hi community,</p>
<p>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?</p>
<p>"Proper audio devices" probably means - devices which are already set as DEFAULT in Windows.</p>
<p>E.g. Skype (or X-Lite) selects in most cases audio devices properly. But How? Just getting of list of devices don't solve the problem, cause I don't know how to select the proper one.</p>
<p>I suppose that solutions for XP and Vista(7) could be different.</p>
<p>Thank you in advance!</p>
http://stackoverflow.com/questions/322988/hook-to-wm6-sound0Hook to WM6 soundDacto2008-11-27T05:21:10Z2009-11-27T16:00:03Z
<p>How can i hook to the window mobile sound (driver?) and read the data while it is passing it to the speaker.</p>
http://stackoverflow.com/questions/1808899/android-version-of-avaudioplayers-averagepowerforchannel0Android version of AVAudioPlayer's averagePowerForChannelAlexJReid2009-11-27T13:51:13Z2009-11-27T13:51:13Z
<p>Does Android have a similar method to the iPhone AVAudioPlayer's averagePowerForChannel?</p>
<p>I want to get an average reading of the amplitude of as a value. </p>
http://stackoverflow.com/questions/1803131/server-side-audio-mixer-whats-available-can-csounds-do-this0Server side audio mixer. What's available? (Can cSounds do this?)Breton2009-11-26T11:25:54Z2009-11-27T11:07:09Z
<p>I am interested in finding out if there exists a program or library which can perform the following task, and would be suitable for running as part of a server side process on a web site. (it's okay if it takes longer than the 200 milisecond maximum that is reasonable for a single page request-I can run it as an asynchronous process)</p>
<p>The task is this: I have as input a set of audio files, and I have some data about when each audio file should start playing in a timeline. The program should output an audio file which is a mix of the input audio, combined using the timeline data. That is, I want an audio mixer that operates in <strong>batch mode</strong>, and not in real time.</p>
<p>I've done some google searches, but came up a bit frustrated because I'm not exactly sure what I should be looking for. Most audio mixers seem geared towards real time applications like games, and I'm not sure how to find something that does this task as something like a command line utility- purely taking input, and producing output as fast as it can. </p>
<p>I hope this question makes sense.</p>
<p>edit: Someone commented about cSounds, and then deleted it. Can anyone tell me more about csounds? Is it relatively straightforward to do what I'm asking? keep in mind that my input sound files may be between 10-50 seconds long, and I'm not interested in pitch distortion.</p>
<p>How would you accomplish this in cSounds?</p>
http://stackoverflow.com/questions/1802065/digital-sound-processing-in-c-and-possibly-silverlight2Digital Sound Processing in C# (and possibly SilverLight)pistacchio2009-11-26T07:25:17Z2009-11-26T18:05:23Z
<p>Hi,
I need to do some basic and non basic DSP programming in C#. At its core, it includes the generation of a sin wave deciding its frequency in Hertz. Then I'd like to Frequency Modulate it and maybe filter it.</p>
<p>Can you suggest any library to help me? Ideally this should also work in a SilverLight environment, as my aim is to showcase a ultra-basic SilverLight synthesizer.</p>
<p>Thanks in advance</p>
http://stackoverflow.com/questions/1803894/pyaudio-open-how-to-use0PyAudio.open, how to use?TerabyteST2009-11-26T14:13:59Z2009-11-26T14:25:02Z
<p>I'm trying to make a pyaudio input stream but can't figure out how to make it.
What I did is:</p>
<pre><code>a = pyaudio.PyAudio()
</code></pre>
<p>Then tried to call a.open() but I don't know the arguments I should type in. It asks me to check Stream.<strong>init</strong> for a reference, but I don't know what a PA_MANAGER is and the documentation isn't useful at all about it.</p>
http://stackoverflow.com/questions/1803787/recognising-guitar-input-tone-from-mic2Recognising guitar input tone from mic [closed]TerabyteST2009-11-26T13:52:29Z2009-11-26T13:52:29Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/1797631/recognising-tone-of-the-audio">Recognising tone of the audio</a> </p>
</blockquote>
<p>Hi I need to recognize what tone is being played on my mic which inputs in the pc from the mic, with python. What should I use?</p>
http://stackoverflow.com/questions/1798467/detecting-when-an-embed-element-has-loaded-an-audio-file0Detecting when an <embed> element has loaded an audio filedanwellman2009-11-25T17:15:07Z2009-11-25T17:15:07Z
<p>Hi,</p>
<p>I'm using a jQuery plugin (<a href="http://www.soltanrezaey.com/bssound/demo.html" rel="nofollow">http://www.soltanrezaey.com/bssound/demo.html</a>) to add very basic audio-playing capabilities to a web page. The plugin works by creating an 'embed' element (I know, I know...), setting its src to the audio file, setting the autoplay attribute to true and appending it to the page.</p>
<p>Despite the use of the deprecated embed element it works very well cross-browser and is very simple. Plus it was the only one I could find that doesn't use flash.</p>
<p>I'd like to continue using it, but there's just one problem - there is a delay between the embed element being added to the page and the audio clip beginning to play. Is there <em>any</em> way to tell when the audio clip has started playing programmatically?</p>
<p>I tired using the onLoad event, which theoretically shouldn't be fired until the audio clip and therefore the embed element has finished loading, but the event is fired as soon as the embed is added to the page...</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1797631/recognising-tone-of-the-audio3Recognising tone of the audioterabytest2009-11-25T15:19:55Z2009-11-25T16:58:22Z
<p>Hi, I have a guitar and I need my pc to be able to tell what note is being played, recognizing the tone. Is it possible to do it in python, also is it possible with pygame? Being able of doing it in pygame would be very helpful.</p>
http://stackoverflow.com/questions/1786017/real-time-audio-visualisation-in-cocoa1Real-time audio visualisation in Cocoa?robw2009-11-23T21:15:24Z2009-11-25T12:36:59Z
<p>Are there any frameworks or open-source code that would simplify the process of implementing a real-time oscilloscope (time-domain audio visualisation) in OSX?</p>
<p>Ideally, I want to display a simple animated view representing the audio signal being input by the microphone input.</p>
http://stackoverflow.com/questions/1795320/sync-sound-with-nstimer-iphone-sdk0Sync sound with NStimer iphone sdk?Rahul Vyas2009-11-25T07:53:07Z2009-11-25T08:55:29Z
<p>I am creating an application,in my app i am changing images for countdown.I want to play a Tick sound when one second completes(i mean when image changes).I have a 25 second long sound with repeated tick sound and within time interval of 1 second. sometimes it works fine but sometimes it's not.Now how do i sync audio with my timer.any help appreciated thanks.</p>
http://stackoverflow.com/questions/1794010/how-to-use-numpy-with-portaudio-to-extract-bass-mid-treble0How to use numpy with portaudio to extract bass, mid trebleStuart Axon2009-11-25T00:54:49Z2009-11-25T03:26:19Z
<p>As in this example <a href="http://stackoverflow.com/questions/259451/how-to-extract-frequency-information-from-an-input-audio-stream-using-portaudio">http://stackoverflow.com/questions/259451/how-to-extract-frequency-information-from-an-input-audio-stream-using-portaudio</a> I'm curious about portaudio and numpy...</p>
<p>I'm not 100% sure about fft, how can I pass numpy a chunk and get back three values from -1.0 to 1.0 for bass, mid and treble ?</p>
<p>I don't mind if this just for one channel as I can make sense of the audio part of this, it's the maths that swim in front of me when I look at them :)</p>
http://stackoverflow.com/questions/407624/java-for-audio-processing-is-it-practical6Java for Audio Processing is it Practical?Jeff V2009-01-02T18:19:40Z2009-11-24T17:09:13Z
<p>Is Java a suitable alternative to C / C++ for realtime audio processing?</p>
<p>I am considering an app with ~100 (at max) tracks of audio with delay lines (30s @ 48khz), filtering (512 point FIR?), and other DSP type operations occurring on each track simultaneously.</p>
<p>The operations would be converted and performed in floating point.</p>
<p>The system would probably be a quad core 3GHz with 4GB RAM, running Ubuntu.</p>
<p>I have seen articles about Java being much faster than it used to be, coming close to C / C++, and now having realtime extensions as well. Is this reality? Does it require hard core coding and tuning to achieve the %50-%100 performance of C some are spec'ing?</p>
<p>I am really looking for a sense if this is possible and a heads up for any gotchas.</p>
http://stackoverflow.com/questions/1791361/controlling-the-volume-of-other-applications2Controlling the volume of other applicationsAnton Hansson2009-11-24T16:49:40Z2009-11-24T17:05:09Z
<p>I am trying to make an app that controls the volume of another process using the Windows 7 Audio API.</p>
<p>What I'm looking for is the <a href="http://msdn.microsoft.com/en-us/library/dd316531%28VS.85%29.aspx" rel="nofollow">ISimpleAudioVolume</a> for the session used by the other process.</p>
<p>I have tried using the <a href="http://msdn.microsoft.com/en-us/library/dd368281%28VS.85%29.aspx" rel="nofollow">IAudioSessionEnumerator</a> but it will only give me the <a href="http://msdn.microsoft.com/en-us/library/dd368248%28VS.85%29.aspx" rel="nofollow">IAudioSessionControl2</a> of the session. Using the IAudioSessionControl I have managed to receive notifications when I change the volume through sndvol but not change it myself.</p>
<p>I have also tried using <a href="http://msdn.microsoft.com/en-us/library/dd370967%28VS.85%29.aspx" rel="nofollow">GetSimpleAudioVolume()</a> from IAudioSessionManager but it will only give me sessions within the current process.</p>
<p>How do you do it? It should be possible since sndvol is doing this.</p>
http://stackoverflow.com/questions/1789826/extract-duration-from-a-u-law-audio-file-with-java1Extract duration from a U-LAW audio file with JavaCastanho2009-11-24T12:38:17Z2009-11-24T16:01:32Z
<p>I'm trying to extract the duration from a audio file.<br><br>
This audio file is a <strong>U-LAW (G.711/MONO 8.000Hz)</strong>.</p>
<pre><code>static AudioFormat ULAW_FORMAT = new AudioFormat(AudioFormat.Encoding.ULAW, 8000, 8, 1, 1, 8000, false);
</code></pre>
<p>And all the time I'm receiving a exception:<br> <code>javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input file</code></p>
<p>Small part of my source, where I'm receiving the exception:</p>
<pre><code>AudioInputStream inputFileStream = AudioSystem.getAudioInputStream(file);
</code></pre>
<p>or</p>
<pre><code>AudioInputStream inputFileStream = AudioSystem.getAudioInputStream(ULAW_FORMAT, inputFileStream);
</code></pre>
<p><strong>Questions</strong><br>
I'm doing something wrong?<br>
Java is unable to read this type of audio file?<br>
Source failing?</p>
<p>Thanks for any tips!</p>
<p><br>
<strong><em>UPDATING</strong> with jitter comment</em></p>
<p>I tried with this dummy source:</p>
<pre><code>public static void main(String[] args) {
String selectFile = "\\audio\\543288";
AudioInputStream source;
try {
source = AudioSystem.getAudioInputStream(new File(selectFile));
AudioSystem.getAudioInputStream(AudioFormat.Encoding.ULAW, source);
} catch (UnsupportedAudioFileException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}
</code></pre>
<p>And is always failing in the first line in the try!</p>
http://stackoverflow.com/questions/59936/slowing-down-the-playback-of-an-audio-file-without-changing-its-pitch7Slowing down the playback of an audio file without changing its pitch?Joe Cannatti2008-09-12T20:56:53Z2009-11-24T14:55:30Z
<p>I am working on an application for college music majors. A feature i am considering is slowing down music playback without changing its pitch. I have seen this done in commercial software, but cannot find any libraries or open source apps that do anything like this. </p>
<ol>
<li>Are there libraries out there?</li>
<li>How could this be done from scratch from various file formats?</li>
</ol>
<p>Note: I am working in java but am not oppossed to changing languages. </p>
http://stackoverflow.com/questions/703128/real-time-audio-analysis-in-linux3Real Time Audio Analysis In LinuxMAckerman2009-03-31T21:27:22Z2009-11-24T11:05:49Z
<p>I'm wondering what is the recommended audio library to use?</p>
<p>I'm attempting to make a small program that will aid in tuning instruments. (Piano, Guitar, etc.). I've read about ALSA & Marsyas audio libraries.</p>
<p>I'm thinking the idea is to sample data from microphone, do analysis on chunks of 5-10ms (from what I've read). Then perform a FFT to figure out which frequency contains the largest peak. </p>
http://stackoverflow.com/questions/1727205/streaming-audio-clips-from-iphone-to-server2Streaming Audio Clips from iPhone to serverBeezulbub2009-11-13T04:54:49Z2009-11-24T00:48:07Z
<p>I'm wondering if there are any examples atomic examples out there for streaming audio FROM the iPhone to a server. I'm not interested in telephony or SIP style solutions, just a simple socket stream to send an audio clip, in .wav format, as it is being recorded. I haven't had much luck with the google or other obvious avenues, although there seem to be many examples of doing this the other way around.</p>
http://stackoverflow.com/questions/1786196/how-do-you-create-a-web-audio-playlist0How do you create a web audio playlist?Alex2009-11-23T21:41:33Z2009-11-23T22:01:15Z
<p>Hi. I'm researching ways to create a web radio station of sorts. It will have streaming MP3 audio from TV programs for users to listen to. They should have the option of just listening to the stream or pick the shows they'd like to hear and add them to their playlist. </p>
<p>It needs to be usable by folks on mobile devices, so Flash is out for that reason. Also, the admin folks should be able to add programs to the player and maintain the list of available programs. </p>
<p>Are there any existing tools for such an app? We work in a Unix, PHP, Java environment with MySQL and Oracle db. We'll even take a solution that's in ASP.NET! Your assistance is much appreciated. Thanks.</p>
http://stackoverflow.com/questions/1785443/configure-tv-capture-card-to-not-use-external-audio-jack-for-tv-audio-output0Configure TV Capture card to not use external audio jack for TV audio output [closed]Adam D.2009-11-23T19:37:26Z2009-11-23T19:37:26Z
<p>I had this working with MythTV on Ubuntu 9.1. Then a power surge killed the motherboard. After replacing the motherboard, ram and cpu, the card does not produce any audio except through the output jack on the back of the card.</p>
<p>I do not want to use a cable to go from the back of the card to the audio in on the built in sound card of the new mother board.</p>
<p>FYI, the old motherboard did not have an on-board sound card. There was a separate audio card installed.</p>
<p>There's some configuration that has to be done to have it work the same way again. I just have no idea where to start.</p>
<p>This is regarding wintv hauppauge mythtv linux ubuntu 9.10 audio</p>
http://stackoverflow.com/questions/1784396/how-to-mix-audio-samples2How to mix audio samples?ralle2009-11-23T16:43:51Z2009-11-23T18:55:10Z
<p>My question is not completely programming-related, but nevertheless I think SO is the right place to ask.</p>
<p>In my program I generate some audio data and save the track to a WAV file. Everything works fine with one sound generator. But now I want to add more generators and mix the generated audio data into one file. Unfortunately it is more complicated than it seems at first sight.
Moreover I didn't find much useful information on how to mix a set of audio samples.</p>
<p>So is there anyone who can give me advice?</p>
<p>edit:</p>
<p>I'm programming in C++. But it doesn't matter, since I was interested in the theory behind mixing two audio tracks. The problem I have is that I cannot just sum up the samples, because this often produces distorted sound.</p>