[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Add sndio sound support for OpenBSD (#451)

ckeen notifications at github.com
Mon Dec 9 10:26:16 UTC 2019


This commit introduces a new plugin "vm-sound-sndio" which uses the
native OpenBSD sound system as backend.

This commit is meant as an initial introduction of the plugin, as
sound output currently blocks the whole VM.

The plugin is not loaded by default and should only get built when
running on OpenBSD.

My intention with this pull request is to get the infrastructure for future improvements up and running, so further development is easier for me and people have a way of testing the plugin.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/451

-- Commit Summary --

  * Add sndio sound support for OpenBSD

-- File Changes --

    M build.linux64x64/squeak.cog.spur/build/mvm (2)
    A platforms/unix/vm-sound-sndio/acinclude.m4 (23)
    A platforms/unix/vm-sound-sndio/sqUnixSndioSound.c (201)
    M platforms/unix/vm/sqUnixMain.c (3)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/451.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/451.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/451
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191209/91975f07/attachment.html>


More information about the Vm-dev mailing list