tags:

views:

24

answers:

0

I am currently writing a java application that uses audacious2 and audtool for playing an mp3 file in the background.

I can't seem to find a way to figure out where in the currently playing file audtool is (the current play counter).

I can easily call "audtool2 playback-seek 25" or something similar to go to a particular spot, but how to I figure out where I am currently?

I understand that audacious has a c++ library. Perhaps I need to create a simple c++ application in order to get this?