Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated SDL Sound code #336

Merged
merged 1 commit into from Nov 17, 2019
Merged

Updated SDL Sound code #336

merged 1 commit into from Nov 17, 2019

Commits on Nov 16, 2019

  1. Extended SDL Sound functions

    This implements the extended GLK sound functions:
    
    glk_schannel_create_ext()
    glk_schannel_play_multi()
    glk_schannel_set_volume_ext()
    glk_schannel_pause()
    glk_schannel_unpause()
    
    Sound and volume notifications are still not working properly.
    See bug report garglk#204 and pull request garglk#337.
    
    These changes only touch the SDL sound backend.
    
    I've made a test program here:
     https://github.com/angstsmurf/soundtest/releases
    angstsmurf committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    b6f71d5 View commit details
    Browse the repository at this point in the history