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

@@ -60,7 +60,7 @@ public:
ImGui::Text("Volume");
ImGui::TableNextColumn();
ImGui::DragFloat("##Volume", &component.Volume, 0.00f, 1.0f);
ImGui::DragFloat("##Volume", &component.Volume, 0.001f, 0.0f, 2.0f);
ImGui::TableNextColumn();
ComponentTableReset(component.Volume, 1.0f);