i have a raw wav file containing PCM samples sampled at 44100 sampling frequency and 16 bits per sample. Now i have written a muxer code which will put this wav file in matroska container(.mka). Now matroska format requires frames as input rather than samples. So i need to put certain amount of samples in a frame and apply that frame as input to matroska muxer. But i am not getting what should be the min/max number of samples i can put in that frame which when muxed will be properly played by various players.
|
feedback
|