Skip to content

Commit

Permalink
Add initial ALSA implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Mar 24, 2024
1 parent 5b452a9 commit 00bc57f
Show file tree
Hide file tree
Showing 7 changed files with 661 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ add_subdirectory(backends)

target_link_libraries(crossaudio
PRIVATE
$<TARGET_NAME_IF_EXISTS:be_alsa>
$<TARGET_NAME_IF_EXISTS:be_oss>
$<TARGET_NAME_IF_EXISTS:be_pipewire>
$<TARGET_NAME_IF_EXISTS:be_wasapi>
Expand Down
Loading

0 comments on commit 00bc57f

Please sign in to comment.