equal
deleted
inserted
replaced
|
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: Structure definition for resource file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // STRUCTURE DEFINITIONS |
|
20 |
|
21 // ----------------------------------------------------------------------------- |
|
22 // DevASR_INFO |
|
23 // Structure definition for DevASR resource file. |
|
24 // ----------------------------------------------------------------------------- |
|
25 // |
|
26 STRUCT DEVASR_INFO |
|
27 { |
|
28 WORD sampling_rate; |
|
29 WORD bits_per_sample; |
|
30 WORD microphone_gain; |
|
31 WORD speaker_volume; |
|
32 WORD frames_to_silence; |
|
33 WORD frames_to_pad_end; |
|
34 WORD frames_to_pad_start; |
|
35 WORD buffer_size; |
|
36 WORD gather_buffers_wins; |
|
37 WORD gather_buffers_thumb; |
|
38 WORD parameter1; // user-defined parameter |
|
39 WORD parameter2; // user-defined parameter |
|
40 WORD parameter3; // user-defined parameter |
|
41 } |
|
42 |
|
43 // End of File |