| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| freemp3_chung.zip | 2019-11-19 | 9.2 MB | |
| freemp3_chung26092013.zip | 2013-09-26 | 2.6 MB | |
| readme.txt | 2013-02-07 | 1.7 kB | |
| freemp3_chung03022013.zip | 2013-02-03 | 2.3 MB | |
| freemp3_chung30122012.zip | 2012-12-30 | 3.1 MB | |
| freemp3_chung10102011.zip | 2011-10-09 | 2.1 MB | |
| Totals: 6 Items | 19.3 MB | 0 |
freemp3_chung a program by NGUYEN.Chung (freeware 2011-2012)
to install, just unzip the zip file to c:/freemp3_chung folder
to uninstall , just delete unzipped folder
to run, double click on freemp3_chung.exe application
[F1] => help
quit -> escape,space
escape,space,enter
[X][C]prev/next skin
right mouse or [Q] => playlist/main view
click on mp3 title => playlist
automatic volume control :
autovol
autovolcomp -> +compressor
autovolcomp2 -> +compressor2
autovolcomp3 -> +compressor3
autovolcomp4 -> +compressor4 [S]save [L]load
reverb
reverb1
reverb2 +edit
reverb3 +edit [S]save [L]load
equalizer
low,mid,high +edit [O]order [S]save [L]load
equalizer2 => crosstone version
left,up arrows -> prev song
right,down arrows -> next song
playlist
clear, save, load, add, remove
[F9] => display frequency spectrum
presets [L]load [S]save [M]mad32.bits/mad16.bits (mad decoder resolution)
plugin support :
you can add an audio plugin in the /plugin/ and /plugin2/ folders
myplugin.dll with its code source is provided as an example
if you dont want plugins,just remove them from the /plugin/,/plugin2/ folders
the following dll functions must be defined and are dynamicaly loaded :
plugininit : your init sub
pluginmain : your gui window edit (called by pressing the [G]plug key)
pluginproc : called as sample=pluginproc(sample) in the audio loop
pluginclose : called to close the plugin
new feature : now output is waveout 32bits integer if possible (plug-mm32.dll)
to return back to waveout 16bits (plug-mm.dll) , rename plug-mm32.dll -> plug-mm32_.dll