more sound bugs

About Monkey 2 Forums Monkey 2 Development more sound bugs

This topic contains 1 reply, has 2 voices, and was last updated by  Mark Sibly 2 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7482

    AdamStrange
    Participant

    ok, further to the (sound beginning being clipped) I have found that stereo waves are not correctly supported. in that Panning has no effect on them.

    Whilst strictly not a bug, it is also a failure. Stereo samples should be able to be panned then same as mono samples.

    I found this

    http://stackoverflow.com/questions/9118957/setting-panning-in-openal-ios

    Which explains that OpenAl wont pan any sounds with more than 1 channel. And that for this to operate correctly a stereo sample should be operated as two separate channels that then allow panning.

    It does seem that the sound implementation Mark has used, is (in some ways) severely flawed, or botched?

    #7489

    Mark Sibly
    Keymaster

    This is just how openal works – I am ‘faking’ panning by positioning the audio source, and it doesn’t work with stero (kinda understandably).

    I may be able to ‘fake’ stero panning somehow in the future, but it’s very low priority.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.