Gapless playing of multiple files.
ZPlay class supports gapless playing of disk files.
All streams added to gapless queue will play without gap between these streams. When one stream ends, next stream from queue starts playing without interruption.
Note: |
On MP3 streams real gapless playing is supported only if LAME INFO tag is found in stream to detect endocer delay and padding samples. |
How gapless playing works ?
Just add file to gapless queue:
C++ |
C |
VB.NET |
C#.NET |
VC.NET |
Delphi |
|
|
|
When one song ends playing, next song from gapless queue starts playing immediately.
Note: You can add miscellaneous streams to gapless queue. First song can be mp3, second ogg, third again mp3, ...
To clear gapless queue use:
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |