music-transcription-service

module
v0.0.0-...-d5e65dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2021 License: BSD-3-Clause

README

music-transcription-service

Go Coverage Status CodeQL

Services for audio transcription into MIDI.

The APi takes a wav audio file and produces musicxml. It is a wrapper for a private transcription tool. The tool is not provided here.

Building

To build docker container and push to dockerhub:

cd build && make clean dpush

Testing

Start the sample service:

cd examples/docker-compose && make start

It will start the service at port 8002. See examples/docker-compose/Makefile as an example call to the service:

curl -X POST http://localhost:8002/transcription -H 'content-type: multipart/form-data' -F file=@1.wav

License

Copyright © 2021, Airenas Vaičiūnas.

Released under the The 3-Clause BSD License.


Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL