Skip to content

Commit

Permalink
Bind in nxau
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Aug 29, 2023
1 parent c460dfa commit 07c3d4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simple.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
(:coreaudio (find-drain :org.shirakumo.fraf.mixed.coreaudio))
(:dummy (find-drain :org.shirakumo.fraf.mixed.dummy))
(:jack (find-drain :org.shirakumo.fraf.mixed.jack))
(:nxau (find-drain :org.shirakumo.fraf.mixed.nxau))
(:oss (find-drain :org.shirakumo.fraf.mixed.oss))
(:out123 (find-drain :org.shirakumo.fraf.mixed.out123))
(:pulse (find-drain :org.shirakumo.fraf.mixed.pulse))
Expand All @@ -37,6 +38,7 @@
(or (try :sdl2)
(try :out123)
(try :jack (c org.shirakumo.fraf.mixed.jack jack-present-p))
#+nx (try :nxau)
#+bsd (try :oss (probe-file "/dev/dsp"))
#+windows (try :wasapi (<= 6 (ldb (byte 8 0) (cffi:foreign-funcall "GetVersion" :int32))))
#+windows (try :xaudio2)
Expand Down

0 comments on commit 07c3d4e

Please sign in to comment.