Searched refs:samples_per_frame (Results 1 – 1 of 1) sorted by relevance
514 int samples_per_frame = 22050 / 12; // AS: (samples/sec) / (frames/sec) = samples/frame in streamSound() local515 int mp3buffer_size = static_cast<int>(samples_per_frame*1.25 + 7200 + 7200); in streamSound()531 mpTag->addUI16(samples_per_frame); in streamSound()551 for (int samples_written = 0; samples_written < info.frames; samples_written += samples_per_frame) in streamSound()555 int samples_to_write = std::min((int)info.frames - samples_written, samples_per_frame); in streamSound()
Completed in 10 milliseconds