Added new WASAPI driver for Windows
This commit is contained in:
parent
bd282ff43f
commit
8e814774b1
8 changed files with 460 additions and 1 deletions
8
drivers/wasapi/SCsub
Normal file
8
drivers/wasapi/SCsub
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
Import('env')
|
||||
|
||||
# Driver source files
|
||||
env.add_source_files(env.drivers_sources, "*.cpp")
|
||||
|
||||
Export('env')
|
||||
Loading…
Add table
Add a link
Reference in a new issue