👩💻 Join our community of thousands of amazing developers!
intro Hello, once again! It’s been three weeks since the last update, so here we go. Good news, there is active development of the virtio sound driver for Haiku. Key progress includes achieving playback on the device. Getting the buffers ready. We need to tell hmulti_audio where it should expect to write and read the audio frames, to do that we need to fill out a structure called multi_buffer_list: struct multi_buffer_list { // [...] int32 return_playback_buffers; int32 return_playback_channels;...