diff --git a/README.md b/README.md index 0e992a3..483af62 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # lrcliblyricclient -client to upload lyrics to lyrclib in development (or without development) \ No newline at end of file +client to upload lyrics to lyrclib in development (or without development) + + +Vielleicht \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 27206bd..1d96787 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,6 @@ #include "../include/miniaudio.h" #include +#include #include "../include/cube.hpp" /* int main(int argc, char **argv) @@ -90,10 +91,7 @@ int main(int argc, char **argv) // hier drin könnte dann das Lyric tracking stattfinden. // argv kann auch als array und dann kann das zweite die lrc datei sein. - for (int i = 0; i < 1000000; i++) - { - std::cout << i << std::endl; - } + // while last line of input file not reached: nl-> current time set as timestamp in output file ma_device_uninit(&device); ma_decoder_uninit(&decoder);