Synthizer

Latest version: v0.12.6

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.7.1

- Attempt releasing 32-bit Python wheels.

0.7.0

- Add a noise generator.
- Internal fixes to filters.

0.6.4

- Python bindings now release the GIL in from_stream.

0.6.3

- Re-enable dr_flac SIMD.
- Fix a bug with resampling when decoding to buffers.

0.6.1

This release temporarily disables dr_flac SIMD support until resolution of [this upstream
issue](https://github.com/mackron/dr_libs/issues/143).

0.6.0

Features

- Major improvements to StreamingGenerator:
- Position and looping are now exposed.
- Streaming now happens in a background thread.
- Streaming now builds up a buffer which prevents underruns.
- Note that this uses a bunch of as-yet-untested threading/concurrency stuff that hasn't been exercised heavily, so if
you notice bugs please open issues.
- Introduce a stereo panning strategy. Note that this will become the default panning strategy in the future, because
it's the only one that's safe on all speaker arrangements. If you want HRTF, request it by setting
`SYZ_P_PANNER_STRATEGY` on the context and/or sources.

Bugs Fixed

- Throw an exception instead of silently crashing on invalid audio files.
- Fix the fundamentally broken DirectSource mixing logic. This probably still needs some improvement but is no longer
fundamentally broken.
- Fix Stream seeking when using LookaheadByteStream internally. This fixes/allows for StreamingGenerator to seek, and
may also fix loading of audio files into buffers in some cases.
0.5.0

- Roll out a deferred freeing strategy, which uses C++ custom allocators to move freeing pointers to a background thread
that wakes up on a period. This doesn't move all freeing, but gets a vast majority of it. The impact is that it will
take a little while for any large memory allocations to actually free, but that freeing will (mostly) not happen on
any thread but the freeing thread, including threads from users of the public API. This is the first step to
eventually decreasing latency below 20MS or so, though the upshot of that work won't be seen for a while.
- Decouple Buffer from context. The manual already claimed that we did, but the library itself didn't. Calls to create
buffers no longer needa context passed in.
- Gains are now scalars instead of DB. This is because it is valuable to be able to know which combinations of gains sum
to 1 in order to prevent clipping.
- For reference, you can get a scalar gain from DB as `10**(db / 20)` if you need it.
- Fix creating buffers of files which require resampling.

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.