code audio acceleration network

Overview

This is an implementation of whisper from scratch in C++. This is a proof-of-concept. Further modifications, imporvements are coming.

Feedbacks are wellcomed in the corresponding github repository, precompAId.

Binary contains:

Quick start

Example for the usage of whisper.exe (dll should be discoverable by the exe):

whisper.exe weights.xgdf audios\voice_example1.pb

Example compilation (with clang from the root):

clang++ main.cpp win64\whisper.lib -o whisper.exe

Example for converting:

python convert.py --ipath audios\voice_example_orig1.wav --opath voice_example.pb

Implementation info

Tested on:

Current properties:

Further Notes

Improved versions will arrive regularly. Feedbacks are wellcomed. Especially the following: