Coder Social home page Coder Social logo

Comments (2)

Voyager0001 avatar Voyager0001 commented on July 3, 2024 1

It works just fine! It's exactly as you said. I think my error was starting to learn wwise in godot first and as such there's just no detailed tutorials available for newbies. Thank you so much for taking the time!

from wwise-godot-integration.

alessandrofama avatar alessandrofama commented on July 3, 2024
  1. You are trying to post an Event but have only loaded the Init bank. This will not contain Events. See: https://www.audiokinetic.com/en/library/edge/?source=SDK&id=concept_banks.html
    You will have to create another Soundbank, add your go Event to it and load it after the Init bank.

  2. You are trying to a Soundbank by using the *_id function of the Wwise singleton. This is only supported if you 1) Disable the Use SoundBnk Names for Filenames setting in the Project Settings of the Wwise Authoring application. 2) Disable the Use SoundBank names setting in the Wwise setting withing Godot (-> Project Settings-Toggle Advanced settings-Wwise). This is described here in the wiki: https://github.com/alessandrofama/wwise-godot-integration/wiki/Loading-Soundbanks

After doing this it should work fine. Is it enough info or do you need more help?

from wwise-godot-integration.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.