rConvGui

rConvGui screenshot

My little application is coming along. Slowly though. I found an mp3 library which utilizes the LAME mp3 library called Tritonus. We’ll see if I can get that to work. The example I have does. :-)

I also found a recursive directory structuring routine. Coupled with looking at my previous source code… I have working… PIECES! Now it’s time for it all to come together.

Alright, back to coding… kind of.

Recursive Convert

My little application is coming along. Slowly though. I found an mp3 library which utilizes the LAME mp3 library called Tritonus. We’ll see if I can get that to work. The example I have does. :-)

I also found a recursive directory structuring routine. Coupled with looking at my previous source code… I have working… PIECES! Now it’s time for it all to come together.

Alright, back to coding… kind of.

PHP and Java

I made a small application (more like a quick script) in PHP-GTK and am now trying to port it to Java using Netbeans. We’ll see how it goes. I have several times attempted to look at Java… but it seems like a huge insurmountable beast.

What the PHP-GTK app was run through a directory structure, dump it into an array, and then convert wav files to mp3s using LAME. I wonder if this is easy in Java. It should take me a long time to figure out! :-)

I’ll keep you updated!