https://github.com/raqbit/minimodem.js
Bringing MiniModem to the web using Emscripten
https://github.com/raqbit/minimodem.js
Last synced: 12 months ago
JSON representation
Bringing MiniModem to the web using Emscripten
- Host: GitHub
- URL: https://github.com/raqbit/minimodem.js
- Owner: raqbit
- License: mit
- Created: 2020-01-12T20:55:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T21:05:13.000Z (over 6 years ago)
- Last Synced: 2025-01-11T04:18:55.600Z (over 1 year ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Minimodem.js
Currently just a build setup for building [MiniModem](https://github.com/kamalmostafa/minimodem/) into a WASM binary using [Emscripten](https://emscripten.org/).
## Building
1. [Download & setup the EMSDK](https://emscripten.org/docs/getting_started/downloads.html).
2. Activate your EMSDK environment: `source $EMSDK/emsdk_env.sh`
3. Download submodules
```sh
git submodule init
git submodule update --recursive
```
4. Build MiniModem and it's dependencies
```sh
make all
```
## Todo
- Write a library around plain exec?
## Licenses
Own library code licensed under the MIT license.
**MiniModem** is licensed under the GNU General Public License v3.
Included libraries:
- **libsndfile** - Licensed under the GNU General Public License v2.1.
- **fftw3f** - Licensed under the GNU General Public License v2.