タグ

audioに関するhigayasuoのブックマーク (2)

  • Autoplay audio files on an iPad with HTML5

    I would like to also emphasize that the reason you cannot do this is a business decision that Apple made, not a technical decision. To wit, there was no rational technical justification for Apple to disable sound from web apps on the iPod Touch. That is a WiFi device only, not a phone that may incur expensive bandwidth charges, so that argument has zero merit for that device. They may say they are

    Autoplay audio files on an iPad with HTML5
  • ダウンロード可能な Audio Unit 関連のサンプルコード11個 - Qiita

    Audio Unit は、iOS の Core Audio においてもっとも低レベル(ハードウェアより)に位置するフレームワークです。そのため低レイテンシを要求されるオーディオ処理機能を提供するアプリに向いています。 「ユニットをつなげて複雑なオーディオ処理を実現する」というしくみ(AUGraph)を持っており、まるでギターのエフェクターをつないで音をつくるようにユニット同士を結合できて、実装していて楽しいフレームワークでもあります。 ただ API は全部 C ベースだし、音を再生するだけでも(AVAudioPlayer 等と比較すると)複雑だったりするので、参考になるサンプルをいろいろと集めてみました。 どの Audio Unit を使用しているか(kAudioUnitSubType_xxxx で判断) どういうサンプルか 最終更新はいつか の観点からまとめています。 使用ユニットの項目

    ダウンロード可能な Audio Unit 関連のサンプルコード11個 - Qiita
  • 1