GNOME Bugzilla – Bug 571489
Migrate from deprecated gnome_sound to libcanberra
Last modified: 2009-03-26 16:11:40 UTC
(and also get rid of those esd_* calls if they are direct esound calls please) See http://www.freedesktop.org/wiki/Specifications/sound-theme-spec ; and maybe http://bugzilla.gnome.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=canberra&status_whiteboard_type=allwordssubstr&keywords_type=allwords&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED for some sample implementations. ./gok/gok/gok-sound.c:static gint gnome_sound_connection; ./gok/gok/gok-sound.c: gnome_sound_init ("localhost"); ./gok/gok/gok-sound.c: gnome_sound_connection = gnome_sound_connection_get (); ./gok/gok/gok-sound.c: fsync (gnome_sound_connection); ./gok/gok/gok-sound.c: gnome_sound_shutdown (); ./gok/gok/gok-sound.c: esd_sample_free (gnome_sound_connection, *((gint *)sample_id) ); ./gok/gok/gok-sound.c: *sample_id = gnome_sound_sample_load (copy_of_soundfile, ./gok/gok/gok-sound.c: esd_sample_play (gnome_sound_connection, *sample_id);
*** This bug has been marked as a duplicate of 572913 ***