This topic lists the main recommendations, requirements, and best practices for developers who are building Community plug-ins for Wwise. Review the list and refer to the linked documentation to ensure that your plug-in satisfies Audiokinetic's requirements.
- 주요 기술 요구 사항. Review the Community plug-in technical requirements (that is, what your plug-in must and must not do).
- 오디오 플러그인. This section and all of its subtopics are relevant to developers who are creating Audio plug-ins. The following topics and subsections are especially helpful:
- 개발 도구 사용하기. This section explains how to use wp.py (a tool written in Python) to create plug-ins, which you can then build upon as desired.
- 오디오 플러그인의 Authoring(저작) 부분 작성하기. This section explains how to write the Authoring part of an Audio plug-in.
- 오디오 플러그인의 사운드 엔진 부분 작성하기. This section explains how to write the Sound Engine part of an Audio plug-in.
- 예제: 로우패스 필터 플러그인 개발하기. This topic provides an example of how to code an Audio plug-in, in this case a lowpass filter.
- Testing Audio Plug-ins. This topic lists a series of guidelines and tests that developers can run to ensure that their plug-in is compatible with Wwise.
- Wwise 음원 플러그인 및 효과 플러그인 문제 해결 안내. This topic provides solutions to common problems that plug-in developers encounter.
- 소스 컨트롤 플러그인. This section and its subtopics explain how to create plug-ins that integrate Wwise with source control systems such as Perforce or Subversion.
- Plug-in Packaging Format for the Audiokinetic Launcher. This topic describes the packaging format required for plug-in distribution through the Audiokinetic Launcher as well as the plug-in store.