Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amishshah committed Feb 22, 2019
1 parent cf60585 commit 9f7970f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prism-media",
"version": "1.0.0",
"version": "1.0.1",
"description": "Easy-to-use stream-based media transcoding",
"main": "src/index.js",
"types": "typings/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion test/volumetransform.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ async function testVolume(type) {
let fixtures = fixturesAll.concat(type.includes('16') ? fixtures16 : fixtures32);
expect.assertions(fixtures.length);
for (const { test, expected, volume } of fixtures) {

const output = new AudioSource({ data: writeBuffer(test, type) })
.pipe(new prism.VolumeTransformer({ type, volume }));

Expand Down

0 comments on commit 9f7970f

Please sign in to comment.