-
RetroCode itself is entirely written in C++ and C just like the libraries it uses for many of the supported formats. Namely MP3 is supported in encoding by lame and decoding by MAD.
The AMR NB / WB codec are entirely based on 3GPP specifications and C reference code TS 26.201 TS 26.204 (3GPP AMR Floating-point Speech Codec V5.1.0).
Android is a system that is (to my knowledge) entirely...
2009-08-04 00:35:02 UTC in RetroCode
-
After some more investigation and looking really closely at the MFM files you provided (thanks a bunch again!) I can, without a doubt say that RetroCode currently does not support those.
Its a bit of a mystery for me how the MFM-format has been changed / upgraded / diversified. If I remember correctly when originally developing the MFM codec for RetroCode, I had a bunch of sample files and a...
2009-04-15 02:22:14 UTC in RetroCode
-
Did you install RetroCode using the downloadable installer package on that specific machine? The installer actually makes sure that you have all needed DLLs installed. If for example the Microsoft Runtiume isnt installed, the installer does so. I am not 100% sure if I screwed up but running RetroCode on a 64bit Windows system is certainly supported and working fine (on my end).
In any case -...
2009-04-14 19:12:03 UTC in RetroCode
-
Interesting - could you please mail all files involved:
- source wave
- RetroCode rendered mfm
- other tool's redered mfm
Please mail everything to:
me at mmsguru.de
One more thing, please try RetroFID on the MFM results - is it identifying both of them correctly?
ty!
2009-04-02 17:29:45 UTC in RetroCode
-
lobotomat added the RetroPack-1.60.1.bin.linux.i386.tar.gz file.
2009-03-27 23:53:38 UTC in RetroCode
-
lobotomat added the RetroPack-1.60.1.setup.win32.exe file.
2009-03-26 21:07:36 UTC in RetroCode
-
lobotomat created the Version 1.60.1 alpha file release.
2009-03-26 21:03:42 UTC in RetroCode
-
lobotomat committed patchset 36 of module retroMpeg to the RetroCode CVS repository, changing 3 files.
2009-03-26 20:55:40 UTC in RetroCode
-
lobotomat committed patchset 65 of module code to the RetroCode CVS repository, changing 3 files.
2009-03-26 20:54:14 UTC in RetroCode
-
MP3 conversion issue also fixed - actually that wasnt really MP3 related but introduced through incorrectly filtered sample data in "autoadapt". Will now prepare a new release and upload it....
2009-03-26 20:51:28 UTC in RetroCode