HOWTO hilnconf
Nikolaus Meine / Heiko Purnhagen <purnhage@tnt.uni-hannover.de>
06-Oct-2000

Make executables with AFsp support:
  make

Example session with automatic .ctp and .mp4 generation:
  ./hilnconf/testbits x.ctp 1 2 3 4 5 > x.mp4
  ./linux6_v2_g++3/mp4audec -d 1 x.mp4 -o x.wav
  ./hilnconf/hilnconf x.ctp x.wav 1 1 2 2 3

Alternatively, .wav support using AFsp can be excluded in hilnconf by
compiling with
  make USE_AFSP=0
Then, only .au format is supported. Use "-" to read .au from stdin.
  ./hilnconf/hilnconf x.ctp x.au 1 1 2 2 3

If the decoder under test can only write 16 bit .wav files,
the data could be piped through wav2au:

  ./hilnconf/wav2au < x.wav | ./hilnconf/hilnconf x.ctp - 1 1 2 2 3


----------------------------------------------------------------------
NM/HP20001010
WIP: examples below are neither final conformance bitstreams nor mp4 files

  cd hilnconf
  testbits er_hi20.ctp 20 > er_hi20.mp4
  testbits er_hi21.ctp 21 > er_hi21.mp4
  testbits er_hi22.ctp 22 > er_hi22.mp4
  testbits er_hi23.ctp 23 > er_hi23.mp4
  testbits er_hi24.ctp 24 > er_hi24.mp4
  testbits er_hi25.ctp 25 > er_hi25.mp4
  ../linux6_v2_g++3/mp4audec -int24 -d 1 -ed wav er_hi20.mp4
  ../linux6_v2_g++3/mp4audec -int24 -d 1 -ed wav er_hi21.mp4
  ../linux6_v2_g++3/mp4audec -int24 -d 1 -ed wav er_hi22.mp4
  ../linux6_v2_g++3/mp4audec -int24 -d 1 -ed wav er_hi23.mp4
  ../linux6_v2_g++3/mp4audec -int24 -d 1 -ed wav er_hi24.mp4
  ../linux6_v2_g++3/mp4audec -int24 -d 1 -ed wav er_hi25.mp4
  hilnconf er_hi20.ctp er_hi20.wav 1 1
  hilnconf er_hi21.ctp er_hi21.wav 2 2
  hilnconf er_hi22.ctp er_hi22.wav 3
  hilnconf er_hi23.ctp er_hi23.wav 1 1
  hilnconf er_hi24.ctp er_hi24.wav 2 2
  hilnconf er_hi25.ctp er_hi25.wav 3

--
