einmal nochmal warm werden
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# lrcliblyricclient
|
||||
|
||||
client to upload lyrics to lyrclib in development (or without development)
|
||||
|
||||
|
||||
Vielleicht
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user