.
.
...2018-08-23 11:52:56
C++ / C#
..., 2018-08-23 11:52:56

How to play wav file in pure c++ without third party libraries?

/* I answer in advance:
Is this even possible?
Can you elaborate on how to do this?
I'm a noob at this!
Google didn't help me!
Without anything else!
To work on all OS!
Moderator, please don't delete my question!
*/
Thank you in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2018-08-23
@Keste

1. Smoke the wav file format, it is not very complicated, it should not be a problem to write the reading code.
2. Understand the audio API of various operating systems. You are convinced that for different OS the implementation will be different.
3. Provide the necessary transformations of the sound wave data read from wav into data ready for transmission to the audio API.
4. Result.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question