Skip to content

decasteljau/waapi-hello-wwise-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Wwise - Typescript Sample

Overview

This samples demonstrates how to connect to Wwise with the Wwise Authoring API (WAAPI) using Typescript, async/await and Node.js. Clone this project to quickly bootstrap your WAAPI projects.

This project is based on waapi-client-ts.

Requirements

  1. Node.js
  2. git

Setup

It works best with Visual Studio Code. Ensure you have typescript 2.x+ installed. Run the following commands.

Install dependencies:

npm install

Build Typescript:

npm run build

Execution

First, ensure WAAPI is enabled in Wwise:

  • menu Project/Preferences
  • Check Enable Wwise Authoring API
  • Click OK
  • Restart Wwise

Then, open a Wwise Project.

Run the following commands from the directory containing index.js, or use the built-in debugger in Visual Studio Code.

node index.js

The code

The code is located in index.ts. Have fun!

About

Wwise Authoring API quick start project with Typescript and node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published