Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User mikemike_24's Avatar
    Join Date
    Nov 2011
    Posts
    2
    Hi,

    I'm finding a way to develop an app on editing an audio and adding effects on it then saving the edited audio into a new one.I'm planning to create an audio mixer for mobile. Is it possible in j2me? Because I tried to searched the internet and it seems that I can't find any. I only need a reference on how to get it done. Or if not in j2me? Is it possible in QT? or other PL? Hope you can help me guys. Badly need your help.

  2. #2
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,412
    Anything is possible in software. Almost. Whether it makes sense or not, is a different matter. While you might be able to develop such an app in J2ME, you'd be very limited in terms of performance and access to hardware (mic, speaker, all the audio codecs on the device), so you might want to use a "native" approach (target a Symbian or maemo/MeeGo device and use C++).

    I don't think there's a "reference app" for that kind of a thing available for mobiles (not sure how big of an audience would even be interested in such an app), but you could look up something like Audacity from sourceforge to see if you can port it, or get some other ideas on how things might be done.

  3. #3
    Regular Contributor frasene's Avatar
    Join Date
    Jan 2004
    Posts
    125
    Yes I think you can do this but it will be not for realtime...

    You can write a java code which read and write audio file... But I think there is library to load and play audio file but I am not sure than you can create with the library an MP3 or another file (because there are the header, metadata, compression, ...). Once time your sound is in memory I think you have to write your own effect, delay, frequency filter... And moreover, no realtime... Working with large audio file with high frequency will be long I think... But I not try... You could retrieve others libraries (audio effect, reading and writing audio files) but even if there are wirtten in Java the port to J2ME will be not trivial (not java 5 syntax, not all the library of an java SDK)...

    For this type of project, as Petrib said, C++ is better... You can imagine writing the audio effect library in C++ and writing the ui code with QT Quick...

    Good luck

Similar Threads

  1. Add effects in sounds/audio and edit it
    By mikemike_24 in forum Mobile Java General
    Replies: 0
    Last Post: 2011-11-06, 08:02
  2. 3rd ed.Audio effects.
    By cevyil in forum Symbian Media (Closed)
    Replies: 1
    Last Post: 2007-07-03, 14:38
  3. SMS programming language
    By debb_chen in forum PC Suite API and PC Connectivity SDK
    Replies: 1
    Last Post: 2003-11-10, 10:42
  4. Replies: 2
    Last Post: 2003-07-16, 15:47

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