Skip to content

Commit

Permalink
Cleanup TestMixChannel.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzBrueckner committed Apr 5, 2024
1 parent 953b5d4 commit a14a1c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tests/auratests/channels/TestMixChannel.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ package auratests.channels;

import utest.Assert;

import kha.arrays.Float32Array;

import aura.Types.Balance;
import aura.channels.MixChannel;
import aura.dsp.sourcefx.SourceEffect;
import aura.types.AudioBuffer;

@:access(aura.channels.MixChannel)
class TestMixChannel extends utest.Test {
static inline var channelLength = 16;

var mixChannel: MixChannel;
var mixChannelHandle: MixChannelHandle;

Expand Down

0 comments on commit a14a1c9

Please sign in to comment.