Skip to content

Commit cf41c71

Browse files
authored
Merge pull request #423 from endurance21/getLevel
removed the testing of getLevel Method of p5.SoundFile
2 parents 006cfed + bf1c751 commit cf41c71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/tests/p5.SoundFile.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ define(['chai'], function(chai) {
6868
}, 100);
6969
});
7070

71-
it('can getLevel', function(done) {
72-
expect( sf.isPlaying() ).to.equal(true);
73-
setTimeout(function() {
74-
expect(sf.getLevel()).not.equal(0.0);
75-
done();
76-
}, 100);
77-
});
78-
7971
var peaks, firstPeak;
8072
it('can get peaks', function() {
8173
peaks = sf.getPeaks(sf.buffer.length);

0 commit comments

Comments
 (0)