Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/veandco/bing-rs

Rust bindings to the Bing API
https://github.com/veandco/bing-rs

👕 refactor(speech): cargo fmt

6eb9c78c6e54a56a09136eff92f9f6444df7348b authored about 6 years ago by Lilis Iskandar <[email protected]>
chore: Update README.md

Signed-off-by: Lilis Iskandar <[email protected]>

e1493c25daf93ace680b4d91b02acd63c767433b authored over 6 years ago by Lilis Iskandar <[email protected]>
v0.0.4

Signed-off-by: Lilis Iskandar <[email protected]>

d8470d771c2a8a9e0ae075b21ef0bf5c0dbe7b5a authored over 6 years ago by Lilis Iskandar <[email protected]>
build(build.rs): Write generated header file into $OUT_DIR

Signed-off-by: Lilis Iskandar <[email protected]>

d1830a07c958a015a43a5d39aa2c554cf094f942 authored over 6 years ago by Lilis Iskandar <[email protected]>
feat(speech): Auto-generate header file using cbindgen

Signed-off-by: Lilis Iskandar <[email protected]>

efe4a4379b2ba85daaae73c8b19acb0c7479c3b4 authored over 6 years ago by Lilis Iskandar <[email protected]>
Add bing_speech_recognize()

Signed-off-by: Lilis Iskandar <[email protected]>

65840b347b41cc78df4b63cbf74f171e54bd8e47 authored over 6 years ago by Lilis Iskandar <[email protected]>
Add voice fonts for C bindings and some fixes

Signed-off-by: Lilis Iskandar <[email protected]>

a818f9664a6721b30ef97a9d4eaeae17db97a8b8 authored over 6 years ago by Lilis Iskandar <[email protected]>
Add bing_speech_synthesize() function for C and don't take ownership of C memory

Signed-off-by: Lilis Iskandar <[email protected]>

0f6bf8f36a5ce19b8ea8de52821c52f24b27ca97 authored over 6 years ago by Lilis Iskandar <[email protected]>
Implement synthesize() method for speech synthesis with example

Signed-off-by: Lilis Iskandar <[email protected]>

d646ca6bf80eaffaf6bddfb6f7204e3a2767b49c authored over 6 years ago by Lilis Iskandar <[email protected]>
v0.0.3

Signed-off-by: Lilis Iskandar <[email protected]>

9c1b5443245e97bc703aaa0d7fe9dd4efac0ccfa authored over 6 years ago by Lilis Iskandar <[email protected]>
cargo fmt

Signed-off-by: Lilis Iskandar <[email protected]>

950013c3570cb6d91154469b385e0f79da8779f1 authored over 6 years ago by Lilis Iskandar <[email protected]>
Re-enable and update C bindings

Signed-off-by: Lilis Iskandar <[email protected]>

44aeea906e1718b2b574e1488338a9a361a47a60 authored over 6 years ago by Lilis Iskandar <[email protected]>
More Websocket code refactoring

Signed-off-by: Lilis Iskandar <[email protected]>

66588ca6f2c9cbcaaf6b4c390a0eb752f3fabcfb authored over 6 years ago by Lilis Iskandar <[email protected]>
Update Websocket examples to not use Arc and Mutex for the Websocket handles

Signed-off-by: Lilis Iskandar <[email protected]>

3167877c1a6cb1eb3603d57b6cf591859caddd8e authored over 6 years ago by Lilis Iskandar <[email protected]>
Update Websocket examples to use detailed format and reduce redundant prints

Signed-off-by: Lilis Iskandar <[email protected]>

af6731dfb1c765a75756c81a4e56df4fc581eafa authored over 6 years ago by Lilis Iskandar <[email protected]>
wip: Update some Websocket code

Signed-off-by: Lilis Iskandar <[email protected]>

d804e026e2c5799b18332a1c959e4fd2baccf5d3 authored over 6 years ago by Lilis Iskandar <[email protected]>
Refactor Websocket code

Signed-off-by: Lilis Iskandar <[email protected]>

bef4ba9641f6d8a392514eaf9e5045e42f01cdcb authored over 6 years ago by Lilis Iskandar <[email protected]>
Make websocket() return a Handle instead of Arc<Mutex<Handle>>

Signed-off-by: Jacky Boen <[email protected]>

a02904a3fc7ad9333d2c8aa30b9a9d5d2c1e3e18 authored over 6 years ago by Jacky Boen <[email protected]>
Update websocket examples to automatically fetch token after certain period

Signed-off-by: Lilis Iskandar <[email protected]>

fa4e973069d1ff200739286d3cdd61e85674499b authored over 6 years ago by Lilis Iskandar <[email protected]>
Add auto_fetch_token() method to Speech

Signed-off-by: Lilis Iskandar <[email protected]>

073f0ae4d3c8f59051e1cba7b4c88f4265f6b049 authored over 6 years ago by Lilis Iskandar <[email protected]>
Add comments

Signed-off-by: Lilis Iskandar <[email protected]>

da8ed3ca11e0c1fc8f4c6fbec281baf465efa2a9 authored over 6 years ago by Lilis Iskandar <[email protected]>
v0.0.2

Signed-off-by: Lilis Iskandar <[email protected]>

4d47119f587bdc4e76087d907455f4d88e5d53eb authored over 6 years ago by Lilis Iskandar <[email protected]>
Exclude assets during packaging

Signed-off-by: Lilis Iskandar <[email protected]>

5ba69e6b6b2027418e588b51e9092debb1a99cb5 authored over 6 years ago by Lilis Iskandar <[email protected]>
Use environment variables for setting subscription key and endpoint id in examples

Signed-off-by: Lilis Iskandar <[email protected]>

a597b6699f936f0572fc5e06d2e9db7ebf8b1e5c authored over 6 years ago by Lilis Iskandar <[email protected]>
Implement Websocket and Custom Speech API

Signed-off-by: Lilis Iskandar <[email protected]>

3ce1c981098e3fb9860e410a8ea95a48a914415f authored over 6 years ago by Lilis Iskandar <[email protected]>
speech: Fix code example in comments

Signed-off-by: Lilis Iskandar <[email protected]>

9d57bc2e4304b6e4f93a7041eab7d5383a231e05 authored over 6 years ago by Lilis Iskandar <[email protected]>
Move src/error/mod.rs to src/error.rs

Signed-off-by: Lilis Iskandar <[email protected]>

653aa522d59754e24caac794f927f570dbd7aad1 authored over 6 years ago by Lilis Iskandar <[email protected]>
speech: Make *Language enums implement Display trait instead of ToString

Signed-off-by: Lilis Iskandar <[email protected]>

1f5e178c977bf5df60f0d829aa53f632a6f270e1 authored over 6 years ago by Lilis Iskandar <[email protected]>
speech: Refactored speech recognition URI formatting code

Signed-off-by: Lilis Iskandar <[email protected]>

2700d12b6983f9d74609e04cbdefdfeeba150443 authored over 6 years ago by Lilis Iskandar <[email protected]>
Add LICENSE

Signed-off-by: Lilis Iskandar <[email protected]>

53d5358d960c543e0224d0e4b385d7a3ad7c9eb2 authored over 6 years ago by Lilis Iskandar <[email protected]>
Update Cargo.toml

Signed-off-by: Lilis Iskandar <[email protected]>

15546d94a44404bf859835e3d7404abe9b8952ab authored over 6 years ago by Lilis Iskandar <[email protected]>
cargo fmt

Signed-off-by: Lilis Iskandar <[email protected]>

a5d496c9bd395f57d18ef976e2998487a377be7f authored over 6 years ago by Lilis Iskandar <[email protected]>
Add Cargo.lock to .gitignore

Signed-off-by: Lilis Iskandar <[email protected]>

38377dc357ca93100e80167d778383e08a0b6187 authored over 6 years ago by Lilis Iskandar <[email protected]>
Remove Cargo.lock

Signed-off-by: Lilis Iskandar <[email protected]>

22e2b064d22a1f52046b82c977e49853e893e486 authored over 6 years ago by Lilis Iskandar <[email protected]>
Add some documentation

Signed-off-by: Lilis Iskandar <[email protected]>

a68fcab96eb9055aef7c057501c083049de4e404 authored over 6 years ago by Lilis Iskandar <[email protected]>
Add option to use different mode, language, and format

Signed-off-by: Lilis Iskandar <[email protected]>

3e00f4f72391a323be2f5c06c35ad2e3b4697270 authored over 6 years ago by Lilis Iskandar <[email protected]>
Initial commit

Signed-off-by: Lilis Iskandar <[email protected]>

51dce4f56d415a04e4980664998fb2323b501401 authored over 6 years ago by Lilis Iskandar <[email protected]>