We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006cfed commit bf1c751Copy full SHA for bf1c751
test/tests/p5.SoundFile.js
@@ -68,14 +68,6 @@ define(['chai'], function(chai) {
68
}, 100);
69
});
70
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
-
79
var peaks, firstPeak;
80
it('can get peaks', function() {
81
peaks = sf.getPeaks(sf.buffer.length);
0 commit comments