Skip to content

Evert-R/lyriclicking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyriclicking

Lyric writing tool and private social platform for vocalists

Coded by Evert Rot

This is a work in progress and at this moment far from finished.

Deployed preview version:
  • Lyric Licking
    • Running on Ubuntu server on a Raspberry pi4 with gunicorn and nginx

Project purpose

Lyric licking, referring to a lick from a guitarist, is designed to provide a private workspace for vocalists to write lyrics together for a music track and have a discussion about each line.

Features

  • Display of the track as a waveform

  • Control section with audio controls

  • Switching Play/pause button

  • Stop button

  • Skip back/forward with adjustable range from 1ms to 100000 ms

    • In lyric edit these are used to finetune the startposition of the lyric
  • Lyric scolling, so you can see what the next lyric is gonna be

  • Prominent display of the current lyric

  • Add a line to a lyric

  • Edit a lyric's position

  • Edit a lyric's text

Features to be implemented before release

  • Set lyric endpoint
  • Delete Lyric

Data structure

### lyric (json)
{ 1: {
    'line': '<Lyric text>,
    'user': <pk>,
    'date': <date>, 
}}

Technologies Used

Credits

About

An django based application for lyricists to write their rhymes on a looped beat or instrumental

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors