Neutone / neutone_sdk

Join the community on Discord for more discussions around Neutone! https://discord.gg/VHSMzb8Wqp
GNU Lesser General Public License v2.1
470 stars 22 forks source link

Fix dtype when reading AudioSample and remove NamedTemporaryFile #21

Closed bogdanteleaga closed 1 year ago

bogdanteleaga commented 1 year ago

We found a problem while exporting rave models, apparently soundfile returns double arrays by default.

bogdanteleaga commented 1 year ago

Had to also remove NamedTemporaryFile due to isues on Windows