Skip to content
slimsag edited this page Sep 30, 2014 · 1 revision

This wiki right now only serves the package developers. If you are a user then please see the package documentation at the Azul3D website.

Verify length of audio file

To manually verify the length of a audio file you can use avprobe/ffprobe:

avprobe -show_format ./tune_stereo_44100hz_alaw.wav

Notice the duration and size fields in the output:

[format]
filename=./tune_stereo_44100hz_alaw.wav
nb_streams=1
format_name=wav
format_long_name=WAV / WAVE (Waveform Audio)
start_time=N/A
duration=1.026349
size=90912.000000
bit_rate=708624.000000
Clone this wiki locally