aboutsummaryrefslogtreecommitdiff
path: root/helpers/music_file.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a common mixerIsmaël Bouya2016-07-171-27/+14
|
* Remove pyaudioIsmaël Bouya2016-07-161-3/+0
|
* Put music effect in separate fileIsmaël Bouya2016-07-161-13/+63
|
* Add loop option for playIsmaël Bouya2016-07-141-5/+11
|
* Add seek actionIsmaël Bouya2016-07-141-0/+7
|
* Rename 'add' to 'delta'Ismaël Bouya2016-07-141-2/+2
|
* Some new features:Ismaël Bouya2016-07-141-15/+23
| | | | | | | | - gain function moved to helpers/__init__ - cleanup some unused functions - stop can now wait for fade_out to finish before returning - volume can be incremented - master volume
* Make 'wait' action interruptibleIsmaël Bouya2016-07-141-3/+6
|
* Move from pygame to sounddevice for sound handlingIsmaël Bouya2016-07-141-67/+115
| | | | | Move lock files to files Add with statement to lock
* Use workflow for music_filesIsmaël Bouya2016-06-271-14/+39
|
* Put time duration in playlistIsmaël Bouya2016-06-271-0/+13
|
* Apply initial gain to music fileIsmaël Bouya2016-06-241-2/+5
|
* Fix fade_outIsmaël Bouya2016-06-241-2/+2
|
* Reduce memoryIsmaël Bouya2016-06-211-9/+8
|
* Fix frame rate when importing musicIsmaël Bouya2016-06-211-1/+1
|
* Added music name, currently playing musics, pause/unpauseIsmaël Bouya2016-06-201-3/+16
|
* Fix channels and description with blank linesIsmaël Bouya2016-06-191-9/+10
|
* Fix threading problems with ipythonIsmaël Bouya2016-06-191-1/+1
|
* Add pirate example config.yml + descriptionIsmaël Bouya2016-06-191-0/+2
|
* Add some actionsIsmaël Bouya2016-06-181-5/+28
|
* Move classes to separate fileIsmaël Bouya2016-06-181-0/+35