[Webkit-unassigned] [Bug 76397] HRTFPanner not rendering correctly on mac port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 13:45:07 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76397





--- Comment #3 from Jer Noble <jer.noble at apple.com>  2012-01-16 13:45:07 PST ---
I regenerated the composite file, and that appeared to take care of the erratic sound.  Here's the command I used:

sox $( \
  for azimuth in {0..23}; do \
    for elevation in 315 330 345 0 15 30 45 60 75 90; do \
      printf "IRC_Composite_C_R0195_T%03d_P%03d.wav\n" "$(expr $azimuth \* 15)" "$elevation"; \
    done; \
  done;) \
Composite.wav

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list