Given an audio file of duration 10s, if I want to seek to 2s, how do I obtain the sample frame offset?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
if it's LPCM (e.g. not compressed), then use the sample rate. in pseudocode:
|
|||
|
|