PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspaudio_kernel.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspaudio.h - Prototypes for the sceAudio library.
7 *
8 * Copyright (c) 2005 Adresd
9 * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
10 * Copyright (c) 2007 cooleyes
11 * Copyright (c) 2007 Alexander Berl <raphael@fx-world.org>
12 *
13 */
14#ifndef PSPAUDIO_KERNEL_H
15#define PSPAUDIO_KERNEL_H
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
33
41int sceAudioSetFrequency(int frequency);
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* PSPAUDIO_KERNEL_H */
int sceAudioSetFrequency(int frequency)
Set audio sampling frequency.
PspAudioFrequencies
Definition pspaudio_kernel.h:27
@ PSP_AUDIO_FREQ_48K
Sampling frequency set to 48000Hz.
Definition pspaudio_kernel.h:31
@ PSP_AUDIO_FREQ_44K
Sampling frequency set to 44100Hz.
Definition pspaudio_kernel.h:29