Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2013-12-17 22:36:16 +01:00
doc Updated WavPack decoder binary to v4.70.0 (2013-10-19), compiled with ICL 14.0 and MSVC 12.0. 2013-12-08 17:01:59 +01:00
etc Some code clean-up. Also removed some obsolete compatibility code. 2013-12-17 22:36:16 +01:00
gui Updated Monkey's Audio binary to v4.12 (2013-06-26). Also added encoding support for Monkey's Audio format, including APEv2 tagging support. Since the MAC tool does NOT support tagging, a custom tagging utility support is used. 2013-12-04 22:36:19 +01:00
res Make sure the user has "admin" privileges before checking for updates, because it's kind of pointless to download the update if you won't be able install it anyway. This is especially important for Windows XP, where we don't have UAC. Note that UAC implies "admin" privileges, because the installer process will be elevated as needed - even if the current user is *not* an administrator. 2013-12-16 18:07:45 +01:00
src Some code clean-up. Also removed some obsolete compatibility code. 2013-12-17 22:36:16 +01:00
tmp first commit 2010-11-06 23:04:47 +01:00
.gitignore Ignore some more files. 2011-11-18 14:11:21 +01:00
Copying.txt Updated license info. 2013-10-23 22:25:04 +02:00
LameXP_VS2010.sln Removed "Qt5" configurations, as they were badly maintained anyway. Also fixed QKeccakHash for the "Release_Static" configuration. 2012-11-12 20:42:37 +01:00
LameXP_VS2010.vcxproj Fixed compilation with VS2010 and removed an obsolete file. 2013-10-09 01:07:19 +02:00
LameXP_VS2010.vcxproj.filters Fixed compilation with VS2010 and removed an obsolete file. 2013-10-09 01:07:19 +02:00
LameXP_VS2012.sln Updated VS2008 projects/solution files. 2012-11-13 22:20:55 +01:00
LameXP_VS2012.vcxproj Fix compilation with VS2012. 2013-10-21 16:17:42 +02:00
LameXP_VS2012.vcxproj.filters Fix compilation with VS2012. 2013-10-21 16:17:42 +02:00
LameXP_VS2013.sln Added project/solution files for Visual Studio 2013. 2013-10-18 01:59:08 +02:00
LameXP_VS2013.vcxproj Updated Monkey's Audio binary to v4.12 (2013-06-26). Also added encoding support for Monkey's Audio format, including APEv2 tagging support. Since the MAC tool does NOT support tagging, a custom tagging utility support is used. 2013-12-04 22:36:19 +01:00
LameXP_VS2013.vcxproj.filters Updated Monkey's Audio binary to v4.12 (2013-06-26). Also added encoding support for Monkey's Audio format, including APEv2 tagging support. Since the MAC tool does NOT support tagging, a custom tagging utility support is used. 2013-12-04 22:36:19 +01:00
LameXP.rc Moved all sound effects into Qt-style resources. Sound files can be played back directly from program memory by passing a pointer to the WAVE data into PlaySound as the first argument (and using the SND_MEMORY flag), it's just not documented very well. 2013-12-03 22:19:11 +01:00
License.txt Updated license info. 2013-10-23 22:25:04 +02:00
ReadMe.txt Updated README file. 2013-10-23 22:37:11 +02:00

 LameXP - Audio Encoder Front-End
 Copyright (C) 2004-2013 LoRd_MuldeR <MuldeR2@GMX.de>
 http://www.muldersoft.com/

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version, but always including the *additional*
 restrictions defined in the "License.txt" file.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

 http://www.gnu.org/licenses/gpl-2.0.txt



 For more information, please see the LameXP manual at: doc/Manual.html