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.
私のアプリではOpenAl、オーディオソングをトリミングするために使用していますが、どのように変換alSourcePlay(source);するのNSDataですか?
OpenAl
alSourcePlay(source);
NSData
誰か助けてくれませんか?
ExtAudioFileWrite を使用してバッファー データを NSDocumentDirectory に書き込むことができます。次に、そのパスを使用して Nsdata に変換できるバッファーのパスを取得します。
err = ExtAudioFileWrite(destinationFile, StartingFrameOffset, &theDataBuffer);