• Home
Name Date Size #Lines LOC

..--

ACM/07-Sep-2024-12,5767,859

Dll/07-Sep-2024-3,2562,381

debian/07-Sep-2024-860659

doc/07-Sep-2024-10,2619,556

dshow/07-Sep-2024-6,0834,236

frontend/07-Sep-2024-12,7109,556

include/07-Sep-2024-2,4931,527

libmp3lame/07-Sep-2024-33,14324,082

mac/07-Sep-2024-684535

macosx/07-Sep-2024-2,2061,939

misc/07-Sep-2024-5,2734,105

mpglib/07-Sep-2024-7,1545,353

test/07-Sep-2024-948780

vc_solution/07-Sep-2024-3,9113,786

APID07-Sep-20243.6 KiB10867

BUILD.gnD07-Sep-20242.8 KiB8982

COPYINGD07-Sep-202424.7 KiB482399

ChangeLogD07-Sep-2024617 KiB24,87416,809

ChangeLog.headerD07-Sep-2024123 105

DEFINESD07-Sep-2024940 4632

HACKINGD07-Sep-20243.9 KiB12283

INSTALLD07-Sep-20246.8 KiB195133

INSTALL.configureD07-Sep-20247.6 KiB184143

LICENSED07-Sep-2024503 149

Makefile.MSVCD07-Sep-202417.4 KiB706427

Makefile.amD07-Sep-20241.6 KiB6542

Makefile.am.globalD07-Sep-2024103 84

Makefile.inD07-Sep-202427.8 KiB919798

Makefile.unixD07-Sep-202420 KiB669324

OAT.xmlD07-Sep-20247 KiB10044

READMED07-Sep-20241.7 KiB4531

README.OpenSourceD07-Sep-2024347 1211

README.WINGTKD07-Sep-20242.2 KiB6139

README_zh.mdD07-Sep-20242.1 KiB5644

STYLEGUIDED07-Sep-20246.8 KiB188134

TODOD07-Sep-20244.5 KiB13986

USAGED07-Sep-202437.2 KiB969716

acinclude.m4D07-Sep-202410.6 KiB282261

aclocal.m4D07-Sep-2024460.5 KiB12,82711,729

bundle.jsonD07-Sep-20241 KiB4241

compileD07-Sep-20247.2 KiB349259

config.guessD07-Sep-202443 KiB1,4811,288

config.h.inD07-Sep-20249 KiB381278

config.rpathD07-Sep-202418 KiB673569

config.subD07-Sep-202434.8 KiB1,8031,662

configMS.hD07-Sep-20242.7 KiB12173

configureD07-Sep-2024607.3 KiB20,78017,580

configure.inD07-Sep-202435.1 KiB1,3041,145

depcompD07-Sep-202423 KiB792502

install-shD07-Sep-202415.3 KiB530346

lame.batD07-Sep-20241.1 KiB4238

lame.spec.inD07-Sep-20245.7 KiB189147

ltmain.shD07-Sep-2024316.5 KiB11,1487,979

make_changelog.shD07-Sep-202483 41

missingD07-Sep-20246.7 KiB216143

testcase.mp3D07-Sep-20249.8 KiB

testcase.wavD07-Sep-202497.7 KiB

README

1                      LAME 3.xx
2               LAME Ain't an MP3 Encoder
3                  http://lame.sf.net
4	                  May 2011
5
6Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng) and was
7latter developed by Mark Taylor (www.mp3dev.org). Currently maintained
8by The LAME Project.
9
10This code is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
11(LGPL, see www.gnu.org), version 2.
12
13As LAME may contain software for which some companies may claim software
14patents, if you are in a location where software patents are recognized, it is
15suggested that you seek legal advice before deploying and/or redistributing
16LAME.
17
18In particular, it is suggested to visit
19
20    http://www.mp3licensing.com/
21
22if it applies to your jurisdiction.
23
24============================================================================
25
26see the file "INSTALL" for installation (compiling) instructions.
27see the file "USAGE" for the most up-to-date guide to the command line options.
28see the file "LICENSE" for details on how to use LAME in non-GPL programs.
29see the file "HACKING" if you are interested in working on LAME
30see the file "API" for details of the LAME encoding library API
31
32There is HTML documentation and a man page in the doc directory.
33
34============================================================================
35
36LAME uses the MPGLIB decoding engine, from the mpg123 package, written
37by: Michael Hipp (www.mpg123.de) MPGLIB is released under the GPL.
38
39Copyrights (c) 1999-2011 by The LAME Project
40Copyrights (c) 1999,2000,2001 by Mark Taylor
41Copyrights (c) 1998 by Michael Cheng
42Copyrights (c) 1995,1996,1997 by Michael Hipp: mpglib
43
44As well as additional copyrights as documented in the source code.
45

README.OpenSource

1[
2    {
3        "Name":"lame",
4        "License":"LGPL",
5        "License File":"LICENSE",
6        "Version Number":"3.100",
7        "Owner":"yangpeng43@huawei.com",
8        "Upstream URL":"https://github.com/lameproject/lame.git",
9        "Description":"LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL."
10    }
11]
12

README.WINGTK

1       Installation notes on MP3X (the LAME frame analyzer) for WIN32
2
3===========================================================================
4Document History:
5===========================================================================
6
7Initial version by Albert Faber, March 30, 2000
8
9Update by Albert Faber (Sept 07 2000), changed instructions
10to compile with latest glib/gtk libraries.
11
12Update by Albert Faber (Sept 07 2000), changed instructions
13to compile with latest glib/gtk libraries.
14
15Update by Albert Faber (Oct 20 2000), small adaptions to be conform
16the new lame directory structure.
17
18Update by Gabriel Bouvigne (Jan 07 2004), changes to be conform to the
19VC6 worspace structure.
20
21Update by Gabriel Bouvigne (Nov 11 2006), changes to be conform to the
22VC8 worspace structure. Tested with gtk+-dev-1.3.0-20030115 and glib-dev-2.12.4
23
24
25===========================================================================
26How to compile the MP3 frame analyzer (MP3x):
27===========================================================================
28
29You first need to get hold of the latest GTK and GLIB include files and lib
30files. You can download them freely from the WINGTK project WEB site.
31(see http://www.gtk.org, and click on the WINGTK link.)
32
33Download: glib-dev-VERSION.zip, gtk+-dev-VERSION.zip and extralibs-dev-VERSION.zip
34where VERSION indicates the release data, so it will look something like 20000805
35
36unzip all three zip files in a WinGTK subdirectory, which is created from the lame
37analyzer directory (for example, D:\CVS\lame\WinGtk)
38
39You will end up with the following directory tree
40  D:\CVS\lame\analyzer\WinGtk\src\glib
41  D:\CVS\lame\analyzer\WinGtk\src\gtk+\glib
42  D:\CVS\lame\analyzer\WinGtk\src\gtk+
43
44Set Mp3x as your current active project, recompile everything, and you're done.
45
46===========================================================================
47How to run and use the MP3 Frame analyzer
48===========================================================================
49
50To run MP3x.exe, you need the GTK DLL files: Either instal them on your system,
51or put them in the same directory mp3x.exe resides.
52
53
54Example:
55mp3x.exe myfile
56
57myfile can be a mp3 file, or a wav file.
58
59
60                                === End of Document ===
61

README_zh.md

1# LAME
2
3LAME是LGPL协议授权的高质量MP3编码器。LAME于1998年发布,此后进行了多次改进,引入了新的心理声学模型,被公认为一款出色的MP3编码器,在业界应用广泛。
4
5[LAME官网地址](https://lame.sourceforge.io)为[https://lame.sourceforge.io](https://lame.sourceforge.io),您可以通过访问它获取更多关于LAME项目的信息。
6
7OpenHarmony引入第三方开源软件LAME主要用于对数字音频进行MP3编码。LAME最近更新发布的版本为3.100,这也是OpenHarmony引入的版本。
8
9## 主要目录结构
10
11```
12doc              #文档
13include          #包含头文件
14libmp3lame       #MP3编码主要源代码
15test             #测试代码
16Dll              #Windows dll接口
17vc_solution      #vs解决方案
18Makefile         #编译描述文件
19INSTALL          #安装(编译)指导
20API              #接口说明
21COPYING          #版权声明
22LICENSE          #许可证说明
23README.md        #软件说明
24```
25
26## OpenHarmony如何集成LAME
27
28LAME位于OpenHarmony的thirdparty目录下,使用OpenHarmony中依赖部件的方式进行编译,得到单独的动态链接库。OpenHarmony通过链接到这个库,实现相关功能。
29
301. 主干代码下载
31   ```
32   repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
33   repo sync -c
34   repo forall -c 'git lfs pull'
35   ```
362. 在使用的模块进行依赖
37   ```
38   deps = [ "//third_party/lame:lame" ]
39   ```
403. 预处理
41   ```
42   ./build/prebuilts_download.sh
43   ```
444. 编译
45   ```
46   ./build.sh --product-name rk3568 --ccache
47   ```
48编译得到的动态链接库所在路径:`out/rk3568/thirdparty/lame/liblame.z.so`。
49
50## 许可证
51
52本项目遵从[LICENSE](https://gitee.com/openharmony-sig/third_party_lame/blob/master/LICENSE)和[COPYING](https://gitee.com/openharmony-sig/third_party_lame/blob/master/COPYING)中所描述的许可证。
53
54## 特别注意
55
56根据LAME项目[LICENSE](https://gitee.com/openharmony-sig/third_party_lame/blob/master/LICENSE)的要求,如果后续对LAME有修改,**必须**将修改反馈至LAME项目。