get_output_as_nparray#

LoudnessISO532_2.get_output_as_nparray()#

Get loudness data in a tuple of NumPy arrays.

Returns:
tuple[numpy.ndarray]
  • First element: binaural loudness in sone.

  • Second element: binaural loudness level in phon.

  • Third element: monaural loudness in sone at each ear.

  • Fourth element: monaural loudness level in phon at each ear.

  • Fifth element: binaural specific loudness in sone/Cam, as a function of the ERB center frequency.

  • Sixth element: monaural specific loudness in sone/Cam at each ear, as a function of the ERB center frequency.

  • Seventh element: center frequencies in Hz of the equivalent rectangular bandwidths (ERB), where specific loudness is defined.

Return type:

tuple[ndarray]