Looper icon indicating copy to clipboard operation
Looper copied to clipboard

A script for repeating music seamlessly and endlessly, designed with video game music in mind.

Results 9 Looper issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Couldn't find a way to install the libmpg123-0 in windows. Find it in pygame as a dll, but don't know how to make it work. Move the dll in C:\windows...

`mpg123` might not be easily installed on Windows (see also issue #5 ), so that I made some changes in the code base to make user able to switch the...

I don't think I installed mpg123 correctly, I can't find anything on how to install it. When I run the python3 loop.py track.mp3 command with an mp3 I get this...

I installed with: pip3 install -r requirements.txt python3 ~/gits/Looper/loop.py Arriba\ Arriba\ \(Extended\ Mix\)-5ySKv0hUrIE.mp3 and i'm getting this error: Loading Arriba Arriba (Extended Mix)-5ySKv0hUrIE.mp3... Playing with loop from 03:08.088 back to...

Implemented #4 with the help of [lameenc](https://github.com/chrisstaite/lameenc), which fetches LAME by itself. Writing speed is not very far from ffmpeg's -stream_loop

It would be awesome if you could specify with an option like `-o` that would write the resulting looped audio to a file instead of playing it.

Cool work! I use Winamp which is very outdated, but has an excellent and broad plugin ecosystem. Other desktop audio players, like Foobar2000, also support plugins. Curious, how easy/hard would...

It would be great with an option to serach from the END of the song for a matching piece of sound. I have a clip that is about 3 minutes,...