Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User shahzad73's Avatar
    Join Date
    Mar 2003
    Posts
    47
    Hi all

    I programmed a game for series 60 and used wav files. now i want to port it to series 40. problem is that wav is supportedo on series 40. i thin MIDI is supported. now how to use the same sounds in series 40. how can i convert it to MIDI and use it there

    THis is the code on 7650. what changes should me made for midi



    tune = this.getClass().getResourceAsStream("/Dragon1/res/scn/punch1.wav");
    buffer1 = new byte[3590];
    tune.read(buffer1, 0, buffer1.length);
    sound1 = new Sound(buffer1, Sound.FORMAT_WAV);
    sound1.init(buffer1, Sound.FORMAT_WAV);


    Shahzad

  2. #2
    Regular Contributor j2me_raj's Avatar
    Join Date
    Mar 2003
    Location
    Hyderabad
    Posts
    181
    hello

    midi is not even played on 7650 and how come you think you can play MIDI on series 40 phones??????

    these useless phones support only tone format and .ott format.....

    thanks

    raj

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved