diff --git a/conformance/README.md b/conformance/README.md index 7a6184f..4bbfbd9 100644 --- a/conformance/README.md +++ b/conformance/README.md @@ -1,245 +1,45 @@ # Conformance test reports -For more detail on conformance, refer to [_Bluetooth Conformance -Documents and scripts_](https://www.bluetooth.com/specifications/specs/low-complexity-communication-codec-1-0/) +For more details on conformance, refer to: +- [_Bluetooth Conformance Documents and scripts_](https://www.bluetooth.com/specifications/specs/low-complexity-communication-codec-1-0/) +- [_ETSI TS 103 634 V1.4.1 - Section 7_](https://www.etsi.org/deliver/etsi_ts/103600_103699/103634/01.04.01_60/ts_103634v010401p.pdf) -Exposed reports were obtained by exercising the release [1.0.4](https://github.com/google/liblc3/releases/tag/v1.0.4), using the [_Test Software 1.0.6_](https://www.bluetooth.com/specifications/specs/low-complexity-communication-codec-1-0/) +The test reports are generated by: +- [_LC3 Test Software V1.0.6_](https://www.bluetooth.com/specifications/specs/low-complexity-communication-codec-1-0/) +- [_LC3 Plus ETSI Conformance Software V1.6.4_](https://www.etsi.org/deliver/etsi_ts/103600_103699/103634/01.03.01_60/ts_103634v010301p0.zip) -## Speech +## LC3 Speech -* Encoding 10ms +* [Encoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encode_10m.html) +* [Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/speech_decode_10m.html) +* [Encoding + Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encdec_10m.html) -``` -[speech_encode_10m] + -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 0 -test_rate_switching = 0 +* [Encoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encode_7m5.html) +* [Decoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/speech_decode_7m5.html) +* [Encoding + Decoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encdec_7m5.html) -# Mode, Samplingrate, Bitrate -configs = encode, 8000, 24000 - encode, 16000, 32000 - encode, 24000, 48000 - encode, 32000, 64000 -``` +## LC3 Music -[Report](https://raw.githack.com/google/liblc3/main/conformance/speech_encode_10m.html) +* [Encoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/music_encode_10m.html) +* [Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/music_decode_10m.html) +* [Encoding + Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/music_encdec_10m.html) -* Decoding 10ms + -``` -[speech_decode_10m] +* [Encoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/music_encode_7m5.html) +* [Decoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/music_decode_7m5.html) +* [Encoding + Decoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/music_encdec_7m5.html) -# test modes -test_sqam = 1 -test_band_limiting = 0 -test_low_pass = 0 -test_rate_switching = 0 +## LC3 Plus -# Mode, Samplingrate, Bitrate -configs = decode, 8000, 24000 - decode, 16000, 32000 - decode, 24000, 48000 - decode, 32000, 64000 -``` +* [Encoding](https://raw.githack.com/google/liblc3/main/conformance/lc3plus_encode.html) +* [Decoding](https://raw.githack.com/google/liblc3/main/conformance/lc3plus_decode.html) +* [Encoding + Decoding](https://raw.githack.com/google/liblc3/main/conformance/lc3plus_encdec.html) -[Report](https://raw.githack.com/google/liblc3/main/conformance/speech_decode_10m.html) +## LC3 Plus High-Resolution -* Encoding + Decoding 10ms - -``` -[speech_encdec_10m] - -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 0 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = encdec, 8000, 24000 - encdec, 16000, 32000 - encdec, 24000, 48000 - encdec, 32000, 64000 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/speech_encdec_10m.html) - -* Encoding 7.5ms - -``` -[speech_encode_7m5] - -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 0 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = encode, 8000, 27734 - encode, 16000, 32000 - encode, 24000, 48000 - encode, 32000, 64000 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/speech_encode_7m5.html) - -* Decoding 7.5ms - -``` -[speech_decode_7m5] - -# test modes -test_sqam = 1 -test_band_limiting = 0 -test_low_pass = 0 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = decode, 8000, 27734 - decode, 16000, 32000 - decode, 24000, 48000 - decode, 32000, 64000 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/speech_decode_7m5.html) - -* Encoding + Decoding 7.5ms - -``` -[speech_encdec_7m5] - -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 0 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = encdec, 8000, 27734 - encdec, 16000, 32000 - encdec, 24000, 48000 - encdec, 32000, 64000 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/speech_encdec_7m5.html) - -## Music - -* Encoding 10ms - -``` -[music_encode_10m] - -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 1 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = encode, 48000, 80000 - encode, 48000, 96000 - encode, 48000, 124000 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/music_encode_10m.html) - -* Decoding 10ms - -``` -[music_decode_10m] - -# test modes -test_sqam = 1 -test_band_limiting = 0 -test_low_pass = 1 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = decode, 48000, 80000 - decode, 48000, 96000 - decode, 48000, 124000 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/music_decode_10m.html) - -* Encoding + Decoding 10ms - -``` -[music_encdec_10m] - -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 1 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = encdec, 48000, 80000 - encdec, 48000, 96000 - encdec, 48000, 124000 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/music_encdec_10m.html) - -* Encoding 7.5ms - -``` -[music_encode_7m5] - -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 1 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = encode, 48000, 80000 - encode, 48000, 96000 - encode, 48000, 124800 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/music_encode_7m5.html) - - -* Decoding 7.5ms - -``` -[music_decode_7m5] - -# test modes -test_sqam = 1 -test_band_limiting = 0 -test_low_pass = 1 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = decode, 48000, 80000 - decode, 48000, 96000 - decode, 48000, 124800 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/music_decode_7m5.html) - -* Encoding + Decoding 7.5ms - -``` -[music_encdec_7m5] - -# test modes -test_sqam = 1 -test_band_limiting = 1 -test_low_pass = 1 -test_rate_switching = 0 - -# Mode, Samplingrate, Bitrate -configs = encdec, 48000, 80000 - encdec, 48000, 96000 - encdec, 48000, 124800 -``` - -[Report](https://raw.githack.com/google/liblc3/main/conformance/music_encdec_7m5.html) +* [Encoding](https://raw.githack.com/google/liblc3/main/conformance/lc3plus_hr_encode.html) +* [Decoding](https://raw.githack.com/google/liblc3/main/conformance/lc3plus_hr_decode.html) +* [Encoding + Decoding](https://raw.githack.com/google/liblc3/main/conformance/lc3plus_hr_encdec.html) diff --git a/conformance/lc3plus_decode.html b/conformance/lc3plus_decode.html new file mode 100644 index 0000000..463c1f1 --- /dev/null +++ b/conformance/lc3plus_decode.html @@ -0,0 +1,232 @@ +DECODE Report +

Conformance for "DECODE" passed!

+

SQAM - 100%

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateMax. Abs. DiffRMS [dB]RMS Reached [bits]
decodeABBA10.08000320003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeCastanets10.08000320009.16e-05 (0.00148)-113 (-89.1)16 (14)
decodeEddie_Rabbitt10.08000320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.08000320003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeGlockenspiel10.08000320003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodePiano_Schubert10.08000320003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeVioloncello10.08000320003.05e-05 (0.00148)-120 (-89.1)16 (14)
decodeHarpsichord10.08000320003.05e-05 (0.00148)-127 (-89.1)16 (14)
decodeMale_Speech_English10.08000320003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeABBA10.016000320003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeCastanets10.016000320009.16e-05 (0.00148)-113 (-89.1)16 (14)
decodeEddie_Rabbitt10.016000320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.016000320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeGlockenspiel10.016000320009.16e-05 (0.00148)-119 (-89.1)16 (14)
decodePiano_Schubert10.016000320003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello10.016000320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeHarpsichord10.016000320003.05e-05 (0.00148)-127 (-89.1)16 (14)
decodeMale_Speech_English10.016000320003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeABBA10.032000640003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeABBA10.0320001280006.1e-05 (0.00148)-121 (-89.1)16 (14)
decodeCastanets10.032000640000.000183 (0.00148)-111 (-89.1)16 (14)
decodeCastanets10.0320001280000.000214 (0.00148)-111 (-89.1)16 (14)
decodeEddie_Rabbitt10.032000640003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeEddie_Rabbitt10.0320001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.032000640003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.0320001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeGlockenspiel10.032000640000.000122 (0.00148)-120 (-89.1)16 (14)
decodeGlockenspiel10.0320001280000.000122 (0.00148)-120 (-89.1)16 (14)
decodePiano_Schubert10.032000640003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert10.0320001280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello10.032000640003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeVioloncello10.0320001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeHarpsichord10.032000640003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeHarpsichord10.0320001280003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeMale_Speech_English10.032000640003.05e-05 (0.00148)-116 (-89.1)16 (14)
decodeMale_Speech_English10.0320001280003.05e-05 (0.00148)-116 (-89.1)16 (14)
decodeABBA10.048000320003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeABBA10.048000640003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeABBA10.048000960003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeABBA10.0480001280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeCastanets10.048000320000.000214 (0.00148)-111 (-89.1)16 (14)
decodeCastanets10.048000640000.000183 (0.00148)-111 (-89.1)16 (14)
decodeCastanets10.048000960000.000275 (0.00148)-110 (-89.1)16 (14)
decodeCastanets10.0480001280000.000275 (0.00148)-110 (-89.1)16 (14)
decodeEddie_Rabbitt10.048000320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeEddie_Rabbitt10.048000640003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeEddie_Rabbitt10.048000960003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeEddie_Rabbitt10.0480001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.048000320003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.048000640003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.048000960006.1e-05 (0.00148)-117 (-89.1)16 (14)
decodeFemale_Speech_German10.0480001280006.1e-05 (0.00148)-118 (-89.1)16 (14)
decodeGlockenspiel10.048000320006.1e-05 (0.00148)-121 (-89.1)16 (14)
decodeGlockenspiel10.048000640009.16e-05 (0.00148)-121 (-89.1)16 (14)
decodeGlockenspiel10.048000960000.000183 (0.00148)-120 (-89.1)16 (14)
decodeGlockenspiel10.0480001280000.000214 (0.00148)-119 (-89.1)16 (14)
decodePiano_Schubert10.048000320003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert10.048000640003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert10.048000960003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert10.0480001280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello10.048000320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeVioloncello10.048000640003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeVioloncello10.048000960003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeVioloncello10.0480001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeHarpsichord10.048000320003.05e-05 (0.00148)-125 (-89.1)16 (14)
decodeHarpsichord10.048000640003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeHarpsichord10.048000960003.05e-05 (0.00148)-125 (-89.1)16 (14)
decodeHarpsichord10.0480001280003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeMale_Speech_English10.048000320003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeMale_Speech_English10.048000640003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeMale_Speech_English10.048000960003.05e-05 (0.00148)-116 (-89.1)16 (14)
decodeMale_Speech_English10.0480001280003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeABBA5.048000640003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeABBA5.0480001280003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeABBA5.0480001600003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeABBA5.0480001920003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeABBA5.0480002560003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeCastanets5.048000640006.1e-05 (0.00148)-115 (-89.1)16 (14)
decodeCastanets5.0480001280009.16e-05 (0.00148)-115 (-89.1)16 (14)
decodeCastanets5.0480001600006.1e-05 (0.00148)-114 (-89.1)16 (14)
decodeCastanets5.0480001920009.16e-05 (0.00148)-115 (-89.1)16 (14)
decodeCastanets5.0480002560006.1e-05 (0.00148)-114 (-89.1)16 (14)
decodeEddie_Rabbitt5.048000640003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeEddie_Rabbitt5.0480001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeEddie_Rabbitt5.0480001600003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeEddie_Rabbitt5.0480001920003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeEddie_Rabbitt5.0480002560003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German5.048000640003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German5.0480001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German5.0480001600003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German5.0480001920003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German5.0480002560003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeGlockenspiel5.048000640003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeGlockenspiel5.0480001280006.1e-05 (0.00148)-121 (-89.1)16 (14)
decodeGlockenspiel5.0480001600006.1e-05 (0.00148)-121 (-89.1)16 (14)
decodeGlockenspiel5.0480001920006.1e-05 (0.00148)-122 (-89.1)16 (14)
decodeGlockenspiel5.0480002560006.1e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert5.048000640003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert5.0480001280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert5.0480001600003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert5.0480001920003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodePiano_Schubert5.0480002560003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello5.048000640003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeVioloncello5.0480001280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeVioloncello5.0480001600003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeVioloncello5.0480001920003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeVioloncello5.0480002560003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeHarpsichord5.048000640003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeHarpsichord5.0480001280003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeHarpsichord5.0480001600003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeHarpsichord5.0480001920003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeHarpsichord5.0480002560003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeMale_Speech_English5.048000640003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeMale_Speech_English5.0480001280003.05e-05 (0.00148)-116 (-89.1)16 (14)
decodeMale_Speech_English5.0480001600003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeMale_Speech_English5.0480001920003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeMale_Speech_English5.0480002560003.05e-05 (0.00148)-116 (-89.1)16 (14)
decodeABBA2.5480001280003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeABBA2.5480002560003.05e-05 (0.00148)-123 (-89.1)16 (14)
decodeABBA2.5480003200003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeCastanets2.5480001280009.16e-05 (0.00148)-117 (-89.1)16 (14)
decodeCastanets2.5480002560009.16e-05 (0.00148)-117 (-89.1)16 (14)
decodeCastanets2.5480003200009.16e-05 (0.00148)-117 (-89.1)16 (14)
decodeEddie_Rabbitt2.5480001280003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeEddie_Rabbitt2.5480002560003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeEddie_Rabbitt2.5480003200003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German2.5480001280003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German2.5480002560003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German2.5480003200003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeGlockenspiel2.5480001280003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeGlockenspiel2.5480002560003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeGlockenspiel2.5480003200003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodePiano_Schubert2.5480001280003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodePiano_Schubert2.5480002560003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodePiano_Schubert2.5480003200003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello2.5480001280003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeVioloncello2.5480002560003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeVioloncello2.5480003200003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeHarpsichord2.5480001280003.05e-05 (0.00148)-127 (-89.1)16 (14)
decodeHarpsichord2.5480002560003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeHarpsichord2.5480003200003.05e-05 (0.00148)-127 (-89.1)16 (14)
decodeMale_Speech_English2.5480001280003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeMale_Speech_English2.5480002560003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeMale_Speech_English2.5480003200003.05e-05 (0.00148)-118 (-89.1)16 (14)
+
+

Band Limitation - 100%

+ + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateBandwidthMax. Abs. DiffRMS [dB]RMS Reached [bits]
decodeFemale_Speech_German2.548000320000120003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German5.04800018400040003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.0480009200080003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.0320006400080003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German5.048000184000120003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.04800092000160003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German2.54800032000080003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German2.548000320000160003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.0160003200040003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.0480009200040003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German2.54800032000040003.05e-05 (0.00148)-120 (-89.1)16 (14)
decodeFemale_Speech_German5.048000184000160003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.0320006400040003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German5.04800018400080003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.03200064000120003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.04800092000120006.1e-05 (0.00148)-117 (-89.1)16 (14)
+
+

Bitrate Switching - 100%

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateMax. Abs. DiffRMS [dB]RMS Reached [bits]
decodeABBA10.0800016000-320003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeCastanets10.0800016000-320006.1e-05 (0.00148)-114 (-89.1)16 (14)
decodeEddie_Rabbitt10.0800016000-320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.0800016000-320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeGlockenspiel10.0800016000-320003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodePiano_Schubert10.0800016000-320003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello10.0800016000-320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeHarpsichord10.0800016000-320003.05e-05 (0.00148)-128 (-89.1)16 (14)
decodeMale_Speech_English10.0800016000-320003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeABBA10.01600016000-320003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeCastanets10.01600016000-320006.1e-05 (0.00148)-113 (-89.1)16 (14)
decodeEddie_Rabbitt10.01600016000-320003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.01600016000-320003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeGlockenspiel10.01600016000-320006.1e-05 (0.00148)-120 (-89.1)16 (14)
decodePiano_Schubert10.01600016000-320003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello10.01600016000-320003.05e-05 (0.00148)-120 (-89.1)16 (14)
decodeHarpsichord10.01600016000-320003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeMale_Speech_English10.01600016000-320003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeABBA10.03200016000-1280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeCastanets10.03200016000-1280000.000183 (0.00148)-111 (-89.1)16 (14)
decodeEddie_Rabbitt10.03200016000-1280003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German10.03200016000-1280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeGlockenspiel10.03200016000-1280000.000122 (0.00148)-120 (-89.1)16 (14)
decodePiano_Schubert10.03200016000-1280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello10.03200016000-1280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeHarpsichord10.03200016000-1280003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeMale_Speech_English10.03200016000-1280003.05e-05 (0.00148)-116 (-89.1)16 (14)
decodeABBA10.04800016000-1280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeCastanets10.04800016000-1280000.000305 (0.00148)-110 (-89.1)16 (14)
decodeEddie_Rabbitt10.04800016000-1280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German10.04800016000-1280006.1e-05 (0.00148)-117 (-89.1)16 (14)
decodeGlockenspiel10.04800016000-1280000.000214 (0.00148)-119 (-89.1)16 (14)
decodePiano_Schubert10.04800016000-1280003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello10.04800016000-1280003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeHarpsichord10.04800016000-1280003.05e-05 (0.00148)-125 (-89.1)16 (14)
decodeMale_Speech_English10.04800016000-1280003.05e-05 (0.00148)-117 (-89.1)16 (14)
decodeABBA5.04800032000-2560003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeCastanets5.04800032000-2560009.16e-05 (0.00148)-114 (-89.1)16 (14)
decodeEddie_Rabbitt5.04800032000-2560003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeFemale_Speech_German5.04800032000-2560003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeGlockenspiel5.04800032000-2560006.1e-05 (0.00148)-122 (-89.1)16 (14)
decodePiano_Schubert5.04800032000-2560003.05e-05 (0.00148)-121 (-89.1)16 (14)
decodeVioloncello5.04800032000-2560003.05e-05 (0.00148)-118 (-89.1)16 (14)
decodeHarpsichord5.04800032000-2560003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeMale_Speech_English5.04800032000-2560003.05e-05 (0.00148)-116 (-89.1)16 (14)
decodeABBA2.54800064000-3200003.05e-05 (0.00148)-123 (-89.1)16 (14)
decodeCastanets2.54800064000-3200009.16e-05 (0.00148)-117 (-89.1)16 (14)
decodeEddie_Rabbitt2.54800064000-3200003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeFemale_Speech_German2.54800064000-3200003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeGlockenspiel2.54800064000-3200003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodePiano_Schubert2.54800064000-3200003.05e-05 (0.00148)-122 (-89.1)16 (14)
decodeVioloncello2.54800064000-3200003.05e-05 (0.00148)-119 (-89.1)16 (14)
decodeHarpsichord2.54800064000-3200003.05e-05 (0.00148)-126 (-89.1)16 (14)
decodeMale_Speech_English2.54800064000-3200003.05e-05 (0.00148)-118 (-89.1)16 (14)
+
+ diff --git a/conformance/lc3plus_encdec.html b/conformance/lc3plus_encdec.html new file mode 100644 index 0000000..5fe45c0 --- /dev/null +++ b/conformance/lc3plus_encdec.html @@ -0,0 +1,173 @@ +ENCDEC Report +

Conformance for "ENCDEC" passed!

+

SQAM - 100%

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateODGrefΔODG
encdecABBA10.0800032000-0.180.000151 (0.15)
encdecCastanets10.0800032000-0.09650.000611 (0.15)
encdecEddie_Rabbitt10.0800032000-0.1650.00275 (0.15)
encdecFemale_Speech_German10.0800032000-0.2410.000112 (0.15)
encdecGlockenspiel10.0800032000-0.9370.00581 (0.15)
encdecPiano_Schubert10.0800032000-0.3810.00179 (0.15)
encdecVioloncello10.0800032000-0.5440.0114 (0.15)
encdecHarpsichord10.0800032000-1.030.0204 (0.15)
encdecMale_Speech_English10.0800032000-0.2010.0014 (0.15)
encdecABBA10.01600032000-1.380.00276 (0.08)
encdecCastanets10.01600032000-1.080.00627 (0.08)
encdecEddie_Rabbitt10.01600032000-1.110.00306 (0.08)
encdecFemale_Speech_German10.01600032000-1.550.0147 (0.08)
encdecGlockenspiel10.01600032000-2.660.00445 (0.12)
encdecPiano_Schubert10.01600032000-1.70.00776 (0.08)
encdecVioloncello10.01600032000-2.010.0106 (0.08)
encdecHarpsichord10.01600032000-3.150.00229 (0.12)
encdecMale_Speech_English10.01600032000-1.420.00191 (0.08)
encdecABBA10.03200064000-0.6330.00146 (0.06)
encdecABBA10.0320001280000.01270.00393 (0.06)
encdecCastanets10.03200064000-0.7990.00279 (0.06)
encdecCastanets10.0320001280000.002030.000836 (0.06)
encdecEddie_Rabbitt10.03200064000-0.6250.00437 (0.06)
encdecEddie_Rabbitt10.0320001280000.01020.00156 (0.06)
encdecFemale_Speech_German10.03200064000-0.7620.00644 (0.06)
encdecFemale_Speech_German10.0320001280000.01840.00669 (0.06)
encdecGlockenspiel10.03200064000-1.570.000197 (0.08)
encdecGlockenspiel10.032000128000-0.0140.00368 (0.06)
encdecPiano_Schubert10.03200064000-0.3840.00191 (0.06)
encdecPiano_Schubert10.0320001280000.02540.00062 (0.06)
encdecVioloncello10.03200064000-1.290.00559 (0.08)
encdecVioloncello10.032000128000-0.02140.000836 (0.06)
encdecHarpsichord10.03200064000-1.70.00962 (0.08)
encdecHarpsichord10.032000128000-0.07320.000995 (0.06)
encdecMale_Speech_English10.03200064000-0.7330.000656 (0.06)
encdecMale_Speech_English10.0320001280000.01860.00123 (0.06)
encdecABBA10.04800032000-2.980.077 (0.12)
encdecABBA10.04800064000-0.7810.00249 (0.06)
encdecABBA10.04800096000-0.2291.7e-05 (0.06)
encdecABBA10.048000128000-0.02810.00211 (0.06)
encdecCastanets10.04800032000-3.050.000142 (0.12)
encdecCastanets10.04800064000-0.9740.000124 (0.06)
encdecCastanets10.04800096000-0.2460.000712 (0.06)
encdecCastanets10.048000128000-0.04520.00276 (0.06)
encdecEddie_Rabbitt10.04800032000-2.570.00809 (0.12)
encdecEddie_Rabbitt10.04800064000-0.6830.00497 (0.06)
encdecEddie_Rabbitt10.04800096000-0.2050.000208 (0.06)
encdecEddie_Rabbitt10.048000128000-0.0220.00292 (0.06)
encdecFemale_Speech_German10.04800032000-3.020.00893 (0.12)
encdecFemale_Speech_German10.04800064000-0.9230.0184 (0.06)
encdecFemale_Speech_German10.04800096000-0.2343.4e-05 (0.06)
encdecFemale_Speech_German10.048000128000-0.02290.000193 (0.06)
encdecGlockenspiel10.04800032000-3.730.000134 (0.12)
encdecGlockenspiel10.04800064000-2.20.00173 (0.08)
encdecGlockenspiel10.04800096000-0.2360.00056 (0.06)
encdecGlockenspiel10.048000128000-0.04210.00349 (0.06)
encdecPiano_Schubert10.04800032000-2.150.000161 (0.08)
encdecPiano_Schubert10.04800064000-0.4430.00043 (0.06)
encdecPiano_Schubert10.04800096000-0.07554.2e-05 (0.06)
encdecPiano_Schubert10.0480001280000.0176.8e-05 (0.06)
encdecVioloncello10.04800032000-3.040.00509 (0.12)
encdecVioloncello10.04800064000-1.390.0092 (0.08)
encdecVioloncello10.04800096000-0.5242e-05 (0.06)
encdecVioloncello10.048000128000-0.09170.00202 (0.06)
encdecHarpsichord10.04800032000-3.710.00149 (0.12)
encdecHarpsichord10.04800064000-1.870.0187 (0.08)
encdecHarpsichord10.04800096000-0.6390.000224 (0.06)
encdecHarpsichord10.048000128000-0.1550.00229 (0.06)
encdecMale_Speech_English10.04800032000-2.710.00212 (0.12)
encdecMale_Speech_English10.04800064000-0.7634.4e-05 (0.06)
encdecMale_Speech_English10.04800096000-0.1756.9e-05 (0.06)
encdecMale_Speech_English10.048000128000-0.009930.00287 (0.06)
encdecABBA5.04800064000-0.9120.000534 (0.06)
encdecABBA5.048000128000-0.08770.000153 (0.06)
encdecABBA5.0480001600000.004685e-06 (0.06)
encdecABBA5.0480001920000.04717.1e-05 (0.06)
encdecABBA5.0480002560000.05670.00255 (0.06)
encdecCastanets5.04800064000-1.10.00693 (0.08)
encdecCastanets5.048000128000-0.09066.1e-05 (0.06)
encdecCastanets5.048000160000-0.006570.000121 (0.06)
encdecCastanets5.0480001920000.03528.1e-05 (0.06)
encdecCastanets5.0480002560000.04670 (0.06)
encdecEddie_Rabbitt5.04800064000-0.9740.0356 (0.06)
encdecEddie_Rabbitt5.048000128000-0.07550.000431 (0.06)
encdecEddie_Rabbitt5.0480001600000.005779e-06 (0.06)
encdecEddie_Rabbitt5.0480001920000.04380.000166 (0.06)
encdecEddie_Rabbitt5.0480002560000.05670.00118 (0.06)
encdecFemale_Speech_German5.04800064000-1.330.0431 (0.08)
encdecFemale_Speech_German5.048000128000-0.08950.000697 (0.06)
encdecFemale_Speech_German5.0480001600000.00832.3e-05 (0.06)
encdecFemale_Speech_German5.0480001920000.0450.000689 (0.06)
encdecFemale_Speech_German5.0480002560000.05475.1e-05 (0.06)
encdecGlockenspiel5.04800064000-2.960.00134 (0.12)
encdecGlockenspiel5.048000128000-0.07390.00132 (0.06)
encdecGlockenspiel5.0480001600000.008410.00262 (0.06)
encdecGlockenspiel5.0480001920000.03836.9e-05 (0.06)
encdecGlockenspiel5.0480002560000.05520.000499 (0.06)
encdecPiano_Schubert5.04800064000-0.8230.00557 (0.06)
encdecPiano_Schubert5.048000128000-0.01890.000494 (0.06)
encdecPiano_Schubert5.0480001600000.0310.00025 (0.06)
encdecPiano_Schubert5.0480001920000.05190.000286 (0.06)
encdecPiano_Schubert5.0480002560000.05360.000586 (0.06)
encdecVioloncello5.04800064000-1.990.0368 (0.08)
encdecVioloncello5.048000128000-0.2590.000208 (0.06)
encdecVioloncello5.048000160000-0.03230.000358 (0.06)
encdecVioloncello5.0480001920000.04221.7e-05 (0.06)
encdecVioloncello5.0480002560000.0610.000377 (0.06)
encdecHarpsichord5.04800064000-2.560.0221 (0.12)
encdecHarpsichord5.048000128000-0.3368.9e-05 (0.06)
encdecHarpsichord5.048000160000-0.08880.000828 (0.06)
encdecHarpsichord5.0480001920000.01567e-05 (0.06)
encdecHarpsichord5.0480002560000.05820.000394 (0.06)
encdecMale_Speech_English5.04800064000-1.140.0112 (0.08)
encdecMale_Speech_English5.048000128000-0.05580.000193 (0.06)
encdecMale_Speech_English5.0480001600000.01310.000118 (0.06)
encdecMale_Speech_English5.0480001920000.04920.00128 (0.06)
encdecMale_Speech_English5.0480002560000.05790.0023 (0.06)
encdecABBA2.548000128000-0.1740.00196 (0.06)
encdecABBA2.5480002560000.04730.000102 (0.06)
encdecABBA2.5480003200000.05744.4e-05 (0.06)
encdecCastanets2.548000128000-0.1690.00154 (0.06)
encdecCastanets2.5480002560000.03230.000176 (0.06)
encdecCastanets2.5480003200000.04350.00361 (0.06)
encdecEddie_Rabbitt2.548000128000-0.1930.00687 (0.06)
encdecEddie_Rabbitt2.5480002560000.05051.7e-05 (0.06)
encdecEddie_Rabbitt2.5480003200000.05740.000105 (0.06)
encdecFemale_Speech_German2.548000128000-0.2920.0191 (0.06)
encdecFemale_Speech_German2.5480002560000.05120.00037 (0.06)
encdecFemale_Speech_German2.5480003200000.05520.000506 (0.06)
encdecGlockenspiel2.548000128000-1.690.016 (0.08)
encdecGlockenspiel2.5480002560000.052e-05 (0.06)
encdecGlockenspiel2.5480003200000.05596.6e-05 (0.06)
encdecPiano_Schubert2.548000128000-0.1860.00414 (0.06)
encdecPiano_Schubert2.5480002560000.05470.000546 (0.06)
encdecPiano_Schubert2.5480003200000.05170.00032 (0.06)
encdecVioloncello2.548000128000-0.6050.0549 (0.06)
encdecVioloncello2.5480002560000.05592.2e-05 (0.06)
encdecVioloncello2.5480003200000.06157.7e-05 (0.06)
encdecHarpsichord2.548000128000-0.8070.0387 (0.06)
encdecHarpsichord2.5480002560000.04262.1e-05 (0.06)
encdecHarpsichord2.5480003200000.05980.000175 (0.06)
encdecMale_Speech_English2.548000128000-0.2530.00232 (0.06)
encdecMale_Speech_English2.5480002560000.05470.0231 (0.06)
encdecMale_Speech_English2.5480003200000.05850.00195 (0.06)
+
+

Band Limitation - 100%

+ + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateBandwidthODGrefΔODG
encdecFemale_Speech_German10.0480009200080000.004970.000348 (0.06)
encdecFemale_Speech_German10.0320006400012000-0.4870.00411 (0.06)
encdecFemale_Speech_German2.54800032000040000.05430.000353 (0.06)
encdecFemale_Speech_German2.548000320000120000.05880.000601 (0.06)
encdecFemale_Speech_German5.04800018400080000.0330.000536 (0.06)
encdecFemale_Speech_German10.0480009200016000-0.1910.000494 (0.06)
encdecFemale_Speech_German5.048000184000160000.0510.000497 (0.06)
encdecFemale_Speech_German10.032000640008000-0.2170.0025 (0.06)
encdecFemale_Speech_German2.548000320000160000.05540.000486 (0.06)
encdecFemale_Speech_German10.048000920004000-0.02260.00143 (0.06)
encdecFemale_Speech_German2.54800032000080000.02710.0018 (0.06)
encdecFemale_Speech_German5.04800018400040000.05350.000176 (0.06)
encdecFemale_Speech_German10.0480009200012000-0.0450.000124 (0.06)
encdecFemale_Speech_German5.048000184000120000.05633.6e-05 (0.06)
encdecFemale_Speech_German10.032000640004000-0.2290.00852 (0.06)
encdecFemale_Speech_German10.016000320004000-0.6160.0124 (0.06)
+
+ diff --git a/conformance/lc3plus_encode.html b/conformance/lc3plus_encode.html new file mode 100644 index 0000000..3c4d439 --- /dev/null +++ b/conformance/lc3plus_encode.html @@ -0,0 +1,173 @@ +ENCODE Report +

Conformance for "ENCODE" passed!

+

SQAM - 100%

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateODGrefΔODG
encodeABBA10.0800032000-0.180.000179 (0.15)
encodeCastanets10.0800032000-0.09653.5e-05 (0.15)
encodeEddie_Rabbitt10.0800032000-0.1650.00319 (0.15)
encodeFemale_Speech_German10.0800032000-0.2410.000313 (0.15)
encodeGlockenspiel10.0800032000-0.9370.00545 (0.15)
encodePiano_Schubert10.0800032000-0.3810.00113 (0.15)
encodeVioloncello10.0800032000-0.5440.01 (0.15)
encodeHarpsichord10.0800032000-1.030.0198 (0.15)
encodeMale_Speech_English10.0800032000-0.2010.00156 (0.15)
encodeABBA10.01600032000-1.380.00227 (0.08)
encodeCastanets10.01600032000-1.080.0044 (0.08)
encodeEddie_Rabbitt10.01600032000-1.110.00347 (0.08)
encodeFemale_Speech_German10.01600032000-1.550.0141 (0.08)
encodeGlockenspiel10.01600032000-2.660.00447 (0.12)
encodePiano_Schubert10.01600032000-1.70.00709 (0.08)
encodeVioloncello10.01600032000-2.010.0109 (0.08)
encodeHarpsichord10.01600032000-3.150.00225 (0.12)
encodeMale_Speech_English10.01600032000-1.420.00109 (0.08)
encodeABBA10.03200064000-0.6330.00141 (0.06)
encodeABBA10.0320001280000.01270.00395 (0.06)
encodeCastanets10.03200064000-0.7990.00277 (0.06)
encodeCastanets10.0320001280000.002030.000872 (0.06)
encodeEddie_Rabbitt10.03200064000-0.6250.00438 (0.06)
encodeEddie_Rabbitt10.0320001280000.01020.00155 (0.06)
encodeFemale_Speech_German10.03200064000-0.7620.00605 (0.06)
encodeFemale_Speech_German10.0320001280000.01840.0067 (0.06)
encodeGlockenspiel10.03200064000-1.570.000545 (0.08)
encodeGlockenspiel10.032000128000-0.0140.00343 (0.06)
encodePiano_Schubert10.03200064000-0.3840.00232 (0.06)
encodePiano_Schubert10.0320001280000.02540.000652 (0.06)
encodeVioloncello10.03200064000-1.290.00554 (0.08)
encodeVioloncello10.032000128000-0.02140.000859 (0.06)
encodeHarpsichord10.03200064000-1.70.00987 (0.08)
encodeHarpsichord10.032000128000-0.07320.00103 (0.06)
encodeMale_Speech_English10.03200064000-0.7330.000761 (0.06)
encodeMale_Speech_English10.0320001280000.01860.00126 (0.06)
encodeABBA10.04800032000-2.980.077 (0.12)
encodeABBA10.04800064000-0.7810.0026 (0.06)
encodeABBA10.04800096000-0.2292.6e-05 (0.06)
encodeABBA10.048000128000-0.02810.00211 (0.06)
encodeCastanets10.04800032000-3.050.000102 (0.12)
encodeCastanets10.04800064000-0.9740.000117 (0.06)
encodeCastanets10.04800096000-0.2460.000753 (0.06)
encodeCastanets10.048000128000-0.04520.0028 (0.06)
encodeEddie_Rabbitt10.04800032000-2.570.00812 (0.12)
encodeEddie_Rabbitt10.04800064000-0.6830.00496 (0.06)
encodeEddie_Rabbitt10.04800096000-0.2050.000205 (0.06)
encodeEddie_Rabbitt10.048000128000-0.0220.00291 (0.06)
encodeFemale_Speech_German10.04800032000-3.020.00894 (0.12)
encodeFemale_Speech_German10.04800064000-0.9230.0185 (0.06)
encodeFemale_Speech_German10.04800096000-0.2341e-06 (0.06)
encodeFemale_Speech_German10.048000128000-0.02290.000141 (0.06)
encodeGlockenspiel10.04800032000-3.730.000115 (0.12)
encodeGlockenspiel10.04800064000-2.20.00226 (0.08)
encodeGlockenspiel10.04800096000-0.2360.000353 (0.06)
encodeGlockenspiel10.048000128000-0.04210.00339 (0.06)
encodePiano_Schubert10.04800032000-2.150.00269 (0.08)
encodePiano_Schubert10.04800064000-0.4430.000672 (0.06)
encodePiano_Schubert10.04800096000-0.07550.000211 (0.06)
encodePiano_Schubert10.0480001280000.0176.8e-05 (0.06)
encodeVioloncello10.04800032000-3.040.00505 (0.12)
encodeVioloncello10.04800064000-1.390.00916 (0.08)
encodeVioloncello10.04800096000-0.5247.7e-05 (0.06)
encodeVioloncello10.048000128000-0.09170.00202 (0.06)
encodeHarpsichord10.04800032000-3.710.00152 (0.12)
encodeHarpsichord10.04800064000-1.870.0187 (0.08)
encodeHarpsichord10.04800096000-0.6390.000226 (0.06)
encodeHarpsichord10.048000128000-0.1550.00225 (0.06)
encodeMale_Speech_English10.04800032000-2.710.00214 (0.12)
encodeMale_Speech_English10.04800064000-0.7635.3e-05 (0.06)
encodeMale_Speech_English10.04800096000-0.1750.000252 (0.06)
encodeMale_Speech_English10.048000128000-0.009930.00287 (0.06)
encodeABBA5.04800064000-0.9120.000544 (0.06)
encodeABBA5.048000128000-0.08770.000148 (0.06)
encodeABBA5.0480001600000.004683e-06 (0.06)
encodeABBA5.0480001920000.04716.6e-05 (0.06)
encodeABBA5.0480002560000.05670.00253 (0.06)
encodeCastanets5.04800064000-1.10.00693 (0.08)
encodeCastanets5.048000128000-0.09065.9e-05 (0.06)
encodeCastanets5.048000160000-0.006570.000105 (0.06)
encodeCastanets5.0480001920000.03520.000109 (0.06)
encodeCastanets5.0480002560000.04672.2e-05 (0.06)
encodeEddie_Rabbitt5.04800064000-0.9740.0357 (0.06)
encodeEddie_Rabbitt5.048000128000-0.07550.000437 (0.06)
encodeEddie_Rabbitt5.0480001600000.005775e-06 (0.06)
encodeEddie_Rabbitt5.0480001920000.04380.000157 (0.06)
encodeEddie_Rabbitt5.0480002560000.05670.00121 (0.06)
encodeFemale_Speech_German5.04800064000-1.330.043 (0.08)
encodeFemale_Speech_German5.048000128000-0.08950.00068 (0.06)
encodeFemale_Speech_German5.0480001600000.00833.3e-05 (0.06)
encodeFemale_Speech_German5.0480001920000.0450.000663 (0.06)
encodeFemale_Speech_German5.0480002560000.05470.000171 (0.06)
encodeGlockenspiel5.04800064000-2.960.000489 (0.12)
encodeGlockenspiel5.048000128000-0.07390.00126 (0.06)
encodeGlockenspiel5.0480001600000.008410.00259 (0.06)
encodeGlockenspiel5.0480001920000.03830.000243 (0.06)
encodeGlockenspiel5.0480002560000.05520.000453 (0.06)
encodePiano_Schubert5.04800064000-0.8230.0056 (0.06)
encodePiano_Schubert5.048000128000-0.01890.000616 (0.06)
encodePiano_Schubert5.0480001600000.0310.000205 (0.06)
encodePiano_Schubert5.0480001920000.05190.000167 (0.06)
encodePiano_Schubert5.0480002560000.05360.000629 (0.06)
encodeVioloncello5.04800064000-1.990.0367 (0.08)
encodeVioloncello5.048000128000-0.2590.000232 (0.06)
encodeVioloncello5.048000160000-0.03230.000314 (0.06)
encodeVioloncello5.0480001920000.04222.1e-05 (0.06)
encodeVioloncello5.0480002560000.0610.000457 (0.06)
encodeHarpsichord5.04800064000-2.560.0219 (0.12)
encodeHarpsichord5.048000128000-0.3360.0001 (0.06)
encodeHarpsichord5.048000160000-0.08880.000801 (0.06)
encodeHarpsichord5.0480001920000.01566.3e-05 (0.06)
encodeHarpsichord5.0480002560000.05820.000379 (0.06)
encodeMale_Speech_English5.04800064000-1.140.0111 (0.08)
encodeMale_Speech_English5.048000128000-0.05580.000109 (0.06)
encodeMale_Speech_English5.0480001600000.01310.000111 (0.06)
encodeMale_Speech_English5.0480001920000.04920.000331 (0.06)
encodeMale_Speech_English5.0480002560000.05790.00278 (0.06)
encodeABBA2.548000128000-0.1740.00193 (0.06)
encodeABBA2.5480002560000.04739.8e-05 (0.06)
encodeABBA2.5480003200000.05744e-05 (0.06)
encodeCastanets2.548000128000-0.1690.00155 (0.06)
encodeCastanets2.5480002560000.03230.000156 (0.06)
encodeCastanets2.5480003200000.04350.0035 (0.06)
encodeEddie_Rabbitt2.548000128000-0.1930.00684 (0.06)
encodeEddie_Rabbitt2.5480002560000.05051.5e-05 (0.06)
encodeEddie_Rabbitt2.5480003200000.05745.9e-05 (0.06)
encodeFemale_Speech_German2.548000128000-0.2920.0191 (0.06)
encodeFemale_Speech_German2.5480002560000.05120.000202 (0.06)
encodeFemale_Speech_German2.5480003200000.05520.000549 (0.06)
encodeGlockenspiel2.548000128000-1.690.0151 (0.08)
encodeGlockenspiel2.5480002560000.057.2e-05 (0.06)
encodeGlockenspiel2.5480003200000.05590.000122 (0.06)
encodePiano_Schubert2.548000128000-0.1860.00411 (0.06)
encodePiano_Schubert2.5480002560000.05470.000529 (0.06)
encodePiano_Schubert2.5480003200000.05170.000186 (0.06)
encodeVioloncello2.548000128000-0.6050.055 (0.06)
encodeVioloncello2.5480002560000.05597e-06 (0.06)
encodeVioloncello2.5480003200000.06156.8e-05 (0.06)
encodeHarpsichord2.548000128000-0.8070.0387 (0.06)
encodeHarpsichord2.5480002560000.04264e-05 (0.06)
encodeHarpsichord2.5480003200000.05980.000142 (0.06)
encodeMale_Speech_English2.548000128000-0.2530.00231 (0.06)
encodeMale_Speech_English2.5480002560000.05470.0233 (0.06)
encodeMale_Speech_English2.5480003200000.05850.0021 (0.06)
+
+

Band Limitation - 100%

+ + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateBandwidthODGrefΔODG
encodeFemale_Speech_German2.54800032000040000.05430.000451 (0.06)
encodeFemale_Speech_German5.04800018400040000.05350.000195 (0.06)
encodeFemale_Speech_German10.0480009200080000.004970.000289 (0.06)
encodeFemale_Speech_German5.048000184000120000.05631.6e-05 (0.06)
encodeFemale_Speech_German10.0480009200016000-0.1910.000514 (0.06)
encodeFemale_Speech_German10.032000640008000-0.2170.00258 (0.06)
encodeFemale_Speech_German2.548000320000120000.05880.000634 (0.06)
encodeFemale_Speech_German2.548000320000160000.05540.000455 (0.06)
encodeFemale_Speech_German10.016000320004000-0.6160.0138 (0.06)
encodeFemale_Speech_German10.032000640004000-0.2290.00859 (0.06)
encodeFemale_Speech_German10.048000920004000-0.02260.00106 (0.06)
encodeFemale_Speech_German10.0480009200012000-0.0450.00014 (0.06)
encodeFemale_Speech_German5.04800018400080000.0330.000567 (0.06)
encodeFemale_Speech_German2.54800032000080000.02710.00193 (0.06)
encodeFemale_Speech_German10.0320006400012000-0.4870.00424 (0.06)
encodeFemale_Speech_German5.048000184000160000.0510.000439 (0.06)
+
+ diff --git a/conformance/lc3plus_hr_decode.html b/conformance/lc3plus_hr_decode.html new file mode 100644 index 0000000..e27bf65 --- /dev/null +++ b/conformance/lc3plus_hr_decode.html @@ -0,0 +1,71 @@ +DECODE Report +

Conformance for "DECODE" passed!

+

SQAM - 100%

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateMax. Abs. DiffRMS [dB]RMS Reached [bits]
decodeABBA10.0480001280002.19e-05 (0.00148)-136 (-89.1)21 (14)
decodeABBA10.0480001600002.13e-05 (0.00148)-136 (-89.1)21 (14)
decodeABBA10.0480001920002.12e-05 (0.00148)-136 (-89.1)21 (14)
decodeCastanets10.0480001280000.000237 (0.00148)-113 (-89.1)17 (14)
decodeCastanets10.0480001600000.000242 (0.00148)-113 (-89.1)17 (14)
decodeCastanets10.0480001920000.000247 (0.00148)-113 (-89.1)17 (14)
decodeEddie_Rabbitt10.0480001280007.27e-06 (0.00148)-137 (-89.1)21 (14)
decodeEddie_Rabbitt10.0480001600009.66e-06 (0.00148)-137 (-89.1)21 (14)
decodeEddie_Rabbitt10.0480001920007.51e-06 (0.00148)-137 (-89.1)21 (14)
decodeFemale_Speech_German10.0480001280004.98e-05 (0.00148)-127 (-89.1)20 (14)
decodeFemale_Speech_German10.0480001600004.9e-05 (0.00148)-127 (-89.1)20 (14)
decodeFemale_Speech_German10.0480001920004.91e-05 (0.00148)-127 (-89.1)20 (14)
decodeGlockenspiel10.0480001280000.000195 (0.00148)-123 (-89.1)19 (14)
decodeGlockenspiel10.0480001600000.000193 (0.00148)-123 (-89.1)19 (14)
decodeGlockenspiel10.0480001920000.000195 (0.00148)-123 (-89.1)19 (14)
decodePiano_Schubert10.0480001280003.58e-07 (0.00148)-145 (-89.1)23 (14)
decodePiano_Schubert10.0480001600004.77e-07 (0.00148)-145 (-89.1)23 (14)
decodePiano_Schubert10.0480001920004.77e-07 (0.00148)-145 (-89.1)23 (14)
decodeVioloncello10.0480001280002.03e-06 (0.00148)-142 (-89.1)22 (14)
decodeVioloncello10.0480001600002.15e-06 (0.00148)-142 (-89.1)22 (14)
decodeVioloncello10.0480001920002.15e-06 (0.00148)-142 (-89.1)22 (14)
decodeHarpsichord10.0480001280001.59e-05 (0.00148)-141 (-89.1)22 (14)
decodeHarpsichord10.0480001600001.65e-05 (0.00148)-142 (-89.1)22 (14)
decodeHarpsichord10.0480001920001.65e-05 (0.00148)-142 (-89.1)22 (14)
decodeMale_Speech_English10.0480001280001.04e-05 (0.00148)-132 (-89.1)21 (14)
decodeMale_Speech_English10.0480001600001.05e-05 (0.00148)-132 (-89.1)21 (14)
decodeMale_Speech_English10.0480001920001.05e-05 (0.00148)-132 (-89.1)21 (14)
decodeABBA10.0960001600002.77e-05 (0.00148)-135 (-89.1)21 (14)
decodeABBA10.0960001920002.83e-05 (0.00148)-135 (-89.1)21 (14)
decodeABBA10.0960002560002.8e-05 (0.00148)-135 (-89.1)21 (14)
decodeABBA10.0960003200002.81e-05 (0.00148)-135 (-89.1)21 (14)
decodeCastanets10.0960001600000.000222 (0.00148)-112 (-89.1)17 (14)
decodeCastanets10.0960001920000.000221 (0.00148)-112 (-89.1)17 (14)
decodeCastanets10.0960002560000.000245 (0.00148)-112 (-89.1)17 (14)
decodeCastanets10.0960003200000.000249 (0.00148)-112 (-89.1)17 (14)
decodeEddie_Rabbitt10.0960001600009.89e-06 (0.00148)-136 (-89.1)21 (14)
decodeEddie_Rabbitt10.0960001920001e-05 (0.00148)-137 (-89.1)21 (14)
decodeEddie_Rabbitt10.0960002560009.89e-06 (0.00148)-137 (-89.1)21 (14)
decodeEddie_Rabbitt10.0960003200009.78e-06 (0.00148)-137 (-89.1)21 (14)
decodeFemale_Speech_German10.0960001600004.67e-05 (0.00148)-127 (-89.1)20 (14)
decodeFemale_Speech_German10.0960001920004.72e-05 (0.00148)-127 (-89.1)20 (14)
decodeFemale_Speech_German10.0960002560004.7e-05 (0.00148)-127 (-89.1)20 (14)
decodeFemale_Speech_German10.0960003200004.7e-05 (0.00148)-127 (-89.1)20 (14)
decodeGlockenspiel10.0960001600000.000137 (0.00148)-126 (-89.1)20 (14)
decodeGlockenspiel10.0960001920000.000139 (0.00148)-126 (-89.1)20 (14)
decodeGlockenspiel10.0960002560000.000138 (0.00148)-126 (-89.1)20 (14)
decodeGlockenspiel10.0960003200000.000138 (0.00148)-126 (-89.1)20 (14)
decodePiano_Schubert10.0960001600004.77e-07 (0.00148)-145 (-89.1)23 (14)
decodePiano_Schubert10.0960001920004.77e-07 (0.00148)-145 (-89.1)23 (14)
decodePiano_Schubert10.0960002560004.77e-07 (0.00148)-145 (-89.1)23 (14)
decodePiano_Schubert10.0960003200004.77e-07 (0.00148)-145 (-89.1)23 (14)
decodeVioloncello10.0960001600002.74e-06 (0.00148)-141 (-89.1)22 (14)
decodeVioloncello10.0960001920002.62e-06 (0.00148)-141 (-89.1)22 (14)
decodeVioloncello10.0960002560002.74e-06 (0.00148)-141 (-89.1)22 (14)
decodeVioloncello10.0960003200002.74e-06 (0.00148)-141 (-89.1)22 (14)
decodeHarpsichord10.0960001600001.61e-05 (0.00148)-143 (-89.1)22 (14)
decodeHarpsichord10.0960001920001.69e-05 (0.00148)-142 (-89.1)22 (14)
decodeHarpsichord10.0960002560001.76e-05 (0.00148)-142 (-89.1)22 (14)
decodeHarpsichord10.0960003200001.69e-05 (0.00148)-142 (-89.1)22 (14)
decodeMale_Speech_English10.0960001600001.17e-05 (0.00148)-131 (-89.1)21 (14)
decodeMale_Speech_English10.0960001920001.17e-05 (0.00148)-131 (-89.1)21 (14)
decodeMale_Speech_English10.0960002560001.18e-05 (0.00148)-131 (-89.1)21 (14)
decodeMale_Speech_English10.0960003200001.18e-05 (0.00148)-131 (-89.1)21 (14)
+
+ diff --git a/conformance/lc3plus_hr_encdec.html b/conformance/lc3plus_hr_encdec.html new file mode 100644 index 0000000..dcee3ff --- /dev/null +++ b/conformance/lc3plus_hr_encdec.html @@ -0,0 +1,71 @@ +ENCDEC Report +

Conformance for "ENCDEC" passed!

+

SQAM - 100%

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateODGrefΔODG
encdecABBA10.04800012800000 (0.06)
encdecABBA10.04800016000000 (0.06)
encdecABBA10.04800019200000 (0.06)
encdecCastanets10.04800012800000 (0.06)
encdecCastanets10.04800016000000 (0.06)
encdecCastanets10.04800019200000 (0.06)
encdecEddie_Rabbitt10.04800012800000 (0.06)
encdecEddie_Rabbitt10.04800016000000 (0.06)
encdecEddie_Rabbitt10.04800019200000 (0.06)
encdecFemale_Speech_German10.04800012800000 (0.06)
encdecFemale_Speech_German10.04800016000000 (0.06)
encdecFemale_Speech_German10.04800019200000 (0.06)
encdecGlockenspiel10.04800012800000 (0.06)
encdecGlockenspiel10.04800016000000 (0.06)
encdecGlockenspiel10.04800019200000 (0.06)
encdecPiano_Schubert10.04800012800000 (0.06)
encdecPiano_Schubert10.04800016000000 (0.06)
encdecPiano_Schubert10.04800019200000 (0.06)
encdecVioloncello10.04800012800000 (0.06)
encdecVioloncello10.04800016000000 (0.06)
encdecVioloncello10.04800019200000 (0.06)
encdecHarpsichord10.04800012800000 (0.06)
encdecHarpsichord10.04800016000000 (0.06)
encdecHarpsichord10.04800019200000 (0.06)
encdecMale_Speech_English10.04800012800000 (0.06)
encdecMale_Speech_English10.04800016000000 (0.06)
encdecMale_Speech_English10.04800019200000 (0.06)
encdecABBA10.09600016000000 (0.06)
encdecABBA10.09600019200000 (0.06)
encdecABBA10.09600025600000 (0.06)
encdecABBA10.09600032000000 (0.06)
encdecCastanets10.09600016000000 (0.06)
encdecCastanets10.09600019200000 (0.06)
encdecCastanets10.09600025600000 (0.06)
encdecCastanets10.09600032000000 (0.06)
encdecEddie_Rabbitt10.09600016000000 (0.06)
encdecEddie_Rabbitt10.09600019200000 (0.06)
encdecEddie_Rabbitt10.09600025600000 (0.06)
encdecEddie_Rabbitt10.09600032000000 (0.06)
encdecFemale_Speech_German10.09600016000000 (0.06)
encdecFemale_Speech_German10.09600019200000 (0.06)
encdecFemale_Speech_German10.09600025600000 (0.06)
encdecFemale_Speech_German10.09600032000000 (0.06)
encdecGlockenspiel10.09600016000000 (0.06)
encdecGlockenspiel10.09600019200000 (0.06)
encdecGlockenspiel10.09600025600000 (0.06)
encdecGlockenspiel10.09600032000000 (0.06)
encdecPiano_Schubert10.09600016000000 (0.06)
encdecPiano_Schubert10.09600019200000 (0.06)
encdecPiano_Schubert10.09600025600000 (0.06)
encdecPiano_Schubert10.09600032000000 (0.06)
encdecVioloncello10.09600016000000 (0.06)
encdecVioloncello10.09600019200000 (0.06)
encdecVioloncello10.09600025600000 (0.06)
encdecVioloncello10.09600032000000 (0.06)
encdecHarpsichord10.09600016000000 (0.06)
encdecHarpsichord10.09600019200000 (0.06)
encdecHarpsichord10.09600025600000 (0.06)
encdecHarpsichord10.09600032000000 (0.06)
encdecMale_Speech_English10.09600016000000 (0.06)
encdecMale_Speech_English10.09600019200000 (0.06)
encdecMale_Speech_English10.09600025600000 (0.06)
encdecMale_Speech_English10.09600032000000 (0.06)
+
+ diff --git a/conformance/lc3plus_hr_encode.html b/conformance/lc3plus_hr_encode.html new file mode 100644 index 0000000..78fb5cb --- /dev/null +++ b/conformance/lc3plus_hr_encode.html @@ -0,0 +1,71 @@ +ENCODE Report +

Conformance for "ENCODE" passed!

+

SQAM - 100%

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeItemFrame SizeSamplerateBitrateMLD
encodeABBA10.0480001280000.372 (4)
encodeABBA10.0480001600000.221 (4)
encodeABBA10.0480001920000.191 (4)
encodeCastanets10.0480001280001.45 (4)
encodeCastanets10.0480001600000.538 (4)
encodeCastanets10.0480001920000.517 (4)
encodeEddie_Rabbitt10.0480001280000.63 (4)
encodeEddie_Rabbitt10.0480001600000.467 (4)
encodeEddie_Rabbitt10.0480001920000.278 (4)
encodeFemale_Speech_German10.0480001280000.485 (4)
encodeFemale_Speech_German10.0480001600000.249 (4)
encodeFemale_Speech_German10.0480001920000.199 (4)
encodeGlockenspiel10.0480001280000.428 (4)
encodeGlockenspiel10.0480001600000.315 (4)
encodeGlockenspiel10.0480001920000.171 (4)
encodePiano_Schubert10.0480001280000.0963 (4)
encodePiano_Schubert10.0480001600000.0339 (4)
encodePiano_Schubert10.0480001920000.0256 (4)
encodeVioloncello10.0480001280000.171 (4)
encodeVioloncello10.0480001600000.0918 (4)
encodeVioloncello10.0480001920000.0543 (4)
encodeHarpsichord10.0480001280000.43 (4)
encodeHarpsichord10.0480001600000.273 (4)
encodeHarpsichord10.0480001920000.185 (4)
encodeMale_Speech_English10.0480001280000.348 (4)
encodeMale_Speech_English10.0480001600000.276 (4)
encodeMale_Speech_English10.0480001920000.127 (4)
encodeABBA10.0960001600000.000877 (4)
encodeABBA10.0960001920000.0106 (4)
encodeABBA10.0960002560000.00181 (4)
encodeABBA10.0960003200000.0354 (4)
encodeCastanets10.0960001600000.0345 (4)
encodeCastanets10.0960001920000.0167 (4)
encodeCastanets10.0960002560002.05 (4)
encodeCastanets10.0960003200001.61 (4)
encodeEddie_Rabbitt10.0960001600000.0124 (4)
encodeEddie_Rabbitt10.0960001920000.206 (4)
encodeEddie_Rabbitt10.0960002560000.00735 (4)
encodeEddie_Rabbitt10.0960003200000.0234 (4)
encodeFemale_Speech_German10.0960001600000.0206 (4)
encodeFemale_Speech_German10.0960001920000.00316 (4)
encodeFemale_Speech_German10.0960002560000.00666 (4)
encodeFemale_Speech_German10.0960003200000.00456 (4)
encodeGlockenspiel10.0960001600000.0513 (4)
encodeGlockenspiel10.0960001920000.00835 (4)
encodeGlockenspiel10.0960002560000.00302 (4)
encodeGlockenspiel10.0960003200000.00301 (4)
encodePiano_Schubert10.0960001600000.012 (4)
encodePiano_Schubert10.0960001920000.00901 (4)
encodePiano_Schubert10.0960002560000.00719 (4)
encodePiano_Schubert10.0960003200000.0077 (4)
encodeVioloncello10.0960001600000.0421 (4)
encodeVioloncello10.0960001920000.0381 (4)
encodeVioloncello10.0960002560000.0077 (4)
encodeVioloncello10.0960003200000.00881 (4)
encodeHarpsichord10.0960001600000.0231 (4)
encodeHarpsichord10.0960001920000.013 (4)
encodeHarpsichord10.0960002560000.0209 (4)
encodeHarpsichord10.0960003200000.00991 (4)
encodeMale_Speech_English10.0960001600000.0139 (4)
encodeMale_Speech_English10.0960001920000.031 (4)
encodeMale_Speech_English10.0960002560000.0311 (4)
encodeMale_Speech_English10.0960003200000.0174 (4)
+
+