PSPSDK 2025-02-06
|
Enumerations | |
enum | PspAudioFrequencies { PSP_AUDIO_FREQ_44K = 44100 , PSP_AUDIO_FREQ_48K = 48000 } |
Functions | |
int | sceAudioSetFrequency (int frequency) |
Set audio sampling frequency. | |
enum PspAudioFrequencies |
int sceAudioSetFrequency | ( | int | frequency | ) |
Set audio sampling frequency.
frequency | - Sampling frequency to set audio output to - either 44100 or 48000. |