Whispercpp

Latest version: v0.0.17

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

Scan your dependencies

Page 1 of 3

0.0.17

Fixes a compatibility bug with GCC < 10, thanks mmyjona

python
pip install -U whispercpp


New Contributors
* hay made their first contribution in https://github.com/aarnphm/whispercpp/pull/72
* mmyjona made their first contribution in https://github.com/aarnphm/whispercpp/pull/74

**Full Changelog**: https://github.com/aarnphm/whispercpp/compare/v0.0.16...v0.0.17

0.0.16

- deprecating from_sampling_type to accept the enum. Users should use from_enum instead.
Make sure to upgrade to the latest version


python
pip install -U whispercpp

0.0.15

Highlights
- Fixes 20 where the language was causing memory corruption.
- Supports for `whisper_state` initialization through `no_state` constructor:
python
m = whispercpp.Whisper.from_pretrained("tiny.en", no_state=True)

One can then initialize the state before inference:
python
m.context.init_state()

- Refactor Params with builder pattern (recommended):
python
p = whispercpp.Params.from_enum(whispercpp.api.SAMPLING_GREEDY).with_print_progress(False).with_language("de").build()

The previous behaviour of setting property are still allowed for backward compatibility, but now deprecated and will be removed in 0.1.0

- Added new functionalities by pajowu for converting token as bytes

python
api.Context.token_to_bytes(...)


- ARM wheels for M1 are now available.
- Removing llvm toolchain, and using GCC for compilation.

New Contributors
* pajowu made their first contribution in https://github.com/aarnphm/whispercpp/pull/52

**Full Changelog**: https://github.com/aarnphm/whispercpp/compare/v0.0.12...v0.0.15

0.0.12

- This is the same as 0.0.10 but with prebuilt wheels.

0.0.10

- Added experimental streaming audio support with SDL.
- Enable hermetic toolchain, allowing users to easily setup extensions.
- Supports for `on_new_segment` callback for Python
- Fix compilation on Linux to match performance upstream.

Install the latest version with `pip`:

bash
pip install -U whispercpp


New Contributors
* rroohhh made their first contribution in https://github.com/aarnphm/whispercpp/pull/29

**Full Changelog**: https://github.com/aarnphm/whispercpp/compare/v0.0.8...v0.0.10

0.0.9

Broken release with bad regex changes

**Full Changelog**: https://github.com/aarnphm/whispercpp/compare/v0.0.8...v0.0.9

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.