Audio Library or Wrapper for use with GtkD?

Mike Wey mike-wey at example.com
Sun Jul 28 17:45:23 UTC 2019


On 28-07-2019 11:41, Ron Tarrant wrote:
> Hi all,
> 
> After some initial research, I'm left wondering if there's a suitable 
> audio library that could be (or is being) used by cross-platform GtkD 
> applications. I've found a few mentions of people doing audio 
> programming in D, but so far, no real meat-n-taters examples or API.
> 
> I did find a mention of 'mp3' and a couple others for 'audio' and 
> 'sound' in the GtkD wrapper code, but nothing concrete.
> 
> Mainly what I'm hoping to find is something that will allow audio 
> playback that can be triggered from a callback, but if it also dips into 
> manipulation of sound samples, start, stop, pause, rewind, etc. that 
> would be a nice addition.
> 

GtkD includes a binding for Gstreamer 
(https://gstreamer.freedesktop.org/) a small example of playing audio 
can be found here: 
https://github.com/gtkd-developers/GtkD/blob/master/demos/gstreamer/helloworld/gstreamer_helloworld.d

-- 
Mike Wey


More information about the Digitalmars-d mailing list