Search code examples
linuxaudiogtkmm

Audio feedback for gtkmm application


I am developing a gtkmm application. I am using linux.

I was wondering if there is a way to provide audio feedback to the user when he/she executes some action?

I found a related post on audio feedback for gtkmm here. But it does not provide a proper solution.


Solution

  • There is libcanberra for triggering event sounds from the system's sound theme. I don't know if it is available from gtkmm.

    If you want more flexibility to play music, etc., then you'll want gstreamermm.