Updated using (AudioContext) declaration.
This commit is contained in:
parent
192ee1ba42
commit
06fea0526e
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ namespace Examples
|
|||
|
||||
public static void Main()
|
||||
{
|
||||
AudioContext context = new AudioContext();
|
||||
|
||||
using (AudioContext context = new AudioContext())
|
||||
using (SoundReader sound = new SoundReader(filename))
|
||||
{
|
||||
Console.WriteLine("Testing WaveReader({0}).ReadToEnd()", filename);
|
||||
|
|
Loading…
Reference in a new issue