Programming A Converter For *.wma To *.mp3 - By Sbucareer

A Member? Please Login  
type your username and password to login
Date: September 08, 2008, 06:10 PM
237614 members and 137349 Topics
Latest Member: ingrita
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Programming A Converter For *.wma To *.mp3 - By Sbucareer
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Programming A Converter For *.wma To *.mp3 - By Sbucareer  (Read 695 views)
pfowighz (m)
Programming A Converter For *.wma To *.mp3 - By Sbucareer
« on: July 21, 2006, 04:03 PM »

I was specifically given the order to open this thread Tongue

Thanks again Sbu; so could we start;

I would be the Class Rep (with due permission from my classmates Grin) and Sbucareer, the Instructor.

You have the floor; Sbu,
diddy4 (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #1 on: July 21, 2006, 08:54 PM »

im also interested in this thread as well.
sbucareer (f)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #2 on: July 23, 2006, 12:09 PM »


To start writing Audio application, we will consider the platform that we would be most suitable for it suppose and supports for API and it availability and ease of use.

We will use Java API to write application that would aid us in converting any audio format to .mp3. Before we start analysis and programming, we will look at the Java API for audio format.

The Java Sound API specification provides low-level support for audio operations such as audio playback and capture (recording), mixing, MIDI sequencing, and MIDI synthesis in an extensible, flexible framework.

To start development we would like to know where all the API lives in JSE (Java Second Edition)

javax.sound.sampled
javax.sound.midi

Acquaint yourselfs with these API, we will later make use of them. Right now, we will develop a GUI, using Swings from JSE that will form the user interaction.

sbucareer (f)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #3 on: July 23, 2006, 12:26 PM »


Remember what I said in a previous thread that before you start any GUI development it is good that you have idea of what it is that you want to develop by sketch or drawing of the proposed GUI.

I have a simple GUI that I would proposed, but it is of no less the most better one, if you have a better proposed GUI, post it here so we can agree and develop it.

As soon as we agree on the GUI, we will start the development. Meantime, acquaint yourselves with the API's above.


* mp3.JPG (19.84 KB, 539x462 )
diddy4 (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #4 on: July 23, 2006, 08:38 PM »

i have a question, can this converter convert audio files back and forth? like from mp3 to wma then back to mp3?
diddy4 (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #5 on: July 23, 2006, 08:41 PM »

another question, for an amateur like me, where do i start from first? what is the first thing i should do?
Viper (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #6 on: July 24, 2006, 01:11 PM »

Sbu_career, may your children call you daddy with all pride and happiness  Grin

I seem to have forgotten JSE & JEE since i left them for another platform.

thank you for this, waiting for the "getContentPane" areas, love Swing Cheesy
pfowighz (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #7 on: July 24, 2006, 01:52 PM »

I, for one would suggest as simple a GUI as possible, for now; I'm more interested in the workings of the software, for now, also.
parosky (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #8 on: July 24, 2006, 02:26 PM »

Can't wait for this to get started. It probably can be extended to cover as many format as it possibly can.

@diddy, just get your jdk(Version1.5.0 possibly) and a text editor and you are ready to roll. Or what else do you want to know?
pfowighz (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #9 on: July 25, 2006, 04:39 PM »

@ diddy,

Yes, it would be able to convert back and forth - if we programme it so!

And, yes, just get your jdk1.5 (or jdk 1.4 - more stable with some systems) and a text editor see for more details:

http://www.nairaland.com/nigeria/topic-6848.0.html

@Parosky and everybody else
Yes, I also can't wait; but hope we ALL encourage Sbucareer, too! Smiley

parosky (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #10 on: July 29, 2006, 03:04 PM »

Seems this thread does not interest sbucareer, or anybody at all.
Sbucareer continue o please. I already made a GUI based on the diagram you gave. What else need to be in the menus.

   

SFC.doc
* SFC.doc (102.5 KB - downloaded )
diddy4 (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #11 on: July 31, 2006, 04:54 AM »

has this thread been abandoned?
Viper (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #12 on: July 31, 2006, 05:29 PM »

my people wetin do this thread naw?  Huh
parosky (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #13 on: August 01, 2006, 08:22 AM »

sbuCareer you started this business(thread), you must continue and finish it. please.
sbucareer (f)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #14 on: August 06, 2006, 01:22 AM »


I will continue I promise, just that I have not really got time to sit down and write the code. You may see me respond to comments, it does not mean I have time. Responding to a comments are easy compare to writing code.

I will write the code some time this month when I will be off from work for a week. Beside, I have given you all what you need to write the code yourself. I provided the Java API for sound and audio. Do something if you run into trouble I will help.

But if you want to seat your ass down and wait for my solution, you have to be patient.

Viper (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #15 on: August 07, 2006, 04:11 PM »

sbucareer i am lazzzzzzyy.
I was nearly cally elazybeth when i was born sef Grin, i want to be spoon fed jo Tongue








ok jus kidding, we wil ty it out(myself o)
RuuDie (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #16 on: August 25, 2006, 05:16 PM »

guy i 4 love join this project but me i be dunce 4 Java ,  una go fit accomodate me?
adewaleafolabi (m)
Re: Programming A Converter For *.wma To *.mp3 - By Sbucareer
« #17 on: September 16, 2006, 09:58 PM »

i have a program on my pc which coverts wma to any format and also converts other formats to wma. check it its called media monkey
 Interested In Software Development  Oracle 10g 1z0-042: New Topics For Oracle Database 10g R2  Programming In Asterix  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.