Readalongs

Latest version: v1.0.20230228

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

Scan your dependencies

Page 4 of 4

0.1.5

This release mainly adds a lot of documentation, which you can see at https://soundswallower.readthedocs.io/en/latest/

Also, some convenient APIs have been added to get configuration parameter descriptions, and to decode an entire file in one shot.

The next release will be 0.2, which will introduce a new JavaScript API, and probably continue to remove unused code on the C side.

0.1.4

Actually, just one embarrassing problem - the byte-swapping code was totally confused and only worked by pure luck. And actually it didn't work in JavaScript, which is how I found the problem. Which brings me to the main purpose of this release: JavaScript!

Yes, compiling to JavaScript and running on both Node.js and "the browser" (or at least a few of them) is now totally functional. The API is very much subject to change, because I didn't write it and I don't really like it. Nonetheless, I am eternally grateful to the author of PocketSphinx.JS who came up with the idea of doing this in the first place, and who wrote the current demo. A future release, maybe the next one, will have a rewritten and "modernized" API and hopefully a more interesting demo as well.

On the Python side, the command-line interface has all its functionality complete. The major improvement under the hood is the ability to iterate over `Config` objects, which also allows us to write the configuration to a JSON file. This is also an API which I don't like, and unfortunately, I *did* write this one. It is now less annoying than it used to be, though. I suggest no longer prefixing `Config` options with dashes, and if possible just passing options to the `Decoder` constructor.

A few other minor bugs were also fixed.

0.1.3

This release switches the Python API to use Cython instead of SWIG, making the code somewhat more readable (but not actually smaller). In addition, the Config class has been improved in various ways, to allow a more Pythonic interface. There is some magic involved. It will likely change again in the future to remove this magic at the C level.

JavaScript builds compile but have not been tested, this will be the next release, probably.

0.1.2

[0.1.2](https://github.com/ReadAlongs/Web-Component/compare/0.1.1...v0.1.2) (2021-10-01)


Features

* add appropriate commands to package.json ([808cd68](https://github.com/ReadAlongs/Web-Component/commit/808cd68a5d899f2973e34366f5742a19b3ecb7f9))


Bug Fixes

* correct Copyright statement ([a918eed](https://github.com/ReadAlongs/Web-Component/commit/a918eede73e2c8b4481d8e12b3fda54caabf6248))
* **assets:** the lagecy behaviour, in 0.1.0 and 0.0.7, was to only have images in assets/ ([b24e736](https://github.com/ReadAlongs/Web-Component/commit/b24e736be913c0bdaec38f9119dad32177bdb26e))
* **ci:** stall when running integration tests ([2b6a594](https://github.com/ReadAlongs/Web-Component/commit/2b6a59423872805cd0439241726bdf0015ace18b))


Documentation

* document how to run the tests ([fd43856](https://github.com/ReadAlongs/Web-Component/commit/fd438561f18614a8cfcfa88d7f051dab493994bd))
* **assets:** adjust the docs about assets for image urls ([f9b6fe4](https://github.com/ReadAlongs/Web-Component/commit/f9b6fe429426fdaa281ad51d9b08404c324588d6))
* update import snippet ([75b97b1](https://github.com/ReadAlongs/Web-Component/commit/75b97b16170bb271c154714f2967b73999833545))


Code Refactoring

* **cy:** extract commands: cy.readalong()/cy.readalongElement() ([3bacec1](https://github.com/ReadAlongs/Web-Component/commit/3bacec122b326503cc844ffa73a83f1ed9fdb055))


Continuous Integration

* added ci release workflow ([621a905](https://github.com/ReadAlongs/Web-Component/commit/621a90564f31692da78479b54cfd16979b6e4f8b))
* fix version bumping and commit tagging ([b740f1b](https://github.com/ReadAlongs/Web-Component/commit/b740f1b1e4e0eb9ad9c632a3a4208d714801ce4d))
* setup Cypress CI ([d8a8034](https://github.com/ReadAlongs/Web-Component/commit/d8a80341ff5f954abd7441c459bdac3978556acb))
* use actions git config ([e1d2bb3](https://github.com/ReadAlongs/Web-Component/commit/e1d2bb33d7e0f3afca37af6a95b2dfc5571771a7))


Tests

* add ej-fra readalong as test data ([d170dd9](https://github.com/ReadAlongs/Web-Component/commit/d170dd9d07dd89ed3ec65c9efda71ae8181cc0b5))
* get a test working ([d8d9c25](https://github.com/ReadAlongs/Web-Component/commit/d8d9c25deebeb06de7e3040b5be11cfd7954ec22))
* progress bar skips pages ([d1e9883](https://github.com/ReadAlongs/Web-Component/commit/d1e98835caeea547846a58bca73edf0529e25e53))

0.1.1

The Python module build now works properly from both source and binary, and this is tested with the force alignment test in ReadAlong-Studio.

0.1

Very preliminary release of SoundSwallower, which may or may not work! The API is subject to change but is basically the same as PocketSphinx/SphinxBase just in the 'soundswallower' namespace (for both C header files and Python modules).

The Windows wheel was built with Visual Studio 2017 and should work with Python 3.7 there... the Linux wheel is built on Ubuntu 19.10, so I am unsure if it will work for, well, anybody. Yay, Linux.

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.