Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Please tell me the name of a library that can be used with C++ and Visual Studio 2013 Express Edition and Windows 7 which enables to:
1. capture sound from headphones (playing to headphones is so easy I don't need to ask)
2. read / write wave format (or other simple format without lossy compression)
3. if possible/easy: capture sound from microphone and simulate microphone (send wave file)

I've tried a few libraries, but can't compile any because of missing files from MFC (afx.h, afxwin.h etc), and because some of them are rather obsolete in 2013. Those files are not on my PC despite installing DirectX, SDK and Windows Driver Kit 8.1.
Posted
Comments
Richard MacCutchan 7-Dec-13 13:01pm    
Visual C++ Express does not include MFC, you would need to buy of the complete Visual Studio versions.
cysy 7-Dec-13 13:19pm    
I'm aware of that. I'm asking about solution without MFC.
Richard MacCutchan 7-Dec-13 13:27pm    
Then use Google to search for one.

1 solution

http://en.wikipedia.org/wiki/DirectSound[^]

Not easy, a lot of work to do it
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 7-Dec-13 20:24pm    
Sure, a 5.
—SA
[no name] 8-Dec-13 6:11am    
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900