I'm coding in Objective-C for the iPhone and I am trying create an array that plays a series of sounds. For example the first time I press the button I want it play sound "0.wav", but the second time I want it to play "1.wav", then "2.wav", "3.wav", etc. Then when I've played a total of 14 sounds (up to "13.wav") I want the loop to star...
Where can I find free sound effects for a game?
...
Hello all,
in flash I know there is the flash.media.Video class. This class can capture video recording, here's its documentation:
The Video class displays live or
recorded video in an application
without embedding the video in your
SWF file. This class creates a Video
object in an Adobe Flash or Adobe Flex
interface that ...
hi .
i am having a sound ,length of 1:30min. I embedded it into my swf and sync it with the frame.
What i need is to pause and play this sound by my action script.
how to do this ? Any ideas?
...
I have an issue with an Actionscript 2 piece of code. I'm trying to load a song and start playing it at the 50th second until the end.
var song:Sound = new Sound();
song.setVolume(100);
song.loadSound(songToPlay,true); // songToPlay is a valid path
song.start(50);
This loads and play the Sound, but at the begining and not at 50 second...
Ubuntu plays a couple of sound files at its startup. These sound effects become annoying when one is in a meeting where such noise distracts everyone else. What is the easiest way to disable the two sound files that are played when Ubuntu boots and the user logs in? Is there a way to automatically mute the system volume at the startup?
...
In my app i write for record
NSArray *filePaths = NSSearchPathForDirectoriesInDomains (NSDocumentDirectory, NSUserDomainMask, YES);
NSString *recordingDirectory = [filePaths objectAtIndex: 0];
NSString *resourcePath = [recordingDirectory stringByAppendingString:@"/sound.caf"];
self.soundFileURL = [NSURL fileURLWithPath...
I'm trying to write a batch process that can take an MP3 file and mute certain parts of it, ideally in Python or Java.
Take this example: Given a 2 minute MP3, I want to mute the time between 1:20 and 1:30. When saved back to a file, the rest of the MP3 will play normally -- only that portion will be silent.
Any advice for setting this...
I've searched the net but didn't found anything interesting. Maybe I'm doing something wrong.
I'm looking for sound synthesis API written on C, C++ or even Objective-C, which can synthesize different types of waves, effects are optional.
...
I have several sound objects in flash, I would like to mix different points in these sound files to create a single masterpiece and save it as an mp3.
I've seen various "mixer" applications online and would like to know what area(s) to look at to be able to do this myself.
...
How play standard system sounds from a Python script?
I'm writing a GUI program in wxPython that needs to beep on events to attract user's attention, maybe there are functions in wxPython I can utilize?
...
Hi,
I'm making Braid in Java. If you rewind the time, the sound plays backward
Does somebody now how to play a wav backward? Maybe with a stream with something like previous()???
On the site of braid can you see what I mean.
Solved!!: See my own post!!!!!!
Thanks
...
I have a directory with about 50 wav files that I need to convert to caf, because AudioServicesCreateSystemSoundID() returns an error for some of them (but not all).
Here's an example of the command I've used successfully for a single file:
afconvert -f caff -d LEI16@44100 -c 1 whistle.wav whistle.caf
How do I do this quickly - not o...
I wish to play Tones in WPF from a sound card device (not system speaker).
Im disappointed to find that apart from playing a beep or a wav file WPF does not have any native way to play simple sound frequencies. ie play(freq, duration);
Looking into using DirectX DirectSound Ive hit a problem on how WPF using windows handles, as Direct X...
I am searching for a component to:
analyzing and comparing sound data
drawing the sound histogram.
Are there any guides or other suggestions on how to accomplish this?
...
hi whatsup?
im making a SAMPLER program where each key from 1 to 9 will make a different sound.
everything is working great, But.. when i press two (or more) sounds at the same time, the second one "kills" the first one
im playing the sounds from .WAV files, using SoundPlayer.
how can i solve this?
thanks!
...
Hi,
i want to convert 3gp file to wave file can i do it programmatically . As the headers are different is it possible .Any help would be appreciated
Thanks in advance.
...
Hi, I'm trying to create a sound application, somewhat like Spotify using nAudio open source library. The application is only intended as a personal archive of my own song ideas.
Most functionality works great but the WaveChannel32(New WaveFileReader) doesn't support URLs it seems.
Now, the sound files themselves lie in a folder on a ...
i want to play a warning sound in C# at some event\decision
how to play sounds in C# winforms and adjust volumes etc
...
I'm using Page Control example from Apple. I want to be able to scroll horizontally to certain page and get the sound automatically play when viewing that page? And then sound stop when viewing the other page?
So, for example. On page 1, i have some texts. When i go to the next page which is on page 2, i want sound to be automatically p...