calliope.play

Render a playlist to an audio file.

See also: cpe play.

Package Contents

Functions

play(tracks, audio_output)

Render playlist to an audio file using GStreamer.

calliope.play.play(tracks, audio_output)

Render playlist to an audio file using GStreamer.

The audio output will be in WAV format, and will be written to audio_output.

Returns

The input playlist, with an additional play.start_time field set. This can be used to produce a CUE sheet with calliope.export.

Parameters
  • tracks (calliope.playlist.Playlist) –

  • audio_output (pathlib.Path) –

Return type

calliope.playlist.Playlist