einmal nochmal warm werden

This commit is contained in:
2026-01-15 03:34:18 +01:00
parent 3693e47357
commit d6ffdece5f
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
# lrcliblyricclient
client to upload lyrics to lyrclib in development (or without development)
Vielleicht

View File

@@ -1,5 +1,6 @@
#include "../include/miniaudio.h"
#include <iostream>
#include <string>
#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);