Skip to content

Commit

Permalink
Render 0th order ambisonics to mono using the unit gain.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668026098
  • Loading branch information
felicialim committed Aug 27, 2024
1 parent e3a49ee commit 91b2df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iamf/cli/renderer/precomputed_gains.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace iamf_tools {
PrecomputedGains InitPrecomputedGains() {
PrecomputedGains gains;

// Generated on Thu Aug 22 21:22:03 2024, GMT
// Generated on Sun Aug 25 04:53:27 2024, GMT

// -------------------------------------------------------
// Input layout: 0+1+0
Expand Down Expand Up @@ -1112,7 +1112,7 @@ PrecomputedGains InitPrecomputedGains() {
0.4200474107850664, 0.3133067479574846, 0.3133147585847036,
0.2894032118374602, 0.28936905968526, 0.4012892701848798,
0.4012638187702699, 0.1434756453687651, 0.1434781986519148}};
gains["A0"]["0+1+0"] = {{0.7071067811614391}};
gains["A0"]["0+1+0"] = {{1}};

// -------------------------------------------------------
// Input layout: A1
Expand Down

0 comments on commit 91b2df3

Please sign in to comment.