aboutsummaryrefslogtreecommitdiff
path: root/elac-decode
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-14 14:56:07 +0200
committerMinteck <contact@minteck.org>2022-06-14 14:56:07 +0200
commitdcfb6ada53d66182e0cdebc836df6f7bc3386c12 (patch)
tree2aba5914d8e0585b89d7822f001c3dc06d734aca /elac-decode
parent298fe9906d363a02408a3f3443ca63950e9a4778 (diff)
downloadelac-dcfb6ada53d66182e0cdebc836df6f7bc3386c12.tar.gz
elac-dcfb6ada53d66182e0cdebc836df6f7bc3386c12.tar.bz2
elac-dcfb6ada53d66182e0cdebc836df6f7bc3386c12.zip
Change underlying codecs... again
Diffstat (limited to 'elac-decode')
-rwxr-xr-xelac-decode2
1 files changed, 1 insertions, 1 deletions
diff --git a/elac-decode b/elac-decode
index 02fb824..4963806 100755
--- a/elac-decode
+++ b/elac-decode
@@ -73,7 +73,7 @@ for (let input of inputs) {
console.log("Decoding \"" + inputFile + ":/" + input._id + "\"...");
- let outFile = os.tmpdir() + "/elac-play-temp/" + input._id + ".opus";
+ let outFile = os.tmpdir() + "/elac-play-temp/" + input._id + ".ogg";
if (input.lossless) {
outFile = os.tmpdir() + "/elac-play-temp/" + input._id + ".flac";
}