8000 GitHub - dectalk/microdectalk at v2.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dectalk/microdectalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroDectalk Android

Overview

MicroDectalk Android and Emscrip 71E5 ten port

Prerequisites

System Requirements

  • Java Development Kit (JDK)
  • curl
  • note: this project does not require the NDK, it compiles raw static shared libraries

Getting Started

Cloning the Repository

git clone --recursive https://github.com/dectalk/microdectalk --branch microdectalk-android
cd microdectalk

Build Process

The project uses an automated build script that:

  • Automatically downloads the required toolchain
  • Compiles the project
  • generates wasm files and index.html
  • Generates an Android APK

To build the project, simply run:

./compile.sh

Build Output

After compilation, you'll find the generated files in the out/[platform] directory.

Contributing

if you make any progress towards a specific goal, just state the goal in a merge request, and it will be reviewed.

0