Menu

#204 discrepancy with documentation SPLT_OPT_SPLIT_TIME

v1.0_(example)
open
nobody
1
2016-07-19
2016-07-19
Igor T
No

In documentation SPLT_OPT_SPLIT_TIME seted by "mp3splt_set_long_option()", and calculated as hundreths of seconds (Default is 6000 (one minute)).
http://mp3splt.sourceforge.net/mp3splt_page/documentation/libmp3splt_api/groupspltoptions__.html#ggae4bfb16c0e941930ce1b9bc7a5befb73a567dfa46f8e1a3c9a3f13448f6025736

But this usecase generate the error: SPLT_ERROR_TIME_SPLIT_VALUE_INVALID.

Workable case:
use "mp3splt_set_float_option()" and calculate in seconds (60 is one minute)

Discussion