Searched refs:streamable (Results 1 – 1 of 1) sorted by relevance
426 sox_bool streamable = sox_false; in start_write() local427 for (i = 0; !streamable && i < array_length(streamable_rates); ++i) in start_write()428 streamable = (streamable_rates[i] == ft->signal.rate); in start_write()429 if (!streamable) { in start_write()