Creative SB0350 Hardware Programming Guide - Page 130

Creative SB0350 Manual

Page 130 highlights

B-6 File Format Here is a discussion of various fields: bBlockID The Block Type identifier is 3. nBlockLen Length of the block (in bytes), excluding the bBlockID and nBlockLen fields. The value is 3. wPausePeriod This is a 2-byte field which specifies the pause period in units of sampling cycles. Total pause cycle is wPausePeriod plus 1. bTimeConstant This is a 1-byte field which indicates the Time Constant of the pause period. The Time Constant calculation is the same as described in Block Type 1. Block Type 4 This is a special block that specifies a Marker in the digitized sound data. The Block Header is organized as follows: BYTE BYTE WORD bBlockID; nBlockLen[3]; wMarker; // == 4 // 3-byte block length // marker value Here is a discussion of various fields: bBlockID The Block Type identifier is 4. nBlockLen Length of the block (in bytes), excluding the bBlockID and nBlockLen fields. The value is 2. wMarker This is a 2-byte field which specifies the marker value. The marker value can be any value between 1 to 0FFFE hex inclusive. The 0 and 0FFFF hex values are reserved by the digitized sound drivers.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141

B-6
File Format
Here is a discussion of various fields:
bBlockID
The Block Type identifier is 3.
nBlockLen
Length of the block (in bytes), excluding the
bBlockID
and
nBlockLen
fields.
The value is 3.
wPausePeriod
This is a 2-byte field which specifies the pause period in units of
sampling cycles.
Total pause cycle is
wPausePeriod
plus 1.
bTimeConstant
This is a 1-byte field which indicates the
Time Constant
of the pause
period.
The Time Constant calculation is the same as described in Block
Type 1.
Block Type 4
This is a special block that specifies a
Marker
in the digitized sound data.
The
Block Header is organized as follows:
BYTE
bBlockID;
// == 4
BYTE
nBlockLen[3];
// 3-byte block length
WORD
wMarker;
// marker value
Here is a discussion of various fields:
bBlockID
The Block Type identifier is 4.
nBlockLen
Length of the block (in bytes), excluding the
bBlockID
and
nBlockLen
fields.
The value is 2.
wMarker
This is a 2-byte field which specifies the marker value.
The marker value
can be any value between 1 to 0FFFE hex inclusive.
The 0 and 0FFFF
hex values are reserved by the digitized sound drivers.