CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2006
    Posts
    12

    Linux C++ Programming to communicate with Sound/Audio Card Drivers Installed

    Mesaage : I like o learn C++ programming to communicate with the Device Drivers like Sound And Video Drivers Which Install on the Linux (Fedora 4) system.

    I could not find any tutorials or help in the web to learn on this.

    Please help if anyone knows link to learn on this.


    Thanks

  2. #2
    Join Date
    Aug 2002
    Posts
    879

    Re: Linux C++ Programming to communicate with Sound/Audio Card Drivers Installed

    First of all you posted in the wrong section.

    And what do you mean by "communicate with the Device Drivers"?

    e.g. check out this
    http://www.thefreecountry.com/sourcecode/games.shtml
    http://www.thefreecountry.com/sourcecode/audio.shtml
    http://www.thefreecountry.com/docume...inesound.shtml

    maybe there are some useful sdks which will show you how to "communicate".

    Post some more information about what you want to do exactly.

  3. #3
    Join Date
    Sep 2006
    Posts
    12

    Re: Linux C++ Programming to communicate with Sound/Audio Card Drivers Installed

    Hi,

    Let me explain what I need exactly,

    I have three PCI Cards on a Linux system.
    1. for DVB-S
    2. for DVB-C
    3. for S-Video output.

    I need to implement a Hotel hospitality system for hotel rooms.

    As an initial assignment,

    For example if the guest send the request (using a IR or suppose keyboard input at the moment) for watching TV (DVB-S), The Linux system should get the input and check whether guest ask for DOB, or DVB-S , or any other. Then it should switch the DVB-S input to S-Video output.

    Here the Linux System works like a Set-Top-Box. All pci cards detected and also I installed Linux-dvb-api.

    Do I need to write a code or program to access the input from the guest? If it is so do I need to use Linux-dvb-api with C. or any Java API is there for that to do. Can I use any existing open system with combination? Can anybody help me to initiate to start this project?

    If I am streaming the decoded mpeg and display to plasma which tool is better to customized for my request (like MythTV or VLC or any)

    I got little knowledge on Linux-dvb-api, C, MythTV, and also VCL. And also I got little idea on Java TV API. And I ready to study deep these all if needed for my hospitality project. I am also having good knowledge in Java and ready to study anything for this project.

    Only I need a help which to study and how I can (using which tools) implement this.


    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured