Join Today
+ Reply to Thread
Results 1 to 6 of 6
Like Tree2Likes
  • 2 Post By oopsware

Thread: header file for ezxsound-xscale-r.so

  1. Default header file for ezxsound-xscale-r.so

    by the ezxsound.h , we can control audio device in the Ezx way. hope useful .

    ZAudioNormalDev * zad = new ZAudioNormalDev(NORMAL_DEVICE, 44100, 2, 2, AUDIO_HARDWARE_DEFAULT, -1);
    zad->write((short *)(&buf[0]), len);
    delete zad;

    the volume method in ZAudioNormalDev doesn't take effect.
    control the volume like this:

    SOUNDM_Audio_SystemCommand * zac = new SOUNDM_Audio_SystemCommand();
    zac->SetOutputVolume(10);
    delete zac;

    note:you'd better backup current volume before you change it, and restore it when your application exit.

    it sames the mediaplayer does not set system volume , soft volume control internal ? i don't known. but the fmradio use this to change volume, it is not a same audio device.
    Attached Files Attached Files
    Last edited by oopsware; 04-16-2008 at 09:13 AM.
    swifty and Lubomyr like this.

  2. #2
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    thanks,
    now the work on a recording application can begin

  3. #3
    Join Date
    Jan 2006
    Location
    Alor Star, Kedah, Malaysia
    Posts
    2,317

    Default

    welcome back oopsware.

  4. #4
    Join Date
    Jun 2007
    Location
    Buenos Aires
    Posts
    616

    Default

    I need urgently to fix the BEEP sound when recording ACTIVE phone calls (voicenote tool) .Check this link for some info on SOUND in A1200


    URL: http://wiki.openezx.org/PCAP2#Sound

    When there is a voice conversation ACTIVE in our A1200, the register change some value. We need to fix this in the register by patching or modding the register. Maybe some developer could help us, and do not program with linux devices.Droopy
    Last edited by droopyargentina; 04-16-2008 at 01:40 PM.
    In Argentina

  5. #5

    Default

    Thanks

  6. #6

    Default

    wow~~
    oopsware...u have done a great job


 
+ Reply to Thread

Similar Threads

  1. libezx3dgraphics-xscale-r.so?
    By mrflay in forum Development
    Replies: 1
    Last Post: 10-01-2009, 02:11 AM
  2. Motomagx header files
    By Halftux in forum MOTOMAGX
    Replies: 2
    Last Post: 08-10-2009, 01:40 AM
  3. QeiLock - change the header - SEE
    By domel003 in forum E6 General Chat
    Replies: 4
    Last Post: 12-21-2008, 11:50 AM
  4. Can someone provide me libezxqtnapi-xscale-r.so.1?
    By neutrino in forum Development
    Replies: 0
    Last Post: 08-11-2006, 11:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1