-
as seen on Super User
- Search for 'Super User'
Is it possible to create another audio device and redirect only wanted input streams to it?
Here's my concrete problem:
I am broadcasting a game via XFire and it uses the Windows audio device to capture any audio I receive. As I am broadcasting, other users who watch the video stream are communicating…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I'm wanting to make my own small webpage, I've got a domain Saoo.eu
As you see there is a small play button in the corner witch plays a playlist. Is there anyway to have that playbutton on each page I'd add in the future without resetting every time the page changes?
Am I forced to use iFrames for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have this source code from 2001 that I would like to compile.
It gives this:
$ make
g++ -O99 -Wall -DLINUX -pedantic -c -o audio.o audio.cpp
In file included from audio.cpp:7:
audio.h:14: error: use of enum ‘mad_flow’ without previous declaration
audio.h:15: error: use of enum ‘mad_flow’ without…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking at Apple's 'aurioTouch' example for the iPhone and I would like to play an mp3 or wav instead of using the built in mic. I am very new to the audio portion of iPhone programming, but I think I need to modify the SetupRemoteIO(...) function and replace the AudioComponent named 'comp' with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to create something similar like Piano app on the iPhone. When people tap a key, it play a piano note. Basically, there will have only 7 notes (C) at the moment. Each note is a .caf file and its length is 5 seconds.
I do not know if there is any way to save the song user played and export…
>>> More