Releases: OpenNBS/nbswave
Releases · OpenNBS/nbswave
0.4.0
0.3.0
0.2.2
- Fixed arbitrary data possibly being exported due to an improper array initialization.
- Fixed output being normalized even when it was not clipping, making the exported track louder than it should.
- Fixed track always being mixed with the default audio parameters, despite being saved correctly.
- Fixed pop in the exported track due to wrong peak calculation.
- Fixed a bug in estimating the song length, which caused the output array to be resized multiple times — a costly operation.
0.2.1
0.2.0
- Added option to
exclude_locked_layers
from the exported track. - Added
sample_rate
andchannels
settings to therender_audio()
function. - Transformed sounds are no longer held in memory all at once, dramatically reducing memory usage while exporting a track.
- Fixed a
MemoryError
occurring when exporting songs with a lot of notes. - Fixed a bug in song length calculation on NBS versions 1 and 2.