somefixes
This commit is contained in:
parent
5bd5d92370
commit
9578dcf85c
4 changed files with 30 additions and 21 deletions
|
@ -1192,6 +1192,10 @@ export class BrowserWindow {
|
|||
LocalFiles.cleanUpDB()
|
||||
})
|
||||
|
||||
LocalFiles.eventEmitter.on('newtracks', (data) => {
|
||||
BrowserWindow.win.webContents.send('getUpdatedLocalList', data);
|
||||
});
|
||||
|
||||
ipcMain.on('writeWAV', (event, leftpcm, rightpcm, bufferlength) => {
|
||||
|
||||
function interleave16(leftChannel: any, rightChannel: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue