mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 17:30:44 +00:00
Have created read tests
This commit is contained in:
@@ -1,4 +1,57 @@
|
||||
[
|
||||
{
|
||||
"streams": [
|
||||
{
|
||||
"index": 0,
|
||||
"codec_name": "pcm_s24le",
|
||||
"codec_long_name": "PCM signed 24-bit little-endian",
|
||||
"codec_type": "audio",
|
||||
"codec_time_base": "1/48000",
|
||||
"codec_tag_string": "[1][0][0][0]",
|
||||
"codec_tag": "0x0001",
|
||||
"sample_fmt": "s32",
|
||||
"sample_rate": "48000",
|
||||
"channels": 2,
|
||||
"channel_layout": "stereo",
|
||||
"bits_per_sample": 24,
|
||||
"r_frame_rate": "0/0",
|
||||
"avg_frame_rate": "0/0",
|
||||
"time_base": "1/48000",
|
||||
"duration_ts": 4800,
|
||||
"duration": "0.100000",
|
||||
"bit_rate": "2304000",
|
||||
"bits_per_raw_sample": "24",
|
||||
"disposition": {
|
||||
"default": 0,
|
||||
"dub": 0,
|
||||
"original": 0,
|
||||
"comment": 0,
|
||||
"lyrics": 0,
|
||||
"karaoke": 0,
|
||||
"forced": 0,
|
||||
"hearing_impaired": 0,
|
||||
"visual_impaired": 0,
|
||||
"clean_effects": 0,
|
||||
"attached_pic": 0,
|
||||
"timed_thumbnails": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"format": {
|
||||
"filename": "tests/media/ff_pink.wav",
|
||||
"nb_streams": 1,
|
||||
"nb_programs": 0,
|
||||
"format_name": "wav",
|
||||
"format_long_name": "WAV / WAVE (Waveform Audio)",
|
||||
"duration": "0.100000",
|
||||
"size": "28902",
|
||||
"bit_rate": "2312160",
|
||||
"probe_score": 99,
|
||||
"tags": {
|
||||
"encoder": "Lavf58.45.100"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"streams": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user