summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/user/audiodec.h9
-rw-r--r--include/user/audioenc.h9
2 files changed, 18 insertions, 0 deletions
diff --git a/include/user/audiodec.h b/include/user/audiodec.h
new file mode 100644
index 0000000..9bc7e5e
--- /dev/null
+++ b/include/user/audiodec.h
@@ -0,0 +1,9 @@
+#ifndef _DOLCESDK_PSP2_AUDIODEC_H_
+#define _DOLCESDK_PSP2_AUDIODEC_H_
+
+#include_next <audiodec.h>
+
+/* Audio decoder type */
+#define SCE_AUDIODEC_TYPE_SILK (0x1007U)
+
+#endif /* _DOLCESDK_PSP2_AUDIODEC_H_ */
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_ */