From d6ffdece5f670acda5dbb60d29e05ddfbc9c1e73 Mon Sep 17 00:00:00 2001 From: NurMu Date: Thu, 15 Jan 2026 03:34:18 +0100 Subject: [PATCH] einmal nochmal warm werden --- README.md | 5 ++++- src/main.cpp | 6 ++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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);