Skip to content

Commit

Permalink
common.js: use showcqt@2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcc64 committed Mar 9, 2024
1 parent 88184b8 commit f6a9f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

async function start_showcqtbar(width, height, bar_h, stream) {
var {ShowCQT} = await import("https://cdn.jsdelivr.net/npm/showcqt@1/showcqt.mjs");
var {ShowCQT} = await import("https://cdn.jsdelivr.net/npm/showcqt@2/showcqt.mjs");
var audio_ctx = new(window.AudioContext || window.webkitAudioContext)();
function resume_audio_ctx() {
if (audio_ctx.state === "suspended") {
Expand Down

0 comments on commit f6a9f29

Please sign in to comment.