Audio component now has panning, volume, playback speed and works

This commit is contained in:
Antoine Pilote
2023-09-22 21:30:56 -04:00
parent 1bc3eb7ddb
commit 60d6af1341
10 changed files with 165 additions and 46 deletions

View File

@@ -119,13 +119,6 @@ namespace Nuake {
ImGui::SameLine();
if (ImGui::Button(ICON_FA_MUSIC, ImVec2(30, 30)))
{
Nuake::AudioManager::Get().QueueWavAudio("jump.wav");
}
ImGui::SameLine();
ImGui::Dummy(ImVec2(ImGui::GetContentRegionAvail().x - 120, 30));
ImGui::SameLine();