fix normalization on library songs
This commit is contained in:
parent
2dd13756b4
commit
be6ccbada7
4 changed files with 92 additions and 77 deletions
|
@ -234,7 +234,6 @@ const CiderBase = {
|
|||
try {
|
||||
const metadata = await mm.parseBuffer(buffer, 'audio/x-m4a');
|
||||
SoundCheckTag = metadata.native.iTunes[1].value
|
||||
console.log(SoundCheckTag)
|
||||
win.webContents.send('SoundCheckTag',SoundCheckTag)
|
||||
} catch (error) {
|
||||
console.error(error.message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue