genodelabs / goa

Tool for streamlining the development of Genode applications
GNU Affero General Public License v3.0
19 stars 18 forks source link

Support for new record/play audio interfaces (Error: runtime requires unknown <play/>) #84

Closed mewmew closed 2 months ago

mewmew commented 2 months ago

The new record/play audio interfaces for audio playback and recording have recently been integrated into genode and genode-world.

A corresponding update to Goa seem to be required for it to recognize these new interfaces.

As an example, when using goa run to start the sdl2_playmus example, the following error is presented:

[sdl2_playmus] Error: runtime requires unknown <play/>

Perhaps it would be possible to "automatically" (?) hook the record/play session up to the black hole component when using Goa run? At least until audio playback support is added to Goa run on Linux.

jschlatow commented 2 months ago

Fixed by 3fe6b55