Tuesday, 22nd May 2012.

Posted on Sunday, 28th February 2010 by admin

as3soundeditorlibとは、MITライセンスを基づいて発表され、オープンソースのActionscript 3のサウンド編集ライブラリです。
MP3ファイルのスペクトラムやキューポインタを表示できて、キューポイントの間にナビとプレーバックもできるようです。
Application displays a spectrum of the mp3 file, displays cue points from a file, and allows navigation and playback of mp3 and navigation between cue points. MIT-license.

Tags: , , ,
Posted in ActionScript, Flash Project | Comments (0)

Posted on Sunday, 21st December 2008 by admin

小さなサウンドの場合、外部のファイルからサウンドをロードする代わりに埋め込みサウンドを使用するのは最も有効です。
アプリケーションにサウンドファイルを埋め込むと、そのサウンドファイルのサイズだけ SWF ファイルのサイズが増加します。つまり、アプリケーションに大きなサウンドファイルを埋め込むと、SWF ファイルが望ましくない大きなサイズになる可能性があります。
Flex アプリケーションにサウンドアセットを埋め込む場合、次のような方法があります。

Tags: , , , ,
Posted in Flex | Comments (0)