Skip to content

Commit

Permalink
deploy: [FE] 2주차 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
Songwonseok committed Dec 4, 2020
2 parents f9171d7 + f072d19 commit e867c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ import './SourceUpload.scss';
const mergedBuffer = await AudioUtil.mergeChannels(audioBuffer);
const channelData = mergedBuffer.getChannelData(0);
const parsedChannelData = await AudioUtil.parsePeaks(mergedBuffer, 7500);

this.source = new Source(file, audioBuffer, parsedChannelData, channelData);
}

Expand Down

0 comments on commit e867c24

Please sign in to comment.