In Force

ITU Implementers’ Guide

International Telecommunications Union
ITU-T
Implementers’ Guide P.863 Implementers' Guide
Revision 2
(12/2019)
Telecommunication
Standardization Bureau
of ITU
Series P: Terminals and Subjective and Objective Assessment Methods Methods for objective and subjective assessment of speech quality Implementers' guide 2 for ITU-T P.863

International Telecommunication Union

Place des Nations 1211 Geneva 20 Switzerland
itumail@itu.int
www.itu.int





Summary

This document contains all updates submitted up to and including those at Study Group 12 meeting in November 2019 except for those already published in the earlier implementer's guide ([ITU-T P.Imp863] (05/18)).

This document was agreed by ITU-T Study Group 12 on 5 December 2019 and is the initial version of this implementer's guide.

Change log

2019-12Initial version

Editors:Jens Berger
Rohde Schwarz, Switzerland
E-mail: jens.berger@rohde-schwarz.com
Christian Schmidmer
OPTICOM GmbH, Germany
E-mail: cs@opticom.de

Implementers’ Guide ITU-T P.863 Implementers' Guide

Implementers' guide 2 for ITU-T P.863

1.  Scope

This guide resolves defects in the following categories:

  • editorial errors

  • technical errors, such as omissions and inconsistencies

  • ambiguities

In addition, the implementer's guide may include explanatory text found necessary as a result of interpretation difficulties apparent from the defect reports.

This guide will not address proposed additions, deletions or modifications to the Recommendations that are not strictly related to implementation difficulties in the above categories. Proposals for new features should be made through contributions to ITU-T.

2.  References

The following ITU-T Recommendations and other references contain provisions which, through reference in this text, constitute provisions of this Recommendation. At the time of publication, the editions indicated were valid. All Recommendations and other references are subject to revision; users of this Recommendation are therefore encouraged to investigate the possibility of applying the most recent edition of the Recommendations and other references listed below. A list of the currently valid ITU-T Recommendations is regularly published. The reference to a document within this Recommendation does not give it, as a stand-alone document, the status of a Recommendation.

[ITU‑T P.863 (03/2018)]
[ITU‑T P.Imp863]Recommendation ITU-T P.Imp863, Implementers' guide for P.863.

3.  Introduction

This implementer's guide is a compilation of reported defects for the version 2018-03 of [ITU-T P.863 (03/2018)], excluding all defects mentioned in [ITU-T P.Imp863] (05/18). In this edition of the guide, reported defects identified as of 2019-12 are given for:

  • Recommendation ITU-T P.863 (03/18)

The guide must be read in conjunction with [ITU-T P.863 (03/2018)] (03/18) and [ITU-T P.Imp863] (05/18) to serve as an additional source of information for implementers. The changes, clarifications and corrections defined herein are expected to be included in future versions of the affected Recommendations.

4.  Defect resolution procedure

Upon discovering technical defects with any components of the texts covered by this implementer's guide, please provide a written description directly to the editors of the affected Recommendation(s) with a copy to the respective Rapporteur (See contacts above on page iii). The template for a defect report is located at the end of this guide. Return contact information should also be supplied so a dialogue can be established to resolve the matter and an appropriate reply to the defect report can be conveyed. This defect resolution process is open to any interested party. Formal membership in the ITU is not required to participate in this process.

5.  Nomenclature

In addition to traditional revision marks, the following marks and symbols are used to indicate to the reader how changes to the text of a Recommendation should be applied:

SymbolDescription
[Begin Correction]Identifies the start of revision marked text based on extractions from the published Recommendations affected by the correction being described.
[End Correction]Identifies the end of revision marked text based on extractions from the published Recommendations affected by the correction being described.
…​Indicates that the portion of the Recommendation between the text appearing before and after this symbol has remained unaffected by the correction being described and has been omitted for brevity.
--- SPECIAL INSTRUCTIONS --- {instructions}Indicates a set of special editing instructions to be followed.

6.  Technical and editorial corrections to Recommendation ITU-T P.863

6.1.  6.1 Annex B, SpeechActiveFrameDetection.pdf

Fix calculation of flags indicating active speech sections in NB mode at 8kHz samplerate.

--- SPECIAL INSTRUCTIONS --- delete at line 1404

[Begin Correction]

1404       int End = i+Hangover;
1405       for (;i<MaxNumFlags && i<End; i++)
1406              pFlags[i] = 0;
1407       i++;

[End Correction]

--- SPECIAL INSTRUCTIONS --- insert at line 1404

[Begin Correction]

1404       const int End = min(MaxNumFlags, i + Hangover + 1);
1405       for (; i < End; i++)
1406              pFlags[i] = 0;
1407

[End Correction]

--- SPECIAL INSTRUCTIONS --- delete at line 1416

[Begin Correction]

1416       return min(MaxNumFlags, (int)(mNumFeatureFrames[Signal]* fDownsampling));

[End Correction]

--- SPECIAL INSTRUCTIONS --- insert at line 1416

[Begin Correction]

1416       return min(MaxNumFlags, (int)(mNumFeatureFrames[Signal] / fDownsampling));

[End Correction]

6.2.  6.2 Annex A, subfolder Results Ed. 3

The fixes in clauses 6.1 lead to minor changes in the conformance test results. Therefore, the subfolder containing the old result files has to be replaced by the subfolder containing the new result files provided in the attached zip file. For convenience, the complete set of files is provided, although only the narrowband cases have to be updated. The changes from the [ITU-T P.Imp863] (2018-05) are already included.

--- SPECIAL INSTRUCTIONS ---Replace subfolder in Annex A

[Begin Correction]

--- SPECIAL INSTRUCTIONS --- Old Subfolder

Results Ed. 3

--- SPECIAL INSTRUCTIONS --- New Subfolder

Results Ed. 3 - IG 2019-11

[End Correction]


Annex A

Recommendation ITU-T P.863 Defect Report Form

(This annex forms an integral part of this Implementers’ Guide.)

DATE:

CONTACT INFORMATION
NAME:
COMPANY:
ADDRESS:
TEL:
FAX:
E-MAIL:

AFFECTED RECOMMENDATIONS:
DESCRIPTION OF PROBLEM:
SUGGESTIONS FOR RESOLUTION:

NOTE – Attach additional pages if more space is required than is provided above.