You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@ repository:
42
42
### Basic build
43
43
44
44
"build.sh" is an example to build, you can run it directly at your side.
45
-
(dependent [codec libraries](dep_codecs/lib) and [external libraries](dep_external/lib/binaural) complied under x64 linux have been provided in advance)
45
+
(dependent [codec libraries](dep_codecs/lib) and [external libraries](dep_external/lib/binaural) complied under x64 linux have been provided in advance,
46
+
if compile other platform version, please refer to [dependent codecs](dep_codecs/README.md) and [dependent externals])
46
47
47
48
CMake replaces the configure step typical of many projects. Running CMake will
48
49
produce configuration and build files for the currently selected CMake
@@ -58,7 +59,7 @@ form of a makefile build is the following:
58
59
59
60
The IAMF library has few configuration options, There are one option which is used to enable binaural rendering:
60
61
Build binaural rendering configuration options. These have the form `MULTICHANNEL_BINAURALIZER` and `HOA_BINAURALIZER`.
61
-
(If binaural rendering is not enabled, there is no need to provide external libraries)
62
+
(If binaural rendering is not enabled, there is no need to provide external libraries)
0 commit comments