summaryrefslogtreecommitdiff
path: root/include/user/audioenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/audioenc.h')
-rw-r--r--include/user/audioenc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/user/audioenc.h b/include/user/audioenc.h
new file mode 100644
index 0000000..a2c996f
--- /dev/null
+++ b/include/user/audioenc.h
@@ -0,0 +1,9 @@
+#ifndef _DOLCESDK_PSP2_AUDIOENC_H_
+#define _DOLCESDK_PSP2_AUDIOENC_H_
+
+#include_next <audioenc.h>
+
+/* Audio encoder type */
+#define SCE_AUDIOENC_TYPE_SILK (0x2007U) /* Only use with sceAudioencCreateEncoderResident() */
+
+#endif /* _DOLCESDK_PSP2_AUDIOENC_H_ */