Commit Graph

7 Commits

Author SHA1 Message Date
Georgi Gerganov
d02960259b ref #77 : add MT protocols to ggwave.js + new API for setting freqStart 2022-09-10 17:57:37 +03:00
Georgi Gerganov
40422d437c js, examples : fix a few minor issues caused by the recent API changes 2022-07-22 16:57:01 +03:00
Georgi Gerganov
81f7647c81 js : fix test and example 2022-05-02 19:39:59 +03:00
Georgi Gerganov
d135fbbef4 js : decode now returns typed array and cannot be null
If no data is decoded, then the returned array is empty.
2022-05-02 19:07:06 +03:00
Georgi Gerganov
bd9d6b1d81 ggwave-js : simplify example (#21)
Now that ggwave support input resampling, we don't need to resample
in javascript
2021-02-21 00:43:37 +02:00
Georgi Gerganov
2774040fdd Create README.md 2021-02-13 07:53:32 +02:00
Georgi Gerganov
19f353018d Javascript bindings (#14)
* Initial version ready

- bindings are in `bindings/emscripten.cpp`
- minimal Javascript example is in `examples/ggwave-js`

* add npm package + add test-ggwave.js

* js : rename export name to "ggwave_factory"

* update to v0.1.5

* Update README.md

* npm : add npm-publish target
2021-01-24 17:25:58 +02:00