-
It works.
2009-01-22 08:17:08 UTC in Java Monkey's Audio
-
Thank you. It seems to me that 'File Version' is important.
2009-01-22 08:16:36 UTC in Java Monkey's Audio
-
Thanks. I thought it will be not so easy. Simply I now have only files with empty tags for testing :(.
2009-01-21 20:23:40 UTC in Java Monkey's Audio
-
And what interesting for 'advanced' user is in Monkey`s Audio file format? What parameters can characterise the file? I understand Bitrate, Frequency, Bits, Channels - these are shown in my application. And what is Compression Level and File Version? Are these parameters useful or I don`t need to show it in File Info dialog?.
2009-01-21 20:21:32 UTC in Java Monkey's Audio
-
It works!
I added new constructor APEAudioInputStream(AudioFormat format, InputStream stream, String fileName)
and use createFile(final String name, final String mode). I don`t see another way to pass File to IAPEDecompress inside APEAudioInputStream.
It`s great!!! Thanks. Now reading of .cue text file...
2009-01-21 20:00:45 UTC in Java Monkey's Audio
-
I use
AudioSystem.getAudioInputStream(AudioFormat targetFormat, AudioInputStream sourceStream)
to convert APE stream to PCM stream because it is the common technique for all supported compressed audio formats and is recommended in JavaSound specifications (and it works!). Ape file is located on hard drive.
I`ll try davaguine.jmac.tools.File.createFile() method.
2009-01-21 19:21:01 UTC in Java Monkey's Audio
-
I suppose, that .ape file may contain some tags (ex., ID3Tag). What is the correct way to read the fields like Title, Author, etc.?
Thanks.
2009-01-21 17:51:45 UTC in Java Monkey's Audio
-
Hi!
I`m again here :)
I done, what you wrote: I take IAPEDecompress m_decoder and envoked Seek(blocks) method. But I have an exception:
davaguine.jmac.tools.JMACException: Unsupported Method
at davaguine.jmac.tools.InputStreamFile.seek(InputStreamFile.java:164)
at davaguine.jmac.decoder.UnBitArrayBase.FillAndResetBitArray(UnBitArrayBase.java:80)
at...
2009-01-21 17:48:58 UTC in Java Monkey's Audio
-
electriq registered the Orbita NPlayer project.
2007-02-12 12:43:14 UTC in Orbita NPlayer