[haiku-3rdparty-dev] Re: Question about codec/media support for gcc4 apps

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-3rdparty-dev@xxxxxxxxxxxxx
  • Date: Sun, 3 Jun 2012 12:59:54 -0400

On Sun, Jun 3, 2012 at 12:14 PM, Barrett <barrett666@xxxxxxxxx> wrote:
> in the past months a guy tried to implement a class to play sounds
> notifications  in caya, the class used BFileGameSound to play the
> sounds.

Any particular reason for solving it that way?
system_beep()/add_system_beep_event() should be fine for that kind of
use case, and they don't suffer from that ABI problem since they don't
require loading codecs into the app's address space.

Regards,

Rene

Other related posts: