mopidy/mopidy/audio
Thomas Adamcik d6ab78a86c audio: Re-add improved version of python based scanner.
- Unlike the old python version we do not wait for the first audio handoff, we
  only progress until the PAUSED state. This ensure we don't block on empty files.
- Instead of using the signal watch and running the main loop we simply poll
  the messages from the bus directly allowing for a synchronous code flow.
- Between each file the pipeline is always returned to NULL, this is done as we
  found that gst 0.10 will slow down as the uribin does not cleanup the
  children it creates for handling each file. This issue is not present in 1.0.
- This also works around a segfault that was likely caused by a race condition
  that seems to trigger in the 0.10 version of the pbutils discoverer.
- This version of the scanner also fixes the per track slow down, and works out
  to be considerably faster than even the built in discoverer from 1.0.
- Finally this removes the WMA hack as I kan no longer find any evidence of it
  being needed.
2013-11-06 19:10:49 +01:00
..
mixers Remove pylint remnants 2013-08-08 21:12:42 +02:00
__init__.py audio: Add dummy implementation of the audio actor 2013-02-24 22:28:01 +01:00
actor.py audio: Reorder methods 2013-10-09 23:06:18 +02:00
constants.py audio: Move PlaybackState from core to audio so audio can use it 2012-11-14 00:35:17 +01:00
dummy.py audio: Add docstring to DummyAudio 2013-02-25 23:11:41 +01:00
listener.py docs: Specify what event names AudioListener.on_event() will see 2013-04-26 21:10:34 +02:00
playlists.py audo: Remove stale TODOs 2013-10-06 19:56:03 +02:00
scan.py audio: Re-add improved version of python based scanner. 2013-11-06 19:10:49 +01:00
utils.py audio: Fix docstring 2013-01-03 21:40:20 +01:00