striputary
striputary copied to clipboard
Theoretically record music off of streaming services.
Hopefully addresses #11 (need to check) #13 (need to check if nothing broke for PA)
When a track finishes playing and goes to the next track, the metadata of the track printed to the console log and saved in the yaml file is incorrect, and...
For example by using comparison of ffts before/after the cut and maximizing some yet to be defined metric
Some investigation shows that the recorded `.wav` file has an EOF in the middle. I'm not sure what causes this, could be a problem with parec?
Running `striputary` on a system where `LANG` is `de_DE.UFT-8`, will cause `pactl to generate german output and thus parsing it with the current regex will fail. Possible workaround: * Call...