Results 1 to 3 of 3

Thread: Playing sounds?

  1. #1
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,881
    Thanks
    4,383
    Thanked 3,386 Times in 2,118 Posts
    Downloads
    3
    Uploads
    0

    Playing sounds?

    How do you play a sound with ELF?

    A simple one-second sound. I see this command in an ELF:

    MME_GC_playback_open_audio_play_forget(strFilePath );
    But it won't compile. I can't find it anywhere in any SDK that I can think of.

    It's really frustrating me.

    _.__.__._I have retired. If you PM me, I may not reply.

  2. #2
    offline Skilfull Modder
    Join Date
    Oct 2007
    Location
    Italia
    Posts
    500
    Thanks
    31
    Thanked 51 Times in 36 Posts
    Downloads
    415
    Uploads
    0
    u can use src of tunes by om
    V3X|UNLOCKED(3)|R252221LD_U_85.83E7P|0.6.7.1
    C350|BRAND-VODAFONE|C350_G_09.04.35R|N/A.

  3. #3
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,881
    Thanks
    4,383
    Thanked 3,386 Times in 2,118 Posts
    Downloads
    3
    Uploads
    0
    Yeah, I looked through that. Looks rather complex. I'll have to study it more when I get off work :S

    I was just wondering if somebody had any code snippets.

    It turns out I was right after all. I just needed to put it in a header file:

    UINT32 MME_GC_playback_open_audio_play_forget(WCHAR* filename);
    Last edited by Danation; 08-18-2009 at 12:08 PM. Reason: Automerged Doublepost

    _.__.__._I have retired. If you PM me, I may not reply.

Posting Permissions

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