Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   Audio (http://www.velocityreviews.com/forums/t954989-audio.html)

Jason Spalding 11-30-2012 03:09 PM

Audio
 
Does anyone have a suggestion on reading material that will help me find a way to text when audio is being played out of the computer speaker? I would like to use C++ but I am not dedicated to using it. What I would like todo is have a text message sent when audio is present.

Victor Bazarov 11-30-2012 03:27 PM

Re: Audio
 
On 11/30/2012 10:09 AM, Jason Spalding wrote:
> Does anyone have a suggestion on reading material that will help me
> find a way to text when audio is being played out of the computer
> speaker?


The FAQ list, maybe? The section 5, I think is relevant.

> I would like to use C++ but I am not dedicated to using it.


C++ has no means to control hardware (including querying it to find out
what it's currently doing), it's all done using platform- and
OS-specific libraries. Please ask in a newsgroup for your OS or platform.

V
--
I do not respond to top-posted replies, please don't ask


All times are GMT. The time now is 06:23 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57