• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/

Lines Matching refs:sample

92 if flac --ogg $SILENT --force-raw-format --endian=little --sign=signed --channels=1 --bps=8 --sample-rate=44100 -c $0 1>/dev/null 2>&1 ; then
151 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=$blocksize --no-padding --lax -o pbs.flac pbs.raw || die "ERROR"
163 # We're trying to make sure the 1-sample overread logic in the stream encoder
165 # multiples of the flac sample chunk size (2048) and the blocksize.
189 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels --no-padding --lax -o rt.flac $f || die "ERROR"
302 raw_eopt="$wav_eopt --force-raw-format --endian=big --sign=signed --sample-rate=10 --bps=8 --channels=1"
678 run_flac --verify --force $SILENT --no-padding --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 noise.raw || die "ERROR generating FLAC file"
682 [ $? = 0 ] || die "ERROR getting total sample count from noise.flac"
774 # To make it easy to translate from cue point to sample numbers, the
775 # file has a sample rate of 10 Hz and a cuesheet like so:
777 # TRACK 01, INDEX 01 : 0:00.00 -> sample 0
778 # TRACK 01, INDEX 02 : 0:01.00 -> sample 10
779 # TRACK 01, INDEX 03 : 0:02.00 -> sample 20
780 # TRACK 02, INDEX 01 : 0:03.00 -> sample 30
781 # TRACK 04, INDEX 01 : 0:04.00 -> sample 40
920 # set the total sample count to 0
945 # set the total sample count to 0
969 multifile_format_encode="$multifile_format_decode --sample-rate=44100 --bps=16 --channels=2 --no-padding"