srsf/devasr/src/nssdevasr.rss
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  DevASR resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include "nssdevasr.rh"
       
    21 
       
    22 
       
    23 // RESOURCE DEFINITIONS 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // devASRInfo
       
    27 // DevASR resouce file.
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE DEVASR_INFO devASRInfo
       
    32     {
       
    33     sampling_rate = 8000;    // Specify in Hz
       
    34     bits_per_sample = 16;    // Specify 8, 16, 32 bit
       
    35     microphone_gain = 100;   // Specify in percentage of maximum supported gain
       
    36     speaker_volume = 60;     // Specify in percentage of maximum supported volume
       
    37     frames_to_silence = 0;   // Specify number of BYTES to write silence from the beginning of audio stream
       
    38     frames_to_pad_end = 80;  // Specify number of frames to pad at the end of end-pointed buffer
       
    39     frames_to_pad_start = 0; // Specify number of frames to add to the front of end-pointed buffer
       
    40     buffer_size = 2048;      // Specify playback/recording buffer size in bytes
       
    41     gather_buffers_wins = 1; // Specify number of buffers gathered in DevASR before sending them to RecoHwDevice
       
    42     gather_buffers_thumb = 1;// Specify number of buffers gathered in THUMB build
       
    43     }
       
    44 
       
    45 // End of File
       
    46 
       
    47