Lecrapouille / gdcef

[Plugin][Version 0.12.1][Functional] Chromium Embedded Framework Webview for Godot 3 and 4

Home Page:https://discord.gg/EckEwy7S5U

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audio bus output

Loudened opened this issue · comments

This is really awesome. The best CEF attempt so far :)
Is there a way to grab the audio stream from CEF and pipe it through a Godot audio bus, so that we can make it 3d positional?

@Loudened maybe this commit #31 but since I git rebased the project GitHub failed showing the diff, but the PR did not pass my code review at this epoch lol. Here is the initial commit pixaline@e99d5b1**

Ah yes! This looks like exactly what I mean.
Although also looks like it's not compatible with the current branch and no-one has worked on it for some time :(

It's working I added @pixaline PR but currently, I cannot swap between pure CEF audio and routing audio to Godot. Once one is selected, we cannot swap to second mode.

Edit: ah ok I understand now: if you select one mode, to swap of mode you have to pause/play the html bouton of the page

@Loudened I committed in branch https://github.com/Lecrapouille/gdcef/tree/dev-audio-routing, demo 2D, tell me if OK for you I'll merge in main branches.

Oups! in this branch my C++ got a typo inside a "if" and Godot segfault. I will merge routing sound in the godot-4 branch. Updated demos with AudioStreamPlayer2D and AudioStreamPlayer3D respectively