Is there any AMR for WAV, WAV and AMR converter available written in Java? I need to convert in real time. Looking for free source code, free or paid.
Thanks.
It would be best to call ffmpeg from Java. Unfortunately, I do not know a good solution, which is only java, but using ffmpeg allows you to use the wide range of codecs available for this program (including support for AMR).
Source: https://habr.com/ru/post/1305521/More articles:Bind java class as closure in groovy - script - javaRename parameter in WCF client interface - .netGWT: Best practice for unit testing / bullying JSNI methods? - javaDo you know any augmented reality library for python? - pythonDestroying invested resources in a relaxed way - jqueryIs there a way to translate a list of key / value pairs into a data transfer object - collectionsWriting to a VB6 file without a new line? - fileIs it easy to convert SqlCommand to a T-SQL string? - c #JavaScript stream encryption implementation? - javascriptCasting Exception - c #All Articles