Searched refs:sample_buff (Results 1 – 1 of 1) sorted by relevance
534 short *sample_buff = new short[static_cast<int>(info.frames)]; in streamSound() local535 sf_readf_short(sf, sample_buff, info.frames); in streamSound()559 int ret = lame_encode_buffer(m_lame_flags, sample_buff + samples_written, in streamSound()560 sample_buff + samples_written, in streamSound()593 delete[] sample_buff; in streamSound()
Completed in 23 milliseconds