i have .pcm/.raw./wav file i want to play it in linux and windows both.
the main thing is that i am reading it in chunks and playing it by passing that read chunks to player.So i need to make such player that will work for both OS.
How i can achieve it in C++.