Tagged Questions
0
votes
0answers
14 views
Flash CS6 AS3: Audio is playing from previous frames when using gotoAndStop
When I'm using MovieClip(root).gotoAndStop() to navigate to another frame. The audio in the movieclips from the frames between will start playing. The audio is set to "STREAM" in all movieclips and ...
0
votes
1answer
20 views
Flash CS6 AS3 play sound on one frame only, stop when left frame
I have a scene which has a frame for each screen that I want to display to the user. Each frame has a movieclip which contains all the elements for that screen. The first frame's movieclip has frame1 ...
0
votes
1answer
622 views
wami recoreder with java
To use wami recorder with java api wich file is needed. I have it's version with flash which contain
index.html as follow
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" ...
0
votes
1answer
4k views
how to mute sound in flash as2
I want to mute the sound not pause....i already using setVolume script on other buttons.
If their is any other option for mute please let me know..
0
votes
2answers
73 views
Fast Fourier Transform With Microphone Input Data in AS3
Is it possible to get the source of adobes flash.media.SoundMixer class ?
If it is, where can i find / get it ?
I waht to "clone" the .computeSpectrum() function to transform a raw sound wave ( ...
-1
votes
2answers
43 views
create cross browser audio player that look same
I want to create application like grooveshark or dhingana.com
i have managed to create an audio player with html 5 audio.
and all the link to the audio file are generated on the fly by javascript. ...
0
votes
0answers
21 views
flash player for wma and ogg files?
Is this possible ? I'm looking for a web audio player that can stream WMA or OGG files but i can only find flash mp3 players..
1
vote
1answer
2k views
API for Speex codec in Flash/Flex
With AIR 2 allowing access to mic data, it's possible to save/process audio locally. Adobe provides a WAVWriter example but is there any API access to the Speex codec?
3
votes
2answers
119 views
Is there a way to programmatically extract the sound portion of a Flash SWF file with .NET?
Do any libraries exist with this functionality? Any recommendations would be useful. Thanks.
0
votes
2answers
42 views
getMicrophone() in as3 only works when using setLoopBack()
I want to monitor the microphone audio input with flash ( as3 ).
This is just a tiny part of my code, but actually the problem is in there.
var mic:Microphone = Microphone.getMicrophone();
...
1
vote
1answer
2k views
Actionscript sound playback accuracy in Flash 10
We have an AS3 player that requires Flash 10 (to overcome old issues with 9 and playback offsets) to handle clipping of audio. However when I select start and end points to playback from, many times ...
1
vote
1answer
916 views
AS3 click sound at the start of recording
I'm currently recording sound and storing the byte array for playback and subsequent encoding to mp3.
Unfortunately though I am getting a click sound at the very beginning of the recording.
I have ...
2
votes
1answer
260 views
Programatically Mixdown of audio tracks (no playback)
I've found some excellent demos of how to mix together sound objects together for live playback. See the working example bellow...
But can it be done programatically without any playback so I can ...
0
votes
1answer
779 views
Audio not playing in Flash AS3
I've been trying to play an external sound file in Flash and failing miserably.
The code couldn't be simpler:
var s:Sound = new Sound();
var req:URLRequest = new ...
0
votes
1answer
510 views
Cutting sound in actionscript
I know how to record audio in actionscript 3. But is it possible to cut away something from the final sound file in actionscript?
My use case is, that the user can jump to a specific point in the ...