Skip to content

Commit

Permalink
Added 'length' to the doc plus examples
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Apr 16, 2019
1 parent 2b86a63 commit 05ecd3e
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 183 deletions.
18 changes: 9 additions & 9 deletions experiments/audiobook/flatland-canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1371",
"length": 1371,
"name": [
{
"value": "Part 1, Sections 1 - 3",
Expand All @@ -75,7 +75,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_2_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1669",
"length": 1669,
"name": [
{
"value": "Part 1, Sections 4 - 5",
Expand All @@ -86,7 +86,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_3_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1506",
"length": 1506,
"name": [
{
"value": "Part 1, Sections 6 - 7",
Expand All @@ -97,7 +97,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_4_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1798",
"length": 1798,
"name": [
{
"value": "Part 1, Sections 8 - 10",
Expand All @@ -108,7 +108,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_5_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1225",
"length": 1225,
"name": [
{
"value": "Part 1, Sections 11 - 12",
Expand All @@ -119,7 +119,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_6_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1659",
"length": 1659,
"name": [
{
"value": "Part 2, Sections 13 - 14",
Expand All @@ -130,7 +130,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_7_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "2086",
"length": 2086,
"name": [
{
"value": "Part 2, Sections 15 - 17",
Expand All @@ -141,7 +141,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_8_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "2662",
"length": 2662,
"name": [
{
"value": "Part 2, Sections 18 - 20",
Expand All @@ -152,7 +152,7 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_9_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1177",
"length": 1177,
"name": [
{
"value": "Part 2, Sections 21 - 22",
Expand Down
18 changes: 9 additions & 9 deletions experiments/audiobook/flatland.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,47 +29,47 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1371",
"length": 1371,
"name": "Part 1, Sections 1 - 3"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_2_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1669",
"length": 1669,
"name": "Part 1, Sections 4 - 5"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_3_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1506",
"length": 1506,
"name": "Part 1, Sections 6 - 7"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_4_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1669",
"length": 1669,
"name": "Part 1, Sections 8 - 10"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_5_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1506",
"length": 1506,
"name": "Part 1, Sections 11 - 12"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_6_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1798",
"length": 1798,
"name": "Part 2, Sections 13 - 14"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_7_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1225",
"length": 1225,
"name": "Part 2, Sections 15 - 17"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_8_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1371",
"length": 1371,
"name": "Part 2, Sections 18 - 20"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_9_abbott.mp3",
"encodingFormat": "audio/mpeg",
"totalDuration": "1659",
"length": 1659,
"name": "Part 2, Sections 21 - 22"
}
]
Expand Down
Loading

0 comments on commit 05ecd3e

Please sign in to comment.