m1dugh / native-sound-mixer

MIT License
25 stars 13 forks source link

Improve Dependencies #18

Closed hrueger closed 2 years ago

hrueger commented 2 years ago

Hi @m1dugh, thanks for this library. This PR improves three things:

In my opinion , the second one is the most important one, as it saves over 60 MB of disk space when the library is installed:

Before After
![grafik](https://user-images.githubusercontent.com/18656830/190896511-ea7ae684-522a-4648-8620-cc5e43d35c56.png) ![grafik](https://user-images.githubusercontent.com/18656830/190896508-801c494b-7e58-4750-b8d4-5d856d02ed91.png)

My app is packaged as an Electron Universal Build (arm64 for M1 and x86 for Intel in a single installer). Therefore, dependencies are included twice. This makes the app smaller by about 122 MB ;-)