Thread: Get Stream of voice

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    2

    Question Get Stream of voice

    Hi !
    How can Play voice when some one speaks in the mic i want the stream i have looked into MCI but i cannot get the stream from there

    i have also looked into wavein api but could not do this

    Can any one help ?

    Thanks

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    int fd = open("/dev/dsp", O_RDONLY);

    Doesn't work for you? You should probably give some more details in your question then. Stuff such as OS, compiler, etc.
    If you understand what you're doing, you're not learning anything.

  3. #3
    Registered User
    Join Date
    Apr 2005
    Posts
    2
    Hi !
    Ok i want to use wavein API
    using vb or c
    Microsoft Visual Studio 6.0

    Can you please write some code or point me towards a correct function ?

    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New stream flushing FAQ candidate?
    By Sebastiani in forum C Programming
    Replies: 9
    Last Post: 07-01-2009, 05:57 PM
  2. Stream Server
    By ch4 in forum Networking/Device Communication
    Replies: 18
    Last Post: 06-29-2009, 03:09 PM
  3. Discard wrong data from stream
    By mesmer in forum C Programming
    Replies: 7
    Last Post: 11-16-2008, 02:30 AM
  4. Closing a stream
    By cunnus88 in forum C++ Programming
    Replies: 8
    Last Post: 02-21-2008, 05:15 PM
  5. Help! About text stream and binary stream
    By Antigloss in forum C Programming
    Replies: 1
    Last Post: 09-01-2005, 08:40 AM