From a3b10c29c5041a4706bd2e4badf25c3269909aa6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 5 Aug 2020 00:19:31 +0800 Subject: I can still code! Next / Prev track is now selected based on the current track being played rather than the selected track in the playlist window. Also fixed stupid a mistype. --- doc/visualization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/visualization.html b/doc/visualization.html index 207d3a5..73b1577 100644 --- a/doc/visualization.html +++ b/doc/visualization.html @@ -164,7 +164,7 @@ Arguments: the images through a pipe. That's it!

- The data is an stream of raw RGBA values, where each color takes one byte in every pixel. The frame + The data is a stream of raw RGBA values, where each color takes one byte in every pixel. The frame size is the same as used by the visualization module, and the frames should be played back at a fixed frame rate. The pixel data starts from the bottom-left of a frame and follows row-major ordering (so you may want to flip the frame when using the frame with some applications). -- cgit v1.2.3