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