PSPSDK 2025-03-30
|
Enumerations | |
enum | PspAudioFrequencies { PSP_AUDIO_FREQ_44K = 44100 , PSP_AUDIO_FREQ_48K = 48000 } |
Functions | |
int | sceAudioSetFrequency (int frequency) |
Set audio sampling frequency. | |
This module contains the imports for audio frequencies.
enum PspAudioFrequencies |
int sceAudioSetFrequency | ( | int | frequency | ) |
Set audio sampling frequency.
frequency | - Sampling frequency to set audio output to - either 44100 or 48000. |