vm-sound-pulse

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

vm-sound-pulse

stes
 

VM: 5.0 branch 'solaris'
In the file platforms/vm/sqUnixMain.c there is a list of vm-sound- plugins
to try.

In my case on Solaris the vm-sound-pulse works best for me, so I've put it
first in the list:

  { &soundModule,   "sound",   "pulse"  },
  { &soundModule,   "sound",   "OSS"    },
  { &soundModule,   "sound",   "MacOSX" },
  { &soundModule,   "sound",   "Sun"    },
  { &soundModule,   "sound",   "ALSA"   },
  { &soundModule,   "sound",   "null"   },

The vm-sound-OSS also works well.  The vm-sound-Sun does not work for me,
but I think it is old code for Sun SPARC so I should test it sometime on
SPARC someday although that Solaris has moved to 'pulseaudio'.

Is it reasonable to put "pulse" on top of the search list ??

It is also possible to command-line start squeak with -vm-sound-pulse or
-vm-sound-OSS to select another plugin ... but given the fact that
vm-sound-pulse works (at least for me) I thought maybe it makes sense to put
it first in the search list.

How is this on other platforms ?



--
Sent from: http://forum.world.st/Squeak-VM-f104410.html