|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 181 - Issue 31 |
| Published: Dec 2018 |
| Authors: Arvind Vishnubhatla |
10.5120/ijca2018918175
|
Arvind Vishnubhatla . Unit Testing of ETSI EVS Codec. International Journal of Computer Applications. 181, 31 (Dec 2018), 18-25. DOI=10.5120/ijca2018918175
@article{ 10.5120/ijca2018918175,
author = { Arvind Vishnubhatla },
title = { Unit Testing of ETSI EVS Codec },
journal = { International Journal of Computer Applications },
year = { 2018 },
volume = { 181 },
number = { 31 },
pages = { 18-25 },
doi = { 10.5120/ijca2018918175 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2018
%A Arvind Vishnubhatla
%T Unit Testing of ETSI EVS Codec%T
%J International Journal of Computer Applications
%V 181
%N 31
%P 18-25
%R 10.5120/ijca2018918175
%I Foundation of Computer Science (FCS), NY, USA
As a part of software development process, the small testable parts are individually tested for correctness. A superwideband audio coding standard called Enhanced Voice services provides 20kHz audio bandwidth. The standard intends to provide robustness to delay jitter and packet losses as the coding is channel aware. Here the problem at hand is the EVS Codec code provided by ETSI. The encoder and decoder c code is made in linux into executable files and sample linux scripts are used determine the correctness of coding and decoding. The successful running of test ensures quality of product.