Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションでは、sqlite データベースを使用して非常に多くのサウンド ファイルを使用したいと考えています。
オーディオ ファイルを NSData としてダウンロードし、AVAudioPlayer にロードできます。
-(id)initWithData:(NSData *)data error:(NSError **)outError
ここから得た答え