qrc

package module
v0.0.0-...-866e996 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2023 License: MIT Imports: 1 Imported by: 0

README

qrc-go

QRC decoder for QQMusic's QRC Lyrics file.

Build

go generate ./...
go build ./cmd/qrc-decode

Usage

# xml: QRC with word-sync
qrc-decode.exe input_qm.qrc output.xml
qrc-decode.exe input_qmts.qrc qrc output.lrc

Golang API

Install as dependency:

go get github.com/jixunmoe-go/qrc
import github.com/jixunmoe-go/qrc

func decoder() {
    decrypted_bytes := qrc_go.DecodeQRC([]byte("qrc file content here"))
}

Note

This code is not optimized for streaming.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeQRC

func DecodeQRC(data []uint8) ([]uint8, error)

Types

This section is empty.

Directories

Path Synopsis
cmd
internal
des
qmc
qrc

Jump to

Keyboard shortcuts

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