add sdl audio input/output devices and add by default (if audio works)

This commit is contained in:
2024-09-27 17:38:14 +02:00
parent d89ab0bf42
commit 61b9044f94
5 changed files with 356 additions and 0 deletions

View File

@@ -108,6 +108,9 @@ target_sources(tomato PUBLIC
./frame_streams/stream_manager.hpp
./frame_streams/stream_manager.cpp
./frame_streams/sdl/sdl_audio2_frame_stream2.hpp
./frame_streams/sdl/sdl_audio2_frame_stream2.cpp
./stream_manager_ui.hpp
./stream_manager_ui.cpp
)