대체적으론 쓸만하고...
대충코딩해도 얼충 잘 돌아간다... ^________^
뮤자게 장점이다.
대충 쿵닥쿵짝 만들긴 좋은데...
테스트하기도 좋코...
각종UI 도 먼저 볼수 잇고
나름 대단한 프로그램이라 생각한다..
나중엔 어떻게 될까... ㅇㅇ .
2007년 10월 11일 목요일
2007년 10월 4일 목요일
TTS - 언제 어디서나 어느때나 소리에 관한 연구~
The EULER Project
지금은 베타 2.0 쫌만 기다리면 오픈 API 로
지금보다 쪼금만더 사람의 목소리에 근접한다면 말이지.
내가 보기엔 지금도 만족스러운데..
나보다 소리가 좋아~ ㅇ_______ㅇ;
지금은 베타 2.0 쫌만 기다리면 오픈 API 로
지금보다 쪼금만더 사람의 목소리에 근접한다면 말이지.
내가 보기엔 지금도 만족스러운데..
나보다 소리가 좋아~ ㅇ_______ㅇ;
2007년 10월 2일 화요일
2007년 9월 29일 토요일
2007년 9월 26일 수요일
2007년 9월 21일 금요일
flash sound play script
//backsound("01");
//배열순서에 대로,사운드 여기 사운드만 중단.
_global.soundloop_SetVolume = function(Value) {
//볼륨
soundPlayer.setVolume(Value);
};
_global.soundloop = function(s1,loopvalue) {
var soundList = new Array();
soundPlayer.stop();
for (var i = 0; i var tt = s1+".mp3";
// tellTarget("1.mp2");
soundList.push(tt);
}
totalSound = soundList.length;
soundPlayer = new Sound();
soundPlayer.loadSound(soundList[0], 1);
soundPlayer.onSoundComplete = function() {
if (soundNo soundNo++;
soundPlayer.loadSound(soundList[soundNo], 1);
soundPlayer.position;
}
};
soundNo = 0;
};
//soundarray = new Array("01");
//soundPlayer("01");
_global.sound = function (s1) {
stopAllSounds();
var tt = s1+".mp3";
//tellTarget("1.mp2");
soundList = [tt];
totalSound = soundList.length;
s = new Sound();
s.loadSound(soundList[0], 1);
s.onSoundComplete = function() {
if (soundNo soundNo++;
s.loadSound(soundList[soundNo], 1);
s.position;
}
};
soundNo = 0;
};
sound("001");
//soundloop("001",3);
//아 노력부족으로 인한 작업 속도 느림 ㅜㅜ
//배열순서에 대로,사운드 여기 사운드만 중단.
_global.soundloop_SetVolume = function(Value) {
//볼륨
soundPlayer.setVolume(Value);
};
_global.soundloop = function(s1,loopvalue) {
var soundList = new Array();
soundPlayer.stop();
for (var i = 0; i
// tellTarget("1.mp2");
soundList.push(tt);
}
totalSound = soundList.length;
soundPlayer = new Sound();
soundPlayer.loadSound(soundList[0], 1);
soundPlayer.onSoundComplete = function() {
if (soundNo
soundPlayer.loadSound(soundList[soundNo], 1);
soundPlayer.position;
}
};
soundNo = 0;
};
//soundarray = new Array("01");
//soundPlayer("01");
_global.sound = function (s1) {
stopAllSounds();
var tt = s1+".mp3";
//tellTarget("1.mp2");
soundList = [tt];
totalSound = soundList.length;
s = new Sound();
s.loadSound(soundList[0], 1);
s.onSoundComplete = function() {
if (soundNo
s.loadSound(soundList[soundNo], 1);
s.position;
}
};
soundNo = 0;
};
sound("001");
//soundloop("001",3);
//아 노력부족으로 인한
피드 구독하기:
글 (Atom)