Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~215 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for EvanEjk

How could you input sound from the microphone on windows in real time? Something that would let you do something like this: [CODE] int main() { sound sample; while (1) { sample=getsound(); cout<<"Pitch: "<<sample.getpitch()<<" Volume: "<<sample.getvolume()<<"\n"; } }[/CODE] Would it be as simple as that, or am I going to …

Member Avatar for tomtetlaw
0
215