Skip to content

Commit

Permalink
Add Version Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMorpheus407 committed Nov 28, 2023
1 parent faac3ad commit f5fcdfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
document.getElementById('generate-audiobook').addEventListener('click', generateAudiobook);

console.log("Version 0.9.1");

async function mergeAudioBlobsAndDownload(audioBlobs) {
const audioContext = new (window.AudioContext || window.webkitAudioContext)();
const buffers = [];
Expand Down

0 comments on commit f5fcdfb

Please sign in to comment.