just_playback icon indicating copy to clipboard operation
just_playback copied to clipboard

A small library for playing audio files in python, with essential playback functionality.

Results 7 just_playback issues
Sort by recently updated
recently updated
newest added

When I try to play files that have Japanese characters in the file name I get the error ``` py line 235, in __bind raise MiniaudioError(MA_RESULT_STR[ma_res]) just_playback.ma_result.MiniaudioError: MA_DOES_NOT_EXIST ``` the...

duplicate

Arch linux x86_64. Pulseaudio and `pulseaudio-alsa`. By running the test code from #12 as sudo, stderror logs ``` ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to...

So, I'd like to play only a part of the sound, eg.: ```py pb = Playback("sound.wav") pb.play(10, 15) # Should only play the part between the 10th and 15th second...

enhancement

Hi, I tried just_playback and it worked! But I have a problem integrating it with my app. When there is an instruction where a specific Windows component is used, it...

Is there a way to fade the music out at the end of the file like in Pygame Mixer. And if there's no way is it possible for you to...

How can I select the sound device that should be used for playback? I don't think that's currently possible, but IMHO it's a must if you're using multiple soundcards.

I'm having this perplexing issue, and it's not just with this implementation, but I have tried pygame, simpleaudio, and others. I get a click/glitch sound at the start of playback....