mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 11:21:00 +00:00
Start testing of AudioContext class.
This commit is contained in:
parent
f2f59590ac
commit
f36fe39044
|
@ -27,17 +27,8 @@ namespace Examples
|
|||
|
||||
public static void AlcUnitTestFunc()
|
||||
{
|
||||
/*
|
||||
AudioContext[] context = new AudioContext[]
|
||||
{
|
||||
new AudioContext(),
|
||||
new AudioContext(),
|
||||
new AudioContext("Generic Software"),
|
||||
new AudioContext("Spelling mistake")
|
||||
};
|
||||
*/
|
||||
AudioContext context = new AudioContext();
|
||||
|
||||
AudioContext audio = new AudioContext();
|
||||
/*
|
||||
AlDevice MyDevice;
|
||||
AlContext MyContext;
|
||||
|
|
Loading…
Reference in a new issue