タグ

soundとAPIに関するefclのブックマーク (2)

  • [iOS] iOS Core Audio 入門 # 1 概要編 | DevelopersIO

    はじめに シリーズ「iOS Core Audio」ではiOS 2.0からiOSに標準搭載されている「CoreAudio」と呼ばれるオーディオ処理用のソフトウェアインターフェイスを扱っていきます。 今回はCore Audioのフレームワーク群の概要を見ていきます。 目次 Core Audio ? Core Audioを構成するフレームワーク/サービス Inter-App Audio 実機とシミュレータ 外部ハードウェアとの連携 iOSのバージョンとCore Audio まとめ Core Audio ? 「Core Audio」はオーディオ処理用のフレームワークの総称であり、アプリ内でオーディオを再生、録音、ミックス、生成することをサポートします。MIDIコンテンツを扱ったり、他のアプリにオーディオやMIDIをストリーミングしたりすることも可能です。 多数のフレームワークが用意されており、簡

    [iOS] iOS Core Audio 入門 # 1 概要編 | DevelopersIO
    efcl
    efcl 2014/05/15
    iOSのCore Audio周りについてドキュメント等のリンクがまとまってる。 Inter-App Audioやハードウェアについても書かれてる
  • Web Audio API comes to Firefox – Mozilla Hacks - the Web developer blog

    We have been working on implementing the Web Audio API in Firefox for a while now, and we currently have basic support for the API implemented on Firefox Nightly and Firefox Aurora. Web Audio provides a number of cool features that can be used in order to create music applications, games, and basically any application which requires advanced audio processing. Features Here are some examples of the

    Web Audio API comes to Firefox – Mozilla Hacks - the Web developer blog
    efcl
    efcl 2013/07/10
    Firefox 24でWeb Audio APIのサポート
  • 1