pcm出力初期化割り当て


pcm出力解放


pcmデータ出力関数

int sceAudioOutput(int channel, int vol, void *buf);
int sceAudioOutputBlocking(int channel, int vol, void *buf);
int sceAudioOutputPanned(int channel, int leftvol, int rightvol, void *buffer);
int sceAudioOutputPannedBlocking(int channel, int leftvol, int rightvol, void *buffer);

設定変更関係

int sceAudioGetChannelRestLen(int channel);//Get count of unplayed samples remaining.
int sceAudioSetChannelDataLen(int channel, int samplecount); //多分reserveの第2引数の変更
int sceAudioChangeChannelConfig(int channel, int format); //多分reserveの第3引数の事後変更
int sceAudioChangeChannelVolume(int channel, int leftvol, int rightvol); //多分ボリューム変更

サンプル

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2009年01月30日 23:51