blob: 08c5c615f1f305ed5813addf76ff23afb349a6f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# C-Wizard
Tool to encode LPC10 audio into tms5220 audio stream.
# Notice
Inspired by python_wizard and BlueWizard:
- https://github.com/ptwz/python_wizard
- https://github.com/patrick99e99/BlueWizard
# LPC10 library
Contains header-only library for encoding/decoding audio streams called: `lpc10_enc_dec.h`.
# Building
Tested on:
## Windows 10, Visual Studio 2022 msvc version 19.39.33523 for x64
0. Open terminal and run `vcvars64.bat` to setup environment.
1. execute:
```cmd
full_rebuild.bat rel
```
2. done!
to build debug version run `full_rebuild.bat` without `rel`.
## Arch linux, to be tested...
|