Menu

unable to run pocketsphinx

Help
Geet Garg
2010-06-17
2012-09-22
  • Geet Garg

    Geet Garg - 2010-06-17

    I want to install and run pocketsphinx on linux and do some speech
    recognition. Do I need to define a dictionary, create a language model etc or
    all this is provided with pocketsphinx-0.6?

    I downloaded sphinxbase-0.4 and installed it according to the instructions in
    readme.
    Then, I downloaded pocketsphinx-0.6 and installed it according to the
    instructions in readme.
    I set the LD_LIBRARY_PATH variable to include /usr/local/lib/

    Now, I type the command:
    pocketsphinx_continuous -hmm
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/ -dict
    /media/BTP/pocketsphinx-0.6/model/lm/en_US/cmu07a.dic

    Shouldn't this work fine?

    The output is:

    INFO: cmd_ln.c(506): Parsing command line:
    pocketsphinx_continuous \
    -hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/ \
    -dict /media/BTP/pocketsphinx-0.6/model/lm/en_US/cmu07a.dic

    Current configuration:

    -adcdev
    -agc none none
    -agcthresh 2.0 2.000000e+00
    -alpha 0.97 9.700000e-01
    -argfile
    -ascale 20.0 2.000000e+01
    -backtrace no no
    -beam 1e-48 1.000000e-48
    -bestpath yes yes
    -bestpathlw 9.5 9.500000e+00
    -bghist no no
    -ceplen 13 13
    -cmn current current
    -cmninit 8.0 8.0
    -compallsen no no
    -debug 0
    -dict /media/BTP/pocketsphinx-0.6/model/lm/en_US/cmu07a.dic
    -dictcase no no
    -dither no no
    -doublebw no no
    -ds 1 1
    -fdict
    -feat 1s_c_d_dd 1s_c_d_dd
    -featparams
    -fillprob 1e-8 1.000000e-08
    -frate 100 100
    -fsg
    -fsgusealtpron yes yes
    -fsgusefiller yes yes
    -fwdflat yes yes
    -fwdflatbeam 1e-64 1.000000e-64
    -fwdflatefwid 4 4
    -fwdflatlw 8.5 8.500000e+00
    -fwdflatsfwin 25 25
    -fwdflatwbeam 7e-29 7.000000e-29
    -fwdtree yes yes
    -hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/
    -input_endian little little
    -jsgf
    -kdmaxbbi -1 -1
    -kdmaxdepth 0 0
    -kdtree
    -latsize 5000 5000
    -lda
    -ldadim 0 0
    -lextreedump 0 0
    -lifter 0 0
    -lm
    -lmctl
    -lmname default default
    -logbase 1.0001 1.000100e+00
    -logfn
    -logspec no no
    -lowerf 133.33334 1.333333e+02
    -lpbeam 1e-40 1.000000e-40
    -lponlybeam 7e-29 7.000000e-29
    -lw 6.5 6.500000e+00
    -maxhmmpf -1 -1
    -maxnewoov 20 20
    -maxwpf -1 -1
    -mdef
    -mean
    -mfclogdir
    -mixw
    -mixwfloor 0.0000001 1.000000e-07
    -mllr
    -mmap yes yes
    -ncep 13 13
    -nfft 512 512
    -nfilt 40 40
    -nwpen 1.0 1.000000e+00
    -pbeam 1e-48 1.000000e-48
    -pip 1.0 1.000000e+00
    -pl_beam 1e-10 1.000000e-10
    -pl_pbeam 1e-5 1.000000e-05
    -pl_window 0 0
    -rawlogdir
    -remove_dc no no
    -round_filters yes yes
    -samprate 16000 1.600000e+04
    -seed -1 -1
    -sendump
    -senmgau
    -silprob 0.005 5.000000e-03
    -smoothspec no no
    -svspec
    -tmat
    -tmatfloor 0.0001 1.000000e-04
    -topn 4 4
    -topn_beam 0 0
    -toprule
    -transform legacy legacy
    -unit_area yes yes
    -upperf 6855.4976 6.855498e+03
    -usewdphones no no
    -uw 1.0 1.000000e+00
    -var
    -varfloor 0.0001 1.000000e-04
    -varnorm no no
    -verbose no no
    -warp_params
    -warp_type inverse_linear inverse_linear
    -wbeam 7e-29 7.000000e-29
    -wip 0.65 6.500000e-01
    -wlen 0.025625 2.562500e-02

    pocketsphinx_continuous: symbol lookup error:
    /usr/local/lib/libpocketsphinx.so.1: undefined symbol: err_set_debug_level

    Can you help me with the error please?

    Any help is highly appreciated.
    Thanks.

     
  • Nickolay V. Shmyrev

    To build pocketsphinx-0.6 you need sphinxbase-0.6, not sphinxbase-0.4. Please
    compile proper version

     
  • Geet Garg

    Geet Garg - 2010-06-23

    Thanks for your help. It worked. Pocketsphinx_continuous is running fine.

    However I'm having trouble running it in batch mode:

    pocketsphinx_batch -hmm
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/ -dict
    /usr/local/share/pocketsphinx/model/lm/en_US/cmu07a.dic -lm
    /usr/local/share/pocketsphinx/model/lm/en_US/wsj0vp.5000.DMP -cepdir
    /media/BTP/pocketsphinx-0.6/test/data/wsj -ctl my.dat -cepext .wav

    Output:

    NFO: cmd_ln.c(512): Parsing command line:
    pocketsphinx_batch \
    -hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/ \
    -dict /usr/local/share/pocketsphinx/model/lm/en_US/cmu07a.dic \
    -lm /usr/local/share/pocketsphinx/model/lm/en_US/wsj0vp.5000.DMP \
    -cepdir /media/BTP/pocketsphinx-0.6/test/data/wsj \
    -ctl my.dat \
    -cepext .wav

    Current configuration:

    -adchdr 0 0
    -adcin no no
    -agc none none
    -agcthresh 2.0 2.000000e+00
    -alpha 0.97 9.700000e-01
    -argfile
    -ascale 20.0 2.000000e+01
    -backtrace no no
    -beam 1e-48 1.000000e-48
    -bestpath yes yes
    -bestpathlw 9.5 9.500000e+00
    -bghist no no
    -cepdir /media/BTP/pocketsphinx-0.6/test/data/wsj
    -cepext .mfc .wav
    -ceplen 13 13
    -cmn current current
    -cmninit 8.0 8.0
    -compallsen no no
    -ctl my.dat
    -ctlcount -1 -1
    -ctlincr 1 1
    -ctloffset 0 0
    -ctm
    -debug 0
    -dict /usr/local/share/pocketsphinx/model/lm/en_US/cmu07a.dic
    -dictcase no no
    -dither no no
    -doublebw no no
    -ds 1 1
    -fdict
    -feat 1s_c_d_dd 1s_c_d_dd
    -featparams
    -fillprob 1e-8 1.000000e-08
    -frate 100 100
    -fsg
    -fsgusealtpron yes yes
    -fsgusefiller yes yes
    -fwdflat yes yes
    -fwdflatbeam 1e-64 1.000000e-64
    -fwdflatefwid 4 4
    -fwdflatlw 8.5 8.500000e+00
    -fwdflatsfwin 25 25
    -fwdflatwbeam 7e-29 7.000000e-29
    -fwdtree yes yes
    -hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/
    -hyp
    -hypseg
    -input_endian little little
    -jsgf
    -kdmaxbbi -1 -1
    -kdmaxdepth 0 0
    -kdtree
    -latsize 5000 5000
    -lda
    -ldadim 0 0
    -lextreedump 0 0
    -lifter 0 0
    -lm /usr/local/share/pocketsphinx/model/lm/en_US/wsj0vp.5000.DMP
    -lmctl
    -lmname default default
    -lmnamectl
    -logbase 1.0001 1.000100e+00
    -logfn
    -logspec no no
    -lowerf 133.33334 1.333333e+02
    -lpbeam 1e-40 1.000000e-40
    -lponlybeam 7e-29 7.000000e-29
    -lw 6.5 6.500000e+00
    -maxhmmpf -1 -1
    -maxnewoov 20 20
    -maxwpf -1 -1
    -mdef
    -mean
    -mfclogdir
    -mixw
    -mixwfloor 0.0000001 1.000000e-07
    -mllr
    -mllrctl
    -mllrdir
    -mmap yes yes
    -nbest 0 0
    -nbestdir
    -nbestext .hyp .hyp
    -ncep 13 13
    -nfft 512 512
    -nfilt 40 40
    -nwpen 1.0 1.000000e+00
    -outlatdir
    -pbeam 1e-48 1.000000e-48
    -pip 1.0 1.000000e+00
    -pl_beam 1e-10 1.000000e-10
    -pl_pbeam 1e-5 1.000000e-05
    -pl_window 0 0
    -rawlogdir
    -remove_dc no no
    -round_filters yes yes
    -samprate 16000 1.600000e+04
    -seed -1 -1
    -sendump
    -senmgau
    -silprob 0.005 5.000000e-03
    -smoothspec no no
    -svspec
    -tmat
    -tmatfloor 0.0001 1.000000e-04
    -topn 4 4
    -topn_beam 0 0
    -toprule
    -transform legacy legacy
    -unit_area yes yes
    -upperf 6855.4976 6.855498e+03
    -usewdphones no no
    -uw 1.0 1.000000e+00
    -var
    -varfloor 0.0001 1.000000e-04
    -varnorm no no
    -verbose no no
    -warp_params
    -warp_type inverse_linear inverse_linear
    -wbeam 7e-29 7.000000e-29
    -wip 0.65 6.500000e-01
    -wlen 0.025625 2.562500e-02

    INFO: cmd_ln.c(512): Parsing command line:
    \
    -nfilt 20 \
    -lowerf 1 \
    -upperf 4000 \
    -wlen 0.025 \
    -transform dct \
    -round_filters no \
    -remove_dc yes \
    -svspec 0-12/13-25/26-38 \
    -feat 1s_c_d_dd \
    -agc none \
    -cmn current \
    -cmninit 56,-3,1 \
    -varnorm no

    Current configuration:

    -agc none none
    -agcthresh 2.0 2.000000e+00
    -alpha 0.97 9.700000e-01
    -ceplen 13 13
    -cmn current current
    -cmninit 8.0 56,-3,1
    -dither no no
    -doublebw no no
    -feat 1s_c_d_dd 1s_c_d_dd
    -frate 100 100
    -input_endian little little
    -lda
    -ldadim 0 0
    -lifter 0 0
    -logspec no no
    -lowerf 133.33334 1.000000e+00
    -ncep 13 13
    -nfft 512 512
    -nfilt 40 20
    -remove_dc no yes
    -round_filters yes no
    -samprate 16000 1.600000e+04
    -seed -1 -1
    -smoothspec no no
    -svspec 0-12/13-25/26-38
    -transform legacy dct
    -unit_area yes yes
    -upperf 6855.4976 4.000000e+03
    -varnorm no no
    -verbose no no
    -warp_params
    -warp_type inverse_linear inverse_linear
    -wlen 0.025625 2.500000e-02

    INFO: acmod.c(238): Parsed model-specific feature parameters from
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//feat.params
    INFO: feat.c(848): Initializing feature stream to type: '1s_c_d_dd',
    ceplen=13, CMN='current', VARNORM='no', AGC='none'
    INFO: cmn.c(142): mean= 12.00, mean= 0.0
    INFO: acmod.c(163): Using subvector specification 0-12/13-25/26-38
    INFO: mdef.c(520): Reading model definition:
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//mdef
    INFO: mdef.c(531): Found byte-order mark BMDF, assuming this is a binary mdef
    file
    INFO: bin_mdef.c(330): Reading binary model definition:
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//mdef
    INFO: bin_mdef.c(508): 50 CI-phone, 143047 CD-phone, 3 emitstate/phone, 150
    CI-sen, 5150 Sen, 27135 Sen-Seq
    INFO: tmat.c(205): Reading HMM transition probability matrices: /usr/local/sha
    re/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//transition_matrices
    INFO: acmod.c(117): Attempting to use SCHMM computation module
    INFO: ms_gauden.c(198): Reading mixture gaussian parameter:
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//means
    INFO: ms_gauden.c(292): 1 codebook, 3 feature, size
    256x13 256x13 256x13
    INFO: ms_gauden.c(198): Reading mixture gaussian parameter:
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//variances
    INFO: ms_gauden.c(292): 1 codebook, 3 feature, size
    256x13 256x13 256x13
    INFO: ms_gauden.c(356): 0 variance values floored
    INFO: s2_semi_mgau.c(897): Loading senones from dump file
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//sendump
    INFO: s2_semi_mgau.c(921): BEGIN FILE FORMAT DESCRIPTION
    INFO: s2_semi_mgau.c(1016): Using memory-mapped I/O for senones
    INFO: s2_semi_mgau.c(1293): Maximum top-N: 4 Top-N beams: 0 0 0
    INFO: dict.c(294): Allocating 137542 * 20 bytes (2686 KiB) for word entries
    INFO: dict.c(306): Reading main dictionary:
    /usr/local/share/pocketsphinx/model/lm/en_US/cmu07a.dic
    INFO: dict.c(206): Allocated 1010 KiB for strings, 1664 KiB for phones
    INFO: dict.c(309): 133436 words read
    INFO: dict.c(314): Reading filler dictionary:
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k//noisedict
    INFO: dict.c(206): Allocated 0 KiB for strings, 0 KiB for phones
    INFO: dict.c(317): 11 words read
    INFO: dict2pid.c(402): Building PID tables for dictionary
    INFO: dict2pid.c(409): Allocating 133447 * 4 bytes (521 KiB) for word-internal
    arrays
    INFO: dict2pid.c(414): Allocating 50^3 * 2 bytes (244 KiB) for word-initial
    triphones
    INFO: dict2pid.c(453): Allocating 585183 entries of 2 bytes (1142 KiB) for
    internal ssids
    INFO: dict2pid.c(130): Allocated 30200 bytes (29 KiB) for word-final triphones
    INFO: dict2pid.c(193): Allocated 30200 bytes (29 KiB) for single-phone word
    triphones
    ERROR: "ngram_model_arpa.c", line 76: No \data\ mark in LM file
    INFO: ngram_model_dmp.c(141): Will use memory-mapped I/O for LM file
    INFO: ngram_model_dmp.c(195): ngrams 1=5002, 2=338656, 3=291318
    INFO: ngram_model_dmp.c(241): 5002 = LM.unigrams(+trailer) read
    INFO: ngram_model_dmp.c(289): 338656 = LM.bigrams(+trailer) read
    INFO: ngram_model_dmp.c(314): 291318 = LM.trigrams read
    INFO: ngram_model_dmp.c(338): 32470 = LM.prob2 entries read
    INFO: ngram_model_dmp.c(357): 13795 = LM.bo_wt2 entries read
    INFO: ngram_model_dmp.c(377): 31136 = LM.prob3 entries read
    INFO: ngram_model_dmp.c(405): 662 = LM.tseg_base entries read
    INFO: ngram_model_dmp.c(461): 5002 = ascii word strings read
    INFO: ngram_search_fwdtree.c(99): 788 unique initial diphones
    INFO: ngram_search_fwdtree.c(147): 0 root, 0 non-root channels, 60 single-
    phone words
    INFO: ngram_search_fwdtree.c(186): Creating search tree
    INFO: ngram_search_fwdtree.c(191): before: 0 root, 0 non-root channels, 60
    single-phone words
    INFO: ngram_search_fwdtree.c(324): after: max nonroot chan increased to 14016
    INFO: ngram_search_fwdtree.c(333): after: 443 root, 13888 non-root channels,
    22 single-phone words
    INFO: ngram_search_fwdflat.c(153): fwdflat: min_ef_width = 4, max_sf_win = 25
    ERROR: "batch.c", line 170: File length mismatch: 0x52494646 != 0x384a
    *** glibc detected *** pocketsphinx_batch: double free or corruption (top): 0x0919cf68 ***
    ======= Backtrace: =========
    /lib/tls/i686/cmov/libc.so.6
    /lib/tls/i686/cmov/libc.so.6(cfree+0x96)
    /lib/tls/i686/cmov/libc.so.6(fclose+0x144)
    pocketsphinx_batch
    /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)
    pocketsphinx_batch
    ======= Memory map: ========
    08048000-0804e000 r-xp 00000000 07:00 235704 /usr/local/bin/pocketsphinx_batch
    0804e000-0804f000 r--p 00005000 07:00 235704 /usr/local/bin/pocketsphinx_batch
    0804f000-08050000 rw-p 00006000 07:00 235704 /usr/local/bin/pocketsphinx_batch
    0845f000-091b9000 rw-p 0845f000 00:00 0
    b6000000-b6021000 rw-p b6000000 00:00 0
    b6021000-b6100000 ---p b6021000 00:00 0
    b6175000-b6182000 r-xp 00000000 07:00 356993 /lib/libgcc_s.so.1
    b6182000-b6183000 r--p 0000c000 07:00 356993 /lib/libgcc_s.so.1
    b6183000-b6184000 rw-p 0000d000 07:00 356993 /lib/libgcc_s.so.1
    b6193000-b66b0000 rw-p b6193000 00:00 0
    b6733000-b6b4f000 r--s 00000000 07:00 255126
    /usr/local/share/pocketsphinx/model/lm/en_US/wsj0vp.5000.DMP
    b6b50000-b70a0000 rw-p b6b50000 00:00 0
    b70de000-b77e9000 rw-p b70de000 00:00 0
    b77e9000-b79cc000 r--s 00000000 07:00 255096
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/sendump
    b79cc000-b7cba000 r--s 00000000 07:00 255093
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/mdef
    b7cba000-b7cec000 rw-p b7cba000 00:00 0
    b7cec000-b7e48000 r-xp 00000000 07:00 374183 /lib/tls/i686/cmov/libc-2.9.so
    b7e48000-b7e49000 ---p 0015c000 07:00 374183 /lib/tls/i686/cmov/libc-2.9.so
    b7e49000-b7e4b000 r--p 0015c000 07:00 374183 /lib/tls/i686/cmov/libc-2.9.so
    b7e4b000-b7e4c000 rw-p 0015e000 07:00 374183 /lib/tls/i686/cmov/libc-2.9.so
    b7e4c000-b7e4f000 rw-p b7e4c000 00:00 0
    b7e4f000-b7e73000 r-xp 00000000 07:00 374191 /lib/tls/i686/cmov/libm-2.9.so
    b7e73000-b7e74000 r--p 00023000 07:00 374191 /lib/tls/i686/cmov/libm-2.9.so
    b7e74000-b7e75000 rw-p 00024000 07:00 374191 /lib/tls/i686/cmov/libm-2.9.so
    b7e75000-b7e8a000 r-xp 00000000 07:00 374209
    /lib/tls/i686/cmov/libpthread-2.9.so
    b7e8a000-b7e8b000 r--p 00014000 07:00 374209
    /lib/tls/i686/cmov/libpthread-2.9.so
    b7e8b000-b7e8c000 rw-p 00015000 07:00 374209
    /lib/tls/i686/cmov/libpthread-2.9.so
    b7e8c000-b7e8f000 rw-p b7e8c000 00:00 0
    b7e8f000-b7ecf000 r-xp 00000000 07:00 235771
    /usr/local/lib/libsphinxbase.so.1.1.1
    b7ecf000-b7ed0000 r--p 0003f000 07:00 235771
    /usr/local/lib/libsphinxbase.so.1.1.1
    b7ed0000-b7ed1000 rw-p 00040000 07:00 235771
    /usr/local/lib/libsphinxbase.so.1.1.1
    b7ed1000-b7ed2000 rw-p b7ed1000 00:00 0
    b7ed2000-b7f0a000 r-xp 00000000 07:00 235700
    /usr/local/lib/libpocketsphinx.so.1.1.0
    b7f0a000-b7f0b000 ---p 00038000 07:00 235700
    /usr/local/lib/libpocketsphinx.so.1.1.0
    b7f0b000-b7f0c000 r--p 00038000 07:00 235700
    /usr/local/lib/libpocketsphinx.so.1.1.0
    b7f0c000-b7f0d000 rw-p 00039000 07:00 235700
    /usr/local/lib/libpocketsphinx.so.1.1.0
    b7f1b000-b7f1e000 rw-p b7f1b000 00:00 0
    b7f1e000-b7f1f000 r-xp b7f1e000 00:00 0
    b7f1f000-b7f3b000 r-xp 00000000 07:00 356951 /lib/ld-2.9.so
    b7f3b000-b7f3c000 r--p 0001b000 07:00 356951 /lib/ld-2.9.so
    b7f3c000-b7f3d000 rw-p 0001c000 07:00 356951 /lib/ld-2.9.so
    bfd28000-bfd3d000 rw-p bffeb000 00:00 0
    Aborted

    Help please.

    Thanks.

     
  • Nickolay V. Shmyrev

    Hello

    If you want to recognize the wav file, you need to add "-adcin yes" otherwise
    pocketsphinx_batch thinks it should read cepstrum files.

     
  • Geet Garg

    Geet Garg - 2010-06-24

    Hi

    I ran it with -adcin yes option and it's working. Thanks.

    There's a bit of a problem with accuracy however.

    I give the command:

    pocketsphinx_batch -hmm
    /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/ -dict
    /usr/local/share/pocketsphinx/model/lm/en_US/cmu07a.dic -lm
    /usr/local/share/pocketsphinx/model/lm/en_US/wsj0vp.5000.DMP -cepdir
    /media/BTP/pocketsphinx-0.6/test/data/wsj -ctl files.dat -cepext .wav -adcin
    yes -hyp out.dat

    As you can see, I'm using just the models, dictionary and audio files provided
    with pocketsphinx-0.6.
    Still the accuracy I'm getting is (I think) fairly low.

    I ran it several times and the output I get is:

    also was also a connecticut (n800_440c0201 -33405125)
    coke limited a local want that won't (n800_440c0202 -36585716)
    what could well work (n800_440c0203 -20776218)
    for a capital for foreign what offer at on a cost one hundred little risk
    (n800_440c0204 -68152927)
    total fall on offered (n800_440c0205 -23675190)
    the offer little to one hundred (n800_440c0206 -27307402)
    what look lot of liquor and consultants (n800_440c0207 -36351838)

    Is this what is expected or am I making a mistake?

    Please help.

    Thanks.

     
  • Nickolay V. Shmyrev

    Is this what is expected or am I making a mistake?

    In this particular case you forgot to add -samprate 8000

     
  • Geet Garg

    Geet Garg - 2010-06-25

    Thank you so much... that worked like a charm!!

    I'm also running the an4 test provided with Sphinx4. I got a little confused
    in the endianness. Which database big or little endian am I supposed to
    download and do I need to change endianness settings anywhere in Sphinx3,
    SphinxTrain, Sphinx4 or PocketSphinx-0.6?

     
  • Nickolay V. Shmyrev

    Which database big or little endian am I supposed to download

    Download the one you like

    and do I need to change endianness settings anywhere in Sphinx3,
    SphinxTrain, Sphinx4 or PocketSphinx-0.6?

    Yes, if you database doesn't match the default. For sphinx4 streamDataSource
    default is big endian.

     
  • mehmet

    mehmet - 2011-09-13

    I got the same error and stuck at that point. Please can you tell me how you
    get rid of this error? Is there anyone knowing the solution of this problem?

     
  • mehmet

    mehmet - 2011-09-13

    I added -adcin yes and -samprate 8000, still getting the error.

     
  • Nickolay V. Shmyrev

    Hello tatlicioglu

    If you need help please start a new thread. Please provide as much information
    as possible. What exactly are you trying to do, what software versions do you
    use, what exactly is the program output, why do you think it's wrong.

    See for more details

    http://catb.org/~esr/faqs/smart-questions.html

     

Log in to post a comment.