Last active
November 3, 2016 19:55
-
-
Save jfmherokiller/6f0627d989c58aeb4ba1532d103fc0ff to your computer and use it in GitHub Desktop.
the magical part of infinate jukebox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
| <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script> | |
| <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css" type="text/css" media="screen"> | |
| <script type="text/javascript" src="http://static.echonest.com.s3.amazonaws.com/js/watch.js?v1"></script> | |
| <link rel="stylesheet" href="http://static.echonest.com.s3.amazonaws.com/js/styles.css?v5" type="text/css" media="screen"> | |
| <!-- | |
| --> | |
| <!-- | |
| <link rel="stylesheet" href="styles.css" type="text/css" media="screen"> | |
| <script type="text/javascript" src="watch.js"></script> | |
| <link rel="stylesheet" href="styles.css" type="text/css" media="screen"> | |
| <script type="text/javascript" src="jremix.js"></script> | |
| --> | |
| <script type="text/javascript" src="http://static.echonest.com.s3.amazonaws.com/js/jremix.js?v5"></script> | |
| <script src="js/underscore-min.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="http://static.echonest.com.s3.amazonaws.com/js/raphael-min.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="http://static.echonest.com.s3.amazonaws.com/js/poplist.js?v2" type="text/javascript" charset="utf-8"></script> | |
| <script src="http://static.echonest.com.s3.amazonaws.com/js/topsongs.js" type="text/javascript" charset="utf-8"></script> | |
| <link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'> | |
| <title> The Infinite Jukebox </title> | |
| </head> | |
| <body> | |
| <div id='title'> <b>The Infinite Jukebox</b> </div> | |
| <img alt='logo' src='http://static.echonest.com/js/Jukebox.png' class='rotate' id='open-img-left'> | |
| <img alt='logo' src='http://static.echonest.com/js/Jukebox.png' class='rotate' id='open-img-right'> | |
| <div id='main'> | |
| <i> For when your favorite song just isn't long enough</i> | |
| <div id='select-track'> | |
| <!-- <button id='load'> Upload your own MP3 </button> --> | |
| </div> | |
| <div id='info'> </div> | |
| <div id='error'> </div> | |
| <div id='song-div'> | |
| <div id='search-form'> | |
| Search for a track <input id="search-text" type="text"> <button id="search"> Search </button> | |
| </div> | |
| <div id='sel-text'> Or select a | |
| <span class='sel-list' id='recent-list'>recent</span>, | |
| <span class='sel-list' id='popular-list'>most played</span> or | |
| <span class='sel-list' id='upload-list'>most uploaded</span> | |
| track:</div> | |
| <ul id="song-list"> </ul> | |
| </div> | |
| </div> | |
| <div id='running'> | |
| <div id='details'> | |
| <span id='song-title'> </span> | |
| <span id='button-panel'> | |
| <button class='cbut' id='new'> New song</button> | |
| <button class='cbut' id='tune'> Tune </button> | |
| <button class='cbut' id='go'> Play</button> | |
| </span> | |
| <span id='tweet-span'> | |
| <a href="https://twitter.com/share" id='tweet' class="twitter-share-button" data-lang="en" data-count='none'>Tweet</a> | |
| <script>!function(d,s,id){var | |
| js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> | |
| </span> | |
| </div> | |
| <div id='tiles'></div> | |
| <div id='stats'> | |
| <span id='sbeats'> Total Beats: <span id='beats'> 0 </span></span> | |
| <!--<span id='sbeats'> PC: <span id='playcount'> 0 </span></span> --> | |
| <span id='stime'> Listen Time: <span id='time'> 00:00:00 </span></span> | |
| </div> | |
| </div> | |
| <div id='controls'> | |
| <div> | |
| <div id='control-instructions'> | |
| You can tune control the frequency and quality of the branching. See the FAQ for more details. | |
| </div> | |
| <div id="threshold-div"> | |
| <div id='sthreshold'> Branch Similarity Threshold: <span id='threshold'> 50 </span> </div> | |
| <div class='slider' id="threshold-slider"></div> | |
| <div id='slider-labels'> | |
| <span class='left-label'> Higher<br> Quality </span> | |
| <span class='right-label'> More <br>Branches </span> | |
| </div> | |
| </div> | |
| <br clear="all"> | |
| <div id="probability-div"> | |
| <div id='sprobability'> Branch Probability Range: | |
| <span id='min-prob'></span>% to | |
| <span id='max-prob'></span>% | |
| </div> | |
| <div class='slider' id="probability-slider"></div> | |
| <div id='slider-labels'> | |
| <span class='left-label'> Low </span> | |
| <span class='right-label'> High </span> | |
| </div> | |
| </div> | |
| <br clear="all"> | |
| <div id="probability-div"> | |
| <div id='sprobability'> Branch Probability Ramp-up Speed: | |
| <span id='ramp-speed'>20</span>% | |
| </div> | |
| <div class='slider' id="probability-ramp-slider"></div> | |
| <div id='slider-labels'> | |
| <span class='left-label'> Slow </span> | |
| <span class='right-label'> Fast </span> | |
| </div> | |
| </div> | |
| <br clear="all"> | |
| <div class='l-cb' id='l-last-branch'> Loop extension optimization: <input type='checkbox' id='last-branch' checked> </div> | |
| <div class='l-cb' id='l-reverse-branch'> Allow only reverse branches : <input type='checkbox' id='reverse-branch' > </div> | |
| <div class='l-cb' id='l-long-branch'> Allow only long branches : <input type='checkbox' id='long-branch' > </div> | |
| <div class='l-cb' id='l-sequential-branch'> Remove sequential branches: <input type='checkbox' id='sequential-branch' > </div> | |
| <hr> | |
| <div id='tune-info'> | |
| <div id='l-branch-chance'> Branch chance (%): <span class='ti-val' id='branch-chance'>0</span></div> | |
| <div id='l-branch-threshold'> Last threshold: <span class='ti-val' id='last-threshold'>0</span></div> | |
| <br> | |
| <div id='l-beat-count'> Total beats: <span class='ti-val' id='total-beats'></span></div> | |
| <div id='l-branch-count'> Total branches: <span class='ti-val' id='branch-count'></span></div> | |
| <div id='l-loop-length-beats'> Longest loop (beats): <span class='ti-val' id='loop-length-beats'></span> </div> | |
| <div id='l-loop-length-percent'> Longest loop (%): <span class='ti-val' id='loop-length-percent'></span> </div> | |
| <br> | |
| <div id='l-deleted-branches'> Deleted branches: <span class='ti-val' id='deleted-branches'>0</span></div> | |
| </div> | |
| <button class='cbut' id='reset-edges'> Reset </button> | |
| </div> | |
| </div> | |
| <div id='footer'> | |
| Powered by <a href="http://developer.echonest.com">The Echo Nest </a> -- | |
| Read the <a href="faq.html"> FAQ </a> -- | |
| Built at <a href='http://boston.musichackday.org'>Music Hack Day @ MIT</a> by | |
| <a href='http://twitter.com/plamere'> Paul Lamere </a> | |
| <br> | |
| More info at <a href='http://musicmachinery.com/2012/11/12/the-infinite-jukebox/'>Music Machinery</a> -- | |
| Check out the <a href="http://www.reddit.com/r/infinitejukebox/"> Infinite Jukebox Reddit </a> | |
| -- <a href="http://www.echonest.com/legal/"> Legal Stuff </a> | |
| <!-- | |
| Interested in a <b>mobile</b> version of the Infinite Jukebox? Let me know by taking this | |
| <a href="https://docs.google.com/forms/d/1jLy_XlPt2WD4tuE9-paLBMbapzLJ9CAgTDjuD2Wefa0/viewform"> | |
| one minute survey</a>. | |
| --> | |
| <!-- | |
| --> | |
| </div> | |
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-3675615-27']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = | |
| 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : | |
| 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; | |
| s.parentNode.insertBefore(ga, s); | |
| })(); | |
| </script> | |
| <script type="text/javascript"> | |
| // This code will make you cry. It was written in a mad | |
| // dash during Music Hack Day Boston 2012, and has | |
| // quite a bit of hackage of the bad kind in it. | |
| var remixer; | |
| var player; | |
| var driver; | |
| var track; | |
| var W = 900, H = 680; | |
| var paper; | |
| // configs for chances to branch | |
| var defaultMinRandomBranchChance = .18 | |
| var defaultMaxRandomBranchChance = .5 | |
| var defaultRandomBranchChanceDelta =.018; | |
| var minRandomBranchChanceDelta =.000; | |
| var maxRandomBranchChanceDelta =.200; | |
| var highlightColor = "#0000ff"; | |
| var jumpHighlightColor = "#00ff22"; | |
| var selectColor = "#ff0000"; | |
| var uploadingAllowed = false; | |
| var debugMode = true; | |
| var fastMode = false; | |
| var shifted = false; | |
| var controlled = false; | |
| var minTileWidth = 10; | |
| var maxTileWidth = 90; | |
| var growthPerPlay = 10; | |
| var curGrowFactor = 1; | |
| var jukeboxData = { | |
| infiniteMode:true, // if true, allow branching | |
| maxBranches : 4, // max branches allowed per beat | |
| maxBranchThreshold :80, // max allowed distance threshold | |
| computedThreshold: 0, // computed best threshold | |
| currentThreshold: 0, // current in-use max threshold | |
| addLastEdge: true, // if true, optimize by adding a good last edge | |
| justBackwards: false, // if true, only add backward branches | |
| justLongBranches: false,// if true, only add long branches | |
| removeSequentialBranches: false,// if true, remove consecutive branches of the same distance | |
| deletedEdgeCount: 0, // number of edges that have been deleted | |
| lastBranchPoint : 0, // last beat with a good branch | |
| longestReach : 0, // longest looping secstion | |
| beatsPlayed:0, // total number of beats played | |
| totalBeats : 0, // total number of beats in the song | |
| branchCount: 0, // total number of active branches | |
| selectedTile : null, // current selected tile | |
| selectedCurve : null, // current selected branch | |
| tiles: [], // all of the tiles | |
| allEdges: [], // all of the edges | |
| deletedEdges: [], // edges that should be deleted | |
| minRandomBranchChance: 0, | |
| maxRandomBranchChance: 0, | |
| randomBranchChanceDelta: 0, | |
| curRandomBranchChance : 0, | |
| lastThreshold : 0, | |
| }; | |
| // From Crockford, Douglas (2008-12-17). JavaScript: The Good Parts (Kindle Locations 734-736). Yahoo Press. | |
| if (typeof Object.create !== 'function') { | |
| Object.create = function (o) { | |
| var F = function () {}; | |
| F.prototype = o; | |
| return new F(); | |
| }; | |
| } | |
| function info(s) { | |
| $("#info").text(s); | |
| } | |
| function error(s) { | |
| if (s.length == 0) { | |
| $("#error").hide(); | |
| } else { | |
| $("#error").text(s); | |
| $("#error").show(); | |
| } | |
| } | |
| function setDisplayMode(playMode) { | |
| if (playMode) { | |
| $("#song-div").hide(); | |
| $("#select-track").hide(); | |
| $("#running").show(); | |
| $(".rotate").hide(); | |
| } else { | |
| listPopularTracks(); | |
| $("#song-div").show(); | |
| $("#select-track").show(); | |
| $("#running").hide(); | |
| $(".rotate").show(); | |
| } | |
| info(""); | |
| } | |
| function hideAll() { | |
| $("#song-div").hide(); | |
| $("#select-track").hide(); | |
| $("#running").hide(); | |
| $(".rotate").hide(); | |
| } | |
| function stop() { | |
| player.stop(); | |
| player = remixer.getPlayer(); | |
| } | |
| function createTiles(qtype) { | |
| return createTileCircle(qtype, 250); | |
| } | |
| function createTileCircle(qtype, radius) { | |
| var start = now(); | |
| var y_padding = 90; | |
| var x_padding = 200; | |
| var maxWidth = 90; | |
| var tiles = []; | |
| var qlist = track.analysis[qtype]; | |
| var n = qlist.length; | |
| var R = radius; | |
| var alpha = Math.PI * 2 / n; | |
| var perimeter = 2 * n * R * Math.sin(alpha/2); | |
| var a = perimeter / n; | |
| var width = a * 20; | |
| var angleOffset = - Math.PI / 2; | |
| // var angleOffset = 0; | |
| if (width > maxWidth) { | |
| width = maxWidth; | |
| } | |
| width = minTileWidth; | |
| paper.clear(); | |
| var angle = angleOffset; | |
| for (var i = 0; i < qlist.length; i++) { | |
| var tile = createNewTile(i, qlist[i], a, width); | |
| var y = y_padding + R + R * Math.sin(angle); | |
| var x = x_padding + R + R * Math.cos(angle); | |
| tile.move(x, y); | |
| tile.rotate(angle); | |
| tiles.push(tile); | |
| angle += alpha; | |
| } | |
| // now connect every tile to its neighbors | |
| // a horrible hack until I figure out | |
| // geometry | |
| var roffset = width / 2; | |
| var yoffset = width * .52; | |
| var xoffset = width * 1; | |
| var center = ' S 450 350 ' | |
| var branchCount = 0; | |
| R -= roffset; | |
| for (var i = 0; i < tiles.length; i++) { | |
| var startAngle = alpha * i + angleOffset; | |
| var tile = tiles[i]; | |
| var y1 = y_padding + R + R * Math.sin(startAngle) + yoffset; | |
| var x1 = x_padding + R + R * Math.cos(startAngle) + xoffset; | |
| for (var j = 0; j < tile.q.neighbors.length; j++) { | |
| var destAngle = alpha * tile.q.neighbors[j].dest.which + angleOffset; | |
| var y2 = y_padding + R + R * Math.sin(destAngle) + yoffset; | |
| var x2 = x_padding + R + R * Math.cos(destAngle) + xoffset; | |
| var path = 'M' + x1 + ' ' + y1 + center + x2 + ' ' + y2; | |
| var curve = paper.path(path); | |
| curve.edge = tile.q.neighbors[j]; | |
| addCurveClickHandler(curve); | |
| highlightCurve(curve, false, false); | |
| tile.q.neighbors[j].curve = curve; | |
| branchCount ++; | |
| } | |
| } | |
| jukeboxData.branchCount = branchCount; | |
| return tiles; | |
| } | |
| function addCurveClickHandler(curve) { | |
| curve.click( | |
| function() { | |
| if (jukeboxData.selectedCurve) { | |
| highlightCurve(jukeboxData.selectedCurve, false, false); | |
| } | |
| selectCurve(curve, true); | |
| jukeboxData.selectedCurve = curve; | |
| }); | |
| curve.mouseover( | |
| function() { | |
| highlightCurve(curve, true, false); | |
| } | |
| ); | |
| curve.mouseout ( | |
| function() { | |
| if (curve != jukeboxData.selectedCurve) { | |
| highlightCurve(curve, false, false); | |
| } | |
| } | |
| ); | |
| } | |
| function highlightCurve(curve, enable, jump) { | |
| if (curve) { | |
| if (enable) { | |
| var color = jump ? jumpHighlightColor : highlightColor; | |
| curve.attr('stroke-width', 4); | |
| curve.attr('stroke', color); | |
| curve.attr('stroke-opacity', 1.0); | |
| curve.toFront(); | |
| } else { | |
| if (curve.edge) { | |
| curve.attr('stroke-width', 3); | |
| curve.attr('stroke', curve.edge.src.tile.quantumColor); | |
| curve.attr('stroke-opacity', .7); | |
| } | |
| } | |
| } | |
| } | |
| function selectCurve(curve) { | |
| curve.attr('stroke-width', 6); | |
| curve.attr('stroke', selectColor); | |
| curve.attr('stroke-opacity', 1.0); | |
| curve.toFront(); | |
| } | |
| function extractTitle(url) { | |
| var lastSlash = url.lastIndexOf('/'); | |
| if (lastSlash >= 0 && lastSlash < url.length - 1) { | |
| var res = url.substring(lastSlash + 1, url.length - 4); | |
| return res; | |
| } else { | |
| return url; | |
| } | |
| } | |
| function getTitle(title, artist, url) { | |
| if (title == undefined || title.length == 0 || title === '(unknown title)' || title == 'undefined') { | |
| if (url) { | |
| title = extractTitle(url); | |
| } else { | |
| title = null; | |
| } | |
| } else { | |
| if (artist !== '(unknown artist)') { | |
| title = title + ' by ' + artist; | |
| } | |
| } | |
| return title; | |
| } | |
| function trackReady(t) { | |
| t.fixedTitle = getTitle(t.title, t.artist, t.info.url); | |
| document.title = 'Infinite Jukebox for ' + t.fixedTitle; | |
| $("#song-title").text(t.fixedTitle); | |
| jukeboxData.minLongBranch = track.analysis.beats.length / 5; | |
| } | |
| function readyToPlay(t) { | |
| setDisplayMode(true); | |
| driver = Driver(player); | |
| info("ready!"); | |
| normalizeColor(); | |
| trackReady(t); | |
| drawVisualization(); | |
| } | |
| function drawVisualization() { | |
| if (track) { | |
| if (jukeboxData.currentThreshold == 0) { | |
| dynamicCalculateNearestNeighbors('beats'); | |
| } else { | |
| calculateNearestNeighbors('beats', jukeboxData.currentThreshold); | |
| } | |
| createTilePanel('beats'); | |
| } | |
| } | |
| function gotTheAnalysis(profile) { | |
| var status = get_status(profile); | |
| if (status == 'complete') { | |
| info("Loading track ..."); | |
| remixer.remixTrack(profile.response.track, function(state, t, percent) { | |
| track = t; | |
| if (isNaN(percent)) { | |
| percent = 0; | |
| } | |
| if (state == 1) { | |
| info("Calculating pathways through the song ..."); | |
| setTimeout( function() { readyToPlay(t); }, 10); | |
| } else if (state == 0) { | |
| if (percent >= 99) { | |
| info("Calculating pathways through the song ..."); | |
| } else { | |
| if (percent > 0) { | |
| info( percent + "% of track loaded "); | |
| } else { | |
| info( "Loading the track "); | |
| } | |
| } | |
| } else { | |
| info('Trouble ' + t.status); | |
| setDisplayMode(false); | |
| } | |
| }); | |
| } else if (status == 'error') { | |
| info("Sorry, couldn't analyze that track"); | |
| setDisplayMode(false); | |
| } | |
| } | |
| function listSong(r) { | |
| var title = getTitle(r.title, r.artist, null); | |
| var item = null; | |
| if (title) { | |
| var item = $('<li>').append(title); | |
| item.attr('class', 'song-link'); | |
| item.click(function() { | |
| showPlotPage(r.id); | |
| }); | |
| } | |
| return item; | |
| } | |
| function listSongAsAnchor(r) { | |
| var title = getTitle(r.title, r.artist, r.url); | |
| var item = $('<li>').html('<a href="index.html?trid=' + r.id + '">' + title + '</a>'); | |
| return item; | |
| } | |
| function listTracks(active, tracks) { | |
| $('#song-div').show(); | |
| $('#song-list').empty(); | |
| $('.sel-list').removeClass('activated'); | |
| $(active).addClass('activated'); | |
| for (var i = 0; i < tracks.length; i++) { | |
| var s = tracks[i]; | |
| var item = listSong(s); | |
| if (item) { | |
| $('#song-list').append(listSong(s)); | |
| } | |
| } | |
| } | |
| function listPopularTracks() { | |
| listTracks('#popular-list', songs); | |
| ga_track('list', 'popular-tracks', ''); | |
| } | |
| function listRecentTracks() { | |
| $.getJSON('recent_tracks', { count : 30}, function(data) { | |
| listTracks('#recent-list', data); | |
| ga_track('list', 'recent-tracks', ''); | |
| }); | |
| } | |
| function listTopUploadedTracks() { | |
| listTracks('#upload-list', topUploadedSongs); | |
| ga_track('list', 'top-uploaded', ''); | |
| } | |
| function analyzeAudio(audio, tag, callback) { | |
| var url = 'qanalyze' | |
| $.getJSON(url, { url:audio, tag:tag}, function(data) { | |
| if (data.status === 'done' || data.status === 'error') { | |
| callback(data); | |
| } else { | |
| info(data.status + ' - ready in about ' + data.estimated_wait + ' secs. '); | |
| setTimeout(function() { analyzeAudio(audio, tag, callback); }, 5000); | |
| } | |
| }); | |
| } | |
| // first see if it is in in S3 bucket, and if not, get the analysis from | |
| // the labs server | |
| function noCache() { | |
| return { "noCache" : now() } | |
| } | |
| function fetchAnalysis(trid) { | |
| var url = 'http://static.echonest.com/infinite_jukebox_data/' + trid + '.json'; | |
| info('Fetching the analysis'); | |
| $.getJSON(url, function(data) { gotTheAnalysis(data); } ) | |
| .error( function() { | |
| info("Sorry, can't find info for that track"); | |
| }); | |
| } | |
| function get_status(data) { | |
| if (data.response.status.code == 0) { | |
| return data.response.track.status; | |
| } else { | |
| return 'error'; | |
| } | |
| } | |
| function fetchSignature() { | |
| var url = 'policy' | |
| $.getJSON(url, {}, function(data) { | |
| policy = data.policy; | |
| signature = data.signature; | |
| $('#f-policy').val(data.policy); | |
| $('#f-signature').val(data.signature); | |
| $('#f-key').val(data.key); | |
| }); | |
| } | |
| function calculateDim(numTiles, totalWidth, totalHeight) { | |
| var area = totalWidth * totalHeight; | |
| var tArea = area / (1.2 * numTiles); | |
| var dim = Math.floor(Math.sqrt(tArea)); | |
| return dim; | |
| } | |
| var timbreWeight = 1, pitchWeight = 10, | |
| loudStartWeight = 1, loudMaxWeight = 1, | |
| durationWeight = 100, confidenceWeight = 1; | |
| function get_seg_distances(seg1, seg2) { | |
| var timbre = seg_distance(seg1, seg2, 'timbre', true); | |
| var pitch = seg_distance(seg1, seg2, 'pitches'); | |
| var sloudStart = Math.abs(seg1.loudness_start - seg2.loudness_start); | |
| var sloudMax = Math.abs(seg1.loudness_max - seg2.loudness_max); | |
| var duration = Math.abs(seg1.duration - seg2.duration); | |
| var confidence = Math.abs(seg1.confidence - seg2.confidence); | |
| var distance = timbre * timbreWeight + pitch * pitchWeight + | |
| sloudStart * loudStartWeight + sloudMax * loudMaxWeight + | |
| duration * durationWeight + confidence * confidenceWeight; | |
| return distance; | |
| } | |
| function dynamicCalculateNearestNeighbors(type) { | |
| var count = 0; | |
| var targetBranchCount = track.analysis[type].length / 6; | |
| precalculateNearestNeighbors(type, jukeboxData.maxBranches, jukeboxData.maxBranchThreshold); | |
| for (var threshold = 10; threshold < jukeboxData.maxBranchThreshold; threshold += 5) { | |
| count = collectNearestNeighbors(type, threshold); | |
| if (count >= targetBranchCount) { | |
| break; | |
| } | |
| } | |
| jukeboxData.currentThreshold = jukeboxData.computedThreshold = threshold; | |
| postProcessNearestNeighbors(type); | |
| return count; | |
| } | |
| function postProcessNearestNeighbors(type) { | |
| removeDeletedEdges(); | |
| if (jukeboxData.addLastEdge) { | |
| if (longestBackwardBranch(type) < 50) { | |
| insertBestBackwardBranch(type, jukeboxData.currentThreshold, 65); | |
| } else { | |
| insertBestBackwardBranch(type, jukeboxData.currentThreshold, 55); | |
| } | |
| } | |
| calculateReachability(type); | |
| jukeboxData.lastBranchPoint = findBestLastBeat(type); | |
| filterOutBadBranches(type, jukeboxData.lastBranchPoint); | |
| if (jukeboxData.removeSequentialBranches) { | |
| filterOutSequentialBranches(type); | |
| } | |
| setTunedURL(); | |
| } | |
| function removeDeletedEdges() { | |
| for (var i = 0; i < jukeboxData.deletedEdges.length; i++) { | |
| var edgeID = jukeboxData.deletedEdges[i]; | |
| if (edgeID in jukeboxData.allEdges) { | |
| var edge = jukeboxData.allEdges[edgeID]; | |
| deleteEdge(edge); | |
| } | |
| } | |
| jukeboxData.deletedEdges = []; | |
| } | |
| function getAllDeletedEdgeIDs() { | |
| var results = []; | |
| for (var i = 0; i < jukeboxData.allEdges.length; i++) { | |
| var edge = jukeboxData.allEdges[i]; | |
| if (edge.deleted) { | |
| results.push(edge.id); | |
| } | |
| } | |
| return results; | |
| } | |
| function getDeletedEdgeString() { | |
| var ids = getAllDeletedEdgeIDs(); | |
| if (ids.length > 0) { | |
| return '&d=' + ids.join(','); | |
| } else { | |
| return ""; | |
| } | |
| } | |
| function calculateNearestNeighbors(type, threshold) { | |
| precalculateNearestNeighbors(type, jukeboxData.maxBranches, jukeboxData.maxBranchThreshold); | |
| count = collectNearestNeighbors(type, threshold); | |
| postProcessNearestNeighbors(type, threshold); | |
| return count; | |
| } | |
| function resetTuning() { | |
| undeleteAllEdges(); | |
| jukeboxData.addLastEdge = true; | |
| jukeboxData.justBackwards = false; | |
| jukeboxData.justLongBranches = false; | |
| jukeboxData.removeSequentialBranches = false; | |
| jukeboxData.currentThreshold = jukeboxData.computedThreshold; | |
| jukeboxData.minRandomBranchChance = defaultMinRandomBranchChance; | |
| jukeboxData.maxRandomBranchChance = defaultMaxRandomBranchChance; | |
| jukeboxData.randomBranchChanceDelta = defaultRandomBranchChanceDelta, | |
| jukeboxData.minRandomBranchChance = defaultMinRandomBranchChance; | |
| jukeboxData.maxRandomBranchChance = defaultMaxRandomBranchChance; | |
| jukeboxData.randomBranchChanceDelta = defaultRandomBranchChanceDelta; | |
| drawVisualization(); | |
| } | |
| function undeleteAllEdges() { | |
| jukeboxData.deletedEdgeCount = 0; | |
| for (var i = 0; i < jukeboxData.allEdges.length; i++) { | |
| var edge = jukeboxData.allEdges[i]; | |
| if (edge.deleted) { | |
| edge.deleted = false; | |
| } | |
| } | |
| } | |
| function setTunedURL() { | |
| if (track) { | |
| var edges = getDeletedEdgeString(); | |
| var addBranchParams = false; | |
| var lb = ''; | |
| if (!jukeboxData.addLastEdge) { | |
| lb='&lb=0'; | |
| } | |
| var p = '?trid=' + track.id + edges + lb; | |
| if (jukeboxData.justBackwards) { | |
| p += '&jb=1' | |
| } | |
| if (jukeboxData.justLongBranches) { | |
| p += '&lg=1' | |
| } | |
| if (jukeboxData.removeSequentialBranches) { | |
| p += '&sq=0' | |
| } | |
| if (jukeboxData.currentThreshold != jukeboxData.computedThreshold) { | |
| p += '&thresh=' + jukeboxData.currentThreshold; | |
| } | |
| if (jukeboxData.minRandomBranchChance != defaultMinRandomBranchChance) { | |
| addBranchParams = true; | |
| } | |
| if (jukeboxData.maxRandomBranchChance != defaultMaxRandomBranchChance) { | |
| addBranchParams = true; | |
| } | |
| if (jukeboxData.randomBranchChanceDelta != defaultRandomBranchChanceDelta) { | |
| addBranchParams = true; | |
| } | |
| if (addBranchParams) { | |
| p += '&bp=' + [ | |
| Math.round(map_value_to_percent(jukeboxData.minRandomBranchChance, 0,1)), | |
| Math.round(map_value_to_percent(jukeboxData.maxRandomBranchChance, 0, 1)), | |
| Math.round(map_value_to_percent(jukeboxData.randomBranchChanceDelta, | |
| minRandomBranchChanceDelta, maxRandomBranchChanceDelta))].join(',') | |
| } | |
| history.replaceState({}, document.title, p); | |
| tweetSetup(track); | |
| } | |
| } | |
| function now() { | |
| return new Date().getTime(); | |
| } | |
| // we want to find the best, long backwards branch | |
| // and ensure that it is included in the graph to | |
| // avoid short branching songs like: | |
| // http://labs.echonest.com/Uploader/index.html?trid=TRVHPII13AFF43D495 | |
| function longestBackwardBranch(type) { | |
| var longest = 0 | |
| var quanta = track.analysis[type]; | |
| for (var i = 0; i < quanta.length; i++) { | |
| var q = quanta[i]; | |
| for (var j = 0; j < q.neighbors.length; j++) { | |
| var neighbor = q.neighbors[j]; | |
| var which = neighbor.dest.which; | |
| var delta = i - which; | |
| if (delta > longest) { | |
| longest = delta; | |
| } | |
| } | |
| } | |
| var lbb = longest * 100 / quanta.length; | |
| return lbb; | |
| } | |
| function insertBestBackwardBranch(type, threshold, maxThreshold) { | |
| var found = false; | |
| var branches = []; | |
| var quanta = track.analysis[type]; | |
| for (var i = 0; i < quanta.length; i++) { | |
| var q = quanta[i]; | |
| for (var j = 0; j < q.all_neighbors.length; j++) { | |
| var neighbor = q.all_neighbors[j]; | |
| if (neighbor.deleted) { | |
| continue; | |
| } | |
| var which = neighbor.dest.which; | |
| var thresh = neighbor.distance; | |
| var delta = i - which; | |
| if (delta > 0 && thresh < maxThreshold) { | |
| var percent = delta * 100 / quanta.length; | |
| var edge = [percent, i, which, q, neighbor] | |
| branches.push(edge); | |
| } | |
| } | |
| } | |
| if (branches.length === 0) { | |
| return; | |
| } | |
| branches.sort( | |
| function(a,b) { | |
| return a[0] - b[0]; | |
| } | |
| ) | |
| branches.reverse(); | |
| var best = branches[0]; | |
| var bestQ = best[3]; | |
| var bestNeighbor = best[4]; | |
| var bestThreshold = bestNeighbor.distance; | |
| if (bestThreshold > threshold) { | |
| bestQ.neighbors.push(bestNeighbor); | |
| // console.log('added bbb from', bestQ.which, 'to', bestNeighbor.dest.which, 'thresh', bestThreshold); | |
| } else { | |
| // console.log('bbb is already in from', bestQ.which, 'to', bestNeighbor.dest.which, 'thresh', bestThreshold); | |
| } | |
| } | |
| function calculateReachability(type) { | |
| var maxIter = 1000; | |
| var iter = 0; | |
| var quanta = track.analysis[type]; | |
| for (var qi = 0; qi < quanta.length; qi++) { | |
| var q = quanta[qi]; | |
| q.reach = quanta.length - q.which; | |
| } | |
| for (iter = 0; iter < maxIter; iter++) { | |
| var changeCount = 0; | |
| for (qi = 0; qi < quanta.length; qi++) { | |
| var q = quanta[qi]; | |
| var changed = false; | |
| for (var i = 0; i < q.neighbors.length; i++) { | |
| var q2 = q.neighbors[i].dest; | |
| if (q2.reach > q.reach) { | |
| q.reach = q2.reach; | |
| changed = true; | |
| } | |
| } | |
| if (qi < quanta.length -1) { | |
| var q2 = quanta[qi +1]; | |
| if (q2.reach > q.reach) { | |
| q.reach = q2.reach; | |
| changed = true; | |
| } | |
| } | |
| if (changed) { | |
| changeCount++; | |
| for (var j = 0; j < q.which; j++) { | |
| var q2 = quanta[j]; | |
| if (q2.reach < q.reach) { | |
| q2.reach = q.reach; | |
| } | |
| } | |
| } | |
| } | |
| if (changeCount == 0) { | |
| break; | |
| } | |
| } | |
| if (false) { | |
| for (var qi = 0; qi < quanta.length; qi++) { | |
| var q = quanta[qi]; | |
| console.log(q.which, q.reach, Math.round(q.reach * 100 / quanta.length)); | |
| } | |
| } | |
| // console.log('reachability map converged after ' + iter + ' iterations. total ' + quanta.length); | |
| } | |
| function map_percent_to_range(percent, min, max) { | |
| percent = clamp(percent, 0, 100); | |
| return (max - min) * percent / 100. + min; | |
| } | |
| function map_value_to_percent(value, min, max) { | |
| value = clamp(value, min, max); | |
| return 100 * (value - min) / (max - min); | |
| } | |
| function clamp(val, min, max) { | |
| return val < min ? min : val > max ? max : val; | |
| } | |
| function findBestLastBeat(type) { | |
| var reachThreshold = 50; | |
| var quanta = track.analysis[type]; | |
| var longest = 0; | |
| var longestReach = 0; | |
| for (var i = quanta.length -1; i >=0; i--) { | |
| var q = quanta[i]; | |
| //var reach = q.reach * 100 / quanta.length; | |
| var distanceToEnd = quanta.length - i; | |
| // if q is the last quanta, then we can never go past it | |
| // which limits our reach | |
| var reach = (q.reach - distanceToEnd) * 100 / quanta.length; | |
| if (reach > longestReach && q.neighbors.length > 0) { | |
| longestReach = reach; | |
| longest = i; | |
| if (reach >= reachThreshold) { | |
| break; | |
| } | |
| } | |
| } | |
| // console.log('NBest last beat is', longest, 'reach', longestReach, reach); | |
| jukeboxData.totalBeats = quanta.length; | |
| jukeboxData.longestReach = longestReach; | |
| return longest | |
| } | |
| function filterOutBadBranches(type, lastIndex) { | |
| var quanta = track.analysis[type]; | |
| for (var i = 0; i < lastIndex; i++) { | |
| var q = quanta[i]; | |
| var newList = []; | |
| for (var j = 0; j < q.neighbors.length; j++) { | |
| var neighbor = q.neighbors[j]; | |
| if (neighbor.dest.which < lastIndex) { | |
| newList.push(neighbor); | |
| } else { | |
| // console.log('filtered out arc from', q.which, 'to', neighbor.dest.which); | |
| } | |
| } | |
| q.neighbors = newList; | |
| } | |
| } | |
| function hasSequentialBranch(q, neighbor) { | |
| if (q.which === jukeboxData.lastBranchPoint) { | |
| return false; | |
| } | |
| var qp = q.prev; | |
| if (qp) { | |
| var distance = q.which - neighbor.dest.which; | |
| for (var i = 0; i < qp.neighbors.length; i++) { | |
| var odistance = qp.which - qp.neighbors[i].dest.which; | |
| if (distance == odistance) { | |
| return true; | |
| } | |
| } | |
| } | |
| return false; | |
| } | |
| function filterOutSequentialBranches(type) { | |
| var quanta = track.analysis[type]; | |
| for (var i = quanta.length - 1; i >= 1; i--) { | |
| var q = quanta[i]; | |
| var newList = []; | |
| for (var j = 0; j < q.neighbors.length; j++) { | |
| var neighbor = q.neighbors[j]; | |
| if (hasSequentialBranch(q, neighbor)) { | |
| // skip it | |
| } else { | |
| newList.push(neighbor); | |
| } | |
| } | |
| q.neighbors = newList; | |
| } | |
| } | |
| function calculateNearestNeighborsForQuantum(type, maxNeighbors, maxThreshold, q1) { | |
| var edges = []; | |
| var id = 0; | |
| for (var i = 0; i < track.analysis[type].length; i++) { | |
| if (i === q1.which) { | |
| continue; | |
| } | |
| var q2 = track.analysis[type][i]; | |
| var sum = 0; | |
| for (var j = 0; j < q1.overlappingSegments.length; j++) { | |
| var seg1 = q1.overlappingSegments[j]; | |
| var distance = 100; | |
| if (j < q2.overlappingSegments.length) { | |
| var seg2 = q2.overlappingSegments[j]; | |
| // some segments can overlap many quantums, | |
| // we don't want this self segue, so give them a | |
| // high distance | |
| if (seg1.which === seg2.which) { | |
| distance = 100 | |
| } else { | |
| distance = get_seg_distances(seg1, seg2); | |
| } | |
| } | |
| sum += distance; | |
| } | |
| var pdistance = q1.indexInParent == q2.indexInParent ? 0 : 100; | |
| var totalDistance = sum / q1.overlappingSegments.length + pdistance; | |
| if (totalDistance < maxThreshold) { | |
| var edge = { | |
| id : id, | |
| src : q1, | |
| dest : q2, | |
| distance : totalDistance, | |
| curve : null, | |
| deleted: false | |
| }; | |
| edges.push( edge ); | |
| id++; | |
| } | |
| } | |
| edges.sort( | |
| function(a,b) { | |
| if (a.distance > b.distance) { | |
| return 1; | |
| } else if (b.distance > a.distance) { | |
| return -1; | |
| } else { | |
| return 0; | |
| } | |
| } | |
| ); | |
| q1.all_neighbors = []; | |
| for (i = 0; i < maxNeighbors && i < edges.length; i++) { | |
| var edge = edges[i]; | |
| q1.all_neighbors.push(edge); | |
| edge.id = jukeboxData.allEdges.length; | |
| jukeboxData.allEdges.push(edge); | |
| } | |
| } | |
| function precalculateNearestNeighbors(type, maxNeighbors, maxThreshold) { | |
| // skip if this is already done | |
| if ('all_neighbors' in track.analysis[type][0]) { | |
| return; | |
| } | |
| jukeboxData.allEdges = []; | |
| for (var qi = 0; qi < track.analysis[type].length; qi++) { | |
| var q1 = track.analysis[type][qi]; | |
| calculateNearestNeighborsForQuantum(type, maxNeighbors, maxThreshold, q1); | |
| } | |
| } | |
| function collectNearestNeighbors(type, maxThreshold) { | |
| var branchingCount = 0; | |
| for (var qi = 0; qi < track.analysis[type].length; qi++) { | |
| var q1 = track.analysis[type][qi]; | |
| q1.neighbors = extractNearestNeighbors(q1,maxThreshold); | |
| if (q1.neighbors.length > 0) { | |
| branchingCount += 1; | |
| } | |
| } | |
| return branchingCount; | |
| } | |
| function extractNearestNeighbors(q, maxThreshold) { | |
| var neighbors = []; | |
| for (var i = 0; i < q.all_neighbors.length; i++) { | |
| var neighbor = q.all_neighbors[i]; | |
| if (neighbor.deleted) { | |
| continue; | |
| } | |
| if (jukeboxData.justBackwards && neighbor.dest.which > q.which) { | |
| continue; | |
| } | |
| if (jukeboxData.justLongBranches && Math.abs(neighbor.dest.which - q.which) < jukeboxData.minLongBranch) { | |
| continue; | |
| } | |
| var distance = neighbor.distance; | |
| if (distance <= maxThreshold) { | |
| neighbors.push(neighbor); | |
| } | |
| } | |
| return neighbors; | |
| } | |
| function seg_distance(seg1, seg2, field, weighted) { | |
| if (weighted) { | |
| return weighted_euclidean_distance(seg1[field], seg2[field]); | |
| } else { | |
| return euclidean_distance(seg1[field], seg2[field]); | |
| } | |
| } | |
| function calcBranchInfo(type) { | |
| var histogram = {} | |
| var total = 0; | |
| for (var qi = 0; qi < track.analysis[type].length; qi++) { | |
| var q = track.analysis[type][qi]; | |
| for (var i = 0; i < q.neighbors.length; i++) { | |
| var neighbor = q.neighbors[i]; | |
| var distance = neighbor.distance; | |
| var bucket = Math.round(distance / 10); | |
| if (! (bucket in histogram)) { | |
| histogram[bucket] = 0; | |
| } | |
| histogram[bucket] +=1; | |
| total += 1; | |
| } | |
| } | |
| console.log(histogram); | |
| console.log('total branches', total); | |
| } | |
| function euclidean_distance(v1, v2) { | |
| var sum = 0; | |
| for (var i = 0; i < v1.length; i++) { | |
| var delta = v2[i] - v1[i]; | |
| sum += delta * delta; | |
| } | |
| return Math.sqrt(sum); | |
| } | |
| function weighted_euclidean_distance(v1, v2) { | |
| var sum = 0; | |
| //for (var i = 0; i < 4; i++) { | |
| for (var i = 0; i < v1.length; i++) { | |
| var delta = v2[i] - v1[i]; | |
| //var weight = 1.0 / ( i + 1.0); | |
| var weight = 1.0; | |
| sum += delta * delta * weight; | |
| } | |
| return Math.sqrt(sum); | |
| } | |
| function redrawTiles() { | |
| _.each(jukeboxData.tiles, function(tile) { | |
| var newWidth = Math.round( (minTileWidth + tile.playCount * growthPerPlay) * curGrowFactor); | |
| if (newWidth < 1) { | |
| newWidth = 1; | |
| } | |
| tile.rect.attr('width', newWidth); | |
| }); | |
| } | |
| var tilePrototype = { | |
| normalColor:"#5f9", | |
| move: function(x,y) { | |
| this.rect.attr( { x:x, y:y}); | |
| if (this.label) { | |
| this.label.attr( { x:x + 2, y: y + 8}); | |
| } | |
| }, | |
| rotate: function(angle) { | |
| var dangle = 360 * (angle / (Math.PI * 2)); | |
| this.rect.transform('r' + dangle); | |
| }, | |
| play:function(force) { | |
| if (force || shifted) { | |
| this.playStyle(true); | |
| player.play(0, this.q); | |
| } else if (controlled) { | |
| this.queueStyle(); | |
| player.queue(this.q); | |
| } else { | |
| this.selectStyle(); | |
| } | |
| if (force) { | |
| info("Selected tile " + this.q.which); | |
| jukeboxData.selectedTile = this; | |
| } | |
| }, | |
| selectStyle: function() { | |
| this.rect.attr("fill", "#C9a"); | |
| }, | |
| queueStyle: function() { | |
| this.rect.attr("fill", "#aFF"); | |
| }, | |
| pauseStyle: function() { | |
| this.rect.attr("fill", "#F8F"); | |
| }, | |
| playStyle: function(didJump) { | |
| if (!this.isPlaying) { | |
| this.isPlaying = true; | |
| if (!this.isScaled) { | |
| this.isScaled = true; | |
| this.rect.attr('width', maxTileWidth); | |
| } | |
| this.rect.toFront(); | |
| this.rect.attr("fill", highlightColor); | |
| highlightCurves(this, true, didJump); | |
| } | |
| }, | |
| normal: function() { | |
| this.rect.attr("fill", this.normalColor); | |
| if (this.isScaled) { | |
| this.isScaled = false; | |
| //this.rect.scale(1/1.5, 1/1.5); | |
| var newWidth = Math.round( (minTileWidth + this.playCount * growthPerPlay) * curGrowFactor); | |
| if (newWidth < 1) { | |
| newWidth = 1; | |
| } | |
| if (newWidth > 90) { | |
| curGrowFactor /= 2; | |
| redrawTiles(); | |
| } else { | |
| this.rect.attr('width', newWidth); | |
| } | |
| } | |
| highlightCurves(this, false, false); | |
| this.isPlaying = false; | |
| }, | |
| init:function() { | |
| var that = this; | |
| this.rect.mouseover( function(event) { | |
| that.playStyle(false); | |
| if (debugMode) { | |
| if (that.q.which > jukeboxData.lastBranchPoint) { | |
| $("#beats").text( that.q.which + ' ' + that.q.reach + '*'); | |
| } else { | |
| var qlength = track.analysis.beats.length; | |
| var distanceToEnd = qlength - that.q.which; | |
| $("#beats").text( that.q.which + ' ' + that.q.reach | |
| + ' ' + Math.floor((that.q.reach - distanceToEnd) * 100 / qlength)); | |
| } | |
| } | |
| event.preventDefault(); | |
| }); | |
| this.rect.mouseout( function(event) { | |
| that.normal(); | |
| event.preventDefault(); | |
| }); | |
| this.rect.mousedown(function(event) { | |
| event.preventDefault(); | |
| driver.setNextTile(that); | |
| if (!driver.isRunning()) { | |
| driver.start(); | |
| } | |
| if (controlled) { | |
| driver.setIncr(0); | |
| } | |
| }); | |
| } | |
| } | |
| function highlightCurves(tile, enable, didJump) { | |
| for (var i = 0; i < tile.q.neighbors.length; i++) { | |
| var curve = tile.q.neighbors[i].curve; | |
| highlightCurve(curve, enable, didJump); | |
| if (driver.isRunning()) { | |
| break; // just highlight the first one | |
| } | |
| } | |
| } | |
| function getQuantumColor(q) { | |
| if (isSegment(q)) { | |
| return getSegmentColor(q); | |
| } else { | |
| q = getQuantumSegment(q); | |
| if (q != null) { | |
| return getSegmentColor(q); | |
| } else { | |
| return "#000"; | |
| } | |
| } | |
| } | |
| function getQuantumSegment(q) { | |
| return q.oseg; | |
| } | |
| function isSegment(q) { | |
| return 'timbre' in q; | |
| } | |
| function getBranchColor(q) { | |
| if (q.neighbors.length == 0) { | |
| return to_rgb(0, 0, 0); | |
| } else { | |
| var red = q.neighbors.length / jukeboxData.maxBranches; | |
| var color = to_rgb(red, 0, (1. - red)); | |
| return color; | |
| } | |
| } | |
| function createNewTile(which, q, height, width) { | |
| var padding = 0; | |
| var tile = Object.create(tilePrototype); | |
| tile.which = which; | |
| tile.width = width; | |
| tile.height = height; | |
| tile.branchColor = getBranchColor(q); | |
| tile.quantumColor = getQuantumColor(q); | |
| tile.normalColor = tile.quantumColor; | |
| tile.isPlaying = false; | |
| tile.isScaled = false; | |
| tile.playCount = 0; | |
| tile.rect = paper.rect(0, 0, tile.width, tile.height); | |
| tile.rect.attr("stroke", tile.normalColor); | |
| tile.rect.attr('stroke-width', 0); | |
| tile.q = q; | |
| tile.init(); | |
| q.tile = tile; | |
| tile.normal(); | |
| return tile; | |
| } | |
| function createTilePanel(which) { | |
| removeAllTiles(); | |
| jukeboxData.tiles = createTiles(which); | |
| } | |
| function normalizeColor() { | |
| cmin = [100,100,100]; | |
| cmax = [-100,-100,-100]; | |
| var qlist = track.analysis.segments; | |
| for (var i = 0; i < qlist.length; i++) { | |
| for (var j = 0; j < 3; j++) { | |
| var t = qlist[i].timbre[j + 1]; | |
| if (t < cmin[j]) { | |
| cmin[j] = t; | |
| } | |
| if (t > cmax[j]) { | |
| cmax[j] = t; | |
| } | |
| } | |
| } | |
| } | |
| function getSegmentColor(seg) { | |
| var results = [] | |
| for (var i = 0; i < 3; i++) { | |
| var t = seg.timbre[i + 1]; | |
| var norm = (t - cmin[i]) / (cmax[i] - cmin[i]); | |
| results[i] = norm * 255; | |
| results[i] = norm; | |
| } | |
| return to_rgb(results[1], results[2], results[0]); | |
| //return to_rgb(results[0], results[1], results[2]); | |
| } | |
| function convert(value) { | |
| var integer = Math.round(value); | |
| var str = Number(integer).toString(16); | |
| return str.length == 1 ? "0" + str : str; | |
| }; | |
| function to_rgb(r, g, b) { | |
| return "#" + convert(r * 255) + convert(g * 255) + convert(b * 255); | |
| } | |
| function removeAllTiles() { | |
| for (var i =0; i < jukeboxData.tiles.length; i++) { | |
| jukeboxData.tiles[i].rect.remove(); | |
| } | |
| jukeboxData.tiles = []; | |
| } | |
| function deleteEdge(edge) { | |
| if (!edge.deleted) { | |
| jukeboxData.deletedEdgeCount++; | |
| edge.deleted = true; | |
| if (edge.curve) { | |
| edge.curve.remove(); | |
| edge.curve = null; | |
| } | |
| for (var j = 0; j < edge.src.neighbors.length; j++) { | |
| var otherEdge = edge.src.neighbors[j]; | |
| if (edge == otherEdge) { | |
| edge.src.neighbors.splice(j, 1); | |
| break; | |
| } | |
| } | |
| } | |
| } | |
| function keydown(evt) { | |
| if ( ! $("#running").is(":visible")) { | |
| return; | |
| } | |
| if (evt.which == 39) { // right arrow | |
| var inc = driver.getIncr(); | |
| driver.setIncr(inc + 1); | |
| evt.preventDefault(); | |
| } | |
| if (evt.which == 8 || evt.which == 46) { // backspace / delete | |
| evt.preventDefault(); | |
| if (jukeboxData.selectedCurve) { | |
| deleteEdge(jukeboxData.selectedCurve.edge); | |
| jukeboxData.selectedCurve = null; | |
| drawVisualization(); | |
| } | |
| } | |
| if (evt.which == 37) { // left arrow | |
| evt.preventDefault(); | |
| var inc = driver.getIncr(); | |
| driver.setIncr(inc - 1); | |
| } | |
| if (evt.which == 38 ) { // up arrow | |
| driver.setIncr(1); | |
| evt.preventDefault(); | |
| } | |
| if (evt.which == 40 ) { // down arrow | |
| driver.setIncr(0); | |
| evt.preventDefault(); | |
| } | |
| if (evt.which == 17) { | |
| controlled = true; | |
| } | |
| if (evt.which == 72) { | |
| jukeboxData.infiniteMode = !jukeboxData.infiniteMode; | |
| if (jukeboxData.infiniteMode) { | |
| info("Infinite Mode enabled"); | |
| ga_track('main', 'infinite-mode', ''); | |
| } else { | |
| info("Bringing it on home"); | |
| ga_track('main', 'home', ''); | |
| } | |
| } | |
| if (evt.which == 16) { | |
| shifted = true; | |
| } | |
| if (evt.which == 32) { | |
| evt.preventDefault(); | |
| if (driver.isRunning()) { | |
| driver.stop(); | |
| ga_track('main', 'key-stop', ''); | |
| } else { | |
| driver.start(); | |
| ga_track('main', 'key-start', ''); | |
| } | |
| } | |
| } | |
| function isDigit(key) { | |
| return key >= 48 && key <= 57; | |
| } | |
| function keyup(evt) { | |
| if (evt.which == 17) { | |
| controlled = false; | |
| } | |
| if (evt.which == 16) { | |
| shifted = false; | |
| } | |
| } | |
| function searchForTrack() { | |
| console.log("search for a track"); | |
| var q = $("#search-text").val(); | |
| console.log(q); | |
| if (q.length > 0) { | |
| var url = 'search' | |
| $.getJSON(url, { q:q, results:30}, function(data) { | |
| console.log(data); | |
| for (var i = 0; i < data.length; i++) { | |
| data[i].id = data[i].trid; | |
| } | |
| listTracks('#search-list', data); | |
| }); | |
| } | |
| } | |
| function init() { | |
| window.oncontextmenu = function(event) { | |
| event.preventDefault(); | |
| event.stopPropagation(); | |
| return false; | |
| }; | |
| document.ondblclick = function DoubleClick(event) { | |
| event.preventDefault(); | |
| event.stopPropagation(); | |
| return false; | |
| } | |
| $(document).keydown(keydown); | |
| $(document).keyup(keyup); | |
| paper = Raphael("tiles", W, H); | |
| $("#error").hide(); | |
| $("#load").click( | |
| function() { | |
| ga_track('main', 'load', ''); | |
| if (!uploadingAllowed) { | |
| alert("Sorry, uploading is temporarily disabled, while we are under heavy load"); | |
| } else { | |
| location.href = "loader.html"; | |
| } | |
| } | |
| ); | |
| $("#go").click( | |
| function() { | |
| if (driver.isRunning()) { | |
| driver.stop(); | |
| ga_track('main', 'stop', track.id); | |
| } else { | |
| driver.start(); | |
| ga_track('main', 'start', track.id); | |
| } | |
| } | |
| ); | |
| $("#search").click(searchForTrack); | |
| $("#search-text").keyup(function(e) { | |
| if (e.keyCode == 13) { | |
| searchForTrack(); | |
| } | |
| }); | |
| $("#new").click( | |
| function() { | |
| if (driver) { | |
| driver.stop(); | |
| } | |
| setDisplayMode(false); | |
| listPopularTracks(); | |
| ga_track('main', 'new', ''); | |
| } | |
| ); | |
| $("#tune").click( | |
| function() { | |
| var controls = $("#controls"); | |
| controls.dialog('open'); | |
| ga_track('main', 'tune', ''); | |
| } | |
| ); | |
| $("#controls").attr("visibility", "visible"); | |
| $("#controls").dialog( | |
| { | |
| autoOpen: false, | |
| title: "Fine tune your endless song", | |
| width: 350, | |
| position: [4,4], | |
| resizable:false, | |
| } | |
| ); | |
| $("#reset-edges").click( | |
| function() { | |
| resetTuning(); | |
| ga_track('main', 'reset', ''); | |
| } | |
| ); | |
| $("#last-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.addLastEdge = $('#last-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $("#reverse-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.justBackwards = $('#reverse-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $("#long-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.justLongBranches = $('#long-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $("#sequential-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.removeSequentialBranches = $('#sequential-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $( "#threshold-slider" ).slider( { | |
| max: 80, | |
| min: 2, | |
| step: 1, | |
| value:30, | |
| change: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.currentThreshold = ui.value; | |
| drawVisualization(); | |
| } | |
| }, | |
| slide: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.currentThreshold = ui.value; | |
| } | |
| } | |
| } | |
| ); | |
| $( "#probability-slider" ).slider( { | |
| max: 100, | |
| min: 0, | |
| range:true, | |
| step: 1, | |
| values:[ | |
| Math.round(defaultMinRandomBranchChance * 100), | |
| Math.round(defaultMaxRandomBranchChance * 100) | |
| ], | |
| change: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.minRandomBranchChance = ui.values[0] / 100.; | |
| jukeboxData.maxRandomBranchChance = ui.values[1] / 100.; | |
| setTunedURL(); | |
| } | |
| }, | |
| slide: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.minRandomBranchChance = ui.values[0] / 100.; | |
| jukeboxData.maxRandomBranchChance = ui.values[1] / 100.; | |
| } | |
| } | |
| } | |
| ); | |
| $( "#probability-ramp-slider" ).slider( { | |
| max: 100, | |
| min: 0, | |
| step: 2, | |
| value:30, | |
| change: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.randomBranchChanceDelta = | |
| map_percent_to_range(ui.value, minRandomBranchChanceDelta, maxRandomBranchChanceDelta) | |
| setTunedURL(); | |
| } | |
| }, | |
| slide: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.randomBranchChanceDelta = | |
| map_percent_to_range(ui.value, minRandomBranchChanceDelta, maxRandomBranchChanceDelta) | |
| } | |
| } | |
| } | |
| ); | |
| watch(jukeboxData, 'addLastEdge', | |
| function() { | |
| $("#last-branch").attr('checked', jukeboxData.addLastEdge); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'justBackwards', | |
| function() { | |
| $("#reverse-branch").attr('checked', jukeboxData.justBackwards); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'justLongBranches', | |
| function() { | |
| $("#long-branch").attr('checked', jukeboxData.justLongBranches); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'removeSequentialBranches', | |
| function() { | |
| $("#sequential-branch").attr('checked', jukeboxData.removeSequentialBranches); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'currentThreshold', | |
| function() { | |
| $("#threshold").text(jukeboxData.currentThreshold); | |
| $("#threshold-slider").slider("value", jukeboxData.currentThreshold); | |
| } | |
| ); | |
| watch(jukeboxData, 'lastThreshold', | |
| function() { | |
| $("#last-threshold").text(Math.round(jukeboxData.lastThreshold)); | |
| } | |
| ); | |
| watch(jukeboxData, 'minRandomBranchChance', | |
| function() { | |
| $("#min-prob").text(Math.round(jukeboxData.minRandomBranchChance * 100)); | |
| $("#probability-slider").slider("values", | |
| [jukeboxData.minRandomBranchChance * 100, jukeboxData.maxRandomBranchChance * 100]); | |
| jukeboxData.curRandomBranchChance = clamp(jukeboxData.curRandomBranchChance, | |
| jukeboxData.minRandomBranchChance, jukeboxData.maxRandomBranchChance); | |
| } | |
| ); | |
| watch(jukeboxData, 'maxRandomBranchChance', | |
| function() { | |
| $("#max-prob").text(Math.round(jukeboxData.maxRandomBranchChance * 100)); | |
| $("#probability-slider").slider("values", | |
| [jukeboxData.minRandomBranchChance * 100, jukeboxData.maxRandomBranchChance * 100]); | |
| jukeboxData.curRandomBranchChance = clamp(jukeboxData.curRandomBranchChance, | |
| jukeboxData.minRandomBranchChance, jukeboxData.maxRandomBranchChance); | |
| } | |
| ); | |
| watch(jukeboxData, 'curRandomBranchChance', | |
| function() { | |
| $("#branch-chance").text(Math.round(jukeboxData.curRandomBranchChance * 100)); | |
| } | |
| ); | |
| watch(jukeboxData, 'randomBranchChanceDelta', | |
| function() { | |
| var val = Math.round(map_value_to_percent(jukeboxData.randomBranchChanceDelta, | |
| minRandomBranchChanceDelta, maxRandomBranchChanceDelta)); | |
| $("#ramp-speed").text(val); | |
| $("#probabiltiy-ramp-slider").slider("value", val); | |
| } | |
| ); | |
| watch(jukeboxData, 'totalBeats', | |
| function() { | |
| $("#total-beats").text(jukeboxData.totalBeats); | |
| } | |
| ); | |
| watch(jukeboxData, 'branchCount', | |
| function() { | |
| $("#branch-count").text(jukeboxData.branchCount); | |
| } | |
| ); | |
| watch(jukeboxData, 'deletedEdgeCount', | |
| function() { | |
| $("#deleted-branches").text(jukeboxData.deletedEdgeCount); | |
| } | |
| ); | |
| watch(jukeboxData, 'longestReach', | |
| function() { | |
| $("#loop-length-percent").text(Math.round(jukeboxData.longestReach)); | |
| var loopBeats = Math.round(jukeboxData.longestReach * jukeboxData.totalBeats / 100); | |
| $("#loop-length-beats").text(Math.round(loopBeats)); | |
| $("#total-beats").text(jukeboxData.totalBeats); | |
| } | |
| ); | |
| $("#popular-list").click(listPopularTracks); | |
| $("#recent-list").click(listRecentTracks); | |
| $("#upload-list").click(listTopUploadedTracks); | |
| jukeboxData.minRandomBranchChance = defaultMinRandomBranchChance; | |
| jukeboxData.maxRandomBranchChance = defaultMaxRandomBranchChance; | |
| jukeboxData.randomBranchChanceDelta = defaultRandomBranchChanceDelta; | |
| var context = getAudioContext(); | |
| if (context == null) { | |
| error("Sorry, this app needs advanced web audio. Your browser doesn't" | |
| + " support it. Try the latest version of Chrome or Safari"); | |
| hideAll(); | |
| } else { | |
| remixer = createJRemixer(context, $); | |
| player = remixer.getPlayer(); | |
| processParams(); | |
| } | |
| } | |
| function getAudioContext() { | |
| var context = null; | |
| if (typeof AudioContext !== "undefined") { | |
| context = new AudioContext(); | |
| } else if (typeof webkitAudioContext !== "undefined") { | |
| context = new webkitAudioContext(); | |
| } | |
| return context; | |
| } | |
| function Driver(player) { | |
| var curTile = null; | |
| var curOp = null; | |
| var incr = 1; | |
| var nextTile = null; | |
| var bounceSeed = null; | |
| var bounceCount = 0; | |
| var nextTime = 0; | |
| var lateCounter = 0; | |
| var lateLimit = 4; | |
| var beatDiv = $("#beats"); | |
| // var playcountDiv = $("#playcount"); | |
| var timeDiv = $("#time"); | |
| function next() { | |
| if (curTile == null || curTile == undefined) { | |
| return jukeboxData.tiles[0]; | |
| } else { | |
| var nextIndex; | |
| if (shifted) { | |
| if (bounceSeed === null) { | |
| bounceSeed = curTile; | |
| bounceCount = 0; | |
| } | |
| if (bounceCount++ % 2 === 1) { | |
| return selectNextNeighbor(bounceSeed); | |
| } else { | |
| return bounceSeed; | |
| } | |
| } if (controlled) { | |
| return curTile; | |
| } else { | |
| if (bounceSeed != null) { | |
| var nextTile = bounceSeed; | |
| bounceSeed = null; | |
| return nextTile; | |
| } else { | |
| nextIndex = curTile.which + incr | |
| } | |
| } | |
| if (nextIndex < 0) { | |
| return jukeboxData.tiles[0]; | |
| } else if (nextIndex >= jukeboxData.tiles.length) { | |
| curOp = null; | |
| player.stop(); | |
| } else { | |
| return selectRandomNextTile(jukeboxData.tiles[nextIndex]); | |
| } | |
| } | |
| } | |
| function selectRandomNextTile(seed) { | |
| if (seed.q.neighbors.length == 0) { | |
| return seed; | |
| } else if (shouldRandomBranch(seed.q)) { | |
| var next = seed.q.neighbors.shift(); | |
| jukeboxData.lastThreshold = next.distance; | |
| seed.q.neighbors.push(next); | |
| var tile = next.dest.tile; | |
| return tile; | |
| } else { | |
| return seed; | |
| } | |
| } | |
| function selectRandomNextTileNew(seed) { | |
| if (seed.q.neighbors.length == 0) { | |
| return seed; | |
| } else if (shouldRandomBranch(seed.q)) { | |
| var start = window.performance.now(); | |
| var tc = findLeastPlayedNeighbor(seed, 5); | |
| var tile = tc[0]; | |
| var score = tc[1]; | |
| var delta = window.performance.now() - start; | |
| //console.log('lhd ', seed.which, tile.which, score, delta); | |
| return tile; | |
| } else { | |
| return seed; | |
| } | |
| } | |
| /** | |
| * we look for the path to the tile that will bring | |
| * us to the least played tile in the future (we look | |
| * at lookAhead beats into the future | |
| */ | |
| function findLeastPlayedNeighbor(seed, lookAhead) { | |
| var nextTiles = []; | |
| if (seed.q.which != jukeboxData.lastBranchPoint) { | |
| nextTiles.push(seed); | |
| } | |
| seed.q.neighbors.forEach( | |
| function(edge, which) { | |
| var tile = edge.dest.tile; | |
| nextTiles.push(tile); | |
| } | |
| ); | |
| nextTiles = _.shuffle(nextTiles); | |
| if (lookAhead == 0) { | |
| var minTile = null; | |
| nextTiles.forEach(function(tile) { | |
| if (minTile == null || tile.playCount < minTile.playCount) { | |
| minTile = tile; | |
| } | |
| }); | |
| return [minTile, minTile.playCount]; | |
| } else { | |
| var minTile = null; | |
| nextTiles.forEach(function(tile) { | |
| var futureTile = findLeastPlayedNeighbor(tile, lookAhead - 1); | |
| if (minTile == null || futureTile[1] < minTile[1]) { | |
| minTile = futureTile; | |
| } | |
| }); | |
| return minTile; | |
| } | |
| } | |
| function selectNextNeighbor(seed) { | |
| if (seed.q.neighbors.length == 0) { | |
| return seed; | |
| } else { | |
| var next = seed.q.neighbors.shift(); | |
| seed.q.neighbors.push(next); | |
| var tile = next.dest.tile; | |
| return tile; | |
| } | |
| } | |
| function shouldRandomBranch(q) { | |
| if (jukeboxData.infiniteMode) { | |
| if (q.which == jukeboxData.lastBranchPoint) { | |
| return true; | |
| } | |
| // return true; // TEST, remove | |
| jukeboxData.curRandomBranchChance += jukeboxData.randomBranchChanceDelta; | |
| if (jukeboxData.curRandomBranchChance > jukeboxData.maxRandomBranchChance) { | |
| jukeboxData.curRandomBranchChance = jukeboxData.maxRandomBranchChance; | |
| } | |
| var shouldBranch = Math.random() < jukeboxData.curRandomBranchChance; | |
| if (shouldBranch) { | |
| jukeboxData.curRandomBranchChance = jukeboxData.minRandomBranchChance; | |
| } | |
| return shouldBranch; | |
| } else { | |
| return false; | |
| } | |
| } | |
| function updateStats() { | |
| beatDiv.text(jukeboxData.beatsPlayed); | |
| timeDiv.text(secondsToTime((now() - startTime) / 1000.)); | |
| /* | |
| if (curTile) { | |
| playcountDiv.text(curTile.playCount); | |
| } | |
| */ | |
| } | |
| function process() { | |
| if (curTile !== null && curTile !== undefined) { | |
| curTile.normal(); | |
| } | |
| if (curOp) { | |
| var lastTile = curTile; | |
| if (nextTile != null) { | |
| curTile = nextTile; | |
| nextTile = null; | |
| } else { | |
| curTile = curOp(); | |
| } | |
| if (curTile) { | |
| var ctime = player.curTime(); | |
| // if we are consistently late we should shutdown | |
| if (ctime > nextTime) { | |
| lateCounter++; | |
| if (lateCounter++ > lateLimit && windowHidden()) { | |
| info("Sorry, can't play music properly in the background"); | |
| interface.stop(); | |
| return; | |
| } | |
| } else { | |
| lateCounter = 0; | |
| } | |
| nextTime = player.play(nextTime, curTile.q); | |
| if (fastMode) { | |
| nextTime = 0; // set to zero for speedup sim mode | |
| } | |
| curTile.playCount += 1; | |
| var delta = nextTime - ctime; | |
| setTimeout( function () { process(); }, 1000 * delta - 10); | |
| var didJump = false; | |
| if (lastTile && lastTile.which != curTile.which - 1) { | |
| didJump = true; | |
| } | |
| curTile.playStyle(didJump); | |
| jukeboxData.beatsPlayed += 1; | |
| updateStats(); | |
| } | |
| } else { | |
| if (curTile != null) { | |
| curTile.normal(); | |
| } | |
| } | |
| } | |
| function resetPlayCounts() { | |
| for (var i =0; i < jukeboxData.tiles.length; i++) { | |
| jukeboxData.tiles[i].playCount = 0; | |
| } | |
| curGrowFactor = 1; | |
| redrawTiles(); | |
| } | |
| var startTime = 0; | |
| var interface = { | |
| start: function() { | |
| jukeboxData.beatsPlayed = 0; | |
| nextTime = 0; | |
| bounceSeed = null; | |
| jukeboxData.infiniteMode = true; | |
| jukeboxData.curRandomBranchChance = jukeboxData.minRandomBranchChance; | |
| lateCounter = 0; | |
| curOp = next; | |
| startTime = now(); | |
| $("#go").text('Stop'); | |
| error(""); | |
| info(""); | |
| resetPlayCounts(); | |
| process(); | |
| }, | |
| stop: function() { | |
| var delta = now() - startTime; | |
| $("#go").text('Play'); | |
| if (curTile) { | |
| curTile.normal(); | |
| curTile = null; | |
| } | |
| curOp = null; | |
| bounceSeed = null; | |
| incr = 1; | |
| player.stop(); | |
| }, | |
| isRunning: function() { | |
| return curOp !== null; | |
| }, | |
| getIncr: function() { | |
| return incr; | |
| }, | |
| getCurTile : function() { | |
| return curTile; | |
| }, | |
| setIncr: function(inc) { | |
| incr = inc; | |
| }, | |
| setNextTile: function(tile) { | |
| nextTile = tile; | |
| }, | |
| } | |
| return interface; | |
| } | |
| function secondsToTime(secs) { | |
| secs = Math.floor(secs); | |
| var hours = Math.floor(secs / 3600); | |
| secs -= hours * 3600; | |
| var mins = Math.floor(secs/60); | |
| secs -= mins * 60; | |
| if (hours < 10) { | |
| hours = '0' + hours; | |
| } | |
| if (mins < 10) { | |
| mins = '0' + mins; | |
| } | |
| if (secs < 10) { | |
| secs = '0' + secs; | |
| } | |
| return hours + ":" + mins + ":" + secs | |
| } | |
| function windowHidden() { | |
| return document.webkitHidden; | |
| } | |
| function processParams() { | |
| var params = {}; | |
| var q = document.URL.split('?')[1]; | |
| if(q != undefined){ | |
| q = q.split('&'); | |
| for(var i = 0; i < q.length; i++){ | |
| var pv = q[i].split('='); | |
| var p = pv[0]; | |
| var v = pv[1]; | |
| params[p] = v; | |
| } | |
| } | |
| if ('trid' in params) { | |
| var trid = params['trid']; | |
| var thresh = 0; | |
| if ('thresh' in params) { | |
| jukeboxData.currentThreshold = parseInt(params['thresh']); | |
| } | |
| if ('d' in params) { | |
| var df = params['d'].split(','); | |
| for (var i = 0; i < df.length; i++) { | |
| var id = parseInt(df[i]); | |
| jukeboxData.deletedEdges.push(id); | |
| } | |
| } | |
| if ('lb' in params) { | |
| if (params['lb'] == '0') { | |
| jukeboxData.addLastEdge = true; | |
| } | |
| } | |
| if ('jb' in params) { | |
| if (params['jb'] == '1') { | |
| jukeboxData.justBackwards = true; | |
| } | |
| } | |
| if ('lg' in params) { | |
| if (params['lg'] == '1') { | |
| jukeboxData.justLongBranches = true; | |
| } | |
| } | |
| if ('sq' in params) { | |
| if (params['sq'] == '0') { | |
| jukeboxData.removeSequentialBranches = true; | |
| } | |
| } | |
| if ('bp' in params) { | |
| var bp = params['bp']; | |
| var fields = bp.split(','); | |
| if (fields.length === 3) { | |
| var minRange = parseInt(fields[0]); | |
| var maxRange = parseInt(fields[1]); | |
| var delta = parseInt(fields[2]); | |
| jukeboxData.minRandomBranchChance = map_percent_to_range(minRange, 0, 1); | |
| jukeboxData.maxRandomBranchChance = map_percent_to_range(maxRange, 0, 1); | |
| jukeboxData.randomBranchChanceDelta = | |
| map_percent_to_range(delta, minRandomBranchChanceDelta, maxRandomBranchChanceDelta); | |
| } | |
| } | |
| setDisplayMode(true); | |
| fetchAnalysis(trid); | |
| } else if ('key' in params) { | |
| var url = 'http://' + params['bucket'] + '/' + urldecode(params['key']); | |
| info("analyzing audio"); | |
| setDisplayMode(true); | |
| $("#select-track").hide(); | |
| analyzeAudio(url, 'tag', | |
| function(data) { | |
| if (data.status === 'done') { | |
| showPlotPage(data.trid); | |
| } else { | |
| info("Trouble analyzing that track " + data.message); | |
| } | |
| } | |
| ); | |
| } | |
| else { | |
| setDisplayMode(false); | |
| } | |
| } | |
| function showPlotPage(trid) { | |
| var url = location.protocol + "//" + | |
| location.host + location.pathname + "?trid=" + trid; | |
| location.href = url; | |
| } | |
| function urldecode(str) { | |
| return decodeURIComponent((str+'').replace(/\+/g, '%20')); | |
| } | |
| function endsWith(str, suffix) { | |
| return str.indexOf(suffix, str.length - suffix.length) !== -1; | |
| } | |
| function isTuned(url) { | |
| return url.indexOf('&') > 0; | |
| } | |
| function tweetSetup(t) { | |
| $(".twitter-share-button").remove(); | |
| var tweet = $('<a>') | |
| .attr('href', "https://twitter.com/share") | |
| .attr('id', "tweet") | |
| .attr('class', "twitter-share-button") | |
| .attr('data-lang', "en") | |
| .attr('data-count', "none") | |
| .text('Tweet'); | |
| $("#tweet-span").prepend(tweet); | |
| if (t) { | |
| var tuned = ''; | |
| if (isTuned(document.URL)) { | |
| tuned = 'Tuned '; | |
| } | |
| tweet.attr('data-text', tuned + "#InfiniteJukebox of " + t.fixedTitle); | |
| tweet.attr('data-url', document.URL); | |
| } | |
| // twitter can be troublesome. If it is not there, don't bother loading it | |
| if ('twttr' in window) { | |
| twttr.widgets.load(); | |
| } | |
| } | |
| function ga_track(page, action, id) { | |
| _gaq.push(['_trackEvent', page, action, id]); | |
| } | |
| window.onload = init; | |
| </script> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function createJRemixer(context, jquery) { | |
| var $ = jquery; | |
| var remixer = { | |
| remixTrackById: function(id, callback) { | |
| var url = 'http://labs.echonest.com/Uploader/profile?callback=?' | |
| $.getJSON(url, { trid:trid}, function(data) { | |
| if (data.response.status.code == 0) { | |
| remixer.remixTrack(data.response.track, callback) | |
| } | |
| }); | |
| }, | |
| remixTrack : function(track, callback) { | |
| function fetchAudio(url) { | |
| var request = new XMLHttpRequest(); | |
| trace("fetchAudio " + url); | |
| track.buffer = null; | |
| request.open("GET", url, true); | |
| request.responseType = "arraybuffer"; | |
| this.request = request; | |
| request.onload = function() { | |
| trace('audio loaded'); | |
| if (false) { | |
| track.buffer = context.createBuffer(request.response, false); | |
| track.status = 'ok' | |
| callback(1, track, 100); | |
| } else { | |
| context.decodeAudioData(request.response, | |
| function(buffer) { // completed function | |
| track.buffer = buffer; | |
| track.status = 'ok' | |
| callback(1, track, 100); | |
| }, | |
| function(e) { // error function | |
| track.status = 'error: loading audio' | |
| callback(-1, track, 0); | |
| console.log('audio error', e); | |
| } | |
| ); | |
| } | |
| } | |
| request.onerror = function(e) { | |
| trace('error loading loaded'); | |
| track.status = 'error: loading audio' | |
| callback(-1, track, 0); | |
| } | |
| request.onprogress = function(e) { | |
| var percent = Math.round(e.loaded * 100 / e.total); | |
| callback(0, track, percent); | |
| } | |
| request.send(); | |
| } | |
| function preprocessTrack(track) { | |
| trace('preprocessTrack'); | |
| var types = ['sections', 'bars', 'beats', 'tatums', 'segments']; | |
| for (var i in types) { | |
| var type = types[i]; | |
| trace('preprocessTrack ' + type); | |
| for (var j in track.analysis[type]) { | |
| var qlist = track.analysis[type] | |
| j = parseInt(j) | |
| var q = qlist[j] | |
| q.track = track; | |
| q.which = j; | |
| if (j > 0) { | |
| q.prev = qlist[j-1]; | |
| } else { | |
| q.prev = null | |
| } | |
| if (j < qlist.length - 1) { | |
| q.next = qlist[j+1]; | |
| } else { | |
| q.next = null | |
| } | |
| } | |
| } | |
| connectQuanta(track, 'sections', 'bars'); | |
| connectQuanta(track, 'bars', 'beats'); | |
| connectQuanta(track, 'beats', 'tatums'); | |
| connectQuanta(track, 'tatums', 'segments'); | |
| connectFirstOverlappingSegment(track, 'bars'); | |
| connectFirstOverlappingSegment(track, 'beats'); | |
| connectFirstOverlappingSegment(track, 'tatums'); | |
| connectAllOverlappingSegments(track, 'bars'); | |
| connectAllOverlappingSegments(track, 'beats'); | |
| connectAllOverlappingSegments(track, 'tatums'); | |
| filterSegments(track); | |
| } | |
| function filterSegments(track) { | |
| var threshold = .3; | |
| var fsegs = []; | |
| fsegs.push(track.analysis.segments[0]); | |
| for (var i = 1; i < track.analysis.segments.length; i++) { | |
| var seg = track.analysis.segments[i]; | |
| var last = fsegs[fsegs.length - 1]; | |
| if (isSimilar(seg, last) && seg.confidence < threshold) { | |
| fsegs[fsegs.length -1].duration += seg.duration; | |
| } else { | |
| fsegs.push(seg); | |
| } | |
| } | |
| track.analysis.fsegments = fsegs; | |
| } | |
| function isSimilar(seg1, seg2) { | |
| var threshold = 1; | |
| var distance = timbral_distance(seg1, seg2); | |
| return (distance < threshold); | |
| } | |
| function connectQuanta(track, parent, child) { | |
| var last = 0; | |
| var qparents = track.analysis[parent]; | |
| var qchildren = track.analysis[child]; | |
| for (var i in qparents) { | |
| var qparent = qparents[i] | |
| qparent.children = []; | |
| for (var j = last; j < qchildren.length; j++) { | |
| var qchild = qchildren[j]; | |
| if (qchild.start >= qparent.start | |
| && qchild.start < qparent.start + qparent.duration) { | |
| qchild.parent = qparent; | |
| qchild.indexInParent = qparent.children.length; | |
| qparent.children.push(qchild); | |
| last = j; | |
| } else if (qchild.start > qparent.start) { | |
| break; | |
| } | |
| } | |
| } | |
| } | |
| // connects a quanta with the first overlapping segment | |
| function connectFirstOverlappingSegment(track, quanta_name) { | |
| var last = 0; | |
| var quanta = track.analysis[quanta_name]; | |
| var segs = track.analysis.segments; | |
| for (var i = 0; i < quanta.length; i++) { | |
| var q = quanta[i] | |
| for (var j = last; j < segs.length; j++) { | |
| var qseg = segs[j]; | |
| if (qseg.start >= q.start) { | |
| q.oseg = qseg; | |
| last = j; | |
| break | |
| } | |
| } | |
| } | |
| } | |
| function connectAllOverlappingSegments(track, quanta_name) { | |
| var last = 0; | |
| var quanta = track.analysis[quanta_name]; | |
| var segs = track.analysis.segments; | |
| for (var i = 0; i < quanta.length; i++) { | |
| var q = quanta[i] | |
| q.overlappingSegments = []; | |
| for (var j = last; j < segs.length; j++) { | |
| var qseg = segs[j]; | |
| // seg starts before quantum so no | |
| if ((qseg.start + qseg.duration) < q.start) { | |
| continue; | |
| } | |
| // seg starts after quantum so no | |
| if (qseg.start > (q.start + q.duration)) { | |
| break; | |
| } | |
| last = j; | |
| q.overlappingSegments.push(qseg); | |
| } | |
| } | |
| } | |
| if (track.status == 'complete') { | |
| preprocessTrack(track); | |
| fetchAudio(track.info.url); | |
| } else { | |
| track.status = 'error: incomplete analysis'; | |
| callback(false, track); | |
| } | |
| }, | |
| getPlayer : function() { | |
| var queueTime = 0; | |
| var audioGain = context.createGain(); | |
| var curAudioSource = null; | |
| var curQ = null; | |
| audioGain.gain.value = 1; | |
| audioGain.connect(context.destination); | |
| function queuePlay(when, q) { | |
| // console.log('qp', when, q); | |
| audioGain.gain.value = 1; | |
| if (isAudioBuffer(q)) { | |
| var audioSource = context.createBufferSource(); | |
| audioSource.buffer = q; | |
| audioSource.connect(audioGain); | |
| audioSource.start(when); | |
| return when; | |
| } else if ($.isArray(q)) { | |
| for (var i in q) { | |
| when = queuePlay(when, q[i]); | |
| } | |
| return when; | |
| } else if (isQuantum(q)) { | |
| var audioSource = context.createBufferSource(); | |
| audioSource.buffer = q.track.buffer; | |
| audioSource.connect(audioGain); | |
| audioSource.start(when, q.start, q.duration); | |
| q.audioSource = audioSource; | |
| return when + q.duration; | |
| } else { | |
| error("can't play " + q); | |
| return when; | |
| } | |
| } | |
| function playQuantum(when, q) { | |
| var now = context.currentTime; | |
| var start = when == 0 ? now : when; | |
| var next = start + q.duration; | |
| if (curQ && curQ.track === q.track && curQ.which + 1 == q.which) { | |
| // let it ride | |
| } else { | |
| var audioSource = context.createBufferSource(); | |
| audioGain.gain.value = 1; | |
| audioSource.buffer = q.track.buffer; | |
| audioSource.connect(audioGain); | |
| var duration = track.audio_summary.duration - q.start; | |
| audioSource.start(start, q.start, duration); | |
| if (curAudioSource) { | |
| curAudioSource.stop(start); | |
| } | |
| curAudioSource = audioSource; | |
| } | |
| q.audioSource = curAudioSource; | |
| curQ = q; | |
| return next; | |
| } | |
| function error(s) { | |
| console.log(s); | |
| } | |
| var player = { | |
| play: function(when, q) { | |
| return playQuantum(when, q); | |
| //queuePlay(0, q); | |
| }, | |
| playNow: function(q) { | |
| queuePlay(0, q); | |
| }, | |
| addCallback: function(callback) { | |
| }, | |
| queue: function(q) { | |
| var now = context.currentTime; | |
| if (now > queueTime) { | |
| queueTime = now; | |
| } | |
| queueTime = queuePlay(queueTime, q); | |
| }, | |
| queueRest: function(duration) { | |
| queueTime += duration; | |
| }, | |
| stop: function(q) { | |
| if (q === undefined) { | |
| if (curAudioSource) { | |
| curAudioSource.stop(0); | |
| curAudioSource = null; | |
| } | |
| //audioGain.gain.value = 0; | |
| //audioGain.disconnect(); | |
| } else { | |
| if ('audioSource' in q) { | |
| if (q.audioSource != null) { | |
| q.audioSource.stop(0); | |
| } | |
| } | |
| } | |
| curQ = null; | |
| }, | |
| curTime: function() { | |
| return context.currentTime; | |
| } | |
| } | |
| return player; | |
| }, | |
| fetchSound : function(audioURL, callback) { | |
| var request = new XMLHttpRequest(); | |
| trace("fetchSound " + audioURL); | |
| request.open("GET", audioURL, true); | |
| request.responseType = "arraybuffer"; | |
| this.request = request; | |
| request.onload = function() { | |
| var buffer = context.createBuffer(request.response, false); | |
| callback(true, buffer); | |
| } | |
| request.onerror = function(e) { | |
| callback(false, null); | |
| } | |
| request.send(); | |
| }, | |
| }; | |
| function isQuantum(a) { | |
| return 'start' in a && 'duration' in a; | |
| } | |
| function isAudioBuffer(a) { | |
| return 'getChannelData' in a; | |
| } | |
| function trace(text) { | |
| if (false) { | |
| console.log(text); | |
| } | |
| } | |
| return remixer; | |
| } | |
| function euclidean_distance(v1, v2) { | |
| var sum = 0; | |
| for (var i = 0; i < 3; i++) { | |
| var delta = v2[i] - v1[i]; | |
| sum += delta * delta; | |
| } | |
| return Math.sqrt(sum); | |
| } | |
| function timbral_distance(s1, s2) { | |
| return euclidean_distance(s1.timbre, s2.timbre); | |
| } | |
| function clusterSegments(track, numClusters, fieldName, vecName) { | |
| var vname = vecName || 'timbre'; | |
| var fname = fieldName || 'cluster'; | |
| var maxLoops = 1000; | |
| function zeroArray(size) { | |
| var arry = []; | |
| for (var i = 0; i < size; i++) { | |
| arry.push(0); | |
| } | |
| return arry; | |
| } | |
| function reportClusteringStats() { | |
| var counts = zeroArray(numClusters); | |
| for (var i = 0; i < track.analysis.segments.length; i++) { | |
| var cluster = track.analysis.segments[i][fname]; | |
| counts[cluster]++; | |
| } | |
| //console.log('clustering stats'); | |
| for (var i = 0; i < counts.length; i++) { | |
| //console.log('clus', i, counts[i]); | |
| } | |
| } | |
| function sumArray(v1, v2) { | |
| for (var i = 0; i < v1.length; i++) { | |
| v1[i] += v2[i]; | |
| } | |
| return v1; | |
| } | |
| function divArray(v1, scalar) { | |
| for (var i = 0; i < v1.length; i++) { | |
| v1[i] /= scalar | |
| } | |
| return v1; | |
| } | |
| function getCentroid(cluster) { | |
| var count = 0; | |
| var segs = track.analysis.segments; | |
| var vsum = zeroArray(segs[0][vname].length); | |
| for (var i = 0; i < segs.length; i++) { | |
| if (segs[i][fname] === cluster) { | |
| count++; | |
| vsum = sumArray(vsum, segs[i][vname]); | |
| } | |
| } | |
| vsum = divArray(vsum, count); | |
| return vsum; | |
| } | |
| function findNearestCluster(clusters, seg) { | |
| var shortestDistance = Number.MAX_VALUE; | |
| var bestCluster = -1; | |
| for (var i = 0; i < clusters.length; i++) { | |
| var distance = euclidean_distance(clusters[i], seg[vname]); | |
| if (distance < shortestDistance) { | |
| shortestDistance = distance; | |
| bestCluster = i; | |
| } | |
| } | |
| return bestCluster; | |
| } | |
| // kmeans clusterer | |
| // use random initial assignments | |
| for (var i = 0; i < track.analysis.segments.length; i++) { | |
| track.analysis.segments[i][fname] = Math.floor(Math.random() * numClusters); | |
| } | |
| reportClusteringStats(); | |
| while (maxLoops-- > 0) { | |
| // calculate cluster centroids | |
| var centroids = []; | |
| for (var i = 0; i < numClusters; i++) { | |
| centroids[i] = getCentroid(i); | |
| } | |
| // reassign segs to clusters | |
| var switches = 0; | |
| for (var i = 0; i < track.analysis.segments.length; i++) { | |
| var seg = track.analysis.segments[i]; | |
| var oldCluster = seg[fname]; | |
| var newCluster = findNearestCluster(centroids, seg); | |
| if (oldCluster !== newCluster) { | |
| switches++; | |
| seg[fname] = newCluster; | |
| } | |
| } | |
| //console.log("loopleft", maxLoops, 'switches', switches); | |
| if (switches == 0) { | |
| break; | |
| } | |
| } | |
| reportClusteringStats(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
| <script type="text/javascript" src="http://static.echonest.com.s3.amazonaws.com/js/jremix.js"></script> | |
| <link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'> | |
| <link rel="stylesheet" href="http://static.echonest.com.s3.amazonaws.com/js/styles.css" type="text/css" media="screen"> | |
| <title> The Infinite Jukebox </title> | |
| </head> | |
| <body> | |
| <img alt='logo' src='http://static.echonest.com/js/Jukebox.png' class='rotate' id='open-img-left'> | |
| <img alt='logo' src='http://static.echonest.com/js/Jukebox.png' class='rotate' id='open-img-right'> | |
| <div id='title'> <b>The Infinite Jukebox</b> </div> | |
| <div id='main'> | |
| <i> For when your favorite song just isn't long enough</i> | |
| <p> | |
| <div id='song-div'> | |
| Uploading tracks can take few minutes when the system is busy. | |
| To save time, and to put less load on this system, check to see if your song is already in this | |
| <a href='http://static.echonest.com/js/gallery.html'>List of Recent Uploads</a>. | |
| </div> | |
| <div id='select-track'> | |
| <form action="https://s3.amazonaws.com/static.echonest.com" method="post" enctype="multipart/form-data"> | |
| <input id='f-filename' type="hidden" name="key" value="audio2/${filename}"> | |
| <input id='f-key' type="hidden" name="AWSAccessKeyId" value="YOUR_AWS_ACCESS_KEY"> | |
| <input type="hidden" name="acl" value="public-read"> | |
| <input type="hidden" name="success_action_redirect" value="http://labs.echonest.com/Uploader/index.html"> | |
| <input id='f-policy' type="hidden" name="policy" value="YOUR_POLICY_DOCUMENT_BASE64_ENCODED"> | |
| <input id='f-signature' type="hidden" name="signature" value="YOUR_CALCULATED_SIGNATURE"> | |
| <input type="hidden" name="Content-Type" value="audio/mpeg"> | |
| <!-- Include any additional input fields here --> | |
| Select an <b>MP3</b> to upload : | |
| <input id="file" name="file" type="file"> | |
| <input id='upload' type="submit" value="Upload MP3"> | |
| </form> | |
| </div> | |
| <div id='info'> </div> | |
| </div> | |
| <div id='footer'> | |
| <span id="controls"> </span> | |
| Powered by <a href="http://developer.echonest.com">The Echo Nest </a> | |
| Read the <a href="faq.html"> FAQ </a> | |
| Built at <a href='http://boston.musichackday.org'>Music Hack Day @ MIT</a> by | |
| <a href='http://twitter.com/plamere'> Paul Lamere </a> | |
| More info at <a href='http://musicmachinery.com/2012/11/12/the-infinite-jukebox/'>Music Machinery</a> | |
| <br> | |
| Interested in a <b>mobile</b> version of the Infinite Jukebox? Let me know by taking this | |
| <a href="https://docs.google.com/forms/d/1jLy_XlPt2WD4tuE9-paLBMbapzLJ9CAgTDjuD2Wefa0/viewform"> | |
| one minute survey</a>. | |
| </div> | |
| <script type="text/javascript"> | |
| // This code will make you cry. It was written in a mad | |
| // dash during Music Hack Day Boston 2012, and has | |
| // quite a bit of hackage of the bad kind in it. | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-3675615-27']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = | |
| 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : | |
| 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; | |
| s.parentNode.insertBefore(ga, s); | |
| })(); | |
| </script> | |
| <script type="text/javascript"> | |
| function info(s) { | |
| $("#info").text(s); | |
| } | |
| function endsWith(str, suffix) { | |
| return str.indexOf(suffix, str.length - suffix.length) !== -1; | |
| } | |
| function fetchSignature() { | |
| var url = 'policy' | |
| $.getJSON(url, {}, function(data) { | |
| policy = data.policy; | |
| signature = data.signature; | |
| $('#f-policy').val(data.policy); | |
| $('#f-signature').val(data.signature); | |
| $('#f-key').val(data.key); | |
| }); | |
| } | |
| function fetchQinfo() { | |
| var url = 'qinfo' | |
| $.getJSON(url, {}, function(data) { | |
| info("Estimated analysis time: " + Math.floor(data.estimated_wait * 1.2) + " seconds."); | |
| }); | |
| } | |
| function randomName() { | |
| return new Date().getTime() + '-' + Math.floor(Math.random() * 100000000) | |
| } | |
| function fixFileName(name) { | |
| name = name.replace(/c:\\fakepath\\/i, ''); | |
| name = name.replace(/[^A-Z0-9.\-]+/gi, ' '); | |
| return 'audio2/' + new Date().getTime() + '/' + name; | |
| } | |
| function init() { | |
| $("#f-filename").attr('value', 'audio2/' + randomName() + '.mp3'); | |
| $("#file").change( | |
| function() { | |
| var filename = $("#file").val(); | |
| if (endsWith(filename.toLowerCase(), ".mp3")) { | |
| $("#f-filename").attr('value', fixFileName(filename)); | |
| $("#upload").removeAttr('disabled'); | |
| } else { | |
| alert('Sorry, this app only supports MP3s'); | |
| $("#upload").attr('disabled', 'disabled'); | |
| } | |
| } | |
| ); | |
| fetchSignature(); | |
| fetchQinfo(); | |
| } | |
| window.onload = init; | |
| </script> | |
| </body> | |
| </html> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This code will make you cry. It was written in a mad | |
| // dash during Music Hack Day Boston 2012, and has | |
| // quite a bit of hackage of the bad kind in it. | |
| var remixer; | |
| var player; | |
| var driver; | |
| var track; | |
| var W = 900, H = 680; | |
| var paper; | |
| // configs for chances to branch | |
| var defaultMinRandomBranchChance = .18 | |
| var defaultMaxRandomBranchChance = .5 | |
| var defaultRandomBranchChanceDelta =.018; | |
| var minRandomBranchChanceDelta =.000; | |
| var maxRandomBranchChanceDelta =.200; | |
| var highlightColor = "#0000ff"; | |
| var jumpHighlightColor = "#00ff22"; | |
| var selectColor = "#ff0000"; | |
| var uploadingAllowed = false; | |
| var debugMode = true; | |
| var fastMode = false; | |
| var shifted = false; | |
| var controlled = false; | |
| var minTileWidth = 10; | |
| var maxTileWidth = 90; | |
| var growthPerPlay = 10; | |
| var curGrowFactor = 1; | |
| var jukeboxData = { | |
| infiniteMode:true, // if true, allow branching | |
| maxBranches : 4, // max branches allowed per beat | |
| maxBranchThreshold :80, // max allowed distance threshold | |
| computedThreshold: 0, // computed best threshold | |
| currentThreshold: 0, // current in-use max threshold | |
| addLastEdge: true, // if true, optimize by adding a good last edge | |
| justBackwards: false, // if true, only add backward branches | |
| justLongBranches: false,// if true, only add long branches | |
| removeSequentialBranches: false,// if true, remove consecutive branches of the same distance | |
| deletedEdgeCount: 0, // number of edges that have been deleted | |
| lastBranchPoint : 0, // last beat with a good branch | |
| longestReach : 0, // longest looping secstion | |
| beatsPlayed:0, // total number of beats played | |
| totalBeats : 0, // total number of beats in the song | |
| branchCount: 0, // total number of active branches | |
| selectedTile : null, // current selected tile | |
| selectedCurve : null, // current selected branch | |
| tiles: [], // all of the tiles | |
| allEdges: [], // all of the edges | |
| deletedEdges: [], // edges that should be deleted | |
| minRandomBranchChance: 0, | |
| maxRandomBranchChance: 0, | |
| randomBranchChanceDelta: 0, | |
| curRandomBranchChance : 0, | |
| lastThreshold : 0, | |
| }; | |
| // From Crockford, Douglas (2008-12-17). JavaScript: The Good Parts (Kindle Locations 734-736). Yahoo Press. | |
| if (typeof Object.create !== 'function') { | |
| Object.create = function (o) { | |
| var F = function () {}; | |
| F.prototype = o; | |
| return new F(); | |
| }; | |
| } | |
| function info(s) { | |
| $("#info").text(s); | |
| } | |
| function error(s) { | |
| if (s.length == 0) { | |
| $("#error").hide(); | |
| } else { | |
| $("#error").text(s); | |
| $("#error").show(); | |
| } | |
| } | |
| function setDisplayMode(playMode) { | |
| if (playMode) { | |
| $("#song-div").hide(); | |
| $("#select-track").hide(); | |
| $("#running").show(); | |
| $(".rotate").hide(); | |
| } else { | |
| listPopularTracks(); | |
| $("#song-div").show(); | |
| $("#select-track").show(); | |
| $("#running").hide(); | |
| $(".rotate").show(); | |
| } | |
| info(""); | |
| } | |
| function hideAll() { | |
| $("#song-div").hide(); | |
| $("#select-track").hide(); | |
| $("#running").hide(); | |
| $(".rotate").hide(); | |
| } | |
| function stop() { | |
| player.stop(); | |
| player = remixer.getPlayer(); | |
| } | |
| function createTiles(qtype) { | |
| return createTileCircle(qtype, 250); | |
| } | |
| function createTileCircle(qtype, radius) { | |
| var start = now(); | |
| var y_padding = 90; | |
| var x_padding = 200; | |
| var maxWidth = 90; | |
| var tiles = []; | |
| var qlist = track.analysis[qtype]; | |
| var n = qlist.length; | |
| var R = radius; | |
| var alpha = Math.PI * 2 / n; | |
| var perimeter = 2 * n * R * Math.sin(alpha/2); | |
| var a = perimeter / n; | |
| var width = a * 20; | |
| var angleOffset = - Math.PI / 2; | |
| // var angleOffset = 0; | |
| if (width > maxWidth) { | |
| width = maxWidth; | |
| } | |
| width = minTileWidth; | |
| paper.clear(); | |
| var angle = angleOffset; | |
| for (var i = 0; i < qlist.length; i++) { | |
| var tile = createNewTile(i, qlist[i], a, width); | |
| var y = y_padding + R + R * Math.sin(angle); | |
| var x = x_padding + R + R * Math.cos(angle); | |
| tile.move(x, y); | |
| tile.rotate(angle); | |
| tiles.push(tile); | |
| angle += alpha; | |
| } | |
| // now connect every tile to its neighbors | |
| // a horrible hack until I figure out | |
| // geometry | |
| var roffset = width / 2; | |
| var yoffset = width * .52; | |
| var xoffset = width * 1; | |
| var center = ' S 450 350 ' | |
| var branchCount = 0; | |
| R -= roffset; | |
| for (var i = 0; i < tiles.length; i++) { | |
| var startAngle = alpha * i + angleOffset; | |
| var tile = tiles[i]; | |
| var y1 = y_padding + R + R * Math.sin(startAngle) + yoffset; | |
| var x1 = x_padding + R + R * Math.cos(startAngle) + xoffset; | |
| for (var j = 0; j < tile.q.neighbors.length; j++) { | |
| var destAngle = alpha * tile.q.neighbors[j].dest.which + angleOffset; | |
| var y2 = y_padding + R + R * Math.sin(destAngle) + yoffset; | |
| var x2 = x_padding + R + R * Math.cos(destAngle) + xoffset; | |
| var path = 'M' + x1 + ' ' + y1 + center + x2 + ' ' + y2; | |
| var curve = paper.path(path); | |
| curve.edge = tile.q.neighbors[j]; | |
| addCurveClickHandler(curve); | |
| highlightCurve(curve, false, false); | |
| tile.q.neighbors[j].curve = curve; | |
| branchCount ++; | |
| } | |
| } | |
| jukeboxData.branchCount = branchCount; | |
| return tiles; | |
| } | |
| function addCurveClickHandler(curve) { | |
| curve.click( | |
| function() { | |
| if (jukeboxData.selectedCurve) { | |
| highlightCurve(jukeboxData.selectedCurve, false, false); | |
| } | |
| selectCurve(curve, true); | |
| jukeboxData.selectedCurve = curve; | |
| }); | |
| curve.mouseover( | |
| function() { | |
| highlightCurve(curve, true, false); | |
| } | |
| ); | |
| curve.mouseout ( | |
| function() { | |
| if (curve != jukeboxData.selectedCurve) { | |
| highlightCurve(curve, false, false); | |
| } | |
| } | |
| ); | |
| } | |
| function highlightCurve(curve, enable, jump) { | |
| if (curve) { | |
| if (enable) { | |
| var color = jump ? jumpHighlightColor : highlightColor; | |
| curve.attr('stroke-width', 4); | |
| curve.attr('stroke', color); | |
| curve.attr('stroke-opacity', 1.0); | |
| curve.toFront(); | |
| } else { | |
| if (curve.edge) { | |
| curve.attr('stroke-width', 3); | |
| curve.attr('stroke', curve.edge.src.tile.quantumColor); | |
| curve.attr('stroke-opacity', .7); | |
| } | |
| } | |
| } | |
| } | |
| function selectCurve(curve) { | |
| curve.attr('stroke-width', 6); | |
| curve.attr('stroke', selectColor); | |
| curve.attr('stroke-opacity', 1.0); | |
| curve.toFront(); | |
| } | |
| function extractTitle(url) { | |
| var lastSlash = url.lastIndexOf('/'); | |
| if (lastSlash >= 0 && lastSlash < url.length - 1) { | |
| var res = url.substring(lastSlash + 1, url.length - 4); | |
| return res; | |
| } else { | |
| return url; | |
| } | |
| } | |
| function getTitle(title, artist, url) { | |
| if (title == undefined || title.length == 0 || title === '(unknown title)' || title == 'undefined') { | |
| if (url) { | |
| title = extractTitle(url); | |
| } else { | |
| title = null; | |
| } | |
| } else { | |
| if (artist !== '(unknown artist)') { | |
| title = title + ' by ' + artist; | |
| } | |
| } | |
| return title; | |
| } | |
| function trackReady(t) { | |
| t.fixedTitle = getTitle(t.title, t.artist, t.info.url); | |
| document.title = 'Infinite Jukebox for ' + t.fixedTitle; | |
| $("#song-title").text(t.fixedTitle); | |
| jukeboxData.minLongBranch = track.analysis.beats.length / 5; | |
| } | |
| function readyToPlay(t) { | |
| setDisplayMode(true); | |
| driver = Driver(player); | |
| info("ready!"); | |
| normalizeColor(); | |
| trackReady(t); | |
| drawVisualization(); | |
| } | |
| function drawVisualization() { | |
| if (track) { | |
| if (jukeboxData.currentThreshold == 0) { | |
| dynamicCalculateNearestNeighbors('beats'); | |
| } else { | |
| calculateNearestNeighbors('beats', jukeboxData.currentThreshold); | |
| } | |
| createTilePanel('beats'); | |
| } | |
| } | |
| function gotTheAnalysis(profile) { | |
| var status = get_status(profile); | |
| if (status == 'complete') { | |
| info("Loading track ..."); | |
| remixer.remixTrack(profile.response.track, function(state, t, percent) { | |
| track = t; | |
| if (isNaN(percent)) { | |
| percent = 0; | |
| } | |
| if (state == 1) { | |
| info("Calculating pathways through the song ..."); | |
| setTimeout( function() { readyToPlay(t); }, 10); | |
| } else if (state == 0) { | |
| if (percent >= 99) { | |
| info("Calculating pathways through the song ..."); | |
| } else { | |
| if (percent > 0) { | |
| info( percent + "% of track loaded "); | |
| } else { | |
| info( "Loading the track "); | |
| } | |
| } | |
| } else { | |
| info('Trouble ' + t.status); | |
| setDisplayMode(false); | |
| } | |
| }); | |
| } else if (status == 'error') { | |
| info("Sorry, couldn't analyze that track"); | |
| setDisplayMode(false); | |
| } | |
| } | |
| function listSong(r) { | |
| var title = getTitle(r.title, r.artist, null); | |
| var item = null; | |
| if (title) { | |
| var item = $('<li>').append(title); | |
| item.attr('class', 'song-link'); | |
| item.click(function() { | |
| showPlotPage(r.id); | |
| }); | |
| } | |
| return item; | |
| } | |
| function listSongAsAnchor(r) { | |
| var title = getTitle(r.title, r.artist, r.url); | |
| var item = $('<li>').html('<a href="index.html?trid=' + r.id + '">' + title + '</a>'); | |
| return item; | |
| } | |
| function listTracks(active, tracks) { | |
| $('#song-div').show(); | |
| $('#song-list').empty(); | |
| $('.sel-list').removeClass('activated'); | |
| $(active).addClass('activated'); | |
| for (var i = 0; i < tracks.length; i++) { | |
| var s = tracks[i]; | |
| var item = listSong(s); | |
| if (item) { | |
| $('#song-list').append(listSong(s)); | |
| } | |
| } | |
| } | |
| function listPopularTracks() { | |
| listTracks('#popular-list', songs); | |
| ga_track('list', 'popular-tracks', ''); | |
| } | |
| function listRecentTracks() { | |
| $.getJSON('recent_tracks', { count : 30}, function(data) { | |
| listTracks('#recent-list', data); | |
| ga_track('list', 'recent-tracks', ''); | |
| }); | |
| } | |
| function listTopUploadedTracks() { | |
| listTracks('#upload-list', topUploadedSongs); | |
| ga_track('list', 'top-uploaded', ''); | |
| } | |
| function analyzeAudio(audio, tag, callback) { | |
| var url = 'qanalyze' | |
| $.getJSON(url, { url:audio, tag:tag}, function(data) { | |
| if (data.status === 'done' || data.status === 'error') { | |
| callback(data); | |
| } else { | |
| info(data.status + ' - ready in about ' + data.estimated_wait + ' secs. '); | |
| setTimeout(function() { analyzeAudio(audio, tag, callback); }, 5000); | |
| } | |
| }); | |
| } | |
| // first see if it is in in S3 bucket, and if not, get the analysis from | |
| // the labs server | |
| function noCache() { | |
| return { "noCache" : now() } | |
| } | |
| function fetchAnalysis(trid) { | |
| var url = 'http://static.echonest.com/infinite_jukebox_data/' + trid + '.json'; | |
| info('Fetching the analysis'); | |
| $.getJSON(url, function(data) { gotTheAnalysis(data); } ) | |
| .error( function() { | |
| info("Sorry, can't find info for that track"); | |
| }); | |
| } | |
| function get_status(data) { | |
| if (data.response.status.code == 0) { | |
| return data.response.track.status; | |
| } else { | |
| return 'error'; | |
| } | |
| } | |
| function fetchSignature() { | |
| var url = 'policy' | |
| $.getJSON(url, {}, function(data) { | |
| policy = data.policy; | |
| signature = data.signature; | |
| $('#f-policy').val(data.policy); | |
| $('#f-signature').val(data.signature); | |
| $('#f-key').val(data.key); | |
| }); | |
| } | |
| function calculateDim(numTiles, totalWidth, totalHeight) { | |
| var area = totalWidth * totalHeight; | |
| var tArea = area / (1.2 * numTiles); | |
| var dim = Math.floor(Math.sqrt(tArea)); | |
| return dim; | |
| } | |
| var timbreWeight = 1, pitchWeight = 10, | |
| loudStartWeight = 1, loudMaxWeight = 1, | |
| durationWeight = 100, confidenceWeight = 1; | |
| function get_seg_distances(seg1, seg2) { | |
| var timbre = seg_distance(seg1, seg2, 'timbre', true); | |
| var pitch = seg_distance(seg1, seg2, 'pitches'); | |
| var sloudStart = Math.abs(seg1.loudness_start - seg2.loudness_start); | |
| var sloudMax = Math.abs(seg1.loudness_max - seg2.loudness_max); | |
| var duration = Math.abs(seg1.duration - seg2.duration); | |
| var confidence = Math.abs(seg1.confidence - seg2.confidence); | |
| var distance = timbre * timbreWeight + pitch * pitchWeight + | |
| sloudStart * loudStartWeight + sloudMax * loudMaxWeight + | |
| duration * durationWeight + confidence * confidenceWeight; | |
| return distance; | |
| } | |
| function dynamicCalculateNearestNeighbors(type) { | |
| var count = 0; | |
| var targetBranchCount = track.analysis[type].length / 6; | |
| precalculateNearestNeighbors(type, jukeboxData.maxBranches, jukeboxData.maxBranchThreshold); | |
| for (var threshold = 10; threshold < jukeboxData.maxBranchThreshold; threshold += 5) { | |
| count = collectNearestNeighbors(type, threshold); | |
| if (count >= targetBranchCount) { | |
| break; | |
| } | |
| } | |
| jukeboxData.currentThreshold = jukeboxData.computedThreshold = threshold; | |
| postProcessNearestNeighbors(type); | |
| return count; | |
| } | |
| function postProcessNearestNeighbors(type) { | |
| removeDeletedEdges(); | |
| if (jukeboxData.addLastEdge) { | |
| if (longestBackwardBranch(type) < 50) { | |
| insertBestBackwardBranch(type, jukeboxData.currentThreshold, 65); | |
| } else { | |
| insertBestBackwardBranch(type, jukeboxData.currentThreshold, 55); | |
| } | |
| } | |
| calculateReachability(type); | |
| jukeboxData.lastBranchPoint = findBestLastBeat(type); | |
| filterOutBadBranches(type, jukeboxData.lastBranchPoint); | |
| if (jukeboxData.removeSequentialBranches) { | |
| filterOutSequentialBranches(type); | |
| } | |
| setTunedURL(); | |
| } | |
| function removeDeletedEdges() { | |
| for (var i = 0; i < jukeboxData.deletedEdges.length; i++) { | |
| var edgeID = jukeboxData.deletedEdges[i]; | |
| if (edgeID in jukeboxData.allEdges) { | |
| var edge = jukeboxData.allEdges[edgeID]; | |
| deleteEdge(edge); | |
| } | |
| } | |
| jukeboxData.deletedEdges = []; | |
| } | |
| function getAllDeletedEdgeIDs() { | |
| var results = []; | |
| for (var i = 0; i < jukeboxData.allEdges.length; i++) { | |
| var edge = jukeboxData.allEdges[i]; | |
| if (edge.deleted) { | |
| results.push(edge.id); | |
| } | |
| } | |
| return results; | |
| } | |
| function getDeletedEdgeString() { | |
| var ids = getAllDeletedEdgeIDs(); | |
| if (ids.length > 0) { | |
| return '&d=' + ids.join(','); | |
| } else { | |
| return ""; | |
| } | |
| } | |
| function calculateNearestNeighbors(type, threshold) { | |
| precalculateNearestNeighbors(type, jukeboxData.maxBranches, jukeboxData.maxBranchThreshold); | |
| count = collectNearestNeighbors(type, threshold); | |
| postProcessNearestNeighbors(type, threshold); | |
| return count; | |
| } | |
| function resetTuning() { | |
| undeleteAllEdges(); | |
| jukeboxData.addLastEdge = true; | |
| jukeboxData.justBackwards = false; | |
| jukeboxData.justLongBranches = false; | |
| jukeboxData.removeSequentialBranches = false; | |
| jukeboxData.currentThreshold = jukeboxData.computedThreshold; | |
| jukeboxData.minRandomBranchChance = defaultMinRandomBranchChance; | |
| jukeboxData.maxRandomBranchChance = defaultMaxRandomBranchChance; | |
| jukeboxData.randomBranchChanceDelta = defaultRandomBranchChanceDelta, | |
| jukeboxData.minRandomBranchChance = defaultMinRandomBranchChance; | |
| jukeboxData.maxRandomBranchChance = defaultMaxRandomBranchChance; | |
| jukeboxData.randomBranchChanceDelta = defaultRandomBranchChanceDelta; | |
| drawVisualization(); | |
| } | |
| function undeleteAllEdges() { | |
| jukeboxData.deletedEdgeCount = 0; | |
| for (var i = 0; i < jukeboxData.allEdges.length; i++) { | |
| var edge = jukeboxData.allEdges[i]; | |
| if (edge.deleted) { | |
| edge.deleted = false; | |
| } | |
| } | |
| } | |
| function setTunedURL() { | |
| if (track) { | |
| var edges = getDeletedEdgeString(); | |
| var addBranchParams = false; | |
| var lb = ''; | |
| if (!jukeboxData.addLastEdge) { | |
| lb='&lb=0'; | |
| } | |
| var p = '?trid=' + track.id + edges + lb; | |
| if (jukeboxData.justBackwards) { | |
| p += '&jb=1' | |
| } | |
| if (jukeboxData.justLongBranches) { | |
| p += '&lg=1' | |
| } | |
| if (jukeboxData.removeSequentialBranches) { | |
| p += '&sq=0' | |
| } | |
| if (jukeboxData.currentThreshold != jukeboxData.computedThreshold) { | |
| p += '&thresh=' + jukeboxData.currentThreshold; | |
| } | |
| if (jukeboxData.minRandomBranchChance != defaultMinRandomBranchChance) { | |
| addBranchParams = true; | |
| } | |
| if (jukeboxData.maxRandomBranchChance != defaultMaxRandomBranchChance) { | |
| addBranchParams = true; | |
| } | |
| if (jukeboxData.randomBranchChanceDelta != defaultRandomBranchChanceDelta) { | |
| addBranchParams = true; | |
| } | |
| if (addBranchParams) { | |
| p += '&bp=' + [ | |
| Math.round(map_value_to_percent(jukeboxData.minRandomBranchChance, 0,1)), | |
| Math.round(map_value_to_percent(jukeboxData.maxRandomBranchChance, 0, 1)), | |
| Math.round(map_value_to_percent(jukeboxData.randomBranchChanceDelta, | |
| minRandomBranchChanceDelta, maxRandomBranchChanceDelta))].join(',') | |
| } | |
| history.replaceState({}, document.title, p); | |
| tweetSetup(track); | |
| } | |
| } | |
| function now() { | |
| return new Date().getTime(); | |
| } | |
| // we want to find the best, long backwards branch | |
| // and ensure that it is included in the graph to | |
| // avoid short branching songs like: | |
| // http://labs.echonest.com/Uploader/index.html?trid=TRVHPII13AFF43D495 | |
| function longestBackwardBranch(type) { | |
| var longest = 0 | |
| var quanta = track.analysis[type]; | |
| for (var i = 0; i < quanta.length; i++) { | |
| var q = quanta[i]; | |
| for (var j = 0; j < q.neighbors.length; j++) { | |
| var neighbor = q.neighbors[j]; | |
| var which = neighbor.dest.which; | |
| var delta = i - which; | |
| if (delta > longest) { | |
| longest = delta; | |
| } | |
| } | |
| } | |
| var lbb = longest * 100 / quanta.length; | |
| return lbb; | |
| } | |
| function insertBestBackwardBranch(type, threshold, maxThreshold) { | |
| var found = false; | |
| var branches = []; | |
| var quanta = track.analysis[type]; | |
| for (var i = 0; i < quanta.length; i++) { | |
| var q = quanta[i]; | |
| for (var j = 0; j < q.all_neighbors.length; j++) { | |
| var neighbor = q.all_neighbors[j]; | |
| if (neighbor.deleted) { | |
| continue; | |
| } | |
| var which = neighbor.dest.which; | |
| var thresh = neighbor.distance; | |
| var delta = i - which; | |
| if (delta > 0 && thresh < maxThreshold) { | |
| var percent = delta * 100 / quanta.length; | |
| var edge = [percent, i, which, q, neighbor] | |
| branches.push(edge); | |
| } | |
| } | |
| } | |
| if (branches.length === 0) { | |
| return; | |
| } | |
| branches.sort( | |
| function(a,b) { | |
| return a[0] - b[0]; | |
| } | |
| ) | |
| branches.reverse(); | |
| var best = branches[0]; | |
| var bestQ = best[3]; | |
| var bestNeighbor = best[4]; | |
| var bestThreshold = bestNeighbor.distance; | |
| if (bestThreshold > threshold) { | |
| bestQ.neighbors.push(bestNeighbor); | |
| // console.log('added bbb from', bestQ.which, 'to', bestNeighbor.dest.which, 'thresh', bestThreshold); | |
| } else { | |
| // console.log('bbb is already in from', bestQ.which, 'to', bestNeighbor.dest.which, 'thresh', bestThreshold); | |
| } | |
| } | |
| function calculateReachability(type) { | |
| var maxIter = 1000; | |
| var iter = 0; | |
| var quanta = track.analysis[type]; | |
| for (var qi = 0; qi < quanta.length; qi++) { | |
| var q = quanta[qi]; | |
| q.reach = quanta.length - q.which; | |
| } | |
| for (iter = 0; iter < maxIter; iter++) { | |
| var changeCount = 0; | |
| for (qi = 0; qi < quanta.length; qi++) { | |
| var q = quanta[qi]; | |
| var changed = false; | |
| for (var i = 0; i < q.neighbors.length; i++) { | |
| var q2 = q.neighbors[i].dest; | |
| if (q2.reach > q.reach) { | |
| q.reach = q2.reach; | |
| changed = true; | |
| } | |
| } | |
| if (qi < quanta.length -1) { | |
| var q2 = quanta[qi +1]; | |
| if (q2.reach > q.reach) { | |
| q.reach = q2.reach; | |
| changed = true; | |
| } | |
| } | |
| if (changed) { | |
| changeCount++; | |
| for (var j = 0; j < q.which; j++) { | |
| var q2 = quanta[j]; | |
| if (q2.reach < q.reach) { | |
| q2.reach = q.reach; | |
| } | |
| } | |
| } | |
| } | |
| if (changeCount == 0) { | |
| break; | |
| } | |
| } | |
| if (false) { | |
| for (var qi = 0; qi < quanta.length; qi++) { | |
| var q = quanta[qi]; | |
| console.log(q.which, q.reach, Math.round(q.reach * 100 / quanta.length)); | |
| } | |
| } | |
| // console.log('reachability map converged after ' + iter + ' iterations. total ' + quanta.length); | |
| } | |
| function map_percent_to_range(percent, min, max) { | |
| percent = clamp(percent, 0, 100); | |
| return (max - min) * percent / 100. + min; | |
| } | |
| function map_value_to_percent(value, min, max) { | |
| value = clamp(value, min, max); | |
| return 100 * (value - min) / (max - min); | |
| } | |
| function clamp(val, min, max) { | |
| return val < min ? min : val > max ? max : val; | |
| } | |
| function findBestLastBeat(type) { | |
| var reachThreshold = 50; | |
| var quanta = track.analysis[type]; | |
| var longest = 0; | |
| var longestReach = 0; | |
| for (var i = quanta.length -1; i >=0; i--) { | |
| var q = quanta[i]; | |
| //var reach = q.reach * 100 / quanta.length; | |
| var distanceToEnd = quanta.length - i; | |
| // if q is the last quanta, then we can never go past it | |
| // which limits our reach | |
| var reach = (q.reach - distanceToEnd) * 100 / quanta.length; | |
| if (reach > longestReach && q.neighbors.length > 0) { | |
| longestReach = reach; | |
| longest = i; | |
| if (reach >= reachThreshold) { | |
| break; | |
| } | |
| } | |
| } | |
| // console.log('NBest last beat is', longest, 'reach', longestReach, reach); | |
| jukeboxData.totalBeats = quanta.length; | |
| jukeboxData.longestReach = longestReach; | |
| return longest | |
| } | |
| function filterOutBadBranches(type, lastIndex) { | |
| var quanta = track.analysis[type]; | |
| for (var i = 0; i < lastIndex; i++) { | |
| var q = quanta[i]; | |
| var newList = []; | |
| for (var j = 0; j < q.neighbors.length; j++) { | |
| var neighbor = q.neighbors[j]; | |
| if (neighbor.dest.which < lastIndex) { | |
| newList.push(neighbor); | |
| } else { | |
| // console.log('filtered out arc from', q.which, 'to', neighbor.dest.which); | |
| } | |
| } | |
| q.neighbors = newList; | |
| } | |
| } | |
| function hasSequentialBranch(q, neighbor) { | |
| if (q.which === jukeboxData.lastBranchPoint) { | |
| return false; | |
| } | |
| var qp = q.prev; | |
| if (qp) { | |
| var distance = q.which - neighbor.dest.which; | |
| for (var i = 0; i < qp.neighbors.length; i++) { | |
| var odistance = qp.which - qp.neighbors[i].dest.which; | |
| if (distance == odistance) { | |
| return true; | |
| } | |
| } | |
| } | |
| return false; | |
| } | |
| function filterOutSequentialBranches(type) { | |
| var quanta = track.analysis[type]; | |
| for (var i = quanta.length - 1; i >= 1; i--) { | |
| var q = quanta[i]; | |
| var newList = []; | |
| for (var j = 0; j < q.neighbors.length; j++) { | |
| var neighbor = q.neighbors[j]; | |
| if (hasSequentialBranch(q, neighbor)) { | |
| // skip it | |
| } else { | |
| newList.push(neighbor); | |
| } | |
| } | |
| q.neighbors = newList; | |
| } | |
| } | |
| function calculateNearestNeighborsForQuantum(type, maxNeighbors, maxThreshold, q1) { | |
| var edges = []; | |
| var id = 0; | |
| for (var i = 0; i < track.analysis[type].length; i++) { | |
| if (i === q1.which) { | |
| continue; | |
| } | |
| var q2 = track.analysis[type][i]; | |
| var sum = 0; | |
| for (var j = 0; j < q1.overlappingSegments.length; j++) { | |
| var seg1 = q1.overlappingSegments[j]; | |
| var distance = 100; | |
| if (j < q2.overlappingSegments.length) { | |
| var seg2 = q2.overlappingSegments[j]; | |
| // some segments can overlap many quantums, | |
| // we don't want this self segue, so give them a | |
| // high distance | |
| if (seg1.which === seg2.which) { | |
| distance = 100 | |
| } else { | |
| distance = get_seg_distances(seg1, seg2); | |
| } | |
| } | |
| sum += distance; | |
| } | |
| var pdistance = q1.indexInParent == q2.indexInParent ? 0 : 100; | |
| var totalDistance = sum / q1.overlappingSegments.length + pdistance; | |
| if (totalDistance < maxThreshold) { | |
| var edge = { | |
| id : id, | |
| src : q1, | |
| dest : q2, | |
| distance : totalDistance, | |
| curve : null, | |
| deleted: false | |
| }; | |
| edges.push( edge ); | |
| id++; | |
| } | |
| } | |
| edges.sort( | |
| function(a,b) { | |
| if (a.distance > b.distance) { | |
| return 1; | |
| } else if (b.distance > a.distance) { | |
| return -1; | |
| } else { | |
| return 0; | |
| } | |
| } | |
| ); | |
| q1.all_neighbors = []; | |
| for (i = 0; i < maxNeighbors && i < edges.length; i++) { | |
| var edge = edges[i]; | |
| q1.all_neighbors.push(edge); | |
| edge.id = jukeboxData.allEdges.length; | |
| jukeboxData.allEdges.push(edge); | |
| } | |
| } | |
| function precalculateNearestNeighbors(type, maxNeighbors, maxThreshold) { | |
| // skip if this is already done | |
| if ('all_neighbors' in track.analysis[type][0]) { | |
| return; | |
| } | |
| jukeboxData.allEdges = []; | |
| for (var qi = 0; qi < track.analysis[type].length; qi++) { | |
| var q1 = track.analysis[type][qi]; | |
| calculateNearestNeighborsForQuantum(type, maxNeighbors, maxThreshold, q1); | |
| } | |
| } | |
| function collectNearestNeighbors(type, maxThreshold) { | |
| var branchingCount = 0; | |
| for (var qi = 0; qi < track.analysis[type].length; qi++) { | |
| var q1 = track.analysis[type][qi]; | |
| q1.neighbors = extractNearestNeighbors(q1,maxThreshold); | |
| if (q1.neighbors.length > 0) { | |
| branchingCount += 1; | |
| } | |
| } | |
| return branchingCount; | |
| } | |
| function extractNearestNeighbors(q, maxThreshold) { | |
| var neighbors = []; | |
| for (var i = 0; i < q.all_neighbors.length; i++) { | |
| var neighbor = q.all_neighbors[i]; | |
| if (neighbor.deleted) { | |
| continue; | |
| } | |
| if (jukeboxData.justBackwards && neighbor.dest.which > q.which) { | |
| continue; | |
| } | |
| if (jukeboxData.justLongBranches && Math.abs(neighbor.dest.which - q.which) < jukeboxData.minLongBranch) { | |
| continue; | |
| } | |
| var distance = neighbor.distance; | |
| if (distance <= maxThreshold) { | |
| neighbors.push(neighbor); | |
| } | |
| } | |
| return neighbors; | |
| } | |
| function seg_distance(seg1, seg2, field, weighted) { | |
| if (weighted) { | |
| return weighted_euclidean_distance(seg1[field], seg2[field]); | |
| } else { | |
| return euclidean_distance(seg1[field], seg2[field]); | |
| } | |
| } | |
| function calcBranchInfo(type) { | |
| var histogram = {} | |
| var total = 0; | |
| for (var qi = 0; qi < track.analysis[type].length; qi++) { | |
| var q = track.analysis[type][qi]; | |
| for (var i = 0; i < q.neighbors.length; i++) { | |
| var neighbor = q.neighbors[i]; | |
| var distance = neighbor.distance; | |
| var bucket = Math.round(distance / 10); | |
| if (! (bucket in histogram)) { | |
| histogram[bucket] = 0; | |
| } | |
| histogram[bucket] +=1; | |
| total += 1; | |
| } | |
| } | |
| console.log(histogram); | |
| console.log('total branches', total); | |
| } | |
| function euclidean_distance(v1, v2) { | |
| var sum = 0; | |
| for (var i = 0; i < v1.length; i++) { | |
| var delta = v2[i] - v1[i]; | |
| sum += delta * delta; | |
| } | |
| return Math.sqrt(sum); | |
| } | |
| function weighted_euclidean_distance(v1, v2) { | |
| var sum = 0; | |
| //for (var i = 0; i < 4; i++) { | |
| for (var i = 0; i < v1.length; i++) { | |
| var delta = v2[i] - v1[i]; | |
| //var weight = 1.0 / ( i + 1.0); | |
| var weight = 1.0; | |
| sum += delta * delta * weight; | |
| } | |
| return Math.sqrt(sum); | |
| } | |
| function redrawTiles() { | |
| _.each(jukeboxData.tiles, function(tile) { | |
| var newWidth = Math.round( (minTileWidth + tile.playCount * growthPerPlay) * curGrowFactor); | |
| if (newWidth < 1) { | |
| newWidth = 1; | |
| } | |
| tile.rect.attr('width', newWidth); | |
| }); | |
| } | |
| var tilePrototype = { | |
| normalColor:"#5f9", | |
| move: function(x,y) { | |
| this.rect.attr( { x:x, y:y}); | |
| if (this.label) { | |
| this.label.attr( { x:x + 2, y: y + 8}); | |
| } | |
| }, | |
| rotate: function(angle) { | |
| var dangle = 360 * (angle / (Math.PI * 2)); | |
| this.rect.transform('r' + dangle); | |
| }, | |
| play:function(force) { | |
| if (force || shifted) { | |
| this.playStyle(true); | |
| player.play(0, this.q); | |
| } else if (controlled) { | |
| this.queueStyle(); | |
| player.queue(this.q); | |
| } else { | |
| this.selectStyle(); | |
| } | |
| if (force) { | |
| info("Selected tile " + this.q.which); | |
| jukeboxData.selectedTile = this; | |
| } | |
| }, | |
| selectStyle: function() { | |
| this.rect.attr("fill", "#C9a"); | |
| }, | |
| queueStyle: function() { | |
| this.rect.attr("fill", "#aFF"); | |
| }, | |
| pauseStyle: function() { | |
| this.rect.attr("fill", "#F8F"); | |
| }, | |
| playStyle: function(didJump) { | |
| if (!this.isPlaying) { | |
| this.isPlaying = true; | |
| if (!this.isScaled) { | |
| this.isScaled = true; | |
| this.rect.attr('width', maxTileWidth); | |
| } | |
| this.rect.toFront(); | |
| this.rect.attr("fill", highlightColor); | |
| highlightCurves(this, true, didJump); | |
| } | |
| }, | |
| normal: function() { | |
| this.rect.attr("fill", this.normalColor); | |
| if (this.isScaled) { | |
| this.isScaled = false; | |
| //this.rect.scale(1/1.5, 1/1.5); | |
| var newWidth = Math.round( (minTileWidth + this.playCount * growthPerPlay) * curGrowFactor); | |
| if (newWidth < 1) { | |
| newWidth = 1; | |
| } | |
| if (newWidth > 90) { | |
| curGrowFactor /= 2; | |
| redrawTiles(); | |
| } else { | |
| this.rect.attr('width', newWidth); | |
| } | |
| } | |
| highlightCurves(this, false, false); | |
| this.isPlaying = false; | |
| }, | |
| init:function() { | |
| var that = this; | |
| this.rect.mouseover( function(event) { | |
| that.playStyle(false); | |
| if (debugMode) { | |
| if (that.q.which > jukeboxData.lastBranchPoint) { | |
| $("#beats").text( that.q.which + ' ' + that.q.reach + '*'); | |
| } else { | |
| var qlength = track.analysis.beats.length; | |
| var distanceToEnd = qlength - that.q.which; | |
| $("#beats").text( that.q.which + ' ' + that.q.reach | |
| + ' ' + Math.floor((that.q.reach - distanceToEnd) * 100 / qlength)); | |
| } | |
| } | |
| event.preventDefault(); | |
| }); | |
| this.rect.mouseout( function(event) { | |
| that.normal(); | |
| event.preventDefault(); | |
| }); | |
| this.rect.mousedown(function(event) { | |
| event.preventDefault(); | |
| driver.setNextTile(that); | |
| if (!driver.isRunning()) { | |
| driver.start(); | |
| } | |
| if (controlled) { | |
| driver.setIncr(0); | |
| } | |
| }); | |
| } | |
| } | |
| function highlightCurves(tile, enable, didJump) { | |
| for (var i = 0; i < tile.q.neighbors.length; i++) { | |
| var curve = tile.q.neighbors[i].curve; | |
| highlightCurve(curve, enable, didJump); | |
| if (driver.isRunning()) { | |
| break; // just highlight the first one | |
| } | |
| } | |
| } | |
| function getQuantumColor(q) { | |
| if (isSegment(q)) { | |
| return getSegmentColor(q); | |
| } else { | |
| q = getQuantumSegment(q); | |
| if (q != null) { | |
| return getSegmentColor(q); | |
| } else { | |
| return "#000"; | |
| } | |
| } | |
| } | |
| function getQuantumSegment(q) { | |
| return q.oseg; | |
| } | |
| function isSegment(q) { | |
| return 'timbre' in q; | |
| } | |
| function getBranchColor(q) { | |
| if (q.neighbors.length == 0) { | |
| return to_rgb(0, 0, 0); | |
| } else { | |
| var red = q.neighbors.length / jukeboxData.maxBranches; | |
| var color = to_rgb(red, 0, (1. - red)); | |
| return color; | |
| } | |
| } | |
| function createNewTile(which, q, height, width) { | |
| var padding = 0; | |
| var tile = Object.create(tilePrototype); | |
| tile.which = which; | |
| tile.width = width; | |
| tile.height = height; | |
| tile.branchColor = getBranchColor(q); | |
| tile.quantumColor = getQuantumColor(q); | |
| tile.normalColor = tile.quantumColor; | |
| tile.isPlaying = false; | |
| tile.isScaled = false; | |
| tile.playCount = 0; | |
| tile.rect = paper.rect(0, 0, tile.width, tile.height); | |
| tile.rect.attr("stroke", tile.normalColor); | |
| tile.rect.attr('stroke-width', 0); | |
| tile.q = q; | |
| tile.init(); | |
| q.tile = tile; | |
| tile.normal(); | |
| return tile; | |
| } | |
| function createTilePanel(which) { | |
| removeAllTiles(); | |
| jukeboxData.tiles = createTiles(which); | |
| } | |
| function normalizeColor() { | |
| cmin = [100,100,100]; | |
| cmax = [-100,-100,-100]; | |
| var qlist = track.analysis.segments; | |
| for (var i = 0; i < qlist.length; i++) { | |
| for (var j = 0; j < 3; j++) { | |
| var t = qlist[i].timbre[j + 1]; | |
| if (t < cmin[j]) { | |
| cmin[j] = t; | |
| } | |
| if (t > cmax[j]) { | |
| cmax[j] = t; | |
| } | |
| } | |
| } | |
| } | |
| function getSegmentColor(seg) { | |
| var results = [] | |
| for (var i = 0; i < 3; i++) { | |
| var t = seg.timbre[i + 1]; | |
| var norm = (t - cmin[i]) / (cmax[i] - cmin[i]); | |
| results[i] = norm * 255; | |
| results[i] = norm; | |
| } | |
| return to_rgb(results[1], results[2], results[0]); | |
| //return to_rgb(results[0], results[1], results[2]); | |
| } | |
| function convert(value) { | |
| var integer = Math.round(value); | |
| var str = Number(integer).toString(16); | |
| return str.length == 1 ? "0" + str : str; | |
| }; | |
| function to_rgb(r, g, b) { | |
| return "#" + convert(r * 255) + convert(g * 255) + convert(b * 255); | |
| } | |
| function removeAllTiles() { | |
| for (var i =0; i < jukeboxData.tiles.length; i++) { | |
| jukeboxData.tiles[i].rect.remove(); | |
| } | |
| jukeboxData.tiles = []; | |
| } | |
| function deleteEdge(edge) { | |
| if (!edge.deleted) { | |
| jukeboxData.deletedEdgeCount++; | |
| edge.deleted = true; | |
| if (edge.curve) { | |
| edge.curve.remove(); | |
| edge.curve = null; | |
| } | |
| for (var j = 0; j < edge.src.neighbors.length; j++) { | |
| var otherEdge = edge.src.neighbors[j]; | |
| if (edge == otherEdge) { | |
| edge.src.neighbors.splice(j, 1); | |
| break; | |
| } | |
| } | |
| } | |
| } | |
| function keydown(evt) { | |
| if ( ! $("#running").is(":visible")) { | |
| return; | |
| } | |
| if (evt.which == 39) { // right arrow | |
| var inc = driver.getIncr(); | |
| driver.setIncr(inc + 1); | |
| evt.preventDefault(); | |
| } | |
| if (evt.which == 8 || evt.which == 46) { // backspace / delete | |
| evt.preventDefault(); | |
| if (jukeboxData.selectedCurve) { | |
| deleteEdge(jukeboxData.selectedCurve.edge); | |
| jukeboxData.selectedCurve = null; | |
| drawVisualization(); | |
| } | |
| } | |
| if (evt.which == 37) { // left arrow | |
| evt.preventDefault(); | |
| var inc = driver.getIncr(); | |
| driver.setIncr(inc - 1); | |
| } | |
| if (evt.which == 38 ) { // up arrow | |
| driver.setIncr(1); | |
| evt.preventDefault(); | |
| } | |
| if (evt.which == 40 ) { // down arrow | |
| driver.setIncr(0); | |
| evt.preventDefault(); | |
| } | |
| if (evt.which == 17) { | |
| controlled = true; | |
| } | |
| if (evt.which == 72) { | |
| jukeboxData.infiniteMode = !jukeboxData.infiniteMode; | |
| if (jukeboxData.infiniteMode) { | |
| info("Infinite Mode enabled"); | |
| ga_track('main', 'infinite-mode', ''); | |
| } else { | |
| info("Bringing it on home"); | |
| ga_track('main', 'home', ''); | |
| } | |
| } | |
| if (evt.which == 16) { | |
| shifted = true; | |
| } | |
| if (evt.which == 32) { | |
| evt.preventDefault(); | |
| if (driver.isRunning()) { | |
| driver.stop(); | |
| ga_track('main', 'key-stop', ''); | |
| } else { | |
| driver.start(); | |
| ga_track('main', 'key-start', ''); | |
| } | |
| } | |
| } | |
| function isDigit(key) { | |
| return key >= 48 && key <= 57; | |
| } | |
| function keyup(evt) { | |
| if (evt.which == 17) { | |
| controlled = false; | |
| } | |
| if (evt.which == 16) { | |
| shifted = false; | |
| } | |
| } | |
| function searchForTrack() { | |
| console.log("search for a track"); | |
| var q = $("#search-text").val(); | |
| console.log(q); | |
| if (q.length > 0) { | |
| var url = 'search' | |
| $.getJSON(url, { q:q, results:30}, function(data) { | |
| console.log(data); | |
| for (var i = 0; i < data.length; i++) { | |
| data[i].id = data[i].trid; | |
| } | |
| listTracks('#search-list', data); | |
| }); | |
| } | |
| } | |
| function init() { | |
| window.oncontextmenu = function(event) { | |
| event.preventDefault(); | |
| event.stopPropagation(); | |
| return false; | |
| }; | |
| document.ondblclick = function DoubleClick(event) { | |
| event.preventDefault(); | |
| event.stopPropagation(); | |
| return false; | |
| } | |
| $(document).keydown(keydown); | |
| $(document).keyup(keyup); | |
| paper = Raphael("tiles", W, H); | |
| $("#error").hide(); | |
| $("#load").click( | |
| function() { | |
| ga_track('main', 'load', ''); | |
| if (!uploadingAllowed) { | |
| alert("Sorry, uploading is temporarily disabled, while we are under heavy load"); | |
| } else { | |
| location.href = "loader.html"; | |
| } | |
| } | |
| ); | |
| $("#go").click( | |
| function() { | |
| if (driver.isRunning()) { | |
| driver.stop(); | |
| ga_track('main', 'stop', track.id); | |
| } else { | |
| driver.start(); | |
| ga_track('main', 'start', track.id); | |
| } | |
| } | |
| ); | |
| $("#search").click(searchForTrack); | |
| $("#search-text").keyup(function(e) { | |
| if (e.keyCode == 13) { | |
| searchForTrack(); | |
| } | |
| }); | |
| $("#new").click( | |
| function() { | |
| if (driver) { | |
| driver.stop(); | |
| } | |
| setDisplayMode(false); | |
| listPopularTracks(); | |
| ga_track('main', 'new', ''); | |
| } | |
| ); | |
| $("#tune").click( | |
| function() { | |
| var controls = $("#controls"); | |
| controls.dialog('open'); | |
| ga_track('main', 'tune', ''); | |
| } | |
| ); | |
| $("#controls").attr("visibility", "visible"); | |
| $("#controls").dialog( | |
| { | |
| autoOpen: false, | |
| title: "Fine tune your endless song", | |
| width: 350, | |
| position: [4,4], | |
| resizable:false, | |
| } | |
| ); | |
| $("#reset-edges").click( | |
| function() { | |
| resetTuning(); | |
| ga_track('main', 'reset', ''); | |
| } | |
| ); | |
| $("#last-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.addLastEdge = $('#last-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $("#reverse-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.justBackwards = $('#reverse-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $("#long-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.justLongBranches = $('#long-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $("#sequential-branch").change( | |
| function(event) { | |
| if (event.originalEvent) { | |
| jukeboxData.removeSequentialBranches = $('#sequential-branch').is(':checked'); | |
| drawVisualization(); | |
| } | |
| } | |
| ); | |
| $( "#threshold-slider" ).slider( { | |
| max: 80, | |
| min: 2, | |
| step: 1, | |
| value:30, | |
| change: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.currentThreshold = ui.value; | |
| drawVisualization(); | |
| } | |
| }, | |
| slide: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.currentThreshold = ui.value; | |
| } | |
| } | |
| } | |
| ); | |
| $( "#probability-slider" ).slider( { | |
| max: 100, | |
| min: 0, | |
| range:true, | |
| step: 1, | |
| values:[ | |
| Math.round(defaultMinRandomBranchChance * 100), | |
| Math.round(defaultMaxRandomBranchChance * 100) | |
| ], | |
| change: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.minRandomBranchChance = ui.values[0] / 100.; | |
| jukeboxData.maxRandomBranchChance = ui.values[1] / 100.; | |
| setTunedURL(); | |
| } | |
| }, | |
| slide: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.minRandomBranchChance = ui.values[0] / 100.; | |
| jukeboxData.maxRandomBranchChance = ui.values[1] / 100.; | |
| } | |
| } | |
| } | |
| ); | |
| $( "#probability-ramp-slider" ).slider( { | |
| max: 100, | |
| min: 0, | |
| step: 2, | |
| value:30, | |
| change: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.randomBranchChanceDelta = | |
| map_percent_to_range(ui.value, minRandomBranchChanceDelta, maxRandomBranchChanceDelta) | |
| setTunedURL(); | |
| } | |
| }, | |
| slide: function(event, ui) { | |
| if (event.originalEvent) { | |
| jukeboxData.randomBranchChanceDelta = | |
| map_percent_to_range(ui.value, minRandomBranchChanceDelta, maxRandomBranchChanceDelta) | |
| } | |
| } | |
| } | |
| ); | |
| watch(jukeboxData, 'addLastEdge', | |
| function() { | |
| $("#last-branch").attr('checked', jukeboxData.addLastEdge); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'justBackwards', | |
| function() { | |
| $("#reverse-branch").attr('checked', jukeboxData.justBackwards); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'justLongBranches', | |
| function() { | |
| $("#long-branch").attr('checked', jukeboxData.justLongBranches); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'removeSequentialBranches', | |
| function() { | |
| $("#sequential-branch").attr('checked', jukeboxData.removeSequentialBranches); | |
| setTunedURL(); | |
| } | |
| ); | |
| watch(jukeboxData, 'currentThreshold', | |
| function() { | |
| $("#threshold").text(jukeboxData.currentThreshold); | |
| $("#threshold-slider").slider("value", jukeboxData.currentThreshold); | |
| } | |
| ); | |
| watch(jukeboxData, 'lastThreshold', | |
| function() { | |
| $("#last-threshold").text(Math.round(jukeboxData.lastThreshold)); | |
| } | |
| ); | |
| watch(jukeboxData, 'minRandomBranchChance', | |
| function() { | |
| $("#min-prob").text(Math.round(jukeboxData.minRandomBranchChance * 100)); | |
| $("#probability-slider").slider("values", | |
| [jukeboxData.minRandomBranchChance * 100, jukeboxData.maxRandomBranchChance * 100]); | |
| jukeboxData.curRandomBranchChance = clamp(jukeboxData.curRandomBranchChance, | |
| jukeboxData.minRandomBranchChance, jukeboxData.maxRandomBranchChance); | |
| } | |
| ); | |
| watch(jukeboxData, 'maxRandomBranchChance', | |
| function() { | |
| $("#max-prob").text(Math.round(jukeboxData.maxRandomBranchChance * 100)); | |
| $("#probability-slider").slider("values", | |
| [jukeboxData.minRandomBranchChance * 100, jukeboxData.maxRandomBranchChance * 100]); | |
| jukeboxData.curRandomBranchChance = clamp(jukeboxData.curRandomBranchChance, | |
| jukeboxData.minRandomBranchChance, jukeboxData.maxRandomBranchChance); | |
| } | |
| ); | |
| watch(jukeboxData, 'curRandomBranchChance', | |
| function() { | |
| $("#branch-chance").text(Math.round(jukeboxData.curRandomBranchChance * 100)); | |
| } | |
| ); | |
| watch(jukeboxData, 'randomBranchChanceDelta', | |
| function() { | |
| var val = Math.round(map_value_to_percent(jukeboxData.randomBranchChanceDelta, | |
| minRandomBranchChanceDelta, maxRandomBranchChanceDelta)); | |
| $("#ramp-speed").text(val); | |
| $("#probabiltiy-ramp-slider").slider("value", val); | |
| } | |
| ); | |
| watch(jukeboxData, 'totalBeats', | |
| function() { | |
| $("#total-beats").text(jukeboxData.totalBeats); | |
| } | |
| ); | |
| watch(jukeboxData, 'branchCount', | |
| function() { | |
| $("#branch-count").text(jukeboxData.branchCount); | |
| } | |
| ); | |
| watch(jukeboxData, 'deletedEdgeCount', | |
| function() { | |
| $("#deleted-branches").text(jukeboxData.deletedEdgeCount); | |
| } | |
| ); | |
| watch(jukeboxData, 'longestReach', | |
| function() { | |
| $("#loop-length-percent").text(Math.round(jukeboxData.longestReach)); | |
| var loopBeats = Math.round(jukeboxData.longestReach * jukeboxData.totalBeats / 100); | |
| $("#loop-length-beats").text(Math.round(loopBeats)); | |
| $("#total-beats").text(jukeboxData.totalBeats); | |
| } | |
| ); | |
| $("#popular-list").click(listPopularTracks); | |
| $("#recent-list").click(listRecentTracks); | |
| $("#upload-list").click(listTopUploadedTracks); | |
| jukeboxData.minRandomBranchChance = defaultMinRandomBranchChance; | |
| jukeboxData.maxRandomBranchChance = defaultMaxRandomBranchChance; | |
| jukeboxData.randomBranchChanceDelta = defaultRandomBranchChanceDelta; | |
| var context = getAudioContext(); | |
| if (context == null) { | |
| error("Sorry, this app needs advanced web audio. Your browser doesn't" | |
| + " support it. Try the latest version of Chrome or Safari"); | |
| hideAll(); | |
| } else { | |
| remixer = createJRemixer(context, $); | |
| player = remixer.getPlayer(); | |
| processParams(); | |
| } | |
| } | |
| function getAudioContext() { | |
| var context = null; | |
| if (typeof AudioContext !== "undefined") { | |
| context = new AudioContext(); | |
| } else if (typeof webkitAudioContext !== "undefined") { | |
| context = new webkitAudioContext(); | |
| } | |
| return context; | |
| } | |
| function Driver(player) { | |
| var curTile = null; | |
| var curOp = null; | |
| var incr = 1; | |
| var nextTile = null; | |
| var bounceSeed = null; | |
| var bounceCount = 0; | |
| var nextTime = 0; | |
| var lateCounter = 0; | |
| var lateLimit = 4; | |
| var beatDiv = $("#beats"); | |
| // var playcountDiv = $("#playcount"); | |
| var timeDiv = $("#time"); | |
| function next() { | |
| if (curTile == null || curTile == undefined) { | |
| return jukeboxData.tiles[0]; | |
| } else { | |
| var nextIndex; | |
| if (shifted) { | |
| if (bounceSeed === null) { | |
| bounceSeed = curTile; | |
| bounceCount = 0; | |
| } | |
| if (bounceCount++ % 2 === 1) { | |
| return selectNextNeighbor(bounceSeed); | |
| } else { | |
| return bounceSeed; | |
| } | |
| } if (controlled) { | |
| return curTile; | |
| } else { | |
| if (bounceSeed != null) { | |
| var nextTile = bounceSeed; | |
| bounceSeed = null; | |
| return nextTile; | |
| } else { | |
| nextIndex = curTile.which + incr | |
| } | |
| } | |
| if (nextIndex < 0) { | |
| return jukeboxData.tiles[0]; | |
| } else if (nextIndex >= jukeboxData.tiles.length) { | |
| curOp = null; | |
| player.stop(); | |
| } else { | |
| return selectRandomNextTile(jukeboxData.tiles[nextIndex]); | |
| } | |
| } | |
| } | |
| function selectRandomNextTile(seed) { | |
| if (seed.q.neighbors.length == 0) { | |
| return seed; | |
| } else if (shouldRandomBranch(seed.q)) { | |
| var next = seed.q.neighbors.shift(); | |
| jukeboxData.lastThreshold = next.distance; | |
| seed.q.neighbors.push(next); | |
| var tile = next.dest.tile; | |
| return tile; | |
| } else { | |
| return seed; | |
| } | |
| } | |
| function selectRandomNextTileNew(seed) { | |
| if (seed.q.neighbors.length == 0) { | |
| return seed; | |
| } else if (shouldRandomBranch(seed.q)) { | |
| var start = window.performance.now(); | |
| var tc = findLeastPlayedNeighbor(seed, 5); | |
| var tile = tc[0]; | |
| var score = tc[1]; | |
| var delta = window.performance.now() - start; | |
| //console.log('lhd ', seed.which, tile.which, score, delta); | |
| return tile; | |
| } else { | |
| return seed; | |
| } | |
| } | |
| /** | |
| * we look for the path to the tile that will bring | |
| * us to the least played tile in the future (we look | |
| * at lookAhead beats into the future | |
| */ | |
| function findLeastPlayedNeighbor(seed, lookAhead) { | |
| var nextTiles = []; | |
| if (seed.q.which != jukeboxData.lastBranchPoint) { | |
| nextTiles.push(seed); | |
| } | |
| seed.q.neighbors.forEach( | |
| function(edge, which) { | |
| var tile = edge.dest.tile; | |
| nextTiles.push(tile); | |
| } | |
| ); | |
| nextTiles = _.shuffle(nextTiles); | |
| if (lookAhead == 0) { | |
| var minTile = null; | |
| nextTiles.forEach(function(tile) { | |
| if (minTile == null || tile.playCount < minTile.playCount) { | |
| minTile = tile; | |
| } | |
| }); | |
| return [minTile, minTile.playCount]; | |
| } else { | |
| var minTile = null; | |
| nextTiles.forEach(function(tile) { | |
| var futureTile = findLeastPlayedNeighbor(tile, lookAhead - 1); | |
| if (minTile == null || futureTile[1] < minTile[1]) { | |
| minTile = futureTile; | |
| } | |
| }); | |
| return minTile; | |
| } | |
| } | |
| function selectNextNeighbor(seed) { | |
| if (seed.q.neighbors.length == 0) { | |
| return seed; | |
| } else { | |
| var next = seed.q.neighbors.shift(); | |
| seed.q.neighbors.push(next); | |
| var tile = next.dest.tile; | |
| return tile; | |
| } | |
| } | |
| function shouldRandomBranch(q) { | |
| if (jukeboxData.infiniteMode) { | |
| if (q.which == jukeboxData.lastBranchPoint) { | |
| return true; | |
| } | |
| // return true; // TEST, remove | |
| jukeboxData.curRandomBranchChance += jukeboxData.randomBranchChanceDelta; | |
| if (jukeboxData.curRandomBranchChance > jukeboxData.maxRandomBranchChance) { | |
| jukeboxData.curRandomBranchChance = jukeboxData.maxRandomBranchChance; | |
| } | |
| var shouldBranch = Math.random() < jukeboxData.curRandomBranchChance; | |
| if (shouldBranch) { | |
| jukeboxData.curRandomBranchChance = jukeboxData.minRandomBranchChance; | |
| } | |
| return shouldBranch; | |
| } else { | |
| return false; | |
| } | |
| } | |
| function updateStats() { | |
| beatDiv.text(jukeboxData.beatsPlayed); | |
| timeDiv.text(secondsToTime((now() - startTime) / 1000.)); | |
| /* | |
| if (curTile) { | |
| playcountDiv.text(curTile.playCount); | |
| } | |
| */ | |
| } | |
| function process() { | |
| if (curTile !== null && curTile !== undefined) { | |
| curTile.normal(); | |
| } | |
| if (curOp) { | |
| var lastTile = curTile; | |
| if (nextTile != null) { | |
| curTile = nextTile; | |
| nextTile = null; | |
| } else { | |
| curTile = curOp(); | |
| } | |
| if (curTile) { | |
| var ctime = player.curTime(); | |
| // if we are consistently late we should shutdown | |
| if (ctime > nextTime) { | |
| lateCounter++; | |
| if (lateCounter++ > lateLimit && windowHidden()) { | |
| info("Sorry, can't play music properly in the background"); | |
| interface.stop(); | |
| return; | |
| } | |
| } else { | |
| lateCounter = 0; | |
| } | |
| nextTime = player.play(nextTime, curTile.q); | |
| if (fastMode) { | |
| nextTime = 0; // set to zero for speedup sim mode | |
| } | |
| curTile.playCount += 1; | |
| var delta = nextTime - ctime; | |
| setTimeout( function () { process(); }, 1000 * delta - 10); | |
| var didJump = false; | |
| if (lastTile && lastTile.which != curTile.which - 1) { | |
| didJump = true; | |
| } | |
| curTile.playStyle(didJump); | |
| jukeboxData.beatsPlayed += 1; | |
| updateStats(); | |
| } | |
| } else { | |
| if (curTile != null) { | |
| curTile.normal(); | |
| } | |
| } | |
| } | |
| function resetPlayCounts() { | |
| for (var i =0; i < jukeboxData.tiles.length; i++) { | |
| jukeboxData.tiles[i].playCount = 0; | |
| } | |
| curGrowFactor = 1; | |
| redrawTiles(); | |
| } | |
| var startTime = 0; | |
| var interface = { | |
| start: function() { | |
| jukeboxData.beatsPlayed = 0; | |
| nextTime = 0; | |
| bounceSeed = null; | |
| jukeboxData.infiniteMode = true; | |
| jukeboxData.curRandomBranchChance = jukeboxData.minRandomBranchChance; | |
| lateCounter = 0; | |
| curOp = next; | |
| startTime = now(); | |
| $("#go").text('Stop'); | |
| error(""); | |
| info(""); | |
| resetPlayCounts(); | |
| process(); | |
| }, | |
| stop: function() { | |
| var delta = now() - startTime; | |
| $("#go").text('Play'); | |
| if (curTile) { | |
| curTile.normal(); | |
| curTile = null; | |
| } | |
| curOp = null; | |
| bounceSeed = null; | |
| incr = 1; | |
| player.stop(); | |
| }, | |
| isRunning: function() { | |
| return curOp !== null; | |
| }, | |
| getIncr: function() { | |
| return incr; | |
| }, | |
| getCurTile : function() { | |
| return curTile; | |
| }, | |
| setIncr: function(inc) { | |
| incr = inc; | |
| }, | |
| setNextTile: function(tile) { | |
| nextTile = tile; | |
| }, | |
| } | |
| return interface; | |
| } | |
| function secondsToTime(secs) { | |
| secs = Math.floor(secs); | |
| var hours = Math.floor(secs / 3600); | |
| secs -= hours * 3600; | |
| var mins = Math.floor(secs/60); | |
| secs -= mins * 60; | |
| if (hours < 10) { | |
| hours = '0' + hours; | |
| } | |
| if (mins < 10) { | |
| mins = '0' + mins; | |
| } | |
| if (secs < 10) { | |
| secs = '0' + secs; | |
| } | |
| return hours + ":" + mins + ":" + secs | |
| } | |
| function windowHidden() { | |
| return document.webkitHidden; | |
| } | |
| function processParams() { | |
| var params = {}; | |
| var q = document.URL.split('?')[1]; | |
| if(q != undefined){ | |
| q = q.split('&'); | |
| for(var i = 0; i < q.length; i++){ | |
| var pv = q[i].split('='); | |
| var p = pv[0]; | |
| var v = pv[1]; | |
| params[p] = v; | |
| } | |
| } | |
| if ('trid' in params) { | |
| var trid = params['trid']; | |
| var thresh = 0; | |
| if ('thresh' in params) { | |
| jukeboxData.currentThreshold = parseInt(params['thresh']); | |
| } | |
| if ('d' in params) { | |
| var df = params['d'].split(','); | |
| for (var i = 0; i < df.length; i++) { | |
| var id = parseInt(df[i]); | |
| jukeboxData.deletedEdges.push(id); | |
| } | |
| } | |
| if ('lb' in params) { | |
| if (params['lb'] == '0') { | |
| jukeboxData.addLastEdge = true; | |
| } | |
| } | |
| if ('jb' in params) { | |
| if (params['jb'] == '1') { | |
| jukeboxData.justBackwards = true; | |
| } | |
| } | |
| if ('lg' in params) { | |
| if (params['lg'] == '1') { | |
| jukeboxData.justLongBranches = true; | |
| } | |
| } | |
| if ('sq' in params) { | |
| if (params['sq'] == '0') { | |
| jukeboxData.removeSequentialBranches = true; | |
| } | |
| } | |
| if ('bp' in params) { | |
| var bp = params['bp']; | |
| var fields = bp.split(','); | |
| if (fields.length === 3) { | |
| var minRange = parseInt(fields[0]); | |
| var maxRange = parseInt(fields[1]); | |
| var delta = parseInt(fields[2]); | |
| jukeboxData.minRandomBranchChance = map_percent_to_range(minRange, 0, 1); | |
| jukeboxData.maxRandomBranchChance = map_percent_to_range(maxRange, 0, 1); | |
| jukeboxData.randomBranchChanceDelta = | |
| map_percent_to_range(delta, minRandomBranchChanceDelta, maxRandomBranchChanceDelta); | |
| } | |
| } | |
| setDisplayMode(true); | |
| fetchAnalysis(trid); | |
| } else if ('key' in params) { | |
| var url = 'http://' + params['bucket'] + '/' + urldecode(params['key']); | |
| info("analyzing audio"); | |
| setDisplayMode(true); | |
| $("#select-track").hide(); | |
| analyzeAudio(url, 'tag', | |
| function(data) { | |
| if (data.status === 'done') { | |
| showPlotPage(data.trid); | |
| } else { | |
| info("Trouble analyzing that track " + data.message); | |
| } | |
| } | |
| ); | |
| } | |
| else { | |
| setDisplayMode(false); | |
| } | |
| } | |
| function showPlotPage(trid) { | |
| var url = location.protocol + "//" + | |
| location.host + location.pathname + "?trid=" + trid; | |
| location.href = url; | |
| } | |
| function urldecode(str) { | |
| return decodeURIComponent((str+'').replace(/\+/g, '%20')); | |
| } | |
| function endsWith(str, suffix) { | |
| return str.indexOf(suffix, str.length - suffix.length) !== -1; | |
| } | |
| function isTuned(url) { | |
| return url.indexOf('&') > 0; | |
| } | |
| function tweetSetup(t) { | |
| $(".twitter-share-button").remove(); | |
| var tweet = $('<a>') | |
| .attr('href', "https://twitter.com/share") | |
| .attr('id', "tweet") | |
| .attr('class', "twitter-share-button") | |
| .attr('data-lang', "en") | |
| .attr('data-count', "none") | |
| .text('Tweet'); | |
| $("#tweet-span").prepend(tweet); | |
| if (t) { | |
| var tuned = ''; | |
| if (isTuned(document.URL)) { | |
| tuned = 'Tuned '; | |
| } | |
| tweet.attr('data-text', tuned + "#InfiniteJukebox of " + t.fixedTitle); | |
| tweet.attr('data-url', document.URL); | |
| } | |
| // twitter can be troublesome. If it is not there, don't bother loading it | |
| if ('twttr' in window) { | |
| twttr.widgets.load(); | |
| } | |
| } | |
| function ga_track(page, action, id) { | |
| _gaq.push(['_trackEvent', page, action, id]); | |
| } | |
| window.onload = init; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"response": {"status": {"code": 0, "message": "Success", "version": "4.2"}, "track": {"status": "complete", "info": {"title": "Call Me Maybe", "url": "http://static.echonest.com/audio2/01 Call Me Maybe 1.mp3", "artist": "Carly Rae Jepsen", "tag": "tag", "ready": true, "id": "TRORQWV13762CDDF4C"}, "song_id": "SOXLHDK1372FC963BC", "artist": "Carly Rae Jepsen", "samplerate": 44100, "title": "Call Me Maybe", "analysis": {"bars": [{"duration": 1.99956, "start": 0.76559, "confidence": 0.39}, {"duration": 1.98793, "start": 2.76515, "confidence": 0.486}, {"duration": 1.99906, "start": 4.75307, "confidence": 0.757}, {"duration": 1.99325, "start": 6.75214, "confidence": 0.194}, {"duration": 2.00363, "start": 8.74538, "confidence": 0.684}, {"duration": 2.00462, "start": 10.74901, "confidence": 0.29}, {"duration": 1.99523, "start": 12.75363, "confidence": 0.594}, {"duration": 1.49697, "start": 14.74886, "confidence": 0.613}, {"duration": 2.00731, "start": 16.24584, "confidence": 0.445}, {"duration": 1.99665, "start": 18.25315, "confidence": 0.835}, {"duration": 2.0011, "start": 20.2498, "confidence": 0.739}, {"duration": 1.99929, "start": 22.2509, "confidence": 0.53}, {"duration": 2.00599, "start": 24.25019, "confidence": 0.459}, {"duration": 1.99484, "start": 26.25619, "confidence": 0.38}, {"duration": 1.99085, "start": 28.25103, "confidence": 0.143}, {"duration": 2.01764, "start": 30.24187, "confidence": 0.55}, {"duration": 1.99886, "start": 32.25952, "confidence": 0.611}, {"duration": 1.98722, "start": 34.25838, "confidence": 0.636}, {"duration": 2.00109, "start": 36.24561, "confidence": 0.172}, {"duration": 2.00197, "start": 38.2467, "confidence": 0.729}, {"duration": 2.00194, "start": 40.24867, "confidence": 0.748}, {"duration": 1.99354, "start": 42.2506, "confidence": 0.686}, {"duration": 1.99962, "start": 44.24415, "confidence": 0.398}, {"duration": 2.01336, "start": 46.24376, "confidence": 0.574}, {"duration": 1.99755, "start": 48.25713, "confidence": 0.752}, {"duration": 1.99272, "start": 50.25468, "confidence": 0.583}, {"duration": 2.00167, "start": 52.2474, "confidence": 0.188}, {"duration": 2.00207, "start": 54.24908, "confidence": 0.885}, {"duration": 2.00235, "start": 56.25115, "confidence": 0.636}, {"duration": 2.00173, "start": 58.25349, "confidence": 0.622}, {"duration": 2.00257, "start": 60.25522, "confidence": 0.69}, {"duration": 1.98564, "start": 62.25779, "confidence": 0.332}, {"duration": 1.99322, "start": 64.24343, "confidence": 0.69}, {"duration": 2.00476, "start": 66.23666, "confidence": 0.74}, {"duration": 2.00473, "start": 68.24142, "confidence": 0.766}, {"duration": 2.00434, "start": 70.24615, "confidence": 0.706}, {"duration": 1.99403, "start": 72.25048, "confidence": 0.459}, {"duration": 2.00243, "start": 74.24451, "confidence": 0.55}, {"duration": 2.00105, "start": 76.24695, "confidence": 0.743}, {"duration": 1.99659, "start": 78.248, "confidence": 0.798}, {"duration": 2.00462, "start": 80.24459, "confidence": 0.79}, {"duration": 1.99923, "start": 82.2492, "confidence": 0.708}, {"duration": 2.00052, "start": 84.24844, "confidence": 0.767}, {"duration": 1.99334, "start": 86.24896, "confidence": 0.83}, {"duration": 1.9996, "start": 88.2423, "confidence": 0.217}, {"duration": 2.01665, "start": 90.24189, "confidence": 0.567}, {"duration": 2.0012, "start": 92.25854, "confidence": 0.719}, {"duration": 1.98977, "start": 94.25973, "confidence": 0.637}, {"duration": 1.9952, "start": 96.2495, "confidence": 0.126}, {"duration": 2.0068, "start": 98.2447, "confidence": 0.735}, {"duration": 2.00268, "start": 100.2515, "confidence": 0.715}, {"duration": 1.98997, "start": 102.25418, "confidence": 0.741}, {"duration": 1.99872, "start": 104.24415, "confidence": 0.451}, {"duration": 2.0134, "start": 106.24287, "confidence": 0.62}, {"duration": 1.99661, "start": 108.25627, "confidence": 0.703}, {"duration": 1.99611, "start": 110.25288, "confidence": 0.484}, {"duration": 1.99909, "start": 112.24899, "confidence": 0.611}, {"duration": 2.00191, "start": 114.24808, "confidence": 0.778}, {"duration": 2.00476, "start": 116.24999, "confidence": 0.796}, {"duration": 1.99518, "start": 118.25475, "confidence": 0.868}, {"duration": 2.00175, "start": 120.24993, "confidence": 0.781}, {"duration": 1.99799, "start": 122.25168, "confidence": 0.071}, {"duration": 1.99596, "start": 124.24967, "confidence": 0.846}, {"duration": 2.0032, "start": 126.24563, "confidence": 0.557}, {"duration": 2.00122, "start": 128.24883, "confidence": 0.815}, {"duration": 2.00214, "start": 130.25005, "confidence": 0.302}, {"duration": 1.99809, "start": 132.25219, "confidence": 0.478}, {"duration": 2.00306, "start": 134.25028, "confidence": 0.292}, {"duration": 2.02491, "start": 136.25334, "confidence": 0.667}, {"duration": 2.00291, "start": 138.27825, "confidence": 0.613}, {"duration": 1.98412, "start": 140.28116, "confidence": 0.411}, {"duration": 1.99392, "start": 142.26528, "confidence": 0.577}, {"duration": 2.00144, "start": 144.2592, "confidence": 0.572}, {"duration": 2.00307, "start": 146.26064, "confidence": 0.45}, {"duration": 2.01384, "start": 148.26371, "confidence": 0.472}, {"duration": 1.97693, "start": 150.27755, "confidence": 0.599}, {"duration": 1.99268, "start": 152.25448, "confidence": 0.352}, {"duration": 2.00696, "start": 154.24716, "confidence": 0.556}, {"duration": 1.99753, "start": 156.25411, "confidence": 0.655}, {"duration": 1.99701, "start": 158.25165, "confidence": 0.45}, {"duration": 1.99688, "start": 160.24865, "confidence": 0.204}, {"duration": 2.00812, "start": 162.24554, "confidence": 0.916}, {"duration": 2.00067, "start": 164.25366, "confidence": 0.75}, {"duration": 1.99306, "start": 166.25433, "confidence": 0.781}, {"duration": 2.00241, "start": 168.2474, "confidence": 0.807}, {"duration": 1.99914, "start": 170.2498, "confidence": 0.48}, {"duration": 1.99804, "start": 172.24894, "confidence": 0.676}, {"duration": 2.00452, "start": 174.24698, "confidence": 0.393}, {"duration": 1.99977, "start": 176.25149, "confidence": 0.702}, {"duration": 1.99908, "start": 178.25127, "confidence": 0.276}, {"duration": 2.00296, "start": 180.25035, "confidence": 0.636}, {"duration": 2.02707, "start": 182.25331, "confidence": 0.319}, {"duration": 2.02299, "start": 184.28038, "confidence": 0.645}, {"duration": 2.07897, "start": 186.30337, "confidence": 0.532}, {"duration": 2.50872, "start": 188.38234, "confidence": 0.26}], "track": {"mode_confidence": 0.839, "end_of_fade_in": 0.22644, "key_confidence": 0.949, "synchstring": "eJytWlmW4zgMu4qOYFL7_S82IgDKSXX1vPmYl3TK1kpxARe1-9OfUkuzXtretcwyyi6t9PM7z2cVe9AUL36-VqxFm3sZu_RexioeQ_oZ4_HWdgw5PdPK8tK81Iqus0WpGHp2GWVYPPTT4aWfHovOznGnfWHYWc5ixbNPK_P0PzFwtli89VJHmYeyXpwEnC62VPyu6IpfPrDrfsfHd313dXzv8_heob4ta8VJz2Nsf5i1caYyZqmttCdo7OeoT7ERBwf151DrwblmDDynOgzawVFvBcyb6Kpx8B0Dz47Bjwp-P7Fi9BtY2INn0bvx6yAAPD7jYzBfGwaMXIS873h2dNUYo_EWS3GjGDPx3PDK9p7bYfFYzT-em-YOrNmTBZc8PePcvkrd8T2adc5aSw3-hTKsUJ3DkYVWD67G6LageDtWadDDw-gWCiWqntCggSPwgPEA9dAxMSxocywGLh0mHD77xkYzlK1BpCQ-TtRizbNRPNf42vOEKEPLQdIR0jIpx5HvxPMxACrlGh9dHhocgx2atPWgWdkSc49KwQQPoevwJ04GHYQxnAWPfjmtZsXEMIkWD6F9oZUOhtpZDIc-R-zgmsVrdFb8WnyPDR12HwbEK9THoGIVHKV9O81yx_YtFBXWHZtDGrTsIH9BtY82g5lnwubhDrcaOHEeOh5asq1_PAAxwsTIm5ls6-DKg1ldXLf1tHMit9oEWMEs6_zzFBjmAJjtny8gMD45a36OQ8dkx1JH_LWFP3fUUs9hbrQehoSxh2KeX_DzSCDaQlExNvD1cPMMrwX2Dsg4n47ZZ8jZJSBlY5WzhwUWHnA4UOIcZI-HtBxyOgI_gqixobURp7cjNAvxcsixtpARsDsw5rCrALo9hu-wPkevQVmPhqxYzsGDTg6FocRRZujE2W5tMYOAFC8WHPWgaMU5TydObVDUGRwCasdZsPdRuyfIqg1-xxqt3J4Ycwjy2M9hmi0mWlAYRzizwbbTHwdpLmYPcDRYeQiIxzAgh1QOUQE3DzhuHYNq8KjFj4Fq4Em4uHFXCjnF76WvogGHqXe3Sk858BqEnMWC_AZZVTw5Rscsc5KojgZ0A_JhbsP6YXgT26-m2VLvjpOnxgQzO2kJEYc-YokFXxkaAUd0hlEv5Ue7TtVDuXD2EdAf2gA6QwwVzgAOusMroc8eNAYIAnCOXvjECmGhgSlAjdAkruggFIpCQA51XOTaJjuoKdQzByOmyABmxREfKBiZ4_D9BQ4kkE1SOCdswR4joxtFNSSOJeYCCQ3mWwNZBrD3iH53-XH4xyDJwsSg9C14GIxqmOOAOkf4MgOPgoQeJLsTUSp8SMxfMOkO33FVyoUuBh4MRQ3BwBfBcJBJg4E_nRQgON6phLMAEx6o0NFQh74fTtNz9BAGZNoDg2H74VSNKGUwiw6Wowm0RGudfLMD1VSUDRE_nRplR4we-hUGilEz1q7BI7eHDt0ORDchLLyHdWEtbDKWCQzpEX7icAbIITAx4twxzYm4gE1MGIiCVpFzO6prA8ffxACcZzCqEgxZRFothh4NZfhzekNP0XsGh-aid0DnEVbG5og_HDhkVO6OxgaHWYPMs0xMfYJFBnvvYswDlaMCyH78EdTEFILFgqIaMJ5eOo76YHuuFg8Od-3hm4kHBi0PMloiUC3SxTQJYUylHTZ1g3eyJ-zJJSctDosnvDW9JXzFP34IkpVHYhNQ39XboDfY7oJhEwRyl0ZQRewUejwTHPslOxGYhC3Sav3BENLSLmpyxYrT6szFtWPTc72u932vspUPshaOUPVXcnSt3O5QfkBU_WgYH29JUErtXeYd_b1c_ejZX2v1D278bM0exhSf6_WPo9K5uDRhKBL5-ckd6h9H_dyrQiLZ3r44MD_GuZj32wm_n9_Pz33pn3--tj9m28-J9S8b_N-fP3dpX-z6IvL5y_DfF_59kez927zfifp3guuv7_VrTkYz2VL1m5__RsXPtn-jtP8x8jedemn5pPFv2vVbe7vw0csbO7Sv_t_t7iePmvoThHvxa1Hf-3-v6ALKz7Fp0-1yOFd9z0wY5PwEw1d6CYgvTL6cavfUuX7OaXe39rFnvWjy8qReiK_lm7fzYl5Gwgx2X7radTRs63e1zxO-7qd-9NUvOlyj_IPSpKcrXHYFO9yJAXdj-FUYkhONq_jZbyqXKKy0N0PRoUUqopMsn3Ut-SnKeZ1KLofsAxnHQ1c-hcldfxGXw61b1Yp0s4YQAm5pMllpDKk2o9VY3ZgAIq5ajK2wIX42n7imVS24MRTRnabF_gh7jBGl4XjrJiE7_b3pHIvbm_x6TAYdnYGmEkirksNg2FfBm6YMasVcJAYrwryn7kh_EVcZc0G76qwIZvLRdeZwAjok3cSOcA2PSLqYOcaJKGgekHJZ17_r5A98pGFVI18XFMU6qNyxraJppTPgAjdAbStiQZ6OlCnhdIZgQ9nnVnDjZOlMHWhkkCqycYideT-5Sg1GkjxYougM4iEEBMCOMhgCSAgokmrErSwXVEryiUiuocqLPAopD5vmLkocTOpwrGVm1WAi2ULijLpJjT-OkBb1YUMNhQUSTI28qmEDxx4VJQ7sS51h9Yg8RIju7aYrjNjLRrmU_bAf0hvCJkvnVZpFFZ3K97FqQ7WaGYD1LG5HGrOQNVCvMniPOZW2hnwx3jelM0gVEyinOnEBlNuqc8sByqVUyINoUW4iXL9DFQhDvmAo0Dm5YZgyGa1qSYKEtjUUbIN341qdluKaHYnXa8xHQT0ZbXro-JvEsBQwEgQ8Kb3f-tIeZGaL6lD7xQBTKe20taFyArjXda0wpP1D4kQRodrPX6cpmtDxKJiECJOsLrBl5YPyH8o4jeJjcuYqONGhbTqGJi_AFLI4xUrfYOmoqN4l0wjUhrbURfnYlLdYAqpMhaZE3jV4CAcdCS5HWhYNiBONcnSJXbIH9jODpJSE88zjHLUdjGhU-ynDr0X607O2l8hHdm65ABaPPiCHtbcFBN1XVs_lbaaHTPU7l2m0f1Ys-bNS1EOF00WKGn3Jwn0T5q23xLpxNqdXmVmOUItKvXYRcuQmKMhCoEYebGXpO4sQVf4DIAEhggcozmxdfTXyaakGIsYkR8TMLQgflJFU2-9yarWZMIDSAgognnpFCbCgDB-4NamlS6BN7vTZrAg0Vp8rBQ1vZP3ubrzQA_zt16nhJEReXO81eeUlSFssstpUqQLcgUNriUWKzPY1J2BiU16vQ4yol5BxOCIr5JNeflLP2qSPRV0rtussglgnSkktTIWOmsUiVOk8nX9W10BXRUke8uCALu7Iz9KNp69mdf1KE5Uurem0jNYyyvGZ4RgRU1vSZr3nlQD9WkvGNJ7UFMvFihCQ542B6mtlcAGsul5Ezv02Y4zGJwcI1sHledXQXFAlrKhLKJkG6IIRMBB6A21EDMGwbHGLzWW3wu6hnAHs5SUwhmzaoDeCSy3pL-i0FA888kKOOymozchowFhCpqKrUIbwZimwehTq6PbFNo-4FGkxXEzUbBQICJhAl0H3nBX-RXjETZCHcjbc2LJUyhjb6PYUbti8YXcQNkgA7UN2B1yLC9WsgTluaxsIqgreQLnurHmHNPHrj5xexXtNSGQyINetG5vt5EHFpY14PaQbiTdvpCCz3lfriWMZVjLIGEVV2p7JAk8qvdws5o8Mi5gDCFKup4I-VJh7l5L50AGDXSjZ49oQN9tZ-u-pYvbhKJYg7yhUfxRBLwXPQ65_kyXUe-G5e7lVYdN9ApG9kuJHNWHHbdCWnFfKT7iMu2jc67YuUAZbq9w692yyxK7qH6_z_PnI2qvsrGIerkuNOWSnUsFCd8mLQ6psxVVAWXLhngRgvSUVy9ufrG0yJROqQ-Ycx-sUCJARi5cs9eJaoIF3mZ4vBj5PSVuFj1208gcv_hZ6shgwGNHwXpOl_IoL6PKWHpnW1EuEM2oGQKh_Etcf5rMsem-pgXIlfllZ3kTZay1CXb-KDgTwIcyYZOFOvAIe68Zp592nNlB6p0WvQ6-Z5RHNNnWGXshVA2DWkfdapmi6ShZEgZExmCLvSnVVELwkT2ZcVJcl-F9lKOTMgEUOh_Tz1ojIqUx0KjI0JSH2oewP4y7-Fx9Cv4D3JmqLdrazPkCDyqubN5JaGWDQJdm9Rn-ENAoRGJWpyYXQCyTQ71ALaapEf5dqzSIVspWo4Xmdr7z6KcoD241iXQUcaYup7CFjsSe1sinK3LKCe8NvJS_u6MEfAf9z406jhu200Zne3h-ae4asuoqcqlCtF-52ap1wn0UxtPHgO2NzRsLcxmhKU5aSDi8LRMh-RWlWW0y075L5-NasphiARRFF1zerSo1IO3zvtquUNBmIu85Sb4B_2v4Bf7CLpA==", "synch_version": 1.0, "duration": 193.44544, "rhythm_version": 1.0, "rhythmstring": "eJyVWwdy5DgS_Eo_Ad78_2NXaQCypb0NbcRoJLVIECiTlWWYcyr9U8tnffpYn5zLJ8_5WeOz5qfjl_IpqX3yiK-28VGfn_hl9fhbja_4PMUnFTfgNv3r_DX-35-9Priw1E_cj_Xw8frs-pnxe8qfmePb-IzxKSP-Wj8l109Pn4XPNx_GtXZ8pB1pezmlz9QH_IpTtIwnrqoPtLYu1o7w8c6f3XAjNqElV8PD5nt7d9VZz-06WRyo4-7Yao7H4duIG_P49I6Dxsbj33N7PBSCTbwpj8kV8VxscvATbAfPznHyOG_nojxA-czE39KWqPlpXBDLlPlpzUrIlnXOsaPsD8u9puxPw4O9L_xaJdv6XIszVa6gCyskBenk9LUmLKIkqIWfFsoD2ogPli-LM8XW-5Xg2SXsa6Tvj2I3Oc4cV8cBw1ggTVhU_Gm3ozF_GCKG4VmxVKk2eTV8FSWh4v8psdSr3WOo1n5akLlXiyvSsS_sjodIr5XPzW9Rl_Fp42yVZps_91k5h2-1l2_ER_ENB5iwNBzolwHOK--5cAg9v4SVtfir1Q7zaDKvPH-YX76aOOY3uk2o2kfkp1T0LwN89H2tzyr7V-tLx3S94sv-ljdFnw0MgQWe6_-rBWa5ju0Zz1q0v9L0Fxhf_D2stD_LG4cCW14WeM0ltgMXgZ3hNttmfO1JC8I2hj8V0HAJ78xmLS3sDWMu8UsIuRkjS6FeypLYsszCIFraI59ynujfuOi4kobrldzgdBm3x18zfg4sLLVqj7vIQGXbEExYTMm04gKhFes0oH_7KY22m2vn-TNwnlic41kZ98Xt4S9hyBXniM3nobOH8b_wMvQZuz1nvH5egBeQ_UFAHS3_RINSsAFsJEPGdl9FB2yXYlpUsNGwJsm4Um5NusgPdp9g9EPB11VDHrgx1l30SBqWN_CyN68KmB8vH6K-Bjf5Q8Mvu8a-p8U8GAnn-AowEQuXnXZABvG9Kzxmmxzv3wQKfKuKfLSF-IrAWkOQJf7aSyP8wAAGzSSuF3rk-9OipMJOFwUL_MzwD_yw-S_sd9j3aNPkAEBq3A0UqNpPF7YAwEOxIdxCuG1UdyoUGLaJ7VScZ-Ox-pSP30WLQbiJYRlSgzRghnGwWLZvCg0-uKUn-B2sp9ETCy7IsQsIHs6wiYPQKWEtCePFVGhdYbObZAbmUKfuNJLj-niuQ3QYfIbG8XNt8q9YBdJpOimPGYcp8J3cZYNTz4AyB3mP9g4MxuNwBKwWOGiY9FNxMBw-1N8FtjgFHLvZx7iJzniDfcDBA-ALTsafG40FKuPeFC0p-6oF4du5dakTEAKPpB6n7AzXwBgGtxAOHeKM63lpfCZFEXDiqgI3WrSZcoImzCtL9nFVSIwxgIETrhwCKjACRoCOBQmugz5XstmgIA76mYIEblPfgF-DjldSZlR0OCsMYJQRT1eJd31KZEuIB4TMpLH5U8P2sBdbLRgHISjMBxAPkYQhwKCoJKgGRh4iConRFmIPoQvYGPTfDqJr77HfQ_WsBMTueuw9Vgq3xb5ys57SY0dFMFuEIDlQ6ochDYWlKhOlz2xaA1e0ITWaeQGY4Xea0gGjKqBP_8eU5FGU3uSaSbuswO1uZymEPPrIlyENhZjNAEsvInPmKQe1DjBYknkWqxl2fT45c3MF2o_bsecwskmaDf1tspQSQuiJ3-AhzSkMKE_bJ0NgjFsE3Vy9vQXjLvHYwii6EIgQi-KxU6EYe3YwKCuLd_Jh2B1MD7LC0SexDyAcN8MAcO5BdMuIjObZDdtM2l8l8MHSIACSFPkGLC0sBmYdu45dmvfg6OIvoY4jRsaL-Tg0uF8-dLw51oYjmWoBMCH2uJRmOqn5UAJ02BWzwFoUpBbDPoyLsKS8Q_iQaYy0u7DbToIazziGsi9A0G9SV6K3uf00jVHIKx0f4AeAk0yh0wgqfQwnogQHSZfA-FHvplDInwFGXWotdMiCa-NsYXXd-kyE6rWpuVboPHjuZOwj855KPfoxGXKnekIWTlNt31VEpMTee_h1N9VojJCzH3MJIU_R-VhmWnUdlraUfMDZ4_6Q5yCtIdoptdgKklBdN5RXwHp8BRbFqQA6CP9lK0SKkyFTHgQY4m2h8pzKU9NJUidkNX4NMbaTOPAJdnGxNvwV22Da3ifFFhLsdqziqJoezqIE6yDhONJ32hInV3IGGdHTFwWnBCVzuUMZ8JCtUDG2ZMbtboVJsouJIwwhPVDp5gJFgTNruUNEnI83uYSUFWG5M2vb1FKRQsNUQyGQXkii4o4q5RMlAWBUAwwyLqoBm9xColGDwNbfm2xSOWgPdABlQX2orjDk0gK2SPWSwxeiXlL0mQr9S_f40qHk2BpHTScw7fA-lTCMMqizZKYEElWyQQ-oBH-JLQBKs0JeESsqcX7koUvBess0medQtgUVoELMiN0OUe5JsbFgoCRrmm0FpDZJBSZNDQnTijkZKKHDJG5qznSqiM9oUqdsznwwDgRpL4UaErahssQi9MBe8JStnBaWDRLspEHyrtIjriHVZ20GAYpR6NHj_IOxQf5eEkBQX8a2SbLDzuMwvbzNjdHH5raRrW1DhC1OfjEZrn7s9NvqipRuiztGXylcoB0cDpsPITM95blw0ZY9gCENUSPlWknHIYkiKg-mQsQ5s6NJoBgqLTEJEbJCJXF1yFCmQS_PLBchcC9BKiXkhwyxR8TkyfMNZm-lWnFN8SUwFKGu605QkJOfHWQdZ-8nG83y0E1-XYbiu5W87IkK2FukHHaM6LcF41v1i4wwNyFmISik1pocS6tATcLeRde8RTiqP6v8uVhLJfjJ6AkkW8jeCBMlCbiYYonQkZJCKFtELaerdJLvQfOAjFq6dbkDM1BUVXFOCEEs2oyIgCBtD2UawUw8C5LP5PihDRZdFtVQSpHQHVkTb11KUCbhn_UcVUWyEkdROxx3iX0Qx5qxTpxtM9Qgil-FdyZN2FN3QakpJMi9IGBcGwZsd8Z18SNlNGCGBVuFpquKL9vPGyqV8EL5Yq4mipYvOBhz4BkIT_H2eM6qiuvt42pAOzUBudlTdEbcU42MLgGiDRBGEkEUgC7ncI49lZTFmnhsE8jKG7FwYyUF0bQpH-Kxs0S1VBNYrKOR2BqP6HE0zEnyTJcN4-j0SgECg9-xOFYaWR5T4mm2v0Udgd-Ju2IAWqTMCJWJAQBl8VgiLG4U8_EmQMZhQcBU1kdUAGsZqqaW_CrmZ9H2ZI7dXQ8UB0bkNOAmc9t6mwj4ccwn0XiVmpMiL9i6C6KxEVjpEPsojL8m-8OZEjLHwlXBMgFwyrmay_lpHw7FmEaXyxCFiXjpJ6twWQmQ3RfpLxjhFm0dXKXk5OoBk4qaTgE4n2q6ArTgkVGagVxCPBFKx6hOqIf3kOT4qhiHQBEtB1Nn_s0LO_eCp7XK8yJgNT6pMCOJXZo3Mqk_NYnF0nQRk2yMTOB4CuBFRwJxBXlAuKwiFqs-nB63OdWsRXk9sXaphA-VzETBufKAvFZKH8oCKKKtXGKIdyhXSULNfzcvGYloMsKCy0rHtoQxti0g4k_DKqfOmcxB-g2yrMf9sChSF7B3CLv2b4uqSirVZcIDQ2x7qK49jkUt8SIcZShrtEUVpbsvi4pPcdQp2ATMVVIzZQgCdFbKTm1WbSggS1DAXdTXKHzIqX6j1ukaqJl-uaQzdyVeRbpIfHIcWWWAro5CI45PtxdKUYtQwJpP1S2xiIOUA7tOKr8AzUIcDbsP6xzTQFWVgReheKN7w7cQrpL8d_L4TFGUzFeGm2th61Z7YaLZiTlMJeUDGlKvJAxiK3EPFws72zQQCFJMKNge3Vy0t7irCxcXMkCv7VrodpFCuxZACxfoSscMF8zB2exiNA_a7yASn9Qkckpknkrt4X_WDDW7rmZNyU9JXTFjO_wWRuNOWDCsUbHFinVaAAkuXSr-sdID1MwdHRq4vAv7D8JNKiXcdCtMYF-liEU3WWZ3i4MFanmNSlyMvPBwhGXxdbeHF7fHsKHdJLZHBteHfqryLRcqpvSOLUCVTQ9meUT8BhYXUkXoLWSRWzwmPkDIExOb6rTgBG04jbYsV71NFxGwTprOBgtTiymKGrKhBgtTPaT9wEglCUyIiQ0y67mdFigJ6ALYpC8zRftvfKMQ1cQZpxFhnva09Lh8d84mnl3FNYdptFL1zZYJi-v71dQoz6Wiv7McKhquAaDpSoq28f829-QqXVTmwMv87ia_ntL0NZRrZwbzn9ckl6Sqm5OqOJsu-CIS2Xl6wqwFV7lE_epsym5Vni2I0EDS7YKcgvJpfTX1_RYLF2jOLBaE2nC6lN1NVmiuTJQ3wQRV7DjUcglyyAMIDRJ8ZQGIob8fENI2OsUxnZtO0fPuUr8I6hYZVauvMCy7MlyUvhBNEz2NfyrmiECjzrrN9thGc7R14n1Vv_5gSq927p5XzE_f8GWWx37k1a5ADBcYFwFpqNG6h8LJ_KP5OC8fSgIzqePXdR5CuRb5NqDymQ-n-C8GtJhoZHMfTcM0peHyJ_MNhM7p8_fTSNyqpDJx4FyDokZJqhV09sTcfJn1YlB-Gq9k2rXcUPDML3zLyDCfRC1R7tQ8jVK3pJOpA8_uKcJedWPHbeYpR4NIujTEwhFzzmKmtGifyACKgpFqQig5NTJIlhsrI087nc0He2Qx7RvA_Gi1jPmkBxlOIpKYe4L_FVXTlcVdYNA6Hr1g8l9IIN5A-BMRrs2t6bI4jeY0-8vp9ULyfoakv105rY8CjkaPmhTQIMqrz_Locw5PVvzW4y_UavmOscx2UEhVa2xu7VvCIT0uxpmpfBfUFyUwxE5Ek3bGWFTRsP8tVnYWo7l-yK6Gq_GO0BQnAoDOzkwHDIfnVCMHpC_W7lpHLeuibLyqubdYjB7uV-YjGjIDiCd2OJS1ZjcxmPqxiiz6R0PobgDXIp4kw2YnEuxPvdDSVa2ivTTV4klPnXSqU8cn9xeI2eaJE13fwRXq43sakfGgBlEYvBA-R-vMh6HdJV0in-S2F3Ev3T6w5HkEDUaItdSTd7T6G2c9ImMUj-f2cvo7KGvNfsdVhO7kn819Qgl_PUuayWJRIcAWiXoV6N4DZfn0OtiuQTEZOy2qhCVFGChk-55B42ULYzLZlXMdm_ZVTanPckiWjNghLuoFdlMWdHA4s7CUl_d5VgQhRdS7pO30c8vHox5l0GmkJc9UMTdWUAYvoHGJNkO_6xRxs51iuHWLhDsLj0l6PcTzpf23QdkSzvRRVxnY031vgyqqHlfm_eyiC0fOqo-tyILSP9pVt9crTMuuMkcirazX2M9pPTxA3f9gWM-sSaP94OSyq3VGet4Dmlst-i1rdmbVzbXTMmjJvJrae5IOamPrZJ31ZJ03_bcodPadD4g9tIF5OfKRfSBZ00QHSX3lVbS84VhnYQh_IhUzkCRq1g5FUiGqbLUxlrpopyoxPLOmSjb64KmdaiOwsbl-NdQzcbkbHGyrxVmaUgl58-boIAqka9zJHcqenbYzdWuV9pf1pUehdi72r46LC-qYr1uhyQTpW55n4NJo4Uazg6YJINSWpCSWTqvvauUMXC1SIWZl6TIuTfOBS2AkKL2t2jpTRe5q1tXRzfVmumPHKshib_Zc9KrWGRwlA2Q97iAonc51NyK6vHiL1g8NHw-utvkUTjWsp6SZBCLsmE2xRQwZsO-iqUcRfM-s9jP1esa3d3dmPZfBeakYUyuxjs0lTY1SIOxC-5JuXtI_nsE9sRIwAjpU7jw2xi-KU5rGzBNWt8_m3d4iM-gv39CAnyvmSxTJQ5CNOTCCAEnCVOHSEwODRoTjLc2mqinTq2LSyUFPbDmIVG7okb3Kqz37e-fwLs54pvR-tl8I9L7O-xf2vS4yCB9fQeuEwaLVJ_6ecPU86-eWpdldTnHnqY4tweRQiQGVdjOs6pvyZkfTdPAMGFYBr2qMo90DOWx5XKae5vyUaxlFCAzNE1aV6eZepyhR1PLiqdgI4WB7Oq5xmt1PjMb8jgYmHDGK5gzWPGs9U__1InnT6N3JNRX5mC2Td4KkHYg1HVlEIbawNPFKrnHsCrNoiTUpWFxTAr3JhLrs8qa1B_aOWiRN2xTL1MemHtFqdncnd0JnPyVc5M_1HwzLK1_D8rSyh64Pe3-h8BKvbfU7AJ_NvrDaGYeTXT4Iyf0cHxdOXyHb3RFNpaxk-3l2d7jGNS0bmDuYab4rK_Yg4ZCULxc4dLMeR5AsnI1CRP3WhqdKi1O9pjOVT6_wmySLgNKUYpwAc2v-V5nPeH8Rb7mPV4pdj6005UI7O3Q3teD3vGVGpiRDkyuu0CIecdF9u8m3MFw9XsfuIFLapTILu3bsyCIoKCI05_Jdde_yxLrzfozRYnFAaT4D2J4nnvsEQlklVd0Py3tG_0-yu9lS-2WQ5mn5DQuc8dHHe9-Rx-3eJgshP3XsmO_K8TFdMouXOtE7PAoezzWaHKBetZoi9lu7Z7PDQzB-LyQ_sCSygjgUWqpVSawN92tKRo3pXY-ik2NMdt5fNStTPIaAh8Gj5AhiaIut7j3OPPV8GZncyFlwYYILQNOMJuIousPTka-pFYX-E2iJXmuYPBtaTRp82Oqqsc52-wpDTaHC8Q-PGOPEu1qYpFLtIXXFOlr7NmpcwWnpDCkWD-uBWjoUafZdACfIauqMIo1xCTE3vy8hFHVh_0bp9vpElOUr1T09Jr0m5SJfOe-rfGfE7czgzfpOQJ8J3DuRv897KezC3XeGXrndPq9uPO_9qM4x_BANNPhVGj7svE-kTvrmVN7POHahHUxbXNyguzkC44uFZZllJ8U0Ad0ymCOrq_ngF4U0PZa1NO6jcgpHxpZz5eWpnHHRSm37Pb30OsmV3WYn9zJQyewETtWD2498p9p0VHPOh8jpTQLg2UrnwjZO03pmy_O43kkoCtCtAlc2pyC7zHsrfSAcWKx3CiPz9q5e6yDRP5r8ooNPkbh9WcI_WVw-FdS_mJzneZa1dwsCr3LxHwwvP-zwt-HpzTWRhGN4BlYbXlIaN3nhtC6_3dtWdzPR-5qmlmxs0VX0eM37z2trZhhLDUDWc2600PbfRiqa45flaBp6q0nvCfidvebC3tebe_Osk06r4tRl13hd8P6nQCB32KLDfrFCM2KsWHNDXTkDQ7Mq2Xr9B-2wrZGnonoNxp4A9x4E63JVvgnieURBLJMTX7fu_FFxwwnTx54FgMeiZzg03MDZ1yRO01-aeL_O-IKMh5qdF-9cyHsnDPmOGv2Wpk3QgbaXB3n6mS6QpW0u2lQcehT7-tfa7fPLHo_3r4O1LnfMGxBlvbQw6_UEm9W-cXU-dz6m2bw63affwMMjooSkGsU-VZrHaFwwU00n9lm7cphLZk1qNA4geg5KzdiZbxGtcECFjaFGATOhw8b-BwZLGqo=", "echoprintstring": "eJzdnQmS5DiSbK9E7MBxiO3-R_hPzauTWSFFxLTEpNTIl5nSTgl3klhsUQUM9Ou6rnUdwO8TxOsEKZ-g1xOMdQB37RP4dAL-O0DOJ2juBHc5gPftBOrzO7R8guFPMOsBAv93gJpO0PoJRjnBHAeIbp6gxBPU-wRjHCBd8wS9HyCncIK-D1CiP0FrJ7j3CUY8QHXlBG2dYKcDNNp9gFJOIBd_hVu3f4V-tROEdILcDzDkEO-Q7hN0d4B51ROEfYJ0hJ5PIJN_h10OsEI9QY4nuNMBtiLeO4R5ghZPsPo7uAtXO0ANJzimI4e7HGDuE2DU7-BjPQHu8g4hHeGuJ9jrALG6E9zzAAnmcACc6QA40ztknOkAtzsB7vIOBUc9wGgnEJt5heqPINN7BzXtHUY9QMv3CWY_wO3GCfI-QY8nkMm_QvfuBHGcoKYTjH2A4fMJZjzA9PcJ5C7vAH17hwU9P0DN7yDjO4HvJ4juBKmcALM9gMjsKzgpjnfI-wTdn2CPA3gRtHdo5QRjHiBIJL1DbQeIIg7vgEMc4K4nGPcJVjzAWQ4qSL8DtnmCcoRdD1Ak-96hjQN8w59zO4Eo2DuIZL1CI5QeYOQD3C4coEsFv0PoJ8jjBHUeYPhxAk3FOxzZ9ZCbvoIC7QFkmO9QywFWaCdI7gQznWD3A2xN1Dvw7APsA7gr-BPcRzgzZN9OUK8TECzf4RuGvPIBgq8nEHF4h_s-wc4HiDGe4Myu-zrBjgdIcZ1g9ANkF08gSvIOEg2vUESFXqF6fwLJgndo6QSi56_QJCneYYcDfMOBhzvBDAfoEhzvEPcJSjjAcPMEIZ8g9xNIUL7DSgeYdOwAJR1gkbIOIGr_CluS4g2-W2L-hj__wzr6A0qk7yBV-A5n_nxmyMp377DvA3i3T1DyCXDEA2iZ6hWCJMU71HqCcYSdDxDdOoGWbN9B5O4VUlon6PMEmopXyGraOxyNrrh2AvvKG1R95R20nP8OvRygaTjfYboD3Frsf4e9DtDV8HcI8QSiYO8gUfgOKxxgKLS8gzYKXmEq7ryDnyeQM73C0i3ewZcTQEkOoA23dxjtAFu3fwftX7zDmu_gFOAPoCT8DtsdwGn38R1iO8Fx_dnrK-_QjrDqAb7hz-M-QLz8CcI6wXQHSKmdoIcTjHKArG69Q9onsAXsV9j1AOVaJ9BwvoNM4BUqyeEAoZwghQM0V08gmvwO2kZ4hVsLRu_AoBzgtL0PPT9Bv_YJjty7y8Vf4RtmnssJZCCvMNXpd5D4foe1DrDUrXc4rU67Zcvbb7Ddfoc_yczPi5tnZq7F4He45wlEdV_BBX8CFXG8w2oH8ErR73Bm9SJorxC0OPoONZ9gxwNEbcW_Q2knUKHNK6TrPoFKh95B0eMVsm7wDmGdQKujr1DyEUY4QCVcHiC7E4wTtNJP0O4TSOi8wu2OsNYB-lVOoAKud4jpBNWd4O4HGNpSe4fUT3Dk_EOS4hWmBvsd5MTvYDd4g6UCvXe47xOMcoCtdZl3kBO_gzLaG7gr3CfI6wRnVq9l9XfQIuUr-NhPgFg5wD5BaEdgkg-gpeJ3EDV4hah93Hdo4wRatHuFJFnwDmWe4FhzclYESYv9r5B3OUCpRziy-hrSCVI8wXHNvLn7BOkIfRzg1g3eofgT9HYALcwcYK4DDJdOUI4wwglkAq8wtWDwDnc8wbFu5BveruWEd4AYvsK_x71_smZ-ZubnFXUt6b2DkvA7_ISZq4T2HY7c22sB-xW-4d6ygXfY4QCx7BOIrr6DDgW8QrrGCXI4Qb9PsPIBslbe3kHFqu_wk1rxVA9QXT_BmbcTSg-gpdNX-FE1uIrNX-EWfXuF73j7fYKUTqBVnVf4c7XiQ8cjXuGbSvIf1Iov50_g4wl2OsA3zPxc733nE5zrvbWI9Q7navA8T0BYOsC5EkaE5R1qO4Bv7gR3OMGKJ9j3AUJyJzhWkn_D6kVJXiFd4QTnWnEtJb7DTyrJv1nJP1WS5-VPcFzn_6ZW_MjqVTZ4AG19vMPIJ1j7AN_Uimsx-B16PYGEzjv8pJK81BMca8W73f4Nzmv1P6oVl6R4hz9VSe7WnO_wrSIYJzjXmZ85f6snOLN6beO_w094u7aX3yEfoccDhDZPMO8TqKjhFWK5TzD6CSQLXuEb3q5DZu9wZvVH3p5UFPwK3_B2HTJ7hzOrhzgc4HwC9JsznkfOfz7j2cMJjpy_asvlFb47AXqsYD9X4PyE1X-zGv_HOL8E9Dv8W5z_XJ8jh3iFLVnwDtrKe4fTKc7veDvJ4QDnU5w_4e1hn0Alw6_gVQDyDsdTnD_i7So9eAefTvDN-dBygG8q2H_C-UVJ3kFbAe9w5vwhniDeJzgrgiPn_1F9jujqO6g0-x3OtfF3O8B31TvtBN2f4HjytMkRX-GO5QRnraGD2q_Qr36Cn5xL_YHWGG6dQJtX77D3Af7gqVUtcrzBD3cQjnrhJ9U7R71wrXIAIs8JjmrC-3CCXA8QtLryDue3vqjk_x1UqP4KsfYTaBv_Hf4tNVH3CY57BD_aBTirCa1jvsI3ewRHvaAdl3eosZzgmzfGHBXBT_YIdHrxFW4Vj7zD_39q4t_SC-e3vshdXuFHekFrOu9w3gU41-ccFYHTIbN3OK_kn9_ropWmd8DkD3DWC39uJV_J_x1wiAP86I0xR0VwZvU_WKs_v_WlpnQCHQJ-hXaNE6is7B1yOEFvJ_gJu_7JSv6ZXf9b_Pn8Xhc5xDucz7TqqO47_IR7n9n1N299OcKP6nPKCbTA-Q4_qMC51n2Ab1byj8z8O-79g7V6JfB3qPEEsx0g5vsEdZ3gX1vJjyc4MvM_V4Hz57j3N2v1Z-79b9XnnLn3ngf4hl2f-bMqsF9hKPK8ww9W43_En_UK0neQu7zCN6vxR-79r7Hrb6pozrXxx_X2n3Dv42r8N8z8zL3PNTZn7l3GCX7CvX_Cn1M_wU_qZGo_wY-4dz7BuYJdS7bvAGE5wPHk6R9k139sZftcRfPn6mS-4d7fsOv_e29crJfUiNvdhZjGun1yabgeRh-53dv11XPL219zjxrW8ndxed275XFtFaUgC2e644i3u1r323s_rruleu_dywpz6DWlq-UVetmh1IqDjuL1tqlF12ppuUantxBUHiNGWGcrbc-wGfGcU5vZx8r92yp106Pie212A_teGmP058tXnLXd9OFusY1FbGzBPq20xH-5dkVXuEEvPZd5e7u2-DF2cTDxUdOtMw1XbHz_skbeYZR1tblGdMGHvsOV7hVyGc03LlPROJOyZt-7RWJRrTtDsMJc3bpgHVy7qd0T7ZvjvV97RG-Z37_3aE83S_EtuOriXnbtjskta_PTo1RXCFdLMViPal_-c20rd1gzx95sOLdLeGPkQdaF2q7i7NovrbLuP1PxaVXx-9PSm0Zve67d5XNZmJ7uk3-sfb1jYNaMz106l1v3XXNx9RHqbU2zsXpGaKdUbuvq7eY97M7Wljl8bG2W6fP0CJxU-A4Uu9xl-62CjD1jwfBaDL7kEcLkc8Yg5HSX3ForscAkap3Jk3FuxriNC-ukg3VpVC9sFubFjA-b6Zh06Nbv0OFUtfV4l6vfvg9rHylvDf56z9VoGkNMy2e4_Vfb2NlfGqJilmP9Nds1E53bucX4ZBjQ9DO5GbFdXDnevmyzOlGUtUpOMWc_18cmd7_LZzRcvpc1g9we1h2nGwFew8i4MEZKzJn22upmUjDyOrfe1NITQx3Guu5IBr2tQXfpc1rrFZU3Exmc3com3ubcPh00nYBR7353hsjmfGCBOmDjb2YU39rVh5Q2g7JUHbTjvmPUVkRaaXEL4srccxMPPEaUE0bWKqFxlabyqNaZm7trsbjl5jZMnObfdWUmzkVmrjBCG8sKbqp7no7TJtfyTCm1ivUxXT2txYjNlqZnlOdua8MJ7mT2R4j33oauXeHGpe6k8wmBWSmrIdD8jn336du4c3fVYyv0wYy191yzX2hpmqvo2FtfZfnK9GmauEFLeu-J7nI7WokLM1or30TLRWg0T2FCyuMpzBwz4ueoFmN3xUcsni7sZnyJKjZbbYXtzYnNf59YYt5oTucCzmwBBauWW-hazeVzrUUa-7L54MLpspcXXTPnbddaLDG7N3NM0aVt9mxx6AlBdu3E8OrHCC2Emy8oioZAu55ht5Rg0aLOPNpeUB-9XLBYBLYRythEt9HFrPCmZI9llj_jp2hhYYSAzsCWGP5yRA2TzYx5Mn5KmiFuzYI1f8YFb1Iu07H61FLKDANtI-RbC8yn0-q-9vuqdB6j4Nv8UU8zs7Duk0dIRWluJj7QcMXOQYjAhKPvNhqxhWvESPO_-G-ofTNYThmok1jkv1dfjERWil7QZoz4qmmESA8yjFReG0dLbdDH2DGVQueYTyXvegWNNMMeGpNn13JdqHleoRZmbYZy3fDeuSrJajGINTUzpI8VK0otsk-3uEFs6dvMx2JYwS-ZgRtr0Kgx4yFYwn0iQ65BRcLEjRTw8S9-VJnuZnM0Ov02P3q8h45FXxQ-sH_3caFORu0Wqe1ae67FWJt4s42PEWr2beKtzZZnPiFcz93MIk_ztHGPstcMqGA64QKMCEtmTDd9X46BzAxiXWSXsMbt6WognqNBoEGDfBInnAeCF7tG68pMW2s0OduroQld6cbH4ppteDcDg0TkiB3BV2LbATubve4LI2OuUiZ6pDJ7KmuHiHtfBE7-QJ6_JmSJZ5cLzgTtw66ICJVEFqxrhI2Fwe4VL_iBCrcJcSQnFZfSB_L-5OEkR1wl1Kt2jLmtQUxYmQDnYl0LQ8n8jRi68-iqiqlxYEjdt4IBehiESOF9R3nQnQgpwfFv_nQZ2QkOVsIwLGdhJKRSow27GdK-csWf4TFK-U5BduYKcZn5xo8UcypaqH04EpyTZHd7H1eofETA7RsHILcRMGVh5mxm6CVKUIrsKOBNi0g4RNtmSKWaVFVekE0SJDG3Mvzde8CBpp0T_I8H8H_Fl3HzBceYmzmaNZmJfuKGQsZImbFUCDcj_Hwq9mCfFjGxJ16Z1T0R6Z-s3T4lVbhinz6eYs94rN0-_RoJ58SVo5dbxHzbp1gJw01gxdhXHA_YQuKXvz1AA_BU_NOXcIfEiLULJwzQJD5UcYilq3HFDoX0IYy9CQjaZQ0OWySq-0b0vkO58RFSCtyqV6zIVzI-M1FIeDtfOUd4l08dPQAruHiAHjKgXkRzqFAnzGDNyTvkRkDJoiY6zLUR38nioTPRqfqcMRJaet0MwlCI9025CH6r2c-IGXgg_x8YFvl0HAEnxRZbo10DE3dp4mPE2Bw28UsDuG8kW1yQklJHUJqBQNDpRsyberlVXETSiYXoMGdfifydQyFVBE___ZjBi6LR25RuXIzEAUn2zdpOXIQLdXUFP4Y4XugEAiFSwjGUfUTo0xglzuXJkoy6r1kxDrJ01wA3rLRx9rhHzvpyU9SG09DZC6fVW67QPiPfUdKrEzSic92tsCoZL2c8xZUgzkJLt1RYYjw7JrODhwt2Vdzwn3cSfAqiMGyIeu74S58Qt7ZImOO2d2M00gU9r6UMQhkx_15kQHgRcWAo15El-Hxd8GYHE-fpcUUkpCcUbox1kBbjpUlyMByoc4MRJ8yRaKGVazKQVKHeauMwm0A0yjFX6D2BF4HFZUReTJO4i_HBmsqCHfuEAw_4ZVsw_RtjwlXQc3BiHbYKm5SIqe8ywmIyrsHVyAqCPYEOwWA9umAJaCpf0oWuEUUlRBRNIMGDR0cmPmphgQiMMhTFRanNkFAyMN21B-Qe54fMrB2HYqKPGWKoX7KKDidgQhj2QRCGMiE5CfOldsRp6RC7mrFarA660GAj9RbpREHD_xhC-IIvUCfii951PqsOCkl916QX0tHeUCC4CCUshsBFFI2a_rJFDTOyn3jDKGVmh6dEegkq3ZB0E6OE2FdW7IGP8Rz9xs7doDLQoknjJSxvj-WSQQL0HApTU0n4eRB9r0paXkNYkPF50JqCqpaMvjzjCxUR1Yd67ZnJajdPYyi5EpmmNxkwCtCmvSrkmvFCsmSvw0FTZK0GrGSJMl0F-0AOMTrkGeYaAsDFOGTBgcn3jDzJui2Ggv8tdFKSTPNDsCN4MA4KMMiIgHdjYtzU40kq0G2erFThTFhNnqRth8jFlskabvfOPwnbG4_Qq3-JW7gcPA9rJ5gFFDBcnSzJd8IkqDN5tNxFcg83kw_WzsMfHwyxraVN1Qw9IVpdEzp-k6ECET-YD1a0BI2EMD4-SMjKDD8J0HzwzsQ780HIasxSjQxCqRjXIuUy0ojeiCWgfobROBj6VGCK1fXqvcVYstkll436wREiyvLQCMI3RIVoj8JPw1wyLdEF-KE3b4Sn-stcMgak5IVSgRY22AUMm6nl6b5jLls3h9zev3mobJ-IiNhTDfPWmxNTCBuTML8sYe8FxSMFIljMOc0vzSXpKfoXbTwUPsbHL3-55GgT58UPR8MCk_mgQ3xWDLC337zR_hEvrEqN4a6MjLyR-evZXNKTauHfhBrzRhLjYHTgSJ7YyJBqIYqxWKRBVF8dMhJpM8wkSYeYMCS70MagHxBCYZFpojQrFAIaA99MBbUIhyoIeZhVRulgm6SE6fASxsbhGjdc-Koe7wkSg10O3snXOCZXyUHLqkFSZ_BXUlIgkuo1S9w67gx5xUmQMnHhGJ1ASIRODfOoUZzrxrFI0tozIWQUT1f7qIm8OrTSupGAmSfCFkhHAXdEZCMVeKqyBrGkT4nQRSZivOFwYspaZa1EEKydQcImG9ybycZ1aoPNM_bkkEiiuiBXsjYtY8K8fAuD1hB4Zt6OYSVJE2jgQ5H0Qf6Du5Nf0fqVcVxyhuavW_0mPIaGz-0iEh7Ur4usz1AzP5fGB0e6NfJ6c4PTggVSGwFlSUTcCjZHnk72kkjI1eWRA4MxG3BihhRaqd5CSz55EMW3JnHwt_xxqySBBMBMKnUwVCtZ_tjZkQplrJk44zP-Fi1_wPhSfpII30QIjRs24DwZS7lQBhU7vnN_ySmoUcJ5c_kmG5JwZMpQU2lIIsaTXVCRpCQ0QTRTJlTORsMgObD5YPa84Ag4CVTFbDcVyI8ZcIaTOg0H409qwxaG3GYlTTPRAuP9Ys_ELsTWmz3DwRviDRquhOjNnh8rhllfhHEULw-rw0zZxVCaJ23uWkSx8420Y8bhFyQJCGW-5FWVyBMYv0FkJXsxi_BGzNOLHLrC4DHUpW_VEScPWyJ-z0TOCwwEZK_3B2JACn352wN3T5GQimtuxlmKBjJ7YbtFP6fZeFizT-1sNKpe8fLyrnhiFGR5YEHkt9KheHC3pLGRusOAyWOzRu0T1uZupeviZ05VyktfEXkYesQV9EseklmdoA__hlBNTHbmqfVdbIaAeOPnPjMc2CEhJKhfkswQNiaE4WxDq6hYBqPJsOHlDWmHnA9wOa_foSDDi76RDnsxmknicgQWEj_u1I3DXLQZYpSlQifeAO27-CKOTb4KiXTtUAJYy6hdKbljQXrPPUSY9KmflQiSPQt_JsogOMkQWnho1U9jOzC4-6JVhGkIFpks6dz4ktnSbLx2xc0k1oAkrQpZDYmqKMmQMb3kxYbdwwT0pjbMMapIA63nGykQJUvQz40s5mWxBAxEOzSZv0MbF1ONzwSiGl0KUNJ0f3b6Fk5EjLBlpWZHSBxxyBNJyZVQiNR9GncbtyMSyDxbTmRv-TtxLpEu4U8o0YHtF7EcrBZKTRTAKelE31p13dUxDd65RMuvQlK7K9I1K-BqzQI2TC7bxBFM2jHBsDdIUkoNI4VXEEGhpH34oTjDsNB73-91T0yUEExuJz5mvfINnuRq0EIvNDz63mZHgVxcjjsGBY45ECgBJjFaIeFH8_8dxaEanAK67fDwu5IyNv3sTVvPZHUEWlKQaHpJPT2EsRKSiUEzaglgX1pFhOlBm5idgQ7DaRffqiSlgXHlAocoSq0DIiAHJGSGBo9sCK0NoyYcYuMM5y7ofoYUN-x5I31gYNgLRjUZrKo1ngyvvW_ykaLsEA0o-jvED-kDLyxjwpYJ8FJ2RJ5eHRwAAqlwgeZQFRduVMgxFaUvRYrOgAfopW0Yib874TInlJvyGtEKO4enl3hzcchKIo5ovWjE1tYGKbFI0TWdMWWMHA6uei2JxoQNwpokrwnM4j0VaRbQeEnGOMOQPiY17wSJGTqyixswZReucS8tlWp_uJcOLYVRkddt8NFDSbpdfk7sUvgn3EKpCJcwCQx04chQ8As1qh2DVf2NeI1dP9lBoLmlFxqmShL22heA7yLQSa7cvUgEVQyPCKfFMwfTxUQzt665J7LDneGvl7lawbW6-RsCcRVzuo1chm3BJ8zfSG5aKtTURYiIwz2wOvFV6Czib5IWmSKcpmMBLcj_-I8Ig23IB4lnZCT5oBYE0U6b2ZQPEsByfHwQSVVwwIZt8GcoAv5FPgye5NPHFx_0WpeK-Fa8ndOiCD4IXU5Mlu2x_scbbxQ-vAmpbY4I3YPgkvwu7TURqLNCNAxHgWs0xNDUNhAuxbhPwh6WO5FrhWh-y8Dh1s1-woLvdQyg0Vm8hl6ofZDbW-bqKpwG_uCw6UmOCAEXgARu5mTR-DsVbJcHBDLT1o9Ia6GMSDMZAMXBuu3NLhBn1AlNRJ918rCqfhQ0MFaGDFEzro-vxksL5FM_w6qF9aTxIpYVSYKAoWilEFqvwfLmv3A6jBuiQHCD_0szNOWkm2ZBPxgxWLjXGhHkHy2LfSFynSYUBuagCjAG7ut7pNfQVo8q41piVoAb0qUk5y_SFhv20UgKy00oC0mBezLTmWANK0IZKTqsnLUUCX8aGNldUNkkn5nwBJhjg_2HtjXCSM-lzXE-yIwVeU6qCbLB3FXUa5kq14LHYK5IcsKJNh6VFBecZBBdq0wg4GgNbT18k_ZXyIEKYKpjYhqSSsV3uonY0O8DFOnkLv9n1CJqG6PgOb2vmcnvdJ8UWlTOdbVbhESMkcSqzTlcH4EEwZ3Li4q7ib6Bnkco0lIigcQQZIP7JHASLTIeKyaMTI_Fd-YD7uZhtMxQH_bqtKgIjQ6HlykiIEEXGoy-VVyLLFI7Ggri42Rvqq2h9VA3mN-WtA-iU5DGRjuyWXGCJTJsJFOvbRnYa4InMgaFx29ftNPT0chakLlJUlFRfuZi5B8DStoQ2KLyzuy-Iiu40svsMP5JWMmWrUiFl4444-KM3fYuEeIfXyBQbfMFy1vdjza--EIS-SDEwvwyCtN8IUSt42Jp-i2eSZOJKXi1u4nZN8yNnOIw12a-wHMI74F5hVzx5AjT8lWbqkO7jzPCkwqGoYllYLOYIQKw3BDdiA-ouAJ9n1XxwjC7AIuSOZPgtfXJeJemVUL8cbXwcQg4ZzCHMF9AmuBmDBrEqcl5wsbOG5_KNMw_iDXkULmGaAnjiQNgtFCfxxfwp92iKTzozeML5kfmCwQUqWjPvF0EUvOFQjMRRqFiE0EFFIQbMcUQR5M2Eh_ltp1u9_1AREOEL397gOnVIoB-AlE1YGi2qh-0xH8LrPrzKVmyMY4xPp9CiTFiXWafQgnS51O7zD61-9ll9umyVAeR3Dtqe0l3xtWQiRLSRGBnp7BwQtT7VUdIUgp4D5YHoSV81xu5W7S3G2HTDY_fQ1UAl_ZL8aeuZTAGod19JdJQw3l9QyplslHTfk7D3owoIJC9bpcSGVHrBVX1rZD6grMWyWZCoUoiW2SyLkTq7HQcE17eXo8J-_Va89ebvS9yN7yoOGQ55I8UFpglbUcpKmCp-l0tTBiZQRZHIWvDTzudk5ZDUAhjcA9PovdYdEv7hgRJFUOiaRccRIHq1urChTYhvZdJ9AgEsKEnVL5HRF_asrm0YT29CkY-D9pJC39aR0QmBOkHFMVSGRJmOG9tFJKPoRJjMFD-rjq0gqNuTPpC6fcSK-yR_FXWvCtqJtwYbAm2x9oQiZeWzNYKRa-A2_Ee-u12RgFXwL4IBCrZ0f4jHFKLwRAonI1BDG6J-W7-xcSQ5CCsHiuCQkGV65X4wt30anRM5Eqr454Tt8sOJqczMJChIrFPyBtXJ2x6hEJjfDyBgBQKEfSoGZFGAg9dh1ehoaDOMULRLwIqlorhE5y1cUsEc1K7rsiV8X7-jdohNSPhE0pZe1sDZeaVQR0TUDXymWehzpztgdDQ2XBRCDGGqNSYM2R-q-KL0AUvHsmnq0f6qigaalsekkjEZkKI8mtfxAgMSRlCzyW2QRShDrPgDKR_l5oWUhCAVcvbOMdonZCcURsENVjUuleHymtNMeGuzatQoKKiIa4MsFamVb-U1l7jaoxSXZvxXVq9RRfhiaUQUpryJ-rW4WZkQZphoZgprplYPBZBfwTcv8O9CJE7av2MrIgqgesyglGJyeUOmeF-JAFHhmTKi37sEX41JLCZn5zNMLmn1-xqgZXHkyDwdNTwkkEQazvMlkgU4O83BKZeAWlAICFc4gfwRu0cEzykZ5kUfEzlJGuqXKQtmg-VL0t0leHyyDA011xamwjYhe1BTPKlaK8WCHg0VzhF1E1AIQ24rsUSrcquJWFYSfAtiUrt5pPql0qTra2s_D02jsuYkSY7nISIYm7qtGBvbmoe-tHpnUcjchpJYcOpCH-MBVeb1zIbfZNTtVuGcOjz4hlev9LLkG_zUInhvzxUP6iGQZFIA-yzaHeS_mnNG798PFSM4lahnlgHDKIrgiKDmhJSJ8tdWuZqzjwUzlbF6aJ8z3881I2pn6sKJHjIllgkwpMRc5HMhF5eaD3aQyaGW9wE8Zu0QArvTrWHRMKLgNpxuu3531pUpSFXVnrEeVXAQcrdTVs8RLSgDRRGiEyLfBsLHYbxFrig3KHc2RLw9TgsvBtSBRvFI3Bz81Dt2naFZr5449IByoF00do_Soq4J6asMl35KikfbkcaRnQ5pGS8iXhatocloucu9KA57OgQa_4C2aeZmKe0JxKvq9xO--oZU0P6YB5kPFc7JC_qRQY4eVZBFYl8aD3TuZrRPSmpAukiQcAZ0NwOypiWfvcgEnM6E4DJXjITpzoJgoPWTwgDw4lfoctVXNdhXAxU9iTZoZ0R2BtkQgtIjDhEitR43V4uJ-HHOGuCpt8N5jy1EDEVS2he11Kx9ociDSX_dhSKtj5gV7Eg_pN2CSOuTVQl4MHHtN50K2AT70hhkOGgMhSMN0GYPZKXcdVyVRLPn6he7fXL4Ta6buSuFJm4Tc2qWYRnEGlnQ-Hc1kGcQCVjhNCIA2-yGEGVybh29q3jNGmNpY0XlVQqcabrVn3Juh0yCjk9VE-lt7akzPySfQlu2oyRgTsiLHOI5nTkuqHovrO0qoaJJ0JNycQEHbQvdJD8RwZwUeJfcwE5b15b45aAJsJZNSM8ArKvYsmiKjwtbC54aFahUyUZqhQN9j7E3lSqoFqJJx8RHMgRykdaH6iDXFC_5CPclWyXekfXatvGrP2Xja8JdUXak1bnrd-yuLUxQBZCOTVIJrJ4av-f4IIPyrIhXNN__MhnmJr8jdB_aXdpLTNgaLHK-8SLkWjkXrhdp-9J3H2axQ7ViHry8TarI8Mx9Bctct7qL7ErJhDVjv0uEsf8WCz6NjizWMJ8vD8Wm0Pv2AYmIIudHdr6WGwhgTADDGVQUSiuNl3FvuBGpE2zWGi5spx23eCSxalkgEHl3rsz71AA4oJ-xxZ5qpqK4uGDEO84tBjDrHdGr0vDk2vx3EpuhJ7DAPTzHtqL1DoJFvvAXScB-u9_eyDQK5gqwgQ2j84k5UnJTO2XzvT100tb-N9_isTpX-8snc9VIjNBOx_61J7G1FhVllP1EXwo4bgEN1hBTkWFUpnQcuGRqG-4RJGhaWsaJ--4hPZ5NToqHZpLy9DYHIkJg4LUL2VppeGN4IYkDqkAhYpFQhxkuJIcSoZUw-xU0ijCc5LpekZhcqF0OY32IuWqvOt6GxXtrQ47bIx1TiPCrlFq2vB1MquOzoUtQZp2yaISm0QaFaCQq6o4UVk_fFMblchMdEGqCFWeB53pl9aMcC1VOV6L_NgZq3vo1_MgtFpLqjh3xWQsJkroQArILzNoZRRaQBYbhDudJNByDNkHwkVSYKBRum3NEm6MPMKmRBQVDZ1P0AYSQNPKmLZXt_ZJFwkXhyJa49ZbRdkQSKIQvgFFIWpf2Cc00KcmOk7uRXur7EiFKIWYlUR0YI1haOOtED3ovZSDK8l-ODPDCQlUKpZiHLWOgbXczs5NIi7hV9r51361C8qkJFmzMLfxs6KySCSYKpb8pxru8yl_WNluP4bOKgfmOXRoeVApdrl1Kp6I1lT7sfMk60Ks-ucGzBjJTVufijVBYrLb-VAIIam1XWhWET76rPIEnjSmuuiUn7ACrYKQ1vD_odLqiZjGUm4duRMHdfi7lkKyCK8jYEmMQ7kC4Q4vUKezi63eueIrPHp27zxsnjRyMzULqob8huejAfOlvX6tqtD9z_gVdIr2iKe2QZd9qnLNqsL5e2kN1fqrPSXPHIpJ44HcDlGrEroCmZFgHdIdkBCnHwslnfVbdSdMq7utyg9XVshGAcBqmXmCIObWLrJi0joW8ly7Oagzh6OppmirjHtKwSdEtVN1NZEmQc99JVdAhck9SGGbWptBm3ObrZ7CEHVkdP_eX5vaQYLQ-jHm-fdP76jfbdZM4x7xc-1jdb-NmqU7WZN9xazuN5PSV8yuzHzsK4_VfW7w9zajNiEV0C1YGwLdrnDRoyqv4rQzdFe4Bwol64BHgDQjO1Xex2wsRS1ilX7BBqXRsJ0eyPHDfBozUG3wJXWid7OYY8unzZ0DzprJBFPF6a2bT__mzjS7iwGgltDW5r86Ux1gKcSuX_5LTkUgaXrMf-GqxFb5r_mN-e_NLJGD0bM2kpUWxmckq_hiURU0RoxCwCQJqUs1UhO19nf_fXyVAPpX_rBxthjxfPp5ED36OLHN0W-2oUm2uGGO85k3NON43Nku2wFRBZvTbjR0B292MXptxcu7H5_Wek8xa2eKVJEcVL0w4Idy52tqD2ZmaCmJaZpPiwUvOI2z-hGJoqRlPS9PhKrftgVOMr-6u7RzzePkzpYqB1b18X2vlcLH9y1p9uyyfl0xXSr4DNDhpOCKZ8muHp-uOjfW6SXKUfFdjg1RQ07VhMhWOV9DaaveGcIDo20WyGTB98exYVikYC3PtzAwyzSGBa2Y9Sv0-Pw0d_4yC2FpnUiTZ_HZZgFmg1bRpypquW0-_urRf-bX-mt-9PT3v_L9s3db9x0aXoyTKC5bK0miXDOt3WrSNMMIadauQLwqOnxqOyRfiSFqqqXBgZG4fJvna861rNKjtlR1Dohw0bTdMMUM5Vrkkygm4FXGj__luKAYTQJa5cQoTC2T6hgULu-16xV1sgMtllVRQPqX0q_abeLfQVsSsYWFkkBRjI30hUlJag6tjq0Ml9WBMRUdpoAcchdC-TNlN6KF8KwRWhEuM-OnIBUuD2PVJv3csN_mPWGoSgkyEKpOw10IgKqF17p3hTpa_sU1GE_Nr2WrqN9fszG1vPWETf7I9FrKamg1y1swJ21ZYu3_VRQtuzjt9K67TNfmay5DPhLUfuWywtO3Wbt27ryZvNPBc20jXmbyaMbk4b-qkbGCSEy4bGJ2UHnxNSPzkJvOEuhXiDScxFF_J-1EWe62tG3efYkR2lgxPW2aKfcQmES8PTzebdHMvPs3A9Z272_ejb1C-Zq2Mrj04x-6X80LSaQqFutv0qEXu99j46Mj9ZrtNWqpy1oVkLQ-qfye5HH5BxA34-vfHkBv6OhJvG-FBDpiuSFkFExDxEdXxSDTCEh3vewBh9ey2K2zw58rPDKXnJCw8VyYS4YpqUoJtaH1vA6B1AsllRgiVnhPMlWeWRE04CXw-V5R7unaW_s4y6ktKcFOW9ZeEGaLm17IR_Q490UZ4HWJ-dGp2Rtio2M5Tm_tcEjB3qMSeyGcRcLnxue07xgRzFv1xszNXm5A8dbeEZ5MW7XKSU5TOUe3QtUORdZ_TuWn2v5AGONItNSOTKEn6rgqItxLeXsViNOktlMlcW7bkyY6o1MQrlrVqlpSyFr30_7Djdpr-PDq2uG2YyKJp0M6TUxBcmJmyG7ViKFKiji5flqecYFndbecSiYcctcj8qsWGHSd_sPAMEPc6VKN0mX1fX_NYMNQGdiSVPTRFP23pQHcmmBv062f9FanCWj-jp9PI_7sbpU4EFtqLaq-1SkZr32QxGQQScQL7VrVzqoqaii2JARU0G5jZaSLKiqaqtwYWYXdsWhwgn0OO8rUhj0jxL66tW_jgah1girN0-Fh5IxezCNp4klMQXvAm9lRhfvWKS74W462AGNt0UmuS2dkoj2y2_EjBkrS-g72qY7R3Yt8rd0hwpz6a92yVtm19iDtBDYbJruzDU4ZTRFwLeldneij9c_g6CTqZc9gOvFPjQbdcq52SOIzLtagOEoYNiTWAhuNZ9htBokFzIuGpDDZcBOfZfpQPTVX63tdlRk3dBJ_2bazNS2oZqhuRyknN2U8ZHcdakB-B6_KZC01w_yUmQbRYyWMUesdboy6SOxkuKlySO3ukuKuqZnIqT2WY_NhzZh6q5L10j61MGKf_nXQmM5Yz59xxlKzf6zOZsZuat23Lz8jbsNpM_OYyjM9Nsn2tOdBCJXonmvtzvZca-Rvcymz_XKt3dnM1u78pVVmG8-nn1bpaXarTIzRKRdVgkZtCfIpuXpr00NH-KqO-MKNl9fhsLlqNCsmEkLB9ekkjhV8iAgj83FZNTXIy89OoVZ5dUxaSRnHNp82dx46SLbILagRHmw-_bhzDxlt_stiv_iv2TPhq2ipFEEoi9X63qVV5mKuZv47J-mEtBSq-a9-Ojt__FfvojB7JpnCcib5wPz3RlRMKEi1lazb4hD0nbiNpJl2Ykj7PDFAM0egrZ85V5mrfoZLO8_dR-u0VqORulrqlddmO2huxwKQB4TCqH1ivDlJa2O5XIa66tB6Aq3G4LfuW0Rydiouu_uLh66BxrXW2-CYh5ojpkVfHl_VDkn6-qlXutHAfmKYPrWxshHXvoQtyCMgklpcVJJHKNmosapNgWKxzvuhVzXgvxbcdA5uc9-5WtFdZRswfJe00OsQW15HWf1l42KRkLCvjTeVDZNAyTW5iJDrlBtObrZh7medfmxj6X0i1jfrgk3j479RheRV__tX4GGszBfMNlAe5SYkqSqayGcjbub4DLv110bDrrWxesb5yyw8WcPu_GUklUzcbLMHHbi97M5e21qNBpQUINEE0-abNIsrULTRyJwDRgbb8ymTwDUPPklcd0kjRT6yOTrRCiC1SMlMukIOMVfDCEcNpJWEY6rIeYYgBk2kLqJHTgJD4ZGIoMUwr8pM7DlVFea1tPat5VCEHxIA4apqaHgqhAUapVI3x13FelXMBDPWqcqLR29EFQZN-m5T2jvotHFCj_IYbBvKr5X3qu08bf6LcU949z2TSoOVL7RL4RF02vS8PUaIlIWSrlqkqeTSXRVHi1G45rKze0iMogJlbe1sW7OF0qT5JebYDE5yTvpM4_-eXVm0fbKk2ZWFG7vzJ9woFlsiMPezsPThOb_y5adpf8_s5n5aPbFyxttie5amM38ze_5wi8TcRlhNs3w-_cb9tt6soLcMWESyw5_mg2ai5oNGKz4-GKcmkjk2H7ylHgopGhIYVIvZ3Cc9YXoqEBCJ0ckFYyOWPn_LODTu5jaQIQLGJ3OiLGEBOrpiUUcbrYiIUFXVeGdrqSpRxF7nXnU0xEG3Fdyk839bRz8j6iXt9YBKjvqXv_32qQYCAu3xF0jkPWql_7PeYrTJPm1tOZ0g1RmollTKfM2NTCp2GeLa6xU3NTSEFaJf64JdJ2LQdKhu5AihTqd2dcr3QkVIVYdpdfI66ESEVxGyXpRyk1rhh5BsRbVt6w0qkR3WrUtHOXUuvmUFKBTa1kHWDf9QxQFZH4q8ZP3IAJ27vq1go9FM0oq9SEDrb6Rmnd8l2GBDCOgLvkQIH9pcqmSwfTEOiT5NnVXRul6DBmUdNKQdPL9swoXeBgP_XBBYMi2RAEkwdGApqIqGoUyq1rmijszdytz4e8mK3XAvU97aWGAOdUyMsEMyxu5pT1UFEkKCDIyVdu0jD5XdBtkJSZ5cluyEbdehZJG4rX3PiGLS9raW_Hu8w8xRexqhDK9gI6pXVRdBINrI5Lh1Hr3bDO5lb6MQd1H6QcRpcGMtNudTQXwg3HTw0dsvvQzVZMg48rJPb725BFV3Ne2ZBBP8Qb8S2WCxeWrpoUXUvH0aMmLw9dqhLbev1yLSEnOn1yc47U9xrbXFPl1EjvJ8Wu1Ibd56iQ7NgGcRHqTE2oxkB31q98s6iaxy5zh1nG7Um3nXI-1aa6R9SoDWK1C0aa2WPh289PIEu9Y-_a9a9bQgVFjnp1V6uA3sb-3TtV9Gw1plD7emfZ77a_ye59qdv_SIUH9BsR3RVLtP1qOC5V6fEcIrrkquswMbzm5q97NbYSBLrzu5q42V3U8nsZJ9am15PjXLGVuLf1Cn-tiQPfITS9Rw-_SxK-vgY3U2LtaMZ-i-jLO16hmNf5pfnVvrz_yaJZ7n14zQbko-qOWf5revNrcNXdALqey5jzU9VjcGPm-tt1bZWEnCBCImzqYDyzbndtmnC5oAksCtSrcr2kDYGHzW0dTfx-o-Y_DLzJ6B-MzC3-3qGQ37yseufvnlY1efO_96ro2GPfcZjS_PfQai5Jb2_xEffLzCbvVfedk55vwPrO61R_a9zyNlDNYju-lnjtTcq9pxRrX5lx9Z-8hjvzfyS3y2VhX4crGJsjY_8QC2qZegQK8rLOwzPY8lXjf6BOItbYeVWuvNEs0ICxQ76Gxotk8_lvgY4aiQX21m3iqZsdHAqRGzOdKrrhIxp517Jflc764X93VYeIAK1rvyDJ1UptstNi37BVR80Psj6ow6RBQ6itKTeocKtxfMnA5ubdNCSPVeJ_4QWiWPQdJIlMSzUVYLdkQpwUXc1j5eSEWvPW9joUF0Qm5wF8zJyxgiMYuhR3WJSqyp8sRrRre0JFtRHS42IldEujKAsALYBmogayPtbxl2qoZhx9aKtcUybMDHVGAK8XTOjiDErjc21S958Jktzcdlc24TZWbx2OQnIJuHyibNcp4YYZbzxa7sssfa_6sY-xM_elr_j3n_1zM-XdC1dnv79LmLffpkDfuejdXHmdD72z61llpIix2i9VugleNYzLYoZb5gebB0iL25S8cSbh3e1mvkEYo6v6WXiV3mjRDr4G3vNGvd5QGVGO8vf3sA94bJ8x0sLSQdAtIb35tErKSjXp0QbjdpL5Rrh9l0qBiD0a6IzrRe42qpqM4JXhoiEhi9CbXUOyMRFhP9VD-v8bA3N-w5mk4JOdU5lRGq9m71QxBRRSB60VW9etP7ePTuNIf89HoJ3GaQMjT6LsS9Ocd2iTvhcluvpkGB6efk7RVgVWvkhD16lrt2SFR1P_RyPi1JIU2D86oF2gv3kdTjm1NHs_pwu-9bvzNHHoDvJ77otKFXtBuEEu-9JYfbugCJr6rVwHl3bjrXwNi5ovfiMTKRCdf5QK-XnjHMWEGUbk92wiZ6vdkL6u4Wyj9ruRFSI5nlENkoYSgMol7n6FDaek8QoU3lgdgbLbuJnRp5uqiFeO2JMvK0LaLitTmMxu5IZRxYpwBXpMt6JYCfRaWZqpy4tgr6xqUXEuk1T63dS8d2YH3avbgQefPmCh1xCLOQN8vWOx91fhdNIkEDfS86MB024aXqN-WK9mA8cUWHSXO7Pp_ibsM-5R-ShE2n5muyw9ZIk1uv_FRhjD69Z9CS2eVtO8fbp1rv0t4JoYZgmrXwte32Q1ugWi6AUfTY7NMYMdov18ILVOikEoM47vG5Vi3oMImuev65d1wqS7jKp7lqi33l81zdfmixxVoa9P4vu9XSuyatQfZcOwdml1kXrH32vZCtNKqqFh0DthZYV59m2GhYw-0rz2jYp9aqT4_0DOvRc3u74vlyka8-PbJPrc02Bk5vLdPGBInFiSTQo0sSGL_Xq5w6pnDjpUir5fXS1GWlHLnrxRmRwEAMuvhi8Cr2rzsocOWp127qfGEllXa9QtUFHceJ9dbJ4QqzHLa0pFfnrFtF7NqujZcK3B00_lf7ykCJysxua5r8d1vf9O4eZwPbvd6vp81QG0lcOsfHGCCFSy0MSFnkvs7lzrsSm73eeWBDbKNrY_XYhs3Rlxm0ibf5tdm3GbRWfU78Lb0p99eXbY7s9taqx4bagPN9udbmyExvNHK1XfvMatXbe-3THPViTXXfbE27HzrxTGYdOk6tk7KbzGqnOMankb8mvukVguaNKHl8Q4k-XXq_nDKJWc6XVj02-U89svZpS6HbgNm1zxjYDFrrbSQfH7Tn2rXPc7_44OO_ny783dqfkbRWmeV82myRQePyRAZr1dOP11b9ODI8s2V3_jToV_iy-bWptWu_xCvzqKTzSNlWcdSqpy02-_Zccyt72m8hSNfa7KugOdkI2aTU3fUeiP-YlF27ccfPrJoR2liRjO-PqZhtWED--MLec73GDbvWzMxinfXXZt_6-0RCu_MzkvbcqmByJZ2mV7GHjaSKnHLN2rGH11cLLTcuQcLFXkiWPer1njp6MYPeVa5z-ImLvX6zAFPKeomfHhJUzO30ZjOor17lOCIq69ZrqPQ7Eipnr3pZQLZ1Jb3X9kJo6LWWxRGOaInKr4qKwKuLemUb4UrvEkCr6CWyRQeOoEWhlm0vFry5OQElKFfC2tea-t3pTMiCpsew1CZGtKaiCizi4_9eDn391Oz-yaZ1u_t-corZwSf_LjuMpJyiRzYV7_9TTnlsw2YQttOzWc4nBP3KOBZ9vmQce9oXy3myswUju7NZjt35nyznfxAZznnwea5d-zVLKoqaD3LL8bn2ueL51GLsE4HtViM1Xx-w-3352wP_D-hd6io=", "sample_md5": "77ef64d84dd84a97901b9552932385c6", "time_signature_confidence": 1.0, "echoprint_version": 4.12, "start_of_fade_out": 183.54213, "analysis_sample_rate": 22050, "analysis_channels": 1, "tempo": 120.029, "offset_seconds": 0, "tempo_confidence": 0.807, "key": 7, "decoder": "mpg123", "code_version": 3.15, "window_seconds": 0, "codestring": "eJxdm4e1JDkOBF1pE6iF_45NBFB_Wuy72x1WlyBBIJFIcFqdY_Za-6u8dpunjXvnq972qmv0zW-vMc7rlFb3WlzeZXDj6nfftV93lRi1fhePtbq89ax7R3nV4b_WrG3F--563rO99872mmW3Mefpr9bKebWYDJ99tbHGq87bbxn8uFvMbvVSJz_eMbx3rbVLf_VWyuscFlEXk-tj8p3uLEq7r75rey3v3qeeF_M8r33m5cWNtbnS22cZZ5_BUms82_va477G2u3V5nXljG47rInVVj87XWwtbW8mzEunq-WjXO7cOF1uLX0x-ckfp-sdrc1-Z1_MiPUePtJmYXHYur1Oq-dcPvBaE7u2fpj7Pa_l8mvZlfVebLVc_-6NN05-3rF-TNM112u7_nZObWWW9dpXm2DFdUbZfKNhu1IXb-dDxwXvXe_AgON1XPA-q_bdThi1uUTmWjaTPlqALw02cdTXrSypD7bp1HleNw0w51jYCNdg1UwQA9U2X_e6h6XuWbCUby3hVmfMyxbX4o7jgLvz7elyY9Euq9bNn2LT974svLMPbDZG3oWv8BbGse27nD1HqYwn-1lv3-fowLwDP6isedSxeTM_LR1hrurO14bJ2JXBVh9_bz4VjtINgtp0_D9PYT5N1x9EQT_6ZO2PO5xyyx5eePsD_zDWHnfvOVs3LroGuYvlY7-hYxkBi41hqsvgwSBa2hUxAaw6fAvhhiczPvFBpjD5pp6phdwdZugKphbCWlt35QUzHYMdwdGw8AyLFD48G55nuLFE3kL47s27VwbH2MtXCgjjPNExNjNYmuScdeaegsYyDNZkMr1eft-a5BLebMFyPFhh79w-LlMBCO5Kh-nsMeOjbz4ew9S2IQN2bDyix-b5PPABiBCP9Wgho4vnRJSjy0z-U-b0fdfA4OZS-hGAbhgAa7K5y_EKC3Jh62FXe2zMRhx1fSc9ZBVwAw9rBaBh-fyzS4yNnSq-aALGa8TnK1tAOLRitAAhrKUTiK1WEeZuNq5ewU4HIXow0-X7QhQe3Qm6PsW3AJC-2PHJOloA5tH8fDcBU3Q9C0fzdYGgAADedX2-JaTcU4b7BPIsA4rg1WN8YPHvgbnYft4XMNpYW70EFX8a7gZRTHiw260bUCwOZwXdvVP34d_lGhCiFd8jTjCW-xpIe8_R39nNFlCLqdhm9odxhOVpu7NS3jcmPjfOjQUxk5i1_n57Wz5vwGENvbIyP9IKu3sJ6OPyp9ZlubMQhCyHTRW7cSVC39tXMehA1oV3ONa8k_gsZep1YhmePkfbzCbwGUuBK-Q6xlqTLd9EodYITB74Mpe6Y4OvFzJFMYG2AGVwnzxYXd3WmrVMwg90NaXtEeYlQJu7fzTPYhNJD2NqKIywO4ED8HtnrG8stn_zOMBmmhidD8SLTCq3GV26bQv0FaBZdnVsbJGGuc99adf17o3XbMzaA43BAoIX_CuRMEjPzIEVMb1e0nv4M9vNC3rgM4shvxEojAOfCW3myM_V9RM33Yy_GHc_U0lvHdPzJ9yC7ZhsELN49YDnwV530ydjZ0lKKsSf3w84Zj3VxERWDzgG5yZROR3rHUQO2dPM1QOOydxgNz7DOLgIj2IgvBEIi6_sgx1IN71nuq6TJ0s1rWmRNAD-zzjyE1iwTmTUYfQIVjwDuBF0uu8GY4yUVw_0xR68mHhmLPhgr3MrL2HsgpkgO4DTMY5wEcT5P98L8DVcseCWxwTaDtwcsMH0fWfCAcPY4SPR0eNxgX26tAAHiS0g-bJVwzFLJBUV99zfz8zcv4Z7cz5dgADtCa8EGB5wHM8mqh0SV9WkAbdkCmKiEyJgrHld-LurC0VagGxSDqbh-wG_uHtkB54PvPV9Aqq_awFcYgA5ANgAtrEQa-FKJ9iKFsEl6oASQN0Cfx-XWI4fwNAgbTOODK1LNZ1x_LFTHISMwliX8Hm3GnoXgIuLLgC7VanhbH8uEd4ZCIsxICzANuPHJeQUGGQEoF7GYijQ2nQJ0RqydHg-EJb8OKC9h_uDqbJ6Eiq0hnEgLLjYcDGeD4Tl5rW6dEtPOLpMgQXiMiMiOV0I4IO8lhuRD5YsKMkIxIX3sTtTgwWi8mYmagyMgEwghq_pooSK863uJlmCcTgUG7QJaww4TVBgWCG7YgYuPCDTpZE-ECCzcOBlkI75Z0GIq_gx1v-gIuOyxSto_htVRsAqPnPJYS4pYJUpADGTd4-AVTANtwi8EFUSZdhGxmHR_ygzdpDA_ygzdgRduJR8FudIlPlzqfOBMrrUiWpniiqkHKaVHtUEoWNBUAN0SeXX32-CDBG3luXDTY8SZITnEaCLm0lpAalZ0hzMlSxyGb8xBntEdVSCxlxZEGOtoUeDAWzgDJCdOwidFUk1ycAlgFz4KeNwoFN4TpSfAar4MoCBW1HBtLifbWkshXFEEBnCUOf9AapBMWVsWi6xnNWReoCzQNXwECovXtCFnObukJamY1HVfA9GBrnhgzwPtMDDXtZCOsgkm-DGgxpKi2wiEN-5UVOt4EyCsEXVCItg_EFWZ8XBeWG2GNm0TWZ3w8DGaxgwjtqoyqkPJHoGCpPASaNXiyUH5n34qBadfxg0rKDYmxIVEJCH1fAl7zJGiQATrb4si2HdQBqYMAOlJSHQCGKQiClmIyBEm0VVWMIjyedaJFD8yXvENPkiiiMg68wYG4PakyXEOEGc_YWINDf_HWKS4nm-Q2ye77wF4TkWngwuZmUsSLFRTHS5pUGaoTU4tHXWfEizRNQ6fQZqg6JUDUuLBmpDS93TCryVlAtgFCAxtWqgMo4FOEIpGUcV7e_gWX2tQGUCCNqmCrECla3mmR8guZL2xvvKTIZ0UlTAIxj2_qkqrGC9b31iPdLBn0KxQjsgsAiNKZoHJlOEg3nsAONgvUXKzqsYRxFATPgKvhcYm0WBVZu0UIfk-1WSv0JByLKSsGZsRZ1lY_f7YsiHwsA6Yv-4ix11wiEj4NsF5gMEyVfN3SLROT5g2dgslZpEa6WQIN9jDTy_NMhSQNiUVfxJg0TxyfP-7v4_ZSOphwsRQh3HI-Gyov2UjYUtoQ5YgamE1yKz4yAWeXj0cDdigwJDASgQy_QWPJbvEf_kecYaCNN0yz9_f-pq3IFgYqyBLCKtLFjPeepqedJU69BAeAEoRZ4I7UOycoT0KaX9KyJBMB3iwdhCWYf7MqUTogTx1IWGgFyFLrabnLdLmofrYhjjyOGKASXVrpQdYJrwG34PyDU2qYKiXAx_4VGgC3fGeFmVL4mwrhgY3CzqKCAvYx2K_aJIrb7Quoz1TeHiWs4-gMK6txO00jAqCDQDfj9EF4pD-FghmMRVCcgSUTBgHoMIi5bNWPeJ15GNhMbAcXyZj4M_luRRFp0so_ZIFohDriD-VCkSZZK-WUV1CdcKqUee7lgD4W8sDI8jWbass_jaNVTMCWY2atSY7zQlQ0D0YKroLUJaTPI_ae4OBMa9FPMcryA1JzSIG7kh_YscDtFlHFU5pO2AH3w_AJmtZp3muB2ADNMh8OHorx0AvHFA7tBBdtjvSKOu8w8AxpUq0RLjiEdFmoSSFC2gZsRL8_kEYBKOO6xr15rEfVwwRDAIk5qTiDjecIxQwgt_BqVe-zwRSvpebuF5uyDgx_jHBR9ZQ_lEW-5AaPUyiiBLsR26RtOjwQ2WfP9LXyR2H_iQvm6Aa2CYPgHRZPy4IAsgdTNephR5zT1dcBfCl_CkVnlC1zA_EPpqiCn7UupaOoMgJ4SNo2GJWv70KBvECpPYjN_KRkhY2OaoJf_d_6dssCXH-bXHYMtN6a8Tykb4NCbz9xQ2hgqDFcN_YePIyk7QbnUR6Q6ffwsby5A4Qbu7cKssylhhg6VR1-1QgPTQqOOAkKOEqkx22MaqsnkiJYTQQVrfQeh9C5u31WdPCB0K1D3pZ9DypX9QR1TG4aEgKqyJ6c4_8-oSvG4-slG3muf2YOXAMcsXQE6Qck1IVlMSTeG5Ex0Lnvk6kTBgkAIJFOgEB-f3dvXokIDdPmq8UJjOysIexsuErLlrfI-yFffsathR2IKclT22Jv9f2B6pwn70iKcqOW-hY1y9Kzn2f6HjfAsdJ4SOKqyqGcKkI9uAlqFkn5sMU8rdXE3oHFQqIry-nToHWaEoA9xPncP0cYNydzVDfLsz_tM52BUzz_3QOcAmxpEu1bD9XfqcSgeuECT7vpWOwQ5bTXwpHfdH6bg_Ssf9UTruj9Jxf5SOG5x860twdsfhHxP4PObrG0oH6MgNBTi5_V2U8EnGH2Wuysf9UT7uj_Jxf5SPG8qH-bkaQ5DfR_nAG5sf_FA-hvViIP5b-bg_ysf9VT7uj_JxgzMDT8pzBPT9Ez5wWoWH-xY-FhWGY_svoFcvwcY2OAJws_W61P0UPsLi58cnQvjAgmTEroH-Cx8UgDY6PoUPfw-Afgsf90f4uD_Cx_0RPlh6Vh0kIUjWEdz_tA82tdltKG_xo0uzuPCtfnDhW_7gdd_6h-__EkBq-VFAavmVQLIX9KGBcOFbBLEh1sqHCmJq_JJBLG6-dBAufAshXPhWQrjwLYXU8qOFWKJ9iSFQsG81hAsChgSdnbZDlLq4yNOz_1HmG3puBPkX9jBOAQQv7kHDufJfAWH2O7LelwTChR8NBGz5rtBq-VVBohz4lEG48K2DRHfsQwipJZQQgqibvuKGlEIArlKSHwQzFYeO8VLLTjcUWSLhl0cNCSUwDPQhh8zp1L_1EMbfggg127ciEl27T0mklh9NxDLvSxSp9UcVqfVHFqn1Rxep2RzEqbssKpqDjzIyrWq840Ma6Xtm-7B8aCNc-BZHag11xLCvIo4XHnkEfiGxqPVTH2muov4IJFz4r6GFQlLrj0RS649GwoVvkURUtQSigATBLN6yVcgUqPBiqH3IQ90odPyIJMNidHjhv0qyrAEJgG-ZhAvhThBApV-_-SeUEM79Rjv1rZTg014wr7-lEvl61DsT36gCTg2tpKpsj_CnbCCmOLLssGUH8a2O1Pojj9T6o4-o-nwJJFz4Vkhq_ZFIav3VSGr9EUlq_VFJag0SrkfNaM9wQRSzOgWsot-cKA8kWdp5x82IY-Pxh7iQTGjZXI-vBPFmMdtOP_NogrQdUqv_bZM5cJ55zKlfeCHKF1yT6kVHbgHrM-pr60dAPbrw0KQe2apmX9GE3y044lBGGKTIR_PC2yDQeF-SFNsjHtg9uuFRvHoABFCJC9HwAgfZSz27tZtZzHg1TLOBSJoTBQSYFrAOfBR7XHHBmDPvnOgpeEWLsBq1BeGpBUjbs7HO3NGGH-e5UG3qZl9wK29kJGdjUPLMBRvlLU5m2BcmBxzvmE-iK4obTiRFlUh0NWqNgPOp5kHZrkFWkoLlmYsqkmUHMDF5GIXZAmTtfD-AK3t-XMC7Vl4QlOUpwIwZt6WWUtQyqNadSagpaYA4RtCCLquyWRw6-eTLmKyEYqHu9fCnnQ7fApXTJZTgavYKp0FjoeuFQCFwgJq71zi8EEdSulVJi0d0CbNP6SEQZUdwqzHAWzzOULIDCmaUgKXsADIx9rYbVdnzY68hXcUA6PXtAMtIzC6fJMVjFQZ6kl9bO1HzWYJaMizlD2fem26hPLlj2TUbf7rdyK2TVrW_ZOCphGwFOq-i2MCF_iQlyMXxnMJfM1A_UJOo2f3LCDmx-oDcZqNDMdrDHNEPLp4h6vHSkeZYcPqhf2RDMCJVWBPEwhzQ9qrSV7MDaBEnce5eCFJT87SN9lp5OCdOmCSbC9dWTVK-jJrZnbXpPbv0S9Ek-BirWT0uZDolctUf69PFw9CEuNmi2-9_zUiq8YYUdLsmjmMjPVBqeqAmToGMYAc7YkY6XbPRtiVDPQiSJ2pUclxPnPSyIja5sjMzwmkEnDS-elac_lEdt8EA4zvHFJ7NMTPbmirzXAiuj--FVuyFOJ8x4XV5HiYPGIQ9bWcJe35ksSfFlY3AEjfUAwS-IQ9CWDRIV7kQZwgw1iFGzXIj1degBUEJhzzExVP7Vf3M4t3os9YPDB_zRHnjJHPxWXATV1R-pvzschFJpMUIJbZTyMb1mLhHg0acb-HmYUr2kSyqLQm7HjsCJiw4-JgTD5TgJjzbIBh5jmuwgRs664WdVWUfp4Y5T-YNtpfNcN43ahk-vOapN48PpT63BVsviJK5rcfYy_6V1q4pGWXDilWxj_qhka6UM-yCN5PilNG-4ogOoeOhozy35ckFILZ5wa24IV4Vp55drGkphKvFhf-KQrfirU8f603tZ0uM_E_ts5P1Qe1n_6b2s39Te_jDD7XP3tUHtc_mFZG0Z40TZtm9YhaeWnPn5_irJK0Ddxy5-n-MYscRKDAg2h9cUoh3ZoEbkVds4Hrhg-u7MdnEenP9OX-4fna1POmFCY0imeR6Kkwr3vr0ud4lZja6yA5VAVYDrKfCjJThcte7wixhsvVN_rOV9UH-Z4BTUrM4Lzb3w0Q84ilFzO5VUlsqAC_8J_-yEc_jPETEjlJ89WFmNjlHvOO8yX-4-nzKbxX4ZXbPFhZGwwmC_GcP60qD-gz73EeCwKJxiiK7WHk8ZJXoH4QIEVyfWPNCIPIH18_O1QfXX_WH60ct_tkwD3dbKRbB4-IlWS-SWJjrjTN3T0t0xCa9ana8PKNVTJnZ4ZJBg9A9fv-j-yrccUdUQxAlADDOiPWH7gMeyy3Krle0RVU3vfDdFzV_fDVGZSNfnVFw54fur_FD99f4oftr_ND9NX7o_po_dH_NH7q_5g_dXzOpDHBw4iDoelfcRYWdKyl51rN9kc-s_051PfYpyVPbl-5XT9jW7Iqt6WYGzV77ES222OIdAdF5YUUWycaYKis-48Zsc1_y_xlf2T_833r2i_-v53juf_6_zg__X-eH_2eD7IP_r_vD_7NF9sH_nx7ZB__PttgH_8--2Af_3-WH_z-dsTf_z9aYUgWcZ8czf_xvFM_leeGjAIgT4tkO-ygAdkD5RwGQDbHtsc80_G5PAXB7nIau2RLLAmDKgXb_KQCyK_ZRAGRb7KMA2P2nAPhrhLFeahK9KDthCdTdWNjjowCQEWfv66MAyOZXYlUXVPf8KwCItKmGkP2vVPbyEOx8CgCP38Qp2tRDPccs__NClET4hBxIA6x3AZDLy6aWZH0Eeu2USNXRbuSUbGNJgU2a7lUg8UOB9V4ASXUZpyZDhonOuyKI2iUbVx8VQXauPiqCp1X1rgiyV8VMJ2mm-JX7dwjZwzJmpp0HCiQwOw75lmBxoKUt8Z26RpxDY3tvCrMBzVoZC-bxkN4-K4BTfyqAp0f1rgCyJyWxbtmAPfUDRXroye1DNBCqT_sRDbLxRO1wIcC1e-E5FDitjVb02DyJBnJ1_4KCF8IglhUrpKzsPonhPWz6dJtKnJvQDc9sw_4LtNmTrF7IftuirAk5lfTdbKEC0CsYvY0F2SQJZXaR2d5U6K6wsNED6JOj8pCnAlxLSpDgWw0RvWYfKFKKfw8jT1vbXyXETiTR7AR5vt6UEOex4-9ezPADAfCcoCehVsZfMzknjmlVW7HBlc-J8sDln3viDg_QDIouYNbYObfmXwxoodVp5ZunkIg5GKHPZBEHE4T8RX_76mDQUA29TWd6bPNwTC-pRMA9TcRdwheU-waVDaQOTfqqOv4DI9X2Og==", "mode": 1, "time_signature": 4, "num_samples": 4265472, "loudness": -6.547, "decoder_version": "mpg123 1.16.0"}, "segments": [{"confidence": 0.0, "timbre": [0.0, 171.13, 9.469, -28.48, 57.491, -50.067, 14.833, 5.359, -27.228, 0.973, -10.64, -7.228], "pitches": [0.448, 0.215, 0.266, 0.226, 0.192, 0.401, 0.434, 0.171, 0.151, 0.199, 0.581, 1.0], "start": 0.0, "loudness_max_time": 0.0, "loudness_start": -60.0, "duration": 0.22644, "loudness_max": -60.0}, {"confidence": 1.0, "timbre": [21.529, -71.282, -43.241, 2.606, 50.09, 19.628, -59.141, -37.31, -11.551, 24.522, -16.634, 2.363], "pitches": [0.04, 0.441, 1.0, 0.201, 0.089, 0.039, 0.092, 0.353, 0.018, 0.018, 0.007, 0.019], "start": 0.22644, "loudness_max_time": 0.08569, "loudness_start": -60.0, "duration": 0.25488, "loudness_max": -34.41}, {"confidence": 1.0, "timbre": [27.29, -59.696, -41.474, 74.064, 52.884, 24.667, -64.86, -20.017, -9.566, -0.57, -60.494, 6.051], "pitches": [0.018, 0.138, 0.167, 0.058, 0.008, 0.01, 0.068, 1.0, 0.054, 0.03, 0.01, 0.019], "start": 0.48132, "loudness_max_time": 0.06064, "loudness_start": -45.433, "duration": 0.24966, "loudness_max": -23.475}, {"confidence": 0.952, "timbre": [21.976, -71.591, -20.397, 23.482, 64.703, -3.225, -67.086, -23.915, -6.504, 9.486, -32.558, 4.624], "pitches": [0.029, 0.327, 0.866, 0.291, 0.145, 0.066, 0.168, 1.0, 0.059, 0.041, 0.015, 0.022], "start": 0.73098, "loudness_max_time": 0.06293, "loudness_start": -46.913, "duration": 0.24943, "loudness_max": -33.975}, {"confidence": 1.0, "timbre": [27.265, -68.834, -52.846, 64.028, 30.152, 5.819, -57.385, -28.889, -13.406, -5.502, -46.04, 6.194], "pitches": [0.041, 0.368, 1.0, 0.21, 0.105, 0.033, 0.05, 0.478, 0.053, 0.033, 0.014, 0.02], "start": 0.98041, "loudness_max_time": 0.05816, "loudness_start": -45.859, "duration": 0.2507, "loudness_max": -25.944}, {"confidence": 0.881, "timbre": [22.168, -72.397, -29.441, 21.817, 43.968, 2.575, -59.438, -5.454, -10.409, 2.572, -44.24, 7.287], "pitches": [0.025, 0.204, 0.435, 0.12, 0.034, 0.052, 0.169, 1.0, 0.075, 0.05, 0.018, 0.03], "start": 1.23111, "loudness_max_time": 0.06349, "loudness_start": -43.984, "duration": 0.25007, "loudness_max": -31.416}, {"confidence": 1.0, "timbre": [26.807, -62.713, -36.383, 82.849, 59.246, 0.101, -75.597, -23.341, -6.5, 1.874, -38.496, -2.125], "pitches": [0.028, 0.278, 1.0, 0.326, 0.16, 0.091, 0.183, 0.936, 0.071, 0.04, 0.025, 0.032], "start": 1.48118, "loudness_max_time": 0.02434, "loudness_start": -47.021, "duration": 0.24925, "loudness_max": -27.158}, {"confidence": 0.944, "timbre": [22.672, -70.562, -41.571, 2.926, 44.529, 15.928, -57.911, -31.501, -7.186, 2.522, -46.694, 12.433], "pitches": [0.035, 0.393, 1.0, 0.271, 0.161, 0.078, 0.113, 0.745, 0.071, 0.062, 0.026, 0.021], "start": 1.73043, "loudness_max_time": 0.06114, "loudness_start": -44.68, "duration": 0.24757, "loudness_max": -30.994}, {"confidence": 1.0, "timbre": [27.029, -98.914, -55.025, 87.579, 48.388, -1.672, -73.206, 6.255, -12.943, 11.74, -40.495, 2.435], "pitches": [0.023, 0.183, 0.334, 0.106, 0.034, 0.037, 0.145, 1.0, 0.05, 0.03, 0.015, 0.023], "start": 1.978, "loudness_max_time": 0.06022, "loudness_start": -44.904, "duration": 0.25075, "loudness_max": -26.716}, {"confidence": 0.927, "timbre": [20.306, -26.433, 1.268, 20.844, 62.801, 6.988, -48.018, -34.732, -2.296, -2.59, -48.032, -3.843], "pitches": [0.028, 0.372, 1.0, 0.287, 0.198, 0.092, 0.085, 0.579, 0.081, 0.087, 0.034, 0.03], "start": 2.22875, "loudness_max_time": 0.07416, "loudness_start": -48.373, "duration": 0.25184, "loudness_max": -35.127}, {"confidence": 1.0, "timbre": [27.42, -103.964, -59.37, 66.376, 59.277, 22.831, -67.379, -24.342, -15.544, 16.872, -29.369, 5.554], "pitches": [0.017, 0.166, 0.388, 0.118, 0.063, 0.027, 0.093, 1.0, 0.046, 0.025, 0.007, 0.012], "start": 2.48059, "loudness_max_time": 0.06088, "loudness_start": -46.401, "duration": 0.2537, "loudness_max": -26.319}, {"confidence": 0.904, "timbre": [22.378, -53.025, -55.408, 23.656, 41.401, -1.293, -56.685, -22.368, 6.687, -14.197, -42.827, 9.321], "pitches": [0.036, 0.474, 1.0, 0.169, 0.06, 0.025, 0.066, 0.205, 0.025, 0.024, 0.009, 0.03], "start": 2.73429, "loudness_max_time": 0.05873, "loudness_start": -44.461, "duration": 0.24957, "loudness_max": -32.585}, {"confidence": 1.0, "timbre": [26.423, -74.413, -19.687, 72.823, 57.73, 11.015, -74.472, -17.524, -26.372, 16.52, -58.959, 10.085], "pitches": [0.012, 0.096, 0.146, 0.039, 0.027, 0.015, 0.073, 1.0, 0.052, 0.032, 0.009, 0.008], "start": 2.98385, "loudness_max_time": 0.05771, "loudness_start": -48.149, "duration": 0.24998, "loudness_max": -26.118}, {"confidence": 0.984, "timbre": [22.996, -88.57, -32.6, 2.458, 54.324, 9.498, -53.243, -28.46, -7.436, -3.078, -50.066, 11.622], "pitches": [0.049, 0.442, 1.0, 0.175, 0.108, 0.04, 0.084, 0.589, 0.027, 0.014, 0.006, 0.023], "start": 3.23383, "loudness_max_time": 0.06028, "loudness_start": -46.067, "duration": 0.25102, "loudness_max": -30.575}, {"confidence": 1.0, "timbre": [27.849, -79.15, -68.681, 76.413, 34.386, -17.151, -70.717, -21.632, -2.002, -8.398, -46.373, 0.124], "pitches": [0.039, 0.48, 1.0, 0.279, 0.064, 0.032, 0.047, 0.841, 0.067, 0.042, 0.022, 0.025], "start": 3.48485, "loudness_max_time": 0.04269, "loudness_start": -43.716, "duration": 0.24871, "loudness_max": -26.702}, {"confidence": 0.89, "timbre": [21.072, -68.787, -14.59, 14.534, 61.42, 9.987, -73.932, -9.534, -11.448, 19.085, -56.021, 7.85], "pitches": [0.01, 0.124, 0.12, 0.044, 0.048, 0.042, 0.118, 1.0, 0.058, 0.045, 0.016, 0.018], "start": 3.73356, "loudness_max_time": 0.07159, "loudness_start": -45.684, "duration": 0.24762, "loudness_max": -32.639}, {"confidence": 1.0, "timbre": [27.983, -72.961, -41.664, 78.935, 46.628, -8.96, -61.778, -24.768, -2.517, -9.124, -48.258, 3.0], "pitches": [0.065, 0.493, 1.0, 0.304, 0.121, 0.053, 0.124, 0.299, 0.059, 0.041, 0.021, 0.041], "start": 3.98118, "loudness_max_time": 0.06023, "loudness_start": -48.42, "duration": 0.25152, "loudness_max": -25.772}, {"confidence": 1.0, "timbre": [30.375, -106.684, -131.513, 47.498, 6.031, -94.9, -31.724, -64.716, -8.042, 28.301, -46.72, 7.666], "pitches": [0.751, 1.0, 0.089, 0.015, 0.017, 0.014, 0.016, 0.106, 0.014, 0.011, 0.01, 0.111], "start": 4.2327, "loudness_max_time": 0.00564, "loudness_start": -43.644, "duration": 0.21832, "loudness_max": -20.694}, {"confidence": 1.0, "timbre": [41.064, 11.812, -36.808, 76.289, 27.532, 86.297, -8.861, 0.83, -27.545, 14.513, 17.023, 18.382], "pitches": [0.84, 0.126, 0.066, 0.11, 0.094, 0.065, 0.159, 0.535, 0.651, 1.0, 0.496, 0.231], "start": 4.45102, "loudness_max_time": 0.03456, "loudness_start": -39.415, "duration": 0.2502, "loudness_max": -10.842}, {"confidence": 1.0, "timbre": [43.585, 30.651, -20.781, -6.16, 20.712, -43.854, -17.202, -46.674, -41.449, 51.319, -9.12, -11.352], "pitches": [0.831, 1.0, 0.103, 0.036, 0.034, 0.031, 0.034, 0.062, 0.022, 0.029, 0.033, 0.613], "start": 4.70122, "loudness_max_time": 0.03743, "loudness_start": -36.924, "duration": 0.26168, "loudness_max": -13.993}, {"confidence": 0.007, "timbre": [41.86, -45.943, -38.313, -36.611, 77.978, -52.308, -28.325, 2.073, -21.43, -0.882, -9.29, 5.626], "pitches": [0.818, 0.149, 0.167, 0.073, 0.052, 0.032, 0.192, 0.452, 0.033, 0.022, 0.029, 1.0], "start": 4.9629, "loudness_max_time": 0.07282, "loudness_start": -19.081, "duration": 0.2205, "loudness_max": -16.765}, {"confidence": 0.458, "timbre": [40.779, 39.463, -40.862, -61.575, 42.03, -40.099, -58.447, 121.105, 17.13, -0.016, 8.649, -3.567], "pitches": [0.83, 1.0, 0.108, 0.06, 0.054, 0.048, 0.045, 0.068, 0.059, 0.077, 0.089, 0.335], "start": 5.1834, "loudness_max_time": 0.05546, "loudness_start": -20.84, "duration": 0.29646, "loudness_max": -15.941}, {"confidence": 0.706, "timbre": [41.115, -35.593, -49.809, 0.463, 8.938, -46.803, -61.342, -19.661, -15.322, 20.31, -1.405, -6.581], "pitches": [0.641, 0.118, 0.109, 0.079, 0.049, 0.041, 0.115, 0.407, 0.037, 0.071, 1.0, 0.864], "start": 5.47986, "loudness_max_time": 0.02144, "loudness_start": -24.546, "duration": 0.18961, "loudness_max": -15.126}, {"confidence": 0.065, "timbre": [39.352, -25.45, -56.359, -69.499, 0.5, -44.819, -46.482, 9.619, -12.503, -17.597, 1.605, -1.766], "pitches": [0.643, 0.048, 0.069, 0.02, 0.01, 0.008, 0.021, 0.015, 0.019, 0.009, 0.022, 1.0], "start": 5.66948, "loudness_max_time": 0.01288, "loudness_start": -22.131, "duration": 0.06707, "loudness_max": -20.305}, {"confidence": 0.323, "timbre": [38.341, -74.986, -95.433, -5.388, 36.138, -76.279, -17.605, -0.639, -24.218, 5.592, -24.316, 6.284], "pitches": [0.748, 1.0, 0.113, 0.021, 0.046, 0.017, 0.019, 0.107, 0.073, 0.817, 0.052, 0.102], "start": 5.73655, "loudness_max_time": 0.0106, "loudness_start": -22.148, "duration": 0.23061, "loudness_max": -17.044}, {"confidence": 1.0, "timbre": [41.788, -60.566, 17.128, -8.177, 67.69, 31.035, -4.341, 49.094, -3.747, -12.68, -6.115, 8.419], "pitches": [0.304, 0.094, 0.114, 0.065, 0.022, 0.111, 0.479, 0.731, 0.133, 0.125, 0.317, 1.0], "start": 5.96717, "loudness_max_time": 0.0711, "loudness_start": -28.533, "duration": 0.26889, "loudness_max": -12.748}, {"confidence": 0.866, "timbre": [37.595, 5.213, -89.279, 47.117, 13.643, -29.466, -36.491, 4.757, -1.915, -34.122, -53.965, -9.653], "pitches": [0.57, 1.0, 0.069, 0.019, 0.015, 0.017, 0.028, 0.116, 0.031, 0.018, 0.013, 0.074], "start": 6.23605, "loudness_max_time": 0.02216, "loudness_start": -35.123, "duration": 0.22327, "loudness_max": -16.996}, {"confidence": 1.0, "timbre": [41.378, 0.696, -47.099, 36.078, 55.079, 23.132, -19.399, -54.028, -23.358, 50.77, 34.065, 9.317], "pitches": [0.144, 0.44, 1.0, 0.275, 0.18, 0.161, 0.225, 0.376, 0.825, 0.408, 0.071, 0.066], "start": 6.45932, "loudness_max_time": 0.02997, "loudness_start": -40.627, "duration": 0.13048, "loudness_max": -11.624}, {"confidence": 0.497, "timbre": [39.881, -56.177, -23.831, -60.191, 27.305, -19.196, -21.688, 4.974, -4.988, 0.479, -7.089, 11.529], "pitches": [0.157, 0.038, 0.121, 0.035, 0.009, 0.011, 0.082, 0.017, 0.01, 0.071, 0.097, 1.0], "start": 6.5898, "loudness_max_time": 0.06388, "loudness_start": -23.298, "duration": 0.1434, "loudness_max": -18.028}, {"confidence": 0.587, "timbre": [41.804, 13.745, -69.746, 16.062, 30.426, -31.423, -36.856, 67.086, -5.696, -13.106, -48.313, -0.241], "pitches": [0.549, 1.0, 0.152, 0.027, 0.016, 0.04, 0.059, 0.158, 0.089, 0.225, 0.38, 0.351], "start": 6.7332, "loudness_max_time": 0.01218, "loudness_start": -20.788, "duration": 0.23864, "loudness_max": -14.618}, {"confidence": 1.0, "timbre": [41.728, -11.688, 5.3, -88.407, 25.689, 0.324, -46.513, 49.692, 7.031, 5.425, 25.619, 1.739], "pitches": [0.138, 0.116, 0.518, 0.068, 0.061, 0.106, 0.129, 0.121, 0.057, 0.518, 1.0, 0.835], "start": 6.97184, "loudness_max_time": 0.07508, "loudness_start": -33.399, "duration": 0.26018, "loudness_max": -14.797}, {"confidence": 0.271, "timbre": [43.755, -12.882, -32.424, -5.024, 3.959, -28.001, -17.335, -15.853, 10.339, 5.67, -33.503, 3.879], "pitches": [0.563, 1.0, 0.151, 0.036, 0.014, 0.018, 0.085, 0.104, 0.023, 0.05, 0.063, 0.782], "start": 7.23202, "loudness_max_time": 0.05805, "loudness_start": -16.983, "duration": 0.23927, "loudness_max": -13.717}, {"confidence": 0.843, "timbre": [41.384, -43.402, -28.708, 8.807, 25.818, 37.721, -33.205, 25.93, 2.41, -22.711, -49.043, -8.104], "pitches": [0.949, 0.961, 0.947, 0.571, 0.378, 0.302, 0.414, 0.397, 0.545, 0.684, 0.725, 1.0], "start": 7.47129, "loudness_max_time": 0.06947, "loudness_start": -22.403, "duration": 0.46925, "loudness_max": -12.757}, {"confidence": 1.0, "timbre": [43.644, 78.491, 23.075, -29.189, 58.148, 0.354, -18.221, -64.658, -39.48, 39.895, -24.701, 16.284], "pitches": [0.399, 0.253, 0.351, 0.192, 0.957, 0.212, 0.537, 0.687, 0.116, 0.129, 0.438, 1.0], "start": 7.94054, "loudness_max_time": 0.06377, "loudness_start": -38.9, "duration": 0.29574, "loudness_max": -12.479}, {"confidence": 0.268, "timbre": [40.13, 50.684, -47.162, -27.866, -1.912, -11.283, -8.58, 12.584, -8.462, -40.785, -24.577, -1.214], "pitches": [0.671, 1.0, 0.069, 0.026, 0.086, 0.019, 0.023, 0.035, 0.021, 0.021, 0.022, 0.132], "start": 8.23628, "loudness_max_time": 0.04679, "loudness_start": -22.501, "duration": 0.19841, "loudness_max": -16.991}, {"confidence": 0.9, "timbre": [43.175, 9.858, 45.817, 18.78, 45.09, -17.408, -1.192, -24.32, -35.43, 43.211, -5.732, 21.057], "pitches": [1.0, 0.241, 0.13, 0.192, 0.426, 0.184, 0.204, 0.659, 0.233, 0.45, 0.493, 0.38], "start": 8.43469, "loudness_max_time": 0.07147, "loudness_start": -29.094, "duration": 0.26812, "loudness_max": -14.366}, {"confidence": 0.326, "timbre": [39.634, -43.391, -80.461, 39.508, 29.936, -35.007, -18.04, -22.608, -5.985, -7.351, -23.405, -5.431], "pitches": [1.0, 0.685, 0.377, 0.383, 0.092, 0.089, 0.159, 0.161, 0.433, 0.432, 0.623, 0.072], "start": 8.70281, "loudness_max_time": 0.03618, "loudness_start": -20.263, "duration": 0.14494, "loudness_max": -15.076}, {"confidence": 0.212, "timbre": [32.789, -66.137, -33.25, 50.225, -22.853, -96.938, -59.065, -29.012, -54.876, 20.292, -11.78, 1.335], "pitches": [1.0, 0.531, 0.613, 0.381, 0.348, 0.325, 0.06, 0.17, 0.055, 0.051, 0.029, 0.172], "start": 8.84776, "loudness_max_time": 0.00157, "loudness_start": -30.852, "duration": 0.09161, "loudness_max": -18.973}, {"confidence": 1.0, "timbre": [44.009, 66.089, -15.933, -57.199, 25.238, -12.164, -64.664, -47.375, -14.435, 54.404, -17.672, -6.015], "pitches": [1.0, 0.142, 0.105, 0.117, 0.076, 0.038, 0.055, 0.157, 0.031, 0.043, 0.114, 0.964], "start": 8.93937, "loudness_max_time": 0.0684, "loudness_start": -35.664, "duration": 0.23102, "loudness_max": -13.071}, {"confidence": 0.317, "timbre": [43.976, 23.935, -31.501, -33.081, 40.072, -22.253, -57.35, -35.577, 15.762, -4.161, -17.464, -22.61], "pitches": [0.897, 1.0, 0.126, 0.074, 0.06, 0.065, 0.066, 0.097, 0.039, 0.04, 0.021, 0.627], "start": 9.17039, "loudness_max_time": 0.06676, "loudness_start": -16.878, "duration": 0.29093, "loudness_max": -12.539}, {"confidence": 0.718, "timbre": [44.358, -8.898, 3.731, -26.208, 58.501, 4.894, -38.685, 35.06, 1.922, -11.273, -16.87, -13.729], "pitches": [0.807, 0.157, 0.263, 0.118, 0.094, 0.044, 0.461, 0.29, 0.055, 0.06, 0.123, 1.0], "start": 9.46132, "loudness_max_time": 0.07755, "loudness_start": -20.479, "duration": 0.27129, "loudness_max": -12.481}, {"confidence": 0.075, "timbre": [38.592, 17.506, -101.897, -16.154, 19.628, -57.039, -58.724, 19.515, 13.971, 6.657, -28.703, -11.734], "pitches": [1.0, 0.978, 0.938, 0.932, 0.363, 0.356, 0.116, 0.177, 0.454, 0.447, 0.324, 0.046], "start": 9.73261, "loudness_max_time": 0.01594, "loudness_start": -25.386, "duration": 0.17624, "loudness_max": -17.543}, {"confidence": 0.945, "timbre": [37.875, 26.401, -1.239, -109.861, 56.287, 7.128, -17.168, -51.858, -25.381, 16.281, -11.417, -3.216], "pitches": [0.244, 0.232, 0.134, 0.104, 0.347, 0.119, 0.246, 0.95, 0.441, 1.0, 0.315, 0.105], "start": 9.90884, "loudness_max_time": 0.08319, "loudness_start": -28.112, "duration": 0.32381, "loudness_max": -14.734}, {"confidence": 0.221, "timbre": [37.217, 18.295, -69.734, -8.845, 4.177, -42.266, -30.196, 28.505, 3.678, -26.223, -40.896, -1.86], "pitches": [0.5, 1.0, 0.096, 0.024, 0.02, 0.015, 0.024, 0.099, 0.027, 0.017, 0.014, 0.073], "start": 10.23265, "loudness_max_time": 0.06515, "loudness_start": -25.074, "duration": 0.24522, "loudness_max": -17.995}, {"confidence": 1.0, "timbre": [39.638, -59.047, -43.371, 25.48, 16.791, -31.37, -52.522, -27.28, -12.327, 8.549, 9.67, -6.869], "pitches": [0.025, 0.036, 0.121, 0.055, 0.035, 0.037, 0.062, 0.232, 0.106, 1.0, 0.238, 0.023], "start": 10.47787, "loudness_max_time": 0.02899, "loudness_start": -35.5, "duration": 0.24993, "loudness_max": -15.881}, {"confidence": 0.92, "timbre": [44.226, 24.228, -8.04, -25.965, -8.835, -3.158, 0.06, 4.567, 5.635, 6.333, 12.816, -10.384], "pitches": [0.503, 1.0, 0.199, 0.019, 0.048, 0.018, 0.026, 0.025, 0.052, 0.478, 0.046, 0.109], "start": 10.7278, "loudness_max_time": 0.03378, "loudness_start": -24.599, "duration": 0.25515, "loudness_max": -13.243}, {"confidence": 0.147, "timbre": [41.352, 36.375, -48.827, -10.55, 38.595, -17.018, -82.207, -2.345, 17.764, -5.758, -19.417, 2.56], "pitches": [0.068, 0.169, 0.454, 0.073, 0.072, 0.099, 0.289, 1.0, 0.1, 0.108, 0.034, 0.049], "start": 10.98295, "loudness_max_time": 0.11288, "loudness_start": -20.286, "duration": 0.22, "loudness_max": -15.534}, {"confidence": 1.0, "timbre": [39.751, 72.278, -72.134, -18.037, -15.901, 45.139, -39.443, -47.81, 18.619, 33.158, 3.454, -7.772], "pitches": [0.634, 1.0, 0.15, 0.043, 0.034, 0.043, 0.079, 0.585, 0.071, 0.054, 0.017, 0.171], "start": 11.20295, "loudness_max_time": 0.03921, "loudness_start": -32.407, "duration": 0.2805, "loudness_max": -14.077}, {"confidence": 0.412, "timbre": [38.082, -83.397, -54.543, -20.64, 7.756, -42.965, -30.533, -0.282, -10.791, -18.037, -3.187, -1.498], "pitches": [0.04, 0.099, 0.335, 0.092, 0.041, 0.046, 0.324, 1.0, 0.09, 0.124, 0.02, 0.012], "start": 11.48345, "loudness_max_time": 0.02058, "loudness_start": -24.316, "duration": 0.13488, "loudness_max": -19.863}, {"confidence": 0.883, "timbre": [44.394, -7.993, 70.443, -6.528, 5.512, -9.274, 18.065, 0.575, -21.113, -8.942, 8.553, 9.353], "pitches": [0.258, 0.242, 0.816, 0.192, 0.061, 0.121, 0.216, 0.107, 0.102, 0.379, 0.579, 1.0], "start": 11.61832, "loudness_max_time": 0.05977, "loudness_start": -24.724, "duration": 0.11356, "loudness_max": -14.236}, {"confidence": 0.266, "timbre": [44.785, -31.172, 15.019, 27.891, 41.035, -48.782, 32.845, 9.596, -3.204, -5.48, -29.099, 8.024], "pitches": [0.692, 1.0, 0.344, 0.026, 0.015, 0.023, 0.039, 0.115, 0.028, 0.144, 0.015, 0.106], "start": 11.73188, "loudness_max_time": 0.00608, "loudness_start": -16.748, "duration": 0.19687, "loudness_max": -12.545}, {"confidence": 0.725, "timbre": [42.07, -13.357, 26.909, -78.107, 92.708, -28.822, -36.555, 32.828, 19.271, 11.834, -9.252, -5.535], "pitches": [0.474, 0.585, 0.608, 0.432, 0.275, 0.275, 0.425, 0.297, 0.285, 0.394, 0.35, 1.0], "start": 11.92875, "loudness_max_time": 0.13015, "loudness_start": -21.507, "duration": 0.39574, "loudness_max": -13.065}, {"confidence": 0.19, "timbre": [37.231, 50.175, -26.843, -14.078, 4.797, -25.982, -61.147, -10.454, -10.974, -22.096, -0.558, -17.329], "pitches": [1.0, 0.911, 0.879, 0.795, 0.303, 0.283, 0.186, 0.457, 0.195, 0.182, 0.018, 0.098], "start": 12.32449, "loudness_max_time": 0.02375, "loudness_start": -27.2, "duration": 0.1507, "loudness_max": -20.642}, {"confidence": 0.979, "timbre": [42.178, 62.299, -66.532, 36.292, 46.202, -51.294, -61.366, 58.037, -10.277, 11.719, 23.671, 13.618], "pitches": [1.0, 0.145, 0.127, 0.176, 0.113, 0.055, 0.088, 0.401, 0.09, 0.077, 0.08, 0.219], "start": 12.47519, "loudness_max_time": 0.02735, "loudness_start": -28.047, "duration": 0.18544, "loudness_max": -11.183}, {"confidence": 0.716, "timbre": [41.295, 109.29, -62.641, -51.201, 27.49, 13.031, -55.989, -118.143, 9.199, 20.341, -32.685, 1.845], "pitches": [0.896, 1.0, 0.155, 0.088, 0.073, 0.077, 0.069, 0.101, 0.098, 0.175, 0.125, 0.444], "start": 12.66063, "loudness_max_time": 0.07676, "loudness_start": -22.153, "duration": 0.31483, "loudness_max": -13.459}, {"confidence": 0.814, "timbre": [38.86, -28.919, -74.244, 3.898, 66.406, 1.142, -47.336, 107.951, -16.038, -14.154, -27.376, 2.213], "pitches": [1.0, 0.152, 0.228, 0.113, 0.069, 0.074, 0.203, 0.659, 0.185, 0.343, 0.612, 0.625], "start": 12.97546, "loudness_max_time": 0.06332, "loudness_start": -24.962, "duration": 0.2541, "loudness_max": -15.57}, {"confidence": 0.979, "timbre": [40.13, -25.82, -50.984, -25.824, 35.02, -20.645, -4.013, -1.411, -13.449, 48.237, -27.998, 10.965], "pitches": [0.822, 1.0, 0.067, 0.038, 0.02, 0.02, 0.084, 0.087, 0.021, 0.033, 0.072, 0.448], "start": 13.22957, "loudness_max_time": 0.03684, "loudness_start": -30.59, "duration": 0.24431, "loudness_max": -17.095}, {"confidence": 0.563, "timbre": [39.91, -49.621, -15.964, -33.049, 60.447, -34.187, -27.166, -26.236, -8.888, 37.851, 16.795, 15.773], "pitches": [0.791, 0.123, 0.203, 0.092, 0.04, 0.032, 0.163, 0.388, 0.034, 0.021, 0.198, 1.0], "start": 13.47388, "loudness_max_time": 0.16886, "loudness_start": -25.552, "duration": 0.26132, "loudness_max": -17.991}, {"confidence": 0.244, "timbre": [38.697, -109.094, -56.229, -1.901, 58.539, -94.556, 2.062, -15.645, -20.056, 9.635, -17.142, 8.895], "pitches": [0.648, 1.0, 0.081, 0.017, 0.037, 0.015, 0.016, 0.09, 0.04, 0.691, 0.056, 0.082], "start": 13.73519, "loudness_max_time": 0.00441, "loudness_start": -21.315, "duration": 0.24272, "loudness_max": -16.087}, {"confidence": 0.912, "timbre": [41.703, 8.048, -9.834, -21.149, 53.201, -4.502, -79.422, 104.154, 19.522, -20.038, 17.773, -7.364], "pitches": [0.174, 0.064, 0.086, 0.047, 0.028, 0.036, 0.168, 0.631, 0.133, 0.102, 0.426, 1.0], "start": 13.97791, "loudness_max_time": 0.06935, "loudness_start": -25.826, "duration": 0.25007, "loudness_max": -14.175}, {"confidence": 0.566, "timbre": [38.707, 52.808, -68.464, 10.137, -11.948, -57.607, -50.891, 14.937, -0.517, 25.76, -37.077, -4.292], "pitches": [0.516, 1.0, 0.097, 0.023, 0.021, 0.02, 0.026, 0.108, 0.028, 0.018, 0.018, 0.089], "start": 14.22798, "loudness_max_time": 0.01167, "loudness_start": -27.214, "duration": 0.25519, "loudness_max": -14.887}, {"confidence": 1.0, "timbre": [43.446, 13.027, -14.883, -4.437, 14.676, 13.468, -49.783, -5.287, 11.653, -30.611, 40.438, -21.932], "pitches": [0.128, 0.221, 0.457, 0.172, 0.136, 0.141, 0.126, 0.201, 0.214, 1.0, 0.325, 0.075], "start": 14.48317, "loudness_max_time": 0.03266, "loudness_start": -38.687, "duration": 0.12844, "loudness_max": -11.979}, {"confidence": 0.324, "timbre": [43.035, 2.71, -28.034, -33.818, 7.636, -25.149, -42.337, 8.107, 14.761, 15.034, -3.296, 6.921], "pitches": [1.0, 0.909, 0.487, 0.285, 0.214, 0.208, 0.208, 0.166, 0.143, 0.113, 0.158, 0.997], "start": 14.61161, "loudness_max_time": 0.07096, "loudness_start": -18.763, "duration": 0.21973, "loudness_max": -15.09}, {"confidence": 0.158, "timbre": [41.781, 54.776, -75.208, -24.69, 43.407, -25.62, -78.944, 6.209, 13.339, 9.808, -33.221, 0.467], "pitches": [0.49, 0.509, 0.663, 0.43, 0.163, 0.166, 0.097, 0.097, 0.083, 0.149, 0.199, 1.0], "start": 14.83134, "loudness_max_time": 0.04798, "loudness_start": -19.127, "duration": 0.15143, "loudness_max": -16.199}, {"confidence": 0.564, "timbre": [40.393, -32.309, -53.217, -5.27, 30.559, -18.5, -41.397, -19.719, -50.312, -7.061, -9.436, -26.888], "pitches": [0.089, 0.077, 0.249, 0.053, 0.019, 0.02, 0.034, 0.053, 0.013, 0.106, 0.066, 1.0], "start": 14.98277, "loudness_max_time": 0.02928, "loudness_start": -25.95, "duration": 0.20834, "loudness_max": -16.083}, {"confidence": 1.0, "timbre": [45.726, 19.651, -0.648, 30.759, 11.923, -9.31, -14.592, 8.788, -24.481, 30.315, -21.555, -3.503], "pitches": [0.45, 0.636, 1.0, 0.656, 0.296, 0.156, 0.177, 0.189, 0.251, 0.314, 0.386, 0.679], "start": 15.19111, "loudness_max_time": 0.04266, "loudness_start": -27.945, "duration": 0.38939, "loudness_max": -9.825}, {"confidence": 0.257, "timbre": [38.088, -60.897, -47.648, 71.076, 46.816, -9.797, -28.093, -8.048, -10.362, 3.855, -64.155, 12.678], "pitches": [0.96, 1.0, 0.279, 0.165, 0.144, 0.136, 0.121, 0.107, 0.11, 0.205, 0.116, 0.46], "start": 15.5805, "loudness_max_time": 0.02817, "loudness_start": -21.52, "duration": 0.34358, "loudness_max": -16.525}, {"confidence": 1.0, "timbre": [41.056, 138.13, -24.769, -29.701, 44.894, -3.256, -65.684, -57.639, -9.64, 35.841, -58.515, 18.975], "pitches": [0.424, 0.23, 0.27, 0.162, 0.552, 0.122, 0.251, 0.601, 0.101, 0.109, 0.423, 1.0], "start": 15.92408, "loudness_max_time": 0.07417, "loudness_start": -39.266, "duration": 0.30667, "loudness_max": -12.732}, {"confidence": 0.563, "timbre": [38.676, 31.197, -40.112, -70.44, -11.976, -63.765, -26.012, 22.263, -9.313, -1.364, -9.359, -4.804], "pitches": [0.528, 1.0, 0.049, 0.016, 0.139, 0.017, 0.019, 0.026, 0.023, 0.019, 0.018, 0.101], "start": 16.23075, "loudness_max_time": 0.0066, "loudness_start": -29.344, "duration": 0.24454, "loudness_max": -18.706}, {"confidence": 0.894, "timbre": [43.768, -40.89, 33.528, 39.149, 31.971, -18.438, 1.865, -22.858, -28.803, 5.638, 5.221, 28.028], "pitches": [1.0, 0.394, 0.201, 0.133, 0.276, 0.236, 0.28, 0.946, 0.276, 0.162, 0.172, 0.365], "start": 16.47528, "loudness_max_time": 0.02482, "loudness_start": -26.71, "duration": 0.24844, "loudness_max": -11.679}, {"confidence": 0.412, "timbre": [42.025, -92.076, -32.628, -34.457, 31.672, -56.535, 19.722, -19.755, 7.927, 20.548, 6.4, 6.564], "pitches": [1.0, 0.82, 0.784, 0.786, 0.518, 0.519, 0.654, 0.647, 0.608, 0.61, 0.672, 0.765], "start": 16.72372, "loudness_max_time": 0.01437, "loudness_start": -22.141, "duration": 0.06277, "loudness_max": -15.446}, {"confidence": 0.277, "timbre": [43.614, -19.235, 25.227, -11.181, 46.483, -31.268, -2.428, 33.733, -3.898, -14.307, -3.64, 5.754], "pitches": [0.688, 1.0, 0.182, 0.061, 0.032, 0.028, 0.336, 0.081, 0.022, 0.034, 0.112, 0.64], "start": 16.78649, "loudness_max_time": 0.03547, "loudness_start": -18.873, "duration": 0.199, "loudness_max": -15.168}, {"confidence": 0.159, "timbre": [42.902, -9.41, -19.989, -41.415, 26.973, -39.034, -38.243, 2.886, -44.34, 13.901, 10.44, -9.12], "pitches": [0.476, 0.049, 0.041, 0.021, 0.034, 0.01, 0.055, 0.205, 0.018, 0.021, 0.044, 1.0], "start": 16.98549, "loudness_max_time": 0.01781, "loudness_start": -20.864, "duration": 0.20263, "loudness_max": -15.762}, {"confidence": 0.553, "timbre": [39.732, -20.533, -91.54, 86.718, 21.59, 6.642, -39.823, -25.025, 7.949, -15.1, -104.472, 25.272], "pitches": [0.929, 1.0, 0.112, 0.06, 0.045, 0.053, 0.078, 0.084, 0.037, 0.048, 0.045, 0.359], "start": 17.18812, "loudness_max_time": 0.07289, "loudness_start": -16.552, "duration": 0.2551, "loudness_max": -10.485}, {"confidence": 1.0, "timbre": [42.437, 78.116, -18.018, -14.989, 3.854, 2.114, -65.126, -48.214, -20.269, 38.223, -50.994, 19.077], "pitches": [0.599, 0.144, 0.169, 0.095, 0.065, 0.033, 0.079, 0.158, 0.039, 0.057, 0.108, 1.0], "start": 17.44322, "loudness_max_time": 0.07806, "loudness_start": -38.22, "duration": 0.27351, "loudness_max": -12.914}, {"confidence": 0.649, "timbre": [42.088, -4.931, -24.357, -44.483, 14.667, -42.795, 3.767, -15.154, -39.453, 48.973, 11.459, 12.526], "pitches": [0.691, 1.0, 0.065, 0.014, 0.077, 0.022, 0.015, 0.082, 0.038, 0.361, 0.023, 0.131], "start": 17.71673, "loudness_max_time": 0.22048, "loudness_start": -23.41, "duration": 0.26844, "loudness_max": -16.143}, {"confidence": 0.581, "timbre": [41.724, 25.774, -57.033, 77.83, 53.846, -22.038, -85.307, 83.754, -16.186, -29.437, -47.617, -16.492], "pitches": [0.154, 0.119, 0.123, 0.062, 0.095, 0.051, 0.102, 0.257, 0.375, 1.0, 0.096, 0.061], "start": 17.98517, "loudness_max_time": 0.02762, "loudness_start": -20.275, "duration": 0.24676, "loudness_max": -11.533}, {"confidence": 1.0, "timbre": [37.787, 12.434, -72.212, -1.422, -7.084, -47.564, -38.719, 31.064, 3.046, -16.199, -34.774, -2.899], "pitches": [0.491, 1.0, 0.102, 0.028, 0.016, 0.016, 0.02, 0.085, 0.027, 0.017, 0.015, 0.073], "start": 18.23193, "loudness_max_time": 0.00909, "loudness_start": -34.869, "duration": 0.25129, "loudness_max": -17.588}, {"confidence": 1.0, "timbre": [43.357, -1.988, -11.489, -0.263, 2.016, -4.814, -54.326, -10.305, -8.537, -29.088, 8.718, -12.888], "pitches": [0.049, 0.078, 0.211, 0.047, 0.043, 0.027, 0.057, 0.216, 0.063, 1.0, 0.179, 0.057], "start": 18.48322, "loudness_max_time": 0.05152, "loudness_start": -37.029, "duration": 0.20707, "loudness_max": -12.882}, {"confidence": 0.823, "timbre": [44.712, 44.068, 12.63, -57.123, -26.941, 19.19, -27.261, 12.686, -12.216, -14.915, -14.891, -27.629], "pitches": [0.679, 1.0, 0.169, 0.041, 0.06, 0.038, 0.03, 0.041, 0.026, 0.178, 0.021, 0.227], "start": 18.69029, "loudness_max_time": 0.05684, "loudness_start": -19.378, "duration": 0.29197, "loudness_max": -10.462}, {"confidence": 0.379, "timbre": [40.98, -1.36, -21.834, -39.56, 36.396, -27.341, -73.971, 34.917, 26.102, 1.667, -9.702, 2.448], "pitches": [0.049, 0.113, 0.465, 0.11, 0.05, 0.04, 0.131, 1.0, 0.16, 0.103, 0.028, 0.034], "start": 18.98227, "loudness_max_time": 0.1569, "loudness_start": -23.012, "duration": 0.23252, "loudness_max": -16.072}, {"confidence": 0.929, "timbre": [41.341, 47.546, -67.697, -9.356, -18.045, 11.653, -48.538, -40.227, 24.36, 40.63, 4.011, -24.226], "pitches": [0.623, 1.0, 0.148, 0.02, 0.018, 0.023, 0.061, 0.35, 0.074, 0.05, 0.016, 0.141], "start": 19.21478, "loudness_max_time": 0.02553, "loudness_start": -28.54, "duration": 0.25506, "loudness_max": -13.982}, {"confidence": 0.413, "timbre": [38.929, -86.108, -37.891, -5.728, 9.027, -28.37, -35.488, 2.732, -13.915, -4.086, -7.086, 3.78], "pitches": [0.06, 0.113, 0.645, 0.066, 0.023, 0.038, 0.114, 1.0, 0.285, 0.11, 0.031, 0.015], "start": 19.46984, "loudness_max_time": 0.02535, "loudness_start": -23.3, "duration": 0.16317, "loudness_max": -18.325}, {"confidence": 0.963, "timbre": [45.806, 14.483, 50.778, -9.071, 27.772, 8.11, 32.42, 10.052, 1.565, -20.042, 8.518, 19.684], "pitches": [0.848, 1.0, 0.243, 0.115, 0.086, 0.086, 0.087, 0.091, 0.06, 0.102, 0.032, 0.325], "start": 19.63302, "loudness_max_time": 0.10342, "loudness_start": -25.795, "duration": 0.33624, "loudness_max": -10.533}, {"confidence": 0.399, "timbre": [44.503, -3.689, -10.744, 22.966, 62.878, -9.954, -37.724, 2.832, 4.407, -14.081, -33.855, 6.71], "pitches": [0.754, 0.759, 0.76, 0.478, 0.393, 0.377, 0.415, 0.394, 0.445, 0.52, 0.659, 1.0], "start": 19.96925, "loudness_max_time": 0.02015, "loudness_start": -16.739, "duration": 0.3785, "loudness_max": -12.068}, {"confidence": 0.832, "timbre": [35.748, 7.56, -41.196, 35.525, -19.799, -45.814, -53.308, -26.109, -24.046, 0.384, 29.279, -19.245], "pitches": [1.0, 0.591, 0.566, 0.558, 0.467, 0.454, 0.246, 0.414, 0.219, 0.207, 0.145, 0.218], "start": 20.34776, "loudness_max_time": 0.01281, "loudness_start": -31.422, "duration": 0.08068, "loudness_max": -16.13}, {"confidence": 0.956, "timbre": [37.493, 45.108, -39.527, -34.777, 14.998, 42.266, -43.017, -33.521, -0.242, -4.954, -55.211, 13.497], "pitches": [1.0, 0.268, 0.13, 0.127, 0.102, 0.07, 0.079, 0.271, 0.048, 0.065, 0.044, 0.257], "start": 20.42844, "loudness_max_time": 0.06539, "loudness_start": -28.203, "duration": 0.22671, "loudness_max": -13.743}, {"confidence": 1.0, "timbre": [42.298, 70.403, -39.056, -148.242, 50.501, 32.9, -0.775, -69.803, 35.72, 7.762, 20.965, 0.066], "pitches": [0.999, 1.0, 0.191, 0.119, 0.105, 0.114, 0.085, 0.138, 0.091, 0.065, 0.064, 0.413], "start": 20.65515, "loudness_max_time": 0.12051, "loudness_start": -32.113, "duration": 0.27234, "loudness_max": -9.982}, {"confidence": 0.123, "timbre": [42.91, 34.544, -49.735, 49.015, 83.979, -46.811, -29.599, 81.075, -9.378, -14.527, -39.922, 23.493], "pitches": [1.0, 0.164, 0.133, 0.088, 0.057, 0.038, 0.085, 0.251, 0.04, 0.071, 0.059, 0.211], "start": 20.92748, "loudness_max_time": 0.06013, "loudness_start": -15.287, "duration": 0.28367, "loudness_max": -11.597}, {"confidence": 1.0, "timbre": [46.222, 68.032, -29.792, -31.052, 42.28, 67.326, 3.964, -16.118, -17.809, 42.361, 5.667, -17.014], "pitches": [0.617, 0.75, 1.0, 0.738, 0.423, 0.183, 0.229, 0.391, 0.301, 0.435, 0.232, 0.522], "start": 21.21116, "loudness_max_time": 0.056, "loudness_start": -30.063, "duration": 0.38925, "loudness_max": -8.193}, {"confidence": 0.56, "timbre": [43.627, 11.034, -12.124, -11.119, 54.021, -17.848, 7.477, -47.145, -19.943, 21.215, -12.39, 46.508], "pitches": [1.0, 0.467, 0.218, 0.187, 0.272, 0.131, 0.133, 0.453, 0.649, 0.646, 0.356, 0.376], "start": 21.60041, "loudness_max_time": 0.0495, "loudness_start": -19.819, "duration": 0.13256, "loudness_max": -13.989}, {"confidence": 0.472, "timbre": [44.324, -0.653, -64.111, -8.108, 28.741, -84.239, -20.967, -0.596, -2.354, 4.13, -22.093, -3.212], "pitches": [0.618, 1.0, 0.108, 0.048, 0.052, 0.088, 0.163, 0.349, 0.15, 0.135, 0.061, 0.191], "start": 21.73297, "loudness_max_time": 0.00464, "loudness_start": -18.936, "duration": 0.25111, "loudness_max": -10.506}, {"confidence": 0.649, "timbre": [41.566, -1.065, -44.068, 39.091, 44.024, -73.791, -34.647, 21.772, -24.036, -4.692, -3.059, -6.357], "pitches": [0.15, 0.128, 0.235, 0.146, 0.104, 0.124, 0.356, 1.0, 0.261, 0.087, 0.076, 0.088], "start": 21.98408, "loudness_max_time": 0.01257, "loudness_start": -21.783, "duration": 0.24295, "loudness_max": -11.984}, {"confidence": 1.0, "timbre": [45.863, 7.148, -8.053, -25.067, 20.011, -2.789, -5.617, 26.306, -2.746, 14.242, -24.675, -13.792], "pitches": [0.525, 1.0, 0.354, 0.039, 0.029, 0.037, 0.048, 0.125, 0.022, 0.054, 0.025, 0.184], "start": 22.22703, "loudness_max_time": 0.14376, "loudness_start": -32.021, "duration": 0.24998, "loudness_max": -10.99}, {"confidence": 0.535, "timbre": [40.481, 10.673, -67.06, -0.839, 86.478, -52.052, -40.908, -22.557, -26.703, 1.343, 6.865, -2.752], "pitches": [0.288, 0.66, 1.0, 0.294, 0.184, 0.213, 0.188, 0.204, 0.081, 0.233, 0.103, 0.026], "start": 22.47701, "loudness_max_time": 0.01721, "loudness_start": -25.495, "duration": 0.10458, "loudness_max": -15.193}, {"confidence": 0.408, "timbre": [41.346, 180.149, -69.445, -73.078, 78.909, -43.367, -79.615, 4.148, 27.888, -9.043, 9.337, 12.766], "pitches": [0.288, 0.8, 1.0, 0.209, 0.147, 0.14, 0.175, 0.169, 0.11, 0.414, 0.145, 0.143], "start": 22.58159, "loudness_max_time": 0.07685, "loudness_start": -23.362, "duration": 0.13909, "loudness_max": -17.623}, {"confidence": 0.82, "timbre": [45.951, 119.013, -83.287, -6.578, 29.726, -6.461, -47.909, 3.657, 4.288, 32.159, -43.535, 7.728], "pitches": [0.274, 0.9, 1.0, 0.58, 0.26, 0.133, 0.202, 0.363, 0.189, 0.216, 0.153, 0.283], "start": 22.72068, "loudness_max_time": 0.07178, "loudness_start": -19.433, "duration": 0.49338, "loudness_max": -8.829}, {"confidence": 1.0, "timbre": [46.907, 101.785, -42.241, -85.712, 16.232, 30.91, -25.998, -21.19, 23.992, 23.857, -23.282, -3.506], "pitches": [0.734, 1.0, 0.283, 0.052, 0.029, 0.032, 0.039, 0.089, 0.03, 0.057, 0.024, 0.201], "start": 23.21406, "loudness_max_time": 0.09008, "loudness_start": -29.285, "duration": 0.22658, "loudness_max": -8.519}, {"confidence": 0.508, "timbre": [45.767, 104.496, -38.348, -49.826, 57.083, -20.372, -75.731, 70.536, 23.629, -38.117, 5.795, 7.562], "pitches": [0.233, 0.484, 1.0, 0.231, 0.143, 0.205, 0.318, 0.293, 0.166, 0.252, 0.233, 0.191], "start": 23.44063, "loudness_max_time": 0.05808, "loudness_start": -16.711, "duration": 0.17986, "loudness_max": -11.196}, {"confidence": 0.653, "timbre": [45.752, 82.6, -12.441, -23.454, 41.999, 18.848, -34.353, -55.845, -16.533, 65.431, -59.53, 4.04], "pitches": [1.0, 0.962, 0.312, 0.19, 0.189, 0.161, 0.134, 0.132, 0.113, 0.152, 0.074, 0.469], "start": 23.6205, "loudness_max_time": 0.11874, "loudness_start": -17.864, "duration": 0.26141, "loudness_max": -7.246}, {"confidence": 0.591, "timbre": [42.641, -2.928, 19.147, -39.99, 33.915, -15.876, -9.64, 46.38, -9.817, -33.807, 15.047, -4.352], "pitches": [0.273, 0.565, 0.476, 0.446, 1.0, 0.289, 0.587, 0.843, 0.266, 0.194, 0.158, 0.332], "start": 23.8819, "loudness_max_time": 0.11179, "loudness_start": -22.793, "duration": 0.32526, "loudness_max": -14.191}, {"confidence": 0.961, "timbre": [48.172, 65.224, 44.907, -3.959, -9.249, -10.22, 46.648, -2.792, -38.425, 8.412, 25.283, 20.956], "pitches": [0.675, 1.0, 0.122, 0.049, 0.081, 0.05, 0.062, 0.062, 0.045, 0.04, 0.021, 0.211], "start": 24.20717, "loudness_max_time": 0.05255, "loudness_start": -23.883, "duration": 0.26712, "loudness_max": -8.801}, {"confidence": 0.319, "timbre": [46.494, 37.389, 10.027, 67.488, 54.439, -46.966, -26.538, -6.28, -54.834, -9.219, -22.024, -1.848], "pitches": [1.0, 0.576, 0.3, 0.364, 0.395, 0.239, 0.495, 0.457, 0.182, 0.289, 0.222, 0.374], "start": 24.47429, "loudness_max_time": 0.0166, "loudness_start": -13.347, "duration": 0.1205, "loudness_max": -8.569}, {"confidence": 0.594, "timbre": [45.613, 73.125, -4.381, -54.428, 21.497, -18.217, -68.492, 8.386, -34.679, -20.942, 14.991, -11.649], "pitches": [0.874, 0.763, 1.0, 0.342, 0.089, 0.083, 0.511, 0.481, 0.214, 0.229, 0.268, 0.261], "start": 24.59478, "loudness_max_time": 0.0699, "loudness_start": -20.524, "duration": 0.10599, "loudness_max": -13.07}, {"confidence": 0.692, "timbre": [49.191, 91.564, 11.842, -31.843, -7.614, -2.927, -6.865, -11.291, -23.289, 5.442, 5.971, -5.487], "pitches": [0.711, 1.0, 0.165, 0.038, 0.034, 0.03, 0.062, 0.081, 0.027, 0.061, 0.015, 0.175], "start": 24.70077, "loudness_max_time": 0.0575, "loudness_start": -14.417, "duration": 0.28372, "loudness_max": -6.549}, {"confidence": 0.184, "timbre": [45.298, 16.045, -38.901, 46.427, 64.058, -80.534, -28.806, -31.26, -36.942, -8.544, -22.273, 7.63], "pitches": [1.0, 0.323, 0.086, 0.101, 0.071, 0.063, 0.069, 0.337, 0.11, 0.077, 0.224, 0.322], "start": 24.98449, "loudness_max_time": 0.00585, "loudness_start": -12.21, "duration": 0.13329, "loudness_max": -8.926}, {"confidence": 0.19, "timbre": [41.859, -44.76, 6.532, -31.287, 103.855, -36.793, -14.46, -13.207, 23.284, -0.362, 6.179, 21.467], "pitches": [0.702, 0.375, 0.214, 0.085, 0.16, 0.154, 0.202, 1.0, 0.245, 0.249, 0.271, 0.342], "start": 25.11778, "loudness_max_time": 0.03406, "loudness_start": -20.08, "duration": 0.10472, "loudness_max": -17.162}, {"confidence": 0.779, "timbre": [47.263, 12.034, -28.717, -24.834, 32.277, -17.536, 5.46, 16.594, 9.615, -5.346, -15.665, 2.263], "pitches": [0.886, 1.0, 0.188, 0.025, 0.023, 0.02, 0.033, 0.136, 0.019, 0.042, 0.019, 0.237], "start": 25.22249, "loudness_max_time": 0.06658, "loudness_start": -18.467, "duration": 0.2039, "loudness_max": -9.753}, {"confidence": 0.427, "timbre": [41.603, 23.507, -73.408, -22.063, 79.14, -25.999, -31.495, 23.259, -13.302, -48.49, -33.056, 1.371], "pitches": [1.0, 0.391, 0.143, 0.173, 0.208, 0.121, 0.131, 0.348, 0.223, 0.165, 0.194, 0.308], "start": 25.42639, "loudness_max_time": 0.06526, "loudness_start": -19.773, "duration": 0.18621, "loudness_max": -14.699}, {"confidence": 0.949, "timbre": [46.456, 29.194, 25.996, -38.376, 36.134, -12.836, -27.326, -10.826, -11.246, 19.567, 13.118, -5.108], "pitches": [0.53, 0.273, 0.106, 0.066, 0.201, 0.247, 0.326, 0.265, 0.125, 0.376, 1.0, 0.38], "start": 25.61261, "loudness_max_time": 0.05025, "loudness_start": -25.651, "duration": 0.11515, "loudness_max": -12.564}, {"confidence": 0.443, "timbre": [46.994, 8.235, -53.329, 34.994, 28.922, -54.839, 7.67, -1.364, 1.775, 3.048, -39.176, 7.396], "pitches": [1.0, 0.824, 0.724, 0.719, 0.315, 0.286, 0.117, 0.159, 0.459, 0.53, 0.446, 0.038], "start": 25.72776, "loudness_max_time": 0.0103, "loudness_start": -13.079, "duration": 0.15796, "loudness_max": -8.291}, {"confidence": 0.192, "timbre": [41.768, 0.043, -27.208, -41.902, 16.434, -29.278, -23.989, 5.498, 5.992, -19.382, 1.961, -1.275], "pitches": [1.0, 0.812, 0.796, 0.612, 0.568, 0.567, 0.586, 0.581, 0.369, 0.368, 0.162, 0.579], "start": 25.88571, "loudness_max_time": 0.04553, "loudness_start": -20.541, "duration": 0.08444, "loudness_max": -16.604}, {"confidence": 0.671, "timbre": [44.497, 54.204, -32.624, 11.523, 57.948, -27.02, -17.45, 12.872, -12.89, -18.842, 22.823, 1.164], "pitches": [0.217, 0.264, 0.353, 0.145, 0.135, 0.123, 0.329, 1.0, 0.23, 0.163, 0.168, 0.276], "start": 25.97016, "loudness_max_time": 0.02359, "loudness_start": -19.086, "duration": 0.25066, "loudness_max": -10.636}, {"confidence": 1.0, "timbre": [49.398, 82.232, 24.947, -45.352, 18.234, -2.413, 24.035, 60.14, 11.412, -2.868, 44.484, -22.676], "pitches": [0.588, 1.0, 0.111, 0.027, 0.039, 0.064, 0.048, 0.11, 0.031, 0.041, 0.021, 0.134], "start": 26.22082, "loudness_max_time": 0.05885, "loudness_start": -23.707, "duration": 0.25605, "loudness_max": -7.413}, {"confidence": 0.282, "timbre": [49.018, 133.466, 10.871, 38.29, 32.458, -30.477, -62.153, -5.723, -1.753, 9.3, -23.543, -10.288], "pitches": [0.192, 0.359, 1.0, 0.216, 0.238, 0.28, 0.463, 0.502, 0.149, 0.293, 0.111, 0.172], "start": 26.47687, "loudness_max_time": 0.01289, "loudness_start": -10.948, "duration": 0.2546, "loudness_max": -7.612}, {"confidence": 0.826, "timbre": [49.138, 116.86, -43.132, -4.885, -13.274, -17.364, -39.33, 3.249, 1.044, -6.084, -20.017, -10.854], "pitches": [0.565, 1.0, 0.154, 0.042, 0.051, 0.05, 0.069, 0.228, 0.079, 0.044, 0.019, 0.081], "start": 26.73147, "loudness_max_time": 0.03708, "loudness_start": -17.648, "duration": 0.2268, "loudness_max": -7.06}, {"confidence": 0.765, "timbre": [47.716, 128.804, -16.462, -24.547, 48.596, 18.199, -61.563, -12.21, -28.339, 20.464, -27.001, 5.327], "pitches": [0.441, 0.724, 1.0, 0.583, 0.501, 0.364, 0.734, 0.896, 0.36, 0.484, 0.372, 0.204], "start": 26.95828, "loudness_max_time": 0.05818, "loudness_start": -16.483, "duration": 0.26698, "loudness_max": -8.311}, {"confidence": 0.775, "timbre": [49.055, 144.626, 75.129, -37.269, 37.081, -9.577, -3.678, 3.689, -51.831, 21.049, -5.278, 10.832], "pitches": [0.095, 0.385, 0.92, 0.149, 0.12, 0.115, 0.314, 1.0, 0.394, 0.407, 0.174, 0.16], "start": 27.22526, "loudness_max_time": 0.0749, "loudness_start": -17.588, "duration": 0.23229, "loudness_max": -7.671}, {"confidence": 0.042, "timbre": [49.956, 134.78, 48.49, 9.651, 77.464, -36.563, 7.723, 27.789, -25.003, -4.851, -23.956, 20.742], "pitches": [0.169, 0.404, 0.847, 0.225, 0.27, 0.318, 1.0, 0.608, 0.183, 0.696, 0.289, 0.349], "start": 27.45755, "loudness_max_time": 0.1007, "loudness_start": -11.185, "duration": 0.31265, "loudness_max": -8.265}, {"confidence": 0.623, "timbre": [49.329, 152.757, 142.251, 28.738, 42.741, -2.288, -49.776, 38.442, 0.105, -42.894, 25.207, -21.014], "pitches": [0.429, 0.438, 0.125, 0.128, 0.125, 0.065, 0.125, 1.0, 0.797, 0.493, 0.074, 0.48], "start": 27.7702, "loudness_max_time": 0.03807, "loudness_start": -15.413, "duration": 0.16336, "loudness_max": -7.708}, {"confidence": 0.013, "timbre": [48.01, 221.621, 139.287, 14.936, 36.183, -7.817, -79.393, -45.948, -28.05, -5.813, -5.788, -5.951], "pitches": [0.078, 0.435, 0.012, 0.013, 0.394, 0.01, 0.091, 0.214, 0.06, 1.0, 0.035, 0.053], "start": 27.93356, "loudness_max_time": 0.08002, "loudness_start": -13.049, "duration": 0.12172, "loudness_max": -11.111}, {"confidence": 0.045, "timbre": [48.607, 201.862, 177.553, 36.809, 51.207, -11.65, -50.455, 1.788, -20.17, -33.479, 15.892, 1.397], "pitches": [0.121, 0.067, 0.028, 0.087, 0.01, 0.04, 0.26, 0.032, 0.049, 0.082, 0.098, 1.0], "start": 28.05528, "loudness_max_time": 0.04166, "loudness_start": -13.092, "duration": 0.17451, "loudness_max": -9.743}, {"confidence": 0.758, "timbre": [52.416, 85.997, -44.169, -5.226, -9.163, -68.497, -8.337, 7.208, -7.754, 1.984, -22.793, 4.717], "pitches": [0.366, 0.118, 0.074, 0.082, 0.161, 0.12, 0.535, 1.0, 0.374, 0.093, 0.045, 0.047], "start": 28.2298, "loudness_max_time": 0.00807, "loudness_start": -12.517, "duration": 0.42975, "loudness_max": -3.108}, {"confidence": 0.793, "timbre": [51.802, 103.757, 25.44, 4.413, 10.166, 3.098, 11.242, -7.379, 2.38, 0.185, -17.281, -8.386], "pitches": [0.198, 0.135, 0.12, 0.11, 0.16, 0.157, 0.581, 1.0, 0.487, 0.192, 0.138, 0.12], "start": 28.65955, "loudness_max_time": 0.07819, "loudness_start": -13.203, "duration": 0.54526, "loudness_max": -1.665}, {"confidence": 1.0, "timbre": [48.847, 71.623, -30.337, 51.541, 13.182, 24.314, 29.897, 21.793, -33.669, 57.471, -0.172, 19.097], "pitches": [0.972, 0.492, 0.309, 0.274, 0.281, 0.494, 0.616, 0.401, 0.15, 0.063, 0.125, 1.0], "start": 29.20481, "loudness_max_time": 0.03311, "loudness_start": -27.733, "duration": 0.19637, "loudness_max": -3.217}, {"confidence": 0.598, "timbre": [43.809, 122.997, -103.86, -0.303, 41.593, -27.125, -43.382, 78.802, 0.254, 32.446, -37.138, -26.316], "pitches": [0.024, 0.218, 0.217, 0.164, 0.744, 0.744, 0.999, 1.0, 0.361, 0.363, 0.032, 0.017], "start": 29.40118, "loudness_max_time": 0.05426, "loudness_start": -18.433, "duration": 0.17533, "loudness_max": -11.869}, {"confidence": 1.0, "timbre": [50.164, 114.106, 97.579, -67.957, 61.905, 24.885, -40.131, 17.197, -34.949, -2.849, 39.338, -21.942], "pitches": [0.104, 0.136, 0.432, 0.09, 0.08, 0.096, 0.24, 1.0, 0.681, 0.257, 0.17, 0.392], "start": 29.57651, "loudness_max_time": 0.07703, "loudness_start": -28.1, "duration": 0.12771, "loudness_max": -5.912}, {"confidence": 0.461, "timbre": [52.672, 93.456, -34.403, 59.174, -0.794, -27.857, -17.08, 0.874, -3.683, 25.703, -24.622, -1.831], "pitches": [1.0, 0.723, 0.225, 0.246, 0.234, 0.263, 0.215, 0.21, 0.656, 0.642, 0.925, 0.158], "start": 29.70422, "loudness_max_time": 0.03351, "loudness_start": -7.537, "duration": 0.14649, "loudness_max": -0.848}, {"confidence": 0.183, "timbre": [47.637, 47.671, -27.14, -44.783, 6.582, -34.191, -12.889, -17.256, 17.295, 25.31, -6.049, -24.489], "pitches": [0.134, 0.32, 0.387, 0.289, 0.723, 0.723, 0.999, 1.0, 0.614, 0.615, 0.109, 0.005], "start": 29.8507, "loudness_max_time": 0.04494, "loudness_start": -14.751, "duration": 0.13642, "loudness_max": -11.614}, {"confidence": 0.631, "timbre": [52.1, 67.763, 17.269, -28.456, 16.712, -23.248, -7.112, -19.688, -12.888, 15.748, -17.553, -15.012], "pitches": [0.049, 0.168, 0.566, 0.063, 0.015, 0.02, 0.36, 1.0, 0.166, 0.07, 0.022, 0.238], "start": 29.98712, "loudness_max_time": 0.10126, "loudness_start": -12.707, "duration": 0.24535, "loudness_max": -5.609}, {"confidence": 0.139, "timbre": [45.051, -8.526, -98.281, 100.576, -41.051, -112.83, -10.959, -26.636, -25.447, 11.803, -31.09, 9.766], "pitches": [1.0, 0.638, 0.086, 0.036, 0.041, 0.126, 0.157, 0.105, 0.056, 0.019, 0.009, 0.297], "start": 30.23247, "loudness_max_time": 0.00791, "loudness_start": -11.173, "duration": 0.25324, "loudness_max": -3.864}, {"confidence": 1.0, "timbre": [50.699, 87.965, 2.208, -41.429, -12.562, -16.162, 9.504, -31.328, -27.918, 13.005, -19.378, -0.686], "pitches": [0.016, 0.521, 1.0, 0.241, 0.043, 0.019, 0.125, 0.021, 0.064, 0.594, 0.069, 0.011], "start": 30.48571, "loudness_max_time": 0.09635, "loudness_start": -26.134, "duration": 0.24649, "loudness_max": -6.108}, {"confidence": 0.584, "timbre": [52.797, 68.291, -32.45, -1.459, -28.447, -69.148, -3.309, -18.527, -6.753, 9.716, -17.667, 2.584], "pitches": [1.0, 0.973, 0.681, 0.235, 0.071, 0.151, 0.311, 0.112, 0.11, 0.449, 0.063, 0.308], "start": 30.7322, "loudness_max_time": 0.00788, "loudness_start": -12.714, "duration": 0.25211, "loudness_max": -2.556}, {"confidence": 0.237, "timbre": [50.657, 44.216, -6.579, -16.4, 9.315, -53.49, -14.041, -13.522, -20.61, 11.053, -9.036, -11.695], "pitches": [0.065, 0.566, 1.0, 0.352, 0.083, 0.023, 0.14, 0.018, 0.073, 0.412, 0.15, 0.415], "start": 30.98431, "loudness_max_time": 0.01371, "loudness_start": -11.849, "duration": 0.21283, "loudness_max": -7.268}, {"confidence": 0.578, "timbre": [50.11, 59.004, -65.002, 8.075, -0.892, 0.622, -23.847, 19.194, -20.569, 1.967, -46.709, -17.106], "pitches": [0.766, 0.53, 0.2, 0.19, 0.378, 0.365, 0.366, 0.349, 0.862, 0.866, 1.0, 0.157], "start": 31.19714, "loudness_max_time": 0.04536, "loudness_start": -11.547, "duration": 0.17551, "loudness_max": -4.416}, {"confidence": 0.198, "timbre": [42.572, 137.536, -122.252, -22.517, 41.264, -51.621, -2.126, 72.193, -22.86, 6.104, 13.603, -17.186], "pitches": [0.775, 1.0, 0.796, 0.203, 0.146, 0.267, 0.442, 0.169, 0.108, 0.603, 0.308, 0.404], "start": 31.37265, "loudness_max_time": 0.0375, "loudness_start": -18.917, "duration": 0.19483, "loudness_max": -13.0}, {"confidence": 0.869, "timbre": [48.687, 190.9, 140.68, -54.871, 41.04, -2.868, 7.574, -41.885, -60.04, 26.88, 0.975, -20.248], "pitches": [0.394, 0.453, 0.283, 0.142, 0.145, 0.168, 0.208, 0.18, 0.227, 0.575, 0.635, 1.0], "start": 31.56748, "loudness_max_time": 0.11189, "loudness_start": -20.884, "duration": 0.16263, "loudness_max": -5.492}, {"confidence": 0.501, "timbre": [54.272, 115.585, -19.308, 17.74, -41.186, -50.116, -19.558, 8.456, 3.572, -7.683, -25.819, -20.768], "pitches": [1.0, 0.645, 0.072, 0.104, 0.06, 0.15, 0.212, 0.1, 0.059, 0.034, 0.029, 0.372], "start": 31.73011, "loudness_max_time": 0.00986, "loudness_start": -7.708, "duration": 0.25533, "loudness_max": -1.189}, {"confidence": 0.915, "timbre": [50.794, 103.771, -22.47, -23.386, 6.102, 23.147, -10.673, -3.802, -2.627, 26.911, -56.616, -11.579], "pitches": [0.547, 0.325, 0.234, 0.376, 0.863, 0.497, 0.826, 1.0, 0.841, 0.722, 0.706, 0.726], "start": 31.98544, "loudness_max_time": 0.09723, "loudness_start": -17.275, "duration": 0.49977, "loudness_max": -3.368}, {"confidence": 0.888, "timbre": [50.112, 88.739, -2.914, -60.47, 5.843, 0.298, 15.521, -37.85, -18.007, 17.528, -21.243, -0.189], "pitches": [1.0, 0.337, 0.06, 0.02, 0.224, 0.032, 0.22, 0.713, 0.119, 0.012, 0.012, 0.516], "start": 32.48522, "loudness_max_time": 0.08441, "loudness_start": -20.805, "duration": 0.23746, "loudness_max": -5.948}, {"confidence": 0.63, "timbre": [52.956, 66.769, -38.068, -2.521, -8.941, -38.674, 5.675, -26.311, -3.5, 13.442, 6.846, -2.447], "pitches": [1.0, 0.596, 0.094, 0.061, 0.211, 0.172, 0.331, 0.452, 0.085, 0.026, 0.03, 0.142], "start": 32.72268, "loudness_max_time": 0.01709, "loudness_start": -13.823, "duration": 0.25107, "loudness_max": -2.771}, {"confidence": 0.847, "timbre": [53.509, 72.158, 6.925, -1.625, 18.119, 17.434, 9.23, 20.021, -3.573, 10.211, -19.012, 1.936], "pitches": [1.0, 0.299, 0.076, 0.029, 0.119, 0.049, 0.133, 0.577, 0.116, 0.028, 0.013, 0.373], "start": 32.97374, "loudness_max_time": 0.07417, "loudness_start": -12.914, "duration": 0.25306, "loudness_max": -1.856}, {"confidence": 0.609, "timbre": [53.301, 103.417, -39.438, -35.459, -47.056, -49.926, -42.126, 15.707, 8.761, 11.742, 6.217, -13.839], "pitches": [1.0, 0.741, 0.235, 0.213, 0.175, 0.168, 0.184, 0.214, 0.594, 0.588, 0.879, 0.088], "start": 33.2268, "loudness_max_time": 0.01359, "loudness_start": -11.619, "duration": 0.11152, "loudness_max": -3.754}, {"confidence": 0.159, "timbre": [51.531, 130.977, -12.177, 11.667, -22.632, -7.542, -2.542, -12.302, 0.844, -5.693, -59.207, -1.719], "pitches": [0.251, 0.278, 0.266, 0.264, 0.572, 0.57, 1.0, 1.0, 0.707, 0.717, 0.169, 0.05], "start": 33.33832, "loudness_max_time": 0.05932, "loudness_start": -8.211, "duration": 0.13442, "loudness_max": -5.088}, {"confidence": 0.791, "timbre": [51.559, 122.518, 103.488, -1.543, 55.106, 5.466, 5.097, 37.342, -25.897, -24.546, 17.139, -22.07], "pitches": [0.796, 0.251, 0.156, 0.146, 0.37, 0.352, 0.562, 1.0, 0.444, 0.435, 0.233, 0.062], "start": 33.47274, "loudness_max_time": 0.05393, "loudness_start": -15.764, "duration": 0.18417, "loudness_max": -5.18}, {"confidence": 0.508, "timbre": [53.164, 142.341, 105.445, 19.258, 75.803, -40.228, -78.079, -16.748, -37.389, 8.251, 5.369, -5.978], "pitches": [1.0, 0.049, 0.018, 0.042, 0.07, 0.009, 0.055, 0.21, 0.017, 0.024, 0.033, 0.59], "start": 33.65692, "loudness_max_time": 0.01897, "loudness_start": -10.579, "duration": 0.07587, "loudness_max": -4.975}, {"confidence": 0.433, "timbre": [55.779, 95.045, 4.402, -14.489, -7.848, -48.623, 7.683, 4.531, -13.057, 1.321, -13.633, -0.006], "pitches": [1.0, 0.69, 0.045, 0.038, 0.048, 0.141, 0.284, 0.083, 0.058, 0.088, 0.108, 0.345], "start": 33.73279, "loudness_max_time": 0.00738, "loudness_start": -8.609, "duration": 0.31351, "loudness_max": -1.979}, {"confidence": 0.286, "timbre": [53.729, 77.189, 58.702, 28.008, 16.073, -30.044, 30.435, -23.97, -7.306, -5.073, -10.119, -0.928], "pitches": [0.059, 0.115, 0.627, 0.053, 0.021, 0.025, 0.384, 1.0, 0.174, 0.149, 0.042, 0.462], "start": 34.0463, "loudness_max_time": 0.02839, "loudness_start": -8.909, "duration": 0.18549, "loudness_max": -4.227}, {"confidence": 0.057, "timbre": [47.061, 12.906, -76.186, 74.404, -36.776, -110.274, -14.974, -0.649, -11.577, 12.949, -23.807, 5.138], "pitches": [1.0, 0.634, 0.086, 0.036, 0.04, 0.127, 0.165, 0.13, 0.071, 0.024, 0.012, 0.298], "start": 34.23179, "loudness_max_time": 0.00834, "loudness_start": -10.137, "duration": 0.25392, "loudness_max": -3.116}, {"confidence": 1.0, "timbre": [50.34, 92.205, -7.355, -51.411, -18.388, -6.972, 6.416, -37.124, -30.848, 13.5, -17.993, 0.229], "pitches": [0.013, 0.488, 1.0, 0.212, 0.034, 0.016, 0.105, 0.018, 0.055, 0.505, 0.061, 0.01], "start": 34.48571, "loudness_max_time": 0.09619, "loudness_start": -24.964, "duration": 0.24676, "loudness_max": -6.141}, {"confidence": 0.594, "timbre": [52.926, 76.529, -35.99, -5.049, -21.487, -71.626, -5.43, -8.443, -11.823, 14.422, -16.326, -0.595], "pitches": [0.892, 1.0, 0.822, 0.17, 0.057, 0.105, 0.25, 0.092, 0.08, 0.441, 0.055, 0.218], "start": 34.73247, "loudness_max_time": 0.00835, "loudness_start": -12.524, "duration": 0.27229, "loudness_max": -2.586}, {"confidence": 0.476, "timbre": [50.897, 33.365, 2.738, 28.006, 29.461, -38.92, 3.153, 14.549, -12.176, 19.637, -26.379, 3.146], "pitches": [0.059, 0.634, 1.0, 0.454, 0.133, 0.085, 0.145, 0.228, 0.172, 0.44, 0.154, 0.028], "start": 35.00476, "loudness_max_time": 0.02425, "loudness_start": -11.164, "duration": 0.19152, "loudness_max": -6.021}, {"confidence": 0.826, "timbre": [52.976, 83.515, -21.905, -24.866, -16.768, -11.875, 21.188, -18.304, -14.59, -3.877, -11.881, 11.923], "pitches": [1.0, 0.906, 0.21, 0.192, 0.283, 0.267, 0.328, 0.299, 0.361, 0.406, 0.435, 0.423], "start": 35.19628, "loudness_max_time": 0.04264, "loudness_start": -15.439, "duration": 0.10481, "loudness_max": -3.416}, {"confidence": 0.302, "timbre": [54.243, 126.743, 23.569, 12.819, -5.482, -35.423, 59.07, 5.805, 5.13, -13.801, -22.756, 34.104], "pitches": [0.895, 1.0, 0.029, 0.024, 0.049, 0.144, 0.043, 0.029, 0.027, 0.065, 0.176, 0.062], "start": 35.30109, "loudness_max_time": 0.06921, "loudness_start": -8.794, "duration": 0.19129, "loudness_max": -3.434}, {"confidence": 0.286, "timbre": [51.739, 128.929, 76.132, 16.206, 51.313, -18.448, -25.777, -10.574, -1.038, 1.135, -12.638, -10.614], "pitches": [0.123, 0.191, 0.1, 0.079, 0.307, 0.165, 0.25, 0.271, 0.241, 1.0, 0.19, 0.027], "start": 35.49238, "loudness_max_time": 0.02588, "loudness_start": -9.978, "duration": 0.16771, "loudness_max": -5.714}, {"confidence": 0.772, "timbre": [51.623, 113.616, 40.549, -44.508, 33.624, -11.664, -35.159, -0.952, -17.182, -4.447, -6.196, -5.889], "pitches": [1.0, 0.551, 0.246, 0.225, 0.196, 0.347, 0.449, 0.341, 0.216, 0.149, 0.13, 0.676], "start": 35.66009, "loudness_max_time": 0.08056, "loudness_start": -11.439, "duration": 0.32476, "loudness_max": -1.447}, {"confidence": 0.581, "timbre": [50.661, 146.127, 70.827, -12.058, 9.035, -1.089, -31.071, 22.901, -31.271, -5.32, 12.267, -23.47], "pitches": [0.177, 0.209, 0.459, 0.178, 0.156, 0.214, 0.291, 1.0, 0.215, 0.132, 0.163, 0.468], "start": 35.98485, "loudness_max_time": 0.0507, "loudness_start": -14.87, "duration": 0.221, "loudness_max": -6.504}, {"confidence": 0.644, "timbre": [51.134, 79.448, -9.476, 22.956, -0.315, -11.512, -15.202, -10.853, -6.661, 30.127, -9.385, -7.442], "pitches": [0.4, 0.104, 0.074, 0.075, 0.167, 0.129, 0.521, 1.0, 0.343, 0.1, 0.06, 0.06], "start": 36.20585, "loudness_max_time": 0.03453, "loudness_start": -12.144, "duration": 0.5283, "loudness_max": -3.54}, {"confidence": 0.911, "timbre": [52.084, 76.801, -36.788, 72.107, 15.79, -42.276, -10.971, 38.103, 10.978, 28.451, -73.621, -4.935], "pitches": [0.12, 0.095, 0.106, 0.098, 0.125, 0.136, 0.588, 1.0, 0.419, 0.093, 0.043, 0.042], "start": 36.73415, "loudness_max_time": 0.00652, "loudness_start": -14.164, "duration": 0.41184, "loudness_max": -2.118}, {"confidence": 1.0, "timbre": [43.021, 136.148, 62.059, -4.595, 22.564, 54.137, 65.245, -64.851, -36.89, 42.51, -72.166, 42.677], "pitches": [1.0, 0.534, 0.309, 0.243, 0.241, 0.402, 0.546, 0.391, 0.199, 0.128, 0.183, 0.811], "start": 37.14599, "loudness_max_time": 0.09435, "loudness_start": -27.382, "duration": 0.31828, "loudness_max": -3.844}, {"confidence": 1.0, "timbre": [47.115, 86.589, -33.772, -71.275, 48.368, 45.53, -1.173, -32.408, -55.303, 32.082, -6.17, -7.177], "pitches": [0.102, 0.423, 1.0, 0.49, 0.478, 0.458, 0.64, 0.623, 0.46, 0.505, 0.181, 0.018], "start": 37.46426, "loudness_max_time": 0.06363, "loudness_start": -27.578, "duration": 0.14644, "loudness_max": -8.066}, {"confidence": 0.762, "timbre": [51.708, 71.778, 4.951, 1.477, 42.716, 9.799, -22.005, 23.443, -31.129, -4.773, -34.598, 19.757], "pitches": [0.966, 0.694, 0.454, 0.374, 0.333, 0.516, 0.641, 0.641, 0.403, 0.296, 0.328, 1.0], "start": 37.6107, "loudness_max_time": 0.12887, "loudness_start": -13.303, "duration": 0.28109, "loudness_max": -2.742}, {"confidence": 0.689, "timbre": [50.375, 14.196, 42.198, -68.093, 32.389, -15.352, 32.96, 33.691, -3.119, 15.977, 6.239, -5.405], "pitches": [0.065, 0.076, 0.421, 0.095, 0.033, 0.06, 0.257, 1.0, 0.128, 0.107, 0.06, 0.177], "start": 37.89179, "loudness_max_time": 0.1948, "loudness_start": -15.246, "duration": 0.33955, "loudness_max": -5.68}, {"confidence": 0.01, "timbre": [45.666, -0.711, -91.938, 91.76, -43.961, -109.142, -13.845, -30.682, -19.419, 10.322, -27.517, 9.443], "pitches": [1.0, 0.553, 0.106, 0.107, 0.079, 0.1, 0.155, 0.124, 0.062, 0.023, 0.01, 0.375], "start": 38.23134, "loudness_max_time": 0.0086, "loudness_start": -8.938, "duration": 0.23338, "loudness_max": -3.655}, {"confidence": 1.0, "timbre": [48.19, 71.36, -9.443, -81.445, -1.972, 61.663, 38.996, -20.96, -4.829, -10.862, 34.285, -12.375], "pitches": [0.02, 0.454, 1.0, 0.178, 0.029, 0.019, 0.102, 0.013, 0.054, 0.443, 0.051, 0.012], "start": 38.46472, "loudness_max_time": 0.11762, "loudness_start": -25.73, "duration": 0.26535, "loudness_max": -6.044}, {"confidence": 0.571, "timbre": [52.092, 66.954, -44.655, 18.629, -13.849, -71.652, -8.024, -9.478, -6.751, 8.914, -22.775, 0.182], "pitches": [0.123, 0.221, 0.895, 0.158, 0.151, 0.171, 0.724, 1.0, 0.421, 0.382, 0.063, 0.046], "start": 38.73007, "loudness_max_time": 0.01107, "loudness_start": -12.658, "duration": 0.47179, "loudness_max": -2.35}, {"confidence": 0.799, "timbre": [49.129, 31.126, -38.196, 14.496, -7.151, 18.25, 25.622, 5.923, 3.489, -14.903, -17.71, 11.189], "pitches": [1.0, 0.44, 0.23, 0.225, 0.235, 0.434, 0.566, 0.344, 0.144, 0.072, 0.097, 0.899], "start": 39.20186, "loudness_max_time": 0.03708, "loudness_start": -14.777, "duration": 0.22086, "loudness_max": -4.389}, {"confidence": 0.914, "timbre": [42.683, 154.596, -105.335, -109.856, 52.981, -16.186, -16.639, -24.603, -6.862, -2.838, -36.465, 0.904], "pitches": [0.315, 0.576, 0.697, 0.367, 0.091, 0.059, 0.079, 0.072, 0.122, 1.0, 0.555, 0.271], "start": 39.42272, "loudness_max_time": 0.11186, "loudness_start": -20.958, "duration": 0.30667, "loudness_max": -8.694}, {"confidence": 1.0, "timbre": [55.026, 131.035, -13.212, -5.44, -36.776, -52.748, -18.714, 43.17, 5.581, 16.434, 9.316, -7.677], "pitches": [1.0, 0.651, 0.095, 0.078, 0.064, 0.155, 0.209, 0.107, 0.071, 0.076, 0.071, 0.353], "start": 39.72939, "loudness_max_time": 0.01444, "loudness_start": -19.484, "duration": 0.26113, "loudness_max": -1.649}, {"confidence": 0.525, "timbre": [51.985, 155.918, -1.463, 5.211, -31.372, 9.277, -17.236, -35.124, 11.347, 12.106, -74.713, -13.453], "pitches": [0.582, 0.334, 0.244, 0.332, 1.0, 0.469, 0.711, 0.781, 0.719, 0.674, 0.679, 0.768], "start": 39.99052, "loudness_max_time": 0.14211, "loudness_start": -9.402, "duration": 0.46435, "loudness_max": -2.866}, {"confidence": 1.0, "timbre": [52.157, 78.502, 41.101, -30.772, -15.586, 9.2, 20.88, -14.551, -12.787, -16.688, -9.72, -9.387], "pitches": [0.939, 0.274, 0.092, 0.042, 0.271, 0.048, 0.284, 1.0, 0.164, 0.018, 0.022, 0.416], "start": 40.45488, "loudness_max_time": 0.07042, "loudness_start": -23.716, "duration": 0.26785, "loudness_max": -5.19}, {"confidence": 0.482, "timbre": [53.223, 72.938, -35.136, 0.435, -13.766, -36.444, 0.675, -21.697, -5.514, 11.526, 1.728, -1.536], "pitches": [1.0, 0.567, 0.093, 0.065, 0.192, 0.158, 0.299, 0.44, 0.086, 0.033, 0.034, 0.463], "start": 40.72272, "loudness_max_time": 0.01687, "loudness_start": -12.243, "duration": 0.26054, "loudness_max": -2.536}, {"confidence": 0.724, "timbre": [52.786, 51.45, 21.734, -10.197, 22.193, -8.199, 20.758, 0.204, -9.282, 31.839, -20.529, -8.149], "pitches": [1.0, 0.543, 0.193, 0.037, 0.124, 0.023, 0.155, 0.55, 0.116, 0.013, 0.021, 0.512], "start": 40.98327, "loudness_max_time": 0.04645, "loudness_start": -13.073, "duration": 0.1858, "loudness_max": -4.658}, {"confidence": 0.674, "timbre": [51.179, 114.523, -24.807, -59.778, 0.735, -16.391, -8.549, 8.278, 0.218, -1.291, -16.939, -0.557], "pitches": [1.0, 0.487, 0.172, 0.18, 0.184, 0.343, 0.399, 0.293, 0.148, 0.124, 0.169, 0.76], "start": 41.16907, "loudness_max_time": 0.0721, "loudness_start": -12.017, "duration": 0.2961, "loudness_max": -3.18}, {"confidence": 1.0, "timbre": [51.484, 151.403, 90.109, 6.472, 37.285, 28.404, 14.265, 32.422, -20.364, -44.02, 30.68, -10.906], "pitches": [0.834, 0.216, 0.071, 0.028, 0.085, 0.029, 0.045, 1.0, 0.068, 0.056, 0.118, 0.25], "start": 41.46517, "loudness_max_time": 0.06005, "loudness_start": -20.739, "duration": 0.22676, "loudness_max": -4.01}, {"confidence": 0.731, "timbre": [52.998, 109.056, 14.972, -26.558, 25.768, -0.078, -12.143, 9.539, -7.432, -6.148, -9.465, 2.358], "pitches": [1.0, 0.564, 0.168, 0.143, 0.135, 0.292, 0.399, 0.226, 0.113, 0.1, 0.119, 0.56], "start": 41.69193, "loudness_max_time": 0.04841, "loudness_start": -10.493, "duration": 0.29546, "loudness_max": -2.268}, {"confidence": 0.751, "timbre": [52.808, 59.245, 39.534, -0.918, 21.224, -12.145, 21.317, -0.359, -25.476, 10.563, -8.767, -3.541], "pitches": [0.035, 0.05, 0.258, 0.029, 0.012, 0.016, 0.325, 1.0, 0.151, 0.051, 0.017, 0.202], "start": 41.98739, "loudness_max_time": 0.06523, "loudness_start": -15.227, "duration": 0.2444, "loudness_max": -4.658}, {"confidence": 0.188, "timbre": [47.324, 22.444, -76.17, 78.799, -49.659, -82.281, -13.678, -14.999, -14.46, -3.361, -50.495, 15.746], "pitches": [1.0, 0.532, 0.124, 0.088, 0.035, 0.158, 0.184, 0.127, 0.072, 0.024, 0.015, 0.374], "start": 42.23179, "loudness_max_time": 0.00768, "loudness_start": -9.943, "duration": 0.23324, "loudness_max": -3.419}, {"confidence": 1.0, "timbre": [47.6, 74.017, -15.177, -98.203, -7.946, 65.573, 31.02, -26.947, -6.699, -17.973, 31.457, -12.091], "pitches": [0.016, 0.421, 1.0, 0.161, 0.029, 0.018, 0.099, 0.018, 0.053, 0.423, 0.049, 0.013], "start": 42.46503, "loudness_max_time": 0.11729, "loudness_start": -25.964, "duration": 0.26512, "loudness_max": -6.181}, {"confidence": 0.589, "timbre": [52.927, 74.88, -34.602, -3.64, -20.167, -70.947, -4.788, -7.973, -12.429, 14.741, -11.89, 0.307], "pitches": [1.0, 0.92, 0.653, 0.073, 0.067, 0.136, 0.295, 0.103, 0.097, 0.525, 0.067, 0.27], "start": 42.73016, "loudness_max_time": 0.01082, "loudness_start": -12.483, "duration": 0.27315, "loudness_max": -2.427}, {"confidence": 0.585, "timbre": [51.631, 57.182, 8.616, 35.949, 35.955, -34.23, 6.438, 2.777, -1.844, 10.525, -18.876, 18.2], "pitches": [0.113, 1.0, 0.457, 0.11, 0.133, 0.136, 0.299, 0.441, 0.324, 0.514, 0.239, 0.025], "start": 43.00331, "loudness_max_time": 0.02286, "loudness_start": -11.31, "duration": 0.18, "loudness_max": -4.711}, {"confidence": 0.948, "timbre": [53.498, 116.78, 54.155, -42.287, -5.194, 6.745, 25.686, 38.627, -30.149, -10.402, -16.525, -2.199], "pitches": [0.216, 0.128, 0.113, 0.134, 0.177, 0.163, 0.63, 1.0, 0.629, 0.256, 0.199, 0.167], "start": 43.18331, "loudness_max_time": 0.06504, "loudness_start": -14.386, "duration": 0.418, "loudness_max": -0.182}, {"confidence": 0.052, "timbre": [53.499, 111.623, 95.184, 13.852, 78.429, -46.395, -50.829, -26.432, -32.135, -0.404, 5.122, 4.184], "pitches": [0.088, 0.072, 0.11, 0.066, 0.132, 0.119, 0.158, 0.522, 0.391, 1.0, 0.251, 0.261], "start": 43.60132, "loudness_max_time": 0.01204, "loudness_start": -8.461, "duration": 0.12816, "loudness_max": -4.004}, {"confidence": 0.785, "timbre": [57.014, 113.225, 23.068, 31.953, -38.993, -43.405, 8.568, 17.186, -8.481, -4.742, -0.699, -7.461], "pitches": [1.0, 0.68, 0.108, 0.083, 0.143, 0.2, 0.265, 0.178, 0.088, 0.1, 0.035, 0.303], "start": 43.72948, "loudness_max_time": 0.01538, "loudness_start": -7.365, "duration": 0.26009, "loudness_max": 0.641}, {"confidence": 0.286, "timbre": [52.833, 113.699, 84.273, -9.732, 13.268, -14.804, -20.711, -9.203, -19.749, 10.29, -1.595, -23.18], "pitches": [0.346, 0.35, 0.371, 0.268, 0.447, 0.475, 0.595, 1.0, 0.585, 0.497, 0.376, 0.268], "start": 43.98957, "loudness_max_time": 0.04782, "loudness_start": -10.046, "duration": 0.09374, "loudness_max": -5.362}, {"confidence": 0.243, "timbre": [54.085, 132.31, 105.698, 26.161, 17.894, -11.807, -28.73, -14.821, -4.041, -7.014, -5.116, -21.364], "pitches": [0.345, 0.274, 0.602, 0.476, 0.426, 0.624, 0.435, 1.0, 0.567, 0.546, 0.444, 0.484], "start": 44.08331, "loudness_max_time": 0.0304, "loudness_start": -7.716, "duration": 0.10993, "loudness_max": -3.668}, {"confidence": 0.451, "timbre": [53.329, 89.564, 18.087, 20.995, 16.352, -30.662, -3.87, 22.113, 5.8, 3.707, -23.789, -13.201], "pitches": [0.408, 0.112, 0.083, 0.091, 0.171, 0.115, 0.517, 1.0, 0.432, 0.143, 0.096, 0.131], "start": 44.19324, "loudness_max_time": 0.04323, "loudness_start": -8.766, "duration": 0.46993, "loudness_max": -2.442}, {"confidence": 0.715, "timbre": [53.162, 93.774, 9.491, -39.464, -8.053, -6.688, 31.791, -20.266, -8.084, 2.693, -18.232, 9.424], "pitches": [1.0, 0.7, 0.427, 0.408, 0.326, 0.456, 0.493, 0.551, 0.42, 0.281, 0.282, 0.97], "start": 44.66317, "loudness_max_time": 0.07536, "loudness_start": -11.197, "duration": 0.18921, "loudness_max": -1.951}, {"confidence": 0.212, "timbre": [51.072, 95.135, 51.126, 39.798, 7.964, -17.321, 4.809, 41.968, 19.332, 0.403, -42.438, -14.661], "pitches": [0.156, 0.209, 0.301, 0.101, 0.249, 0.181, 0.267, 1.0, 0.203, 0.078, 0.059, 0.216], "start": 44.85238, "loudness_max_time": 0.0671, "loudness_start": -7.982, "duration": 0.35678, "loudness_max": -4.073}, {"confidence": 1.0, "timbre": [50.785, 63.995, -17.513, 36.088, -4.158, 6.255, 34.591, 4.571, -23.501, 38.814, 12.133, 20.024], "pitches": [0.828, 0.568, 0.246, 0.248, 0.354, 0.333, 0.369, 0.372, 0.813, 0.816, 1.0, 0.144], "start": 45.20916, "loudness_max_time": 0.03157, "loudness_start": -21.849, "duration": 0.15329, "loudness_max": -2.564}, {"confidence": 0.228, "timbre": [46.4, 135.924, -49.251, -58.783, 6.828, -30.367, -13.298, 7.036, -16.203, 10.439, -5.379, -38.297], "pitches": [0.329, 0.763, 1.0, 0.165, 0.173, 0.218, 0.268, 0.104, 0.092, 0.108, 0.119, 0.169], "start": 45.36245, "loudness_max_time": 0.12493, "loudness_start": -16.521, "duration": 0.21832, "loudness_max": -10.832}, {"confidence": 0.882, "timbre": [51.074, 134.793, 114.493, -42.553, 53.085, 15.197, -44.933, 29.326, -32.088, -10.031, 16.505, -12.514], "pitches": [0.136, 0.174, 0.809, 0.131, 0.069, 0.097, 0.266, 1.0, 0.601, 0.208, 0.14, 0.551], "start": 45.58077, "loudness_max_time": 0.07677, "loudness_start": -17.145, "duration": 0.15084, "loudness_max": -4.679}, {"confidence": 0.452, "timbre": [51.855, 76.629, -65.306, 31.461, -20.26, -94.843, -6.235, 2.635, 6.846, 3.709, -22.561, 2.547], "pitches": [0.716, 0.482, 0.255, 0.247, 0.384, 0.384, 0.55, 0.557, 0.94, 0.931, 1.0, 0.04], "start": 45.73161, "loudness_max_time": 0.00683, "loudness_start": -8.87, "duration": 0.12971, "loudness_max": -1.079}, {"confidence": 0.139, "timbre": [48.085, 50.607, -18.108, -32.248, 7.382, -38.463, -9.433, -10.996, 19.155, 26.171, -12.887, -21.828], "pitches": [0.158, 0.443, 0.504, 0.43, 0.817, 0.816, 1.0, 0.998, 0.674, 0.674, 0.209, 0.005], "start": 45.86132, "loudness_max_time": 0.01709, "loudness_start": -13.85, "duration": 0.11433, "loudness_max": -10.878}, {"confidence": 0.678, "timbre": [52.5, 80.228, 26.628, -12.423, 35.088, -16.453, -6.027, -29.429, -11.254, 9.549, -1.434, -20.216], "pitches": [0.123, 0.257, 1.0, 0.149, 0.101, 0.064, 0.345, 0.732, 0.158, 0.176, 0.064, 0.512], "start": 45.97565, "loudness_max_time": 0.11247, "loudness_start": -13.623, "duration": 0.25519, "loudness_max": -5.88}, {"confidence": 0.332, "timbre": [49.694, 56.358, -50.011, 35.972, -41.996, -86.122, -4.997, -7.27, -7.164, -0.925, -22.104, 2.43], "pitches": [1.0, 0.628, 0.119, 0.082, 0.07, 0.159, 0.163, 0.126, 0.077, 0.025, 0.013, 0.31], "start": 46.23084, "loudness_max_time": 0.0087, "loudness_start": -9.919, "duration": 0.25224, "loudness_max": -2.956}, {"confidence": 0.82, "timbre": [51.23, 98.996, 16.199, -38.79, 4.664, -16.312, 19.271, -37.018, -30.54, 23.478, -16.446, 6.255], "pitches": [0.034, 0.394, 1.0, 0.223, 0.073, 0.036, 0.183, 0.069, 0.102, 0.84, 0.098, 0.021], "start": 46.48308, "loudness_max_time": 0.09814, "loudness_start": -17.822, "duration": 0.2473, "loudness_max": -5.897}, {"confidence": 0.538, "timbre": [53.155, 66.175, -24.999, 2.335, -25.487, -71.532, 0.691, -12.987, -9.344, 9.565, -8.557, 2.611], "pitches": [1.0, 0.845, 0.693, 0.094, 0.079, 0.181, 0.333, 0.127, 0.094, 0.442, 0.068, 0.346], "start": 46.73039, "loudness_max_time": 0.00932, "loudness_start": -10.868, "duration": 0.24363, "loudness_max": -2.164}, {"confidence": 0.479, "timbre": [51.827, 66.248, -4.443, -0.036, 15.58, -23.998, 5.102, -24.183, -23.117, 0.479, -4.482, 7.002], "pitches": [0.067, 0.404, 1.0, 0.264, 0.075, 0.029, 0.161, 0.065, 0.094, 0.457, 0.148, 0.475], "start": 46.97401, "loudness_max_time": 0.02098, "loudness_start": -10.975, "duration": 0.24349, "loudness_max": -6.36}, {"confidence": 0.533, "timbre": [50.163, 77.871, -75.596, 23.96, -34.886, -39.817, -23.429, 28.288, -28.09, 10.315, -1.189, -11.944], "pitches": [0.774, 0.506, 0.234, 0.222, 0.322, 0.311, 0.401, 0.392, 0.808, 0.805, 1.0, 0.08], "start": 47.21751, "loudness_max_time": 0.02346, "loudness_start": -10.742, "duration": 0.14508, "loudness_max": -4.286}, {"confidence": 0.298, "timbre": [45.074, 101.139, -103.294, -14.074, 28.783, -25.445, -0.725, 33.719, -44.192, 6.17, -42.777, -5.195], "pitches": [0.138, 0.436, 0.444, 0.403, 0.832, 0.831, 1.0, 0.999, 0.663, 0.672, 0.198, 0.008], "start": 47.36259, "loudness_max_time": 0.05063, "loudness_start": -16.2, "duration": 0.11624, "loudness_max": -11.349}, {"confidence": 0.525, "timbre": [46.4, 194.527, -6.935, -10.826, 14.455, -44.054, 3.268, -10.919, -29.863, 8.077, -6.513, -30.008], "pitches": [0.39, 0.922, 0.96, 0.907, 1.0, 0.906, 0.923, 0.922, 0.933, 0.93, 0.225, 0.248], "start": 47.47882, "loudness_max_time": 0.03489, "loudness_start": -21.529, "duration": 0.08726, "loudness_max": -11.712}, {"confidence": 0.808, "timbre": [49.581, 163.8, 79.695, -57.236, 6.873, 4.588, -7.759, -33.676, -47.258, 18.889, -35.675, -11.459], "pitches": [0.624, 0.41, 0.299, 0.298, 0.348, 0.607, 0.857, 0.971, 1.0, 0.808, 0.73, 0.698], "start": 47.56608, "loudness_max_time": 0.17325, "loudness_start": -15.3, "duration": 0.41787, "loudness_max": -0.774}, {"confidence": 0.66, "timbre": [51.374, 105.725, 7.553, -28.515, 7.202, -1.723, 4.093, -12.469, -7.046, 24.525, -43.795, -1.728], "pitches": [0.583, 0.379, 0.334, 0.352, 0.869, 0.733, 0.718, 1.0, 0.879, 0.702, 0.69, 0.819], "start": 47.98395, "loudness_max_time": 0.25615, "loudness_start": -14.331, "duration": 0.48998, "loudness_max": -3.816}, {"confidence": 0.748, "timbre": [50.833, 98.575, -0.73, -44.027, 10.64, -6.318, 22.265, -36.444, -10.269, 8.302, -4.389, -10.429], "pitches": [1.0, 0.317, 0.081, 0.034, 0.278, 0.075, 0.335, 0.928, 0.143, 0.025, 0.024, 0.5], "start": 48.47392, "loudness_max_time": 0.09842, "loudness_start": -16.766, "duration": 0.24825, "loudness_max": -6.457}, {"confidence": 0.622, "timbre": [53.218, 63.123, -28.935, 2.868, -4.945, -30.313, 11.357, -25.184, 0.225, 10.219, 10.016, -4.47], "pitches": [1.0, 0.463, 0.084, 0.051, 0.183, 0.144, 0.296, 0.416, 0.076, 0.021, 0.026, 0.468], "start": 48.72218, "loudness_max_time": 0.01924, "loudness_start": -12.789, "duration": 0.26186, "loudness_max": -2.781}, {"confidence": 0.726, "timbre": [53.827, 85.625, 15.059, 19.46, 14.338, -18.582, 4.095, 7.665, -11.008, 18.511, -27.987, -4.281], "pitches": [1.0, 0.349, 0.102, 0.045, 0.182, 0.066, 0.142, 0.544, 0.137, 0.03, 0.033, 0.433], "start": 48.98404, "loudness_max_time": 0.02533, "loudness_start": -11.908, "duration": 0.2419, "loudness_max": -3.557}, {"confidence": 0.637, "timbre": [54.207, 108.197, -31.652, -45.643, -36.242, -46.228, -44.045, 26.747, 9.962, 18.144, 11.658, -14.32], "pitches": [0.977, 0.667, 0.264, 0.25, 0.281, 0.274, 0.321, 0.355, 0.75, 0.761, 1.0, 0.08], "start": 49.22594, "loudness_max_time": 0.01418, "loudness_start": -11.168, "duration": 0.12358, "loudness_max": -3.349}, {"confidence": 0.212, "timbre": [53.08, 130.784, 7.331, 44.762, -23.305, -34.335, 3.68, -27.085, -13.99, 23.496, -54.612, -4.709], "pitches": [0.187, 0.363, 0.357, 0.339, 0.723, 0.722, 1.0, 1.0, 0.677, 0.686, 0.177, 0.062], "start": 49.34952, "loudness_max_time": 0.0064, "loudness_start": -6.613, "duration": 0.12653, "loudness_max": -3.383}, {"confidence": 0.749, "timbre": [52.97, 149.301, 104.789, 11.042, 52.806, 0.479, -1.302, 27.195, -33.736, -21.657, 11.879, -12.504], "pitches": [1.0, 0.175, 0.21, 0.114, 0.547, 0.048, 0.054, 0.792, 0.1, 0.065, 0.101, 0.293], "start": 49.47605, "loudness_max_time": 0.0477, "loudness_start": -14.384, "duration": 0.25492, "loudness_max": -3.193}, {"confidence": 0.547, "timbre": [55.117, 106.113, 6.012, -12.128, -18.395, -52.995, 10.474, 9.032, -14.014, 4.189, -9.602, 3.468], "pitches": [1.0, 0.678, 0.071, 0.036, 0.046, 0.14, 0.231, 0.084, 0.065, 0.076, 0.088, 0.343], "start": 49.73098, "loudness_max_time": 0.00924, "loudness_start": -9.534, "duration": 0.31374, "loudness_max": -2.457}, {"confidence": 0.285, "timbre": [54.264, 58.413, 69.51, 20.152, 28.885, -31.367, 25.015, -19.816, -0.615, 7.176, -13.039, -6.687], "pitches": [0.049, 0.081, 0.325, 0.045, 0.024, 0.028, 0.289, 1.0, 0.17, 0.079, 0.028, 0.284], "start": 50.04472, "loudness_max_time": 0.02103, "loudness_start": -8.097, "duration": 0.18612, "loudness_max": -4.359}, {"confidence": 0.174, "timbre": [50.588, 36.188, -39.236, 51.978, -20.287, -91.158, 3.822, 10.681, 11.66, 1.645, -20.362, -6.73], "pitches": [1.0, 0.61, 0.145, 0.09, 0.092, 0.153, 0.176, 0.146, 0.08, 0.028, 0.02, 0.335], "start": 50.23084, "loudness_max_time": 0.00929, "loudness_start": -8.601, "duration": 0.24308, "loudness_max": -2.203}, {"confidence": 0.833, "timbre": [50.986, 98.15, 4.955, -38.841, 0.521, -8.921, 30.115, -37.32, -23.916, 12.353, 0.737, 7.022], "pitches": [0.03, 0.38, 1.0, 0.179, 0.04, 0.027, 0.131, 0.055, 0.081, 0.572, 0.072, 0.016], "start": 50.47392, "loudness_max_time": 0.10768, "loudness_start": -17.837, "duration": 0.2556, "loudness_max": -5.766}, {"confidence": 0.535, "timbre": [53.666, 72.703, -20.851, -7.084, -21.616, -68.806, 9.858, -12.638, -11.32, 10.565, -4.348, 2.988], "pitches": [1.0, 0.623, 0.585, 0.207, 0.083, 0.208, 0.379, 0.139, 0.118, 0.402, 0.064, 0.412], "start": 50.72952, "loudness_max_time": 0.01036, "loudness_start": -11.027, "duration": 0.22825, "loudness_max": -2.302}, {"confidence": 0.408, "timbre": [51.439, 70.323, 3.254, -11.016, 27.579, -16.123, 30.76, -9.799, -14.048, -10.834, -27.824, 11.535], "pitches": [0.077, 0.536, 1.0, 0.311, 0.083, 0.057, 0.195, 0.26, 0.159, 0.534, 0.149, 0.115], "start": 50.95778, "loudness_max_time": 0.06922, "loudness_start": -9.578, "duration": 0.22435, "loudness_max": -5.251}, {"confidence": 0.748, "timbre": [52.424, 73.139, -4.397, -36.869, -7.781, 3.069, 29.824, -4.755, -18.276, -13.035, -11.295, 7.345], "pitches": [1.0, 0.706, 0.197, 0.186, 0.262, 0.244, 0.378, 0.32, 0.634, 0.711, 0.807, 0.551], "start": 51.18213, "loudness_max_time": 0.05694, "loudness_start": -12.674, "duration": 0.12063, "loudness_max": -3.587}, {"confidence": 0.246, "timbre": [54.05, 107.894, 35.733, 31.593, -24.524, -43.74, 63.23, 3.517, -20.406, 4.347, -7.906, 37.234], "pitches": [0.297, 0.243, 0.222, 0.218, 0.264, 0.287, 1.0, 0.998, 0.678, 0.689, 0.117, 0.01], "start": 51.30277, "loudness_max_time": 0.0266, "loudness_start": -8.385, "duration": 0.15982, "loudness_max": -2.376}, {"confidence": 0.249, "timbre": [51.481, 123.146, 56.996, 0.188, 46.327, -14.959, -17.939, -6.154, -18.971, -28.128, -13.247, -6.554], "pitches": [0.321, 0.289, 0.137, 0.039, 0.265, 0.049, 0.026, 0.065, 0.108, 1.0, 0.102, 0.09], "start": 51.46259, "loudness_max_time": 0.05324, "loudness_start": -10.046, "duration": 0.27156, "loudness_max": -6.128}, {"confidence": 0.805, "timbre": [55.234, 115.333, 1.388, 8.485, -46.585, -54.479, -9.045, 12.389, 9.865, -1.189, -14.398, -18.169], "pitches": [1.0, 0.651, 0.076, 0.074, 0.089, 0.137, 0.201, 0.134, 0.096, 0.081, 0.024, 0.288], "start": 51.73415, "loudness_max_time": 0.00638, "loudness_start": -10.438, "duration": 0.25016, "loudness_max": -1.161}, {"confidence": 0.43, "timbre": [51.907, 124.326, 70.306, -11.411, 26.775, -12.48, -9.139, -5.06, -31.067, 4.017, -4.865, -19.965], "pitches": [0.287, 0.369, 0.396, 0.305, 0.601, 0.572, 0.731, 1.0, 0.65, 0.564, 0.418, 0.315], "start": 51.98431, "loudness_max_time": 0.05495, "loudness_start": -13.683, "duration": 0.10381, "loudness_max": -6.237}, {"confidence": 0.045, "timbre": [52.222, 137.946, 113.935, 10.788, 8.008, -13.701, -42.684, -9.056, 3.427, 8.737, -17.239, -29.549], "pitches": [0.407, 0.336, 0.881, 0.507, 0.313, 0.378, 0.343, 1.0, 0.525, 0.2, 0.19, 0.788], "start": 52.08812, "loudness_max_time": 0.04358, "loudness_start": -9.198, "duration": 0.12299, "loudness_max": -6.357}, {"confidence": 0.428, "timbre": [52.783, 82.38, -13.461, 13.9, 6.409, -31.75, -3.317, 10.488, -2.114, 10.032, -3.517, -12.836], "pitches": [0.678, 0.128, 0.076, 0.073, 0.168, 0.138, 0.519, 1.0, 0.351, 0.093, 0.06, 0.141], "start": 52.21111, "loudness_max_time": 0.03195, "loudness_start": -9.249, "duration": 0.52136, "loudness_max": -3.342}, {"confidence": 0.754, "timbre": [53.609, 78.823, -11.158, 11.451, -7.195, -55.737, -6.62, 2.147, -19.525, 5.266, -13.032, 8.841], "pitches": [0.114, 0.096, 0.086, 0.087, 0.133, 0.163, 0.609, 1.0, 0.377, 0.091, 0.048, 0.054], "start": 52.73247, "loudness_max_time": 0.00732, "loudness_start": -12.737, "duration": 0.45274, "loudness_max": -2.84}, {"confidence": 0.761, "timbre": [49.423, 76.869, 5.139, 16.059, 21.492, -3.532, 13.855, -24.915, -7.887, 23.407, -50.503, 8.035], "pitches": [1.0, 0.521, 0.225, 0.173, 0.168, 0.312, 0.451, 0.266, 0.111, 0.064, 0.092, 0.699], "start": 53.18522, "loudness_max_time": 0.05473, "loudness_start": -14.207, "duration": 0.29002, "loudness_max": -3.791}, {"confidence": 0.963, "timbre": [48.514, 146.612, -17.365, 2.29, 26.214, 15.032, -42.703, -4.077, -16.05, 11.413, 1.113, -17.011], "pitches": [0.136, 0.328, 0.492, 0.38, 1.0, 0.654, 0.764, 0.719, 0.616, 0.586, 0.304, 0.073], "start": 53.47524, "loudness_max_time": 0.0445, "loudness_start": -23.079, "duration": 0.13365, "loudness_max": -7.217}, {"confidence": 0.76, "timbre": [50.685, 157.659, 139.112, 17.019, 77.02, 0.675, 44.915, -13.604, -30.313, -4.44, 0.837, 35.029], "pitches": [0.216, 0.334, 1.0, 0.184, 0.098, 0.117, 0.232, 0.6, 0.151, 0.148, 0.165, 0.382], "start": 53.60889, "loudness_max_time": 0.08869, "loudness_start": -16.997, "duration": 0.12209, "loudness_max": -7.485}, {"confidence": 0.508, "timbre": [51.805, 83.773, -63.907, 22.372, -25.616, -83.182, -5.505, 3.248, -11.378, 3.176, -21.429, 6.652], "pitches": [0.718, 0.486, 0.253, 0.252, 0.385, 0.379, 0.537, 0.545, 0.936, 0.925, 1.0, 0.041], "start": 53.73098, "loudness_max_time": 0.00871, "loudness_start": -9.607, "duration": 0.13034, "loudness_max": -2.065}, {"confidence": 0.436, "timbre": [47.954, 25.427, -12.96, 64.491, -14.211, -44.763, 26.72, -6.699, -20.596, 2.387, -20.509, 1.765], "pitches": [0.268, 0.529, 0.513, 0.503, 0.85, 0.853, 0.993, 1.0, 0.731, 0.727, 0.288, 0.005], "start": 53.86132, "loudness_max_time": 0.01159, "loudness_start": -14.466, "duration": 0.10336, "loudness_max": -6.84}, {"confidence": 0.937, "timbre": [51.214, 70.268, 28.348, -48.259, 33.759, 29.791, 37.902, -27.925, -0.576, -8.91, 29.121, -21.237], "pitches": [0.114, 0.155, 0.957, 0.238, 0.132, 0.161, 0.504, 1.0, 0.195, 0.264, 0.077, 0.538], "start": 53.96467, "loudness_max_time": 0.05909, "loudness_start": -18.61, "duration": 0.2658, "loudness_max": -5.803}, {"confidence": 0.447, "timbre": [54.066, 56.044, 2.94, 4.064, -9.018, -75.369, 12.369, 20.168, 16.584, 12.735, -10.818, 2.582], "pitches": [1.0, 0.372, 0.283, 0.122, 0.145, 0.288, 0.4, 0.223, 0.124, 0.129, 0.066, 0.677], "start": 54.23048, "loudness_max_time": 0.00986, "loudness_start": -7.449, "duration": 0.19478, "loudness_max": -1.963}, {"confidence": 0.348, "timbre": [52.613, 87.728, 35.642, -30.246, 10.714, -30.386, 17.434, -23.149, 16.188, 6.889, -22.425, 1.225], "pitches": [0.034, 0.227, 1.0, 0.132, 0.059, 0.044, 0.196, 0.073, 0.101, 0.628, 0.077, 0.027], "start": 54.42526, "loudness_max_time": 0.14875, "loudness_start": -9.503, "duration": 0.31052, "loudness_max": -5.007}, {"confidence": 0.35, "timbre": [52.877, 63.946, -23.299, -8.298, -21.814, -74.014, 3.416, -19.901, -4.095, 7.899, -22.634, -1.888], "pitches": [1.0, 0.798, 0.591, 0.166, 0.069, 0.132, 0.309, 0.134, 0.087, 0.472, 0.067, 0.278], "start": 54.73578, "loudness_max_time": 0.00268, "loudness_start": -9.388, "duration": 0.24884, "loudness_max": -2.358}, {"confidence": 0.078, "timbre": [50.07, 82.456, -9.841, -3.73, 16.002, -48.791, 11.319, -17.149, -29.92, 13.981, -16.836, -2.769], "pitches": [0.145, 1.0, 0.269, 0.084, 0.188, 0.139, 0.372, 0.207, 0.202, 0.596, 0.223, 0.025], "start": 54.98463, "loudness_max_time": 0.00276, "loudness_start": -11.486, "duration": 0.15669, "loudness_max": -8.136}, {"confidence": 0.194, "timbre": [50.029, 142.033, -33.624, -51.166, 38.346, -50.24, -11.201, 2.263, -9.633, -9.197, -1.794, 3.591], "pitches": [0.781, 1.0, 0.938, 0.868, 0.48, 0.435, 0.364, 0.319, 0.474, 0.58, 0.899, 0.706], "start": 55.14132, "loudness_max_time": 0.01441, "loudness_start": -11.976, "duration": 0.06385, "loudness_max": -9.24}, {"confidence": 0.517, "timbre": [50.512, 110.773, -26.803, 19.305, 11.679, -22.663, -13.188, 35.142, -16.673, 31.92, -10.713, 1.583], "pitches": [0.158, 0.128, 0.13, 0.123, 0.158, 0.17, 0.665, 1.0, 0.43, 0.138, 0.085, 0.108], "start": 55.20517, "loudness_max_time": 0.03554, "loudness_start": -10.956, "duration": 0.52277, "loudness_max": -4.016}, {"confidence": 1.0, "timbre": [54.668, 104.113, -13.008, -18.183, -14.991, -56.344, -0.333, 10.373, 5.606, 27.172, -5.039, -3.816], "pitches": [1.0, 0.424, 0.169, 0.132, 0.148, 0.316, 0.367, 0.22, 0.121, 0.096, 0.119, 0.617], "start": 55.72794, "loudness_max_time": 0.0116, "loudness_start": -18.488, "duration": 0.20327, "loudness_max": -1.792}, {"confidence": 0.212, "timbre": [53.954, 171.415, 43.785, 0.761, -15.812, -35.191, 1.067, -8.737, 9.559, 15.841, -14.796, -3.344], "pitches": [0.228, 0.623, 0.629, 0.642, 1.0, 0.969, 0.848, 0.824, 0.365, 0.358, 0.059, 0.095], "start": 55.9312, "loudness_max_time": 0.01481, "loudness_start": -7.954, "duration": 0.12163, "loudness_max": -5.048}, {"confidence": 0.437, "timbre": [53.41, 118.249, 18.024, 53.559, 6.616, -2.868, -12.509, -9.097, 10.412, 12.501, -52.148, -9.715], "pitches": [0.665, 0.37, 0.323, 0.31, 0.608, 0.798, 0.832, 0.939, 1.0, 0.838, 0.764, 0.804], "start": 56.05283, "loudness_max_time": 0.03385, "loudness_start": -7.592, "duration": 0.41179, "loudness_max": -3.19}, {"confidence": 0.98, "timbre": [52.427, 102.618, 18.18, -54.197, 1.687, 33.261, 12.232, -27.111, -8.228, 2.482, 15.057, -6.285], "pitches": [1.0, 0.273, 0.101, 0.036, 0.238, 0.071, 0.274, 0.847, 0.151, 0.028, 0.027, 0.395], "start": 56.46463, "loudness_max_time": 0.16414, "loudness_start": -17.508, "duration": 0.26186, "loudness_max": -3.619}, {"confidence": 0.175, "timbre": [53.713, 70.607, -25.878, -8.205, -10.544, -62.598, 5.328, -17.535, -7.774, 9.279, -5.208, 2.826], "pitches": [1.0, 0.411, 0.073, 0.044, 0.147, 0.105, 0.225, 0.321, 0.063, 0.023, 0.025, 0.199], "start": 56.72649, "loudness_max_time": 0.0155, "loudness_start": -7.677, "duration": 0.25338, "loudness_max": -2.538}, {"confidence": 0.647, "timbre": [53.261, 92.21, 15.115, -9.84, 22.652, -5.21, 0.665, 0.581, -12.785, 20.288, -34.213, -1.729], "pitches": [1.0, 0.353, 0.121, 0.06, 0.21, 0.064, 0.195, 0.775, 0.143, 0.043, 0.042, 0.508], "start": 56.97986, "loudness_max_time": 0.11163, "loudness_start": -11.871, "duration": 0.24014, "loudness_max": -3.147}, {"confidence": 0.632, "timbre": [53.068, 114.477, -40.234, -42.186, -39.803, -31.245, -37.619, 23.077, 5.15, 25.113, 24.81, -19.114], "pitches": [0.825, 0.566, 0.241, 0.224, 0.331, 0.326, 0.365, 0.39, 0.802, 0.808, 1.0, 0.091], "start": 57.22, "loudness_max_time": 0.01896, "loudness_start": -11.844, "duration": 0.14086, "loudness_max": -3.824}, {"confidence": 0.296, "timbre": [53.136, 142.731, 7.458, 25.581, -18.698, -21.741, -3.515, -18.27, -3.458, 10.096, -58.405, -0.762], "pitches": [0.116, 0.364, 0.355, 0.35, 0.801, 0.799, 1.0, 0.995, 0.638, 0.654, 0.183, 0.059], "start": 57.36086, "loudness_max_time": 0.0654, "loudness_start": -7.939, "duration": 0.12163, "loudness_max": -4.285}, {"confidence": 0.635, "timbre": [51.665, 168.258, 93.825, 1.103, 49.97, -11.383, 1.323, 16.812, -26.205, -17.161, -5.921, -10.575], "pitches": [1.0, 0.203, 0.264, 0.099, 0.447, 0.055, 0.086, 0.71, 0.085, 0.094, 0.155, 0.291], "start": 57.48249, "loudness_max_time": 0.07445, "loudness_start": -14.045, "duration": 0.24789, "loudness_max": -4.394}, {"confidence": 0.753, "timbre": [55.442, 111.075, -2.574, -20.721, -0.477, -57.526, 8.474, 13.903, -2.732, -4.161, -10.244, 7.518], "pitches": [1.0, 0.719, 0.082, 0.047, 0.053, 0.123, 0.248, 0.087, 0.062, 0.087, 0.1, 0.286], "start": 57.73039, "loudness_max_time": 0.00958, "loudness_start": -12.448, "duration": 0.31365, "loudness_max": -1.803}, {"confidence": 0.114, "timbre": [53.323, 50.938, 55.732, 12.627, 22.003, -23.643, 4.389, -7.521, -4.91, 5.225, -16.326, -7.876], "pitches": [0.048, 0.088, 0.347, 0.048, 0.027, 0.025, 0.272, 1.0, 0.23, 0.089, 0.028, 0.298], "start": 58.04404, "loudness_max_time": 0.04739, "loudness_start": -7.494, "duration": 0.18653, "loudness_max": -4.491}, {"confidence": 0.417, "timbre": [50.831, 37.804, -36.913, 43.584, -18.328, -79.471, 4.895, 6.664, 1.207, 8.65, -25.458, -3.004], "pitches": [1.0, 0.633, 0.173, 0.098, 0.081, 0.146, 0.211, 0.249, 0.085, 0.042, 0.04, 0.338], "start": 58.23057, "loudness_max_time": 0.00984, "loudness_start": -9.023, "duration": 0.24989, "loudness_max": -2.61}, {"confidence": 0.862, "timbre": [51.482, 96.078, 13.693, -34.168, 0.751, -8.597, 13.705, -36.918, -38.716, 17.944, -6.697, 12.068], "pitches": [0.039, 0.295, 0.999, 0.19, 0.069, 0.041, 0.223, 0.066, 0.106, 1.0, 0.125, 0.03], "start": 58.48045, "loudness_max_time": 0.10252, "loudness_start": -17.656, "duration": 0.2542, "loudness_max": -5.804}, {"confidence": 0.488, "timbre": [53.165, 67.513, -24.269, -10.888, -22.481, -75.154, 6.513, -7.999, -15.674, 9.348, -19.123, 5.52], "pitches": [0.96, 1.0, 0.747, 0.248, 0.063, 0.135, 0.311, 0.126, 0.107, 0.462, 0.064, 0.271], "start": 58.73465, "loudness_max_time": 0.0044, "loudness_start": -9.902, "duration": 0.24989, "loudness_max": -2.327}, {"confidence": 0.479, "timbre": [51.826, 65.815, -2.528, 14.318, 26.417, -21.242, 21.994, -2.95, -21.685, 21.226, -28.555, 3.543], "pitches": [0.073, 0.572, 1.0, 0.375, 0.09, 0.043, 0.111, 0.169, 0.114, 0.336, 0.113, 0.029], "start": 58.98454, "loudness_max_time": 0.04371, "loudness_start": -10.161, "duration": 0.198, "loudness_max": -5.15}, {"confidence": 0.929, "timbre": [53.091, 104.145, 58.648, -36.644, -0.424, 5.588, 20.656, 20.753, -29.932, -17.248, -12.637, -7.509], "pitches": [0.178, 0.128, 0.112, 0.107, 0.175, 0.183, 0.648, 1.0, 0.474, 0.209, 0.155, 0.123], "start": 59.18254, "loudness_max_time": 0.06502, "loudness_start": -13.464, "duration": 0.53977, "loudness_max": -0.221}, {"confidence": 0.773, "timbre": [57.064, 113.12, 26.115, 35.281, -21.284, -17.912, 9.117, 18.036, -3.189, -0.051, 4.962, -11.305], "pitches": [1.0, 0.64, 0.124, 0.089, 0.114, 0.197, 0.282, 0.229, 0.112, 0.08, 0.034, 0.346], "start": 59.72231, "loudness_max_time": 0.04025, "loudness_start": -6.814, "duration": 0.26644, "loudness_max": 0.974}, {"confidence": 0.3, "timbre": [50.752, 132.774, 60.866, 51.631, 34.844, 8.191, -33.255, -4.08, -35.294, -11.402, -54.373, -6.747], "pitches": [0.103, 0.115, 0.363, 0.142, 0.164, 0.146, 0.268, 1.0, 0.339, 0.407, 0.241, 0.291], "start": 59.98875, "loudness_max_time": 0.15518, "loudness_start": -10.038, "duration": 0.48739, "loudness_max": -5.326}, {"confidence": 0.981, "timbre": [35.494, 159.171, -61.589, 33.137, 85.488, 9.886, -77.823, -29.509, -25.183, 26.74, -13.989, -9.93], "pitches": [0.029, 0.099, 0.176, 0.075, 0.03, 0.031, 0.079, 1.0, 0.081, 0.056, 0.032, 0.037], "start": 60.47615, "loudness_max_time": 0.05908, "loudness_start": -35.077, "duration": 0.25592, "loudness_max": -19.493}, {"confidence": 0.496, "timbre": [26.897, 40.202, -34.664, -6.967, 86.24, -48.208, -81.242, -36.688, -36.534, 51.905, -22.305, -3.879], "pitches": [0.024, 0.256, 0.565, 0.175, 0.102, 0.056, 0.159, 1.0, 0.049, 0.044, 0.018, 0.022], "start": 60.73206, "loudness_max_time": 0.02043, "loudness_start": -37.638, "duration": 0.23166, "loudness_max": -30.662}, {"confidence": 1.0, "timbre": [33.752, 134.144, -100.86, -0.394, 87.388, 72.359, -49.43, -34.298, -7.471, -3.2, 18.228, 0.672], "pitches": [0.058, 0.492, 1.0, 0.433, 0.131, 0.068, 0.092, 0.464, 0.085, 0.076, 0.052, 0.063], "start": 60.96372, "loudness_max_time": 0.05371, "loudness_start": -38.824, "duration": 0.26721, "loudness_max": -18.807}, {"confidence": 0.489, "timbre": [27.135, 38.181, -38.266, -7.248, 82.124, -43.959, -69.818, -33.447, -36.338, 47.819, -26.958, -0.063], "pitches": [0.021, 0.1, 0.287, 0.092, 0.033, 0.035, 0.136, 1.0, 0.056, 0.038, 0.02, 0.023], "start": 61.23093, "loudness_max_time": 0.00871, "loudness_start": -38.023, "duration": 0.2263, "loudness_max": -30.083}, {"confidence": 1.0, "timbre": [32.437, 140.216, -50.339, -16.389, 107.88, 85.787, -45.302, -38.482, 5.188, -31.905, 3.569, -10.917], "pitches": [0.137, 0.526, 1.0, 0.467, 0.225, 0.224, 0.342, 0.823, 0.181, 0.245, 0.163, 0.208], "start": 61.45723, "loudness_max_time": 0.04865, "loudness_start": -39.654, "duration": 0.50644, "loudness_max": -19.788}, {"confidence": 1.0, "timbre": [34.629, 125.07, -74.249, 16.455, 103.481, 69.899, -53.917, -12.837, 0.734, -10.712, 10.827, -9.15], "pitches": [0.045, 0.205, 0.406, 0.183, 0.058, 0.065, 0.239, 1.0, 0.083, 0.069, 0.039, 0.056], "start": 61.96367, "loudness_max_time": 0.04098, "loudness_start": -36.274, "duration": 0.27184, "loudness_max": -17.21}, {"confidence": 0.281, "timbre": [26.69, 70.771, 13.182, 6.912, 72.405, -46.114, -36.146, -54.05, -19.759, 30.335, -26.187, -5.796], "pitches": [0.187, 0.704, 1.0, 0.733, 0.323, 0.289, 0.483, 1.0, 0.394, 0.739, 0.285, 0.309], "start": 62.23551, "loudness_max_time": 0.00595, "loudness_start": -37.099, "duration": 0.10372, "loudness_max": -31.118}, {"confidence": 0.263, "timbre": [26.211, 36.842, -6.593, -32.836, 54.002, -21.587, -37.342, -12.8, 1.361, -35.86, 8.784, 17.528], "pitches": [0.107, 0.55, 1.0, 0.231, 0.165, 0.162, 0.122, 0.326, 0.066, 0.149, 0.032, 0.086], "start": 62.33923, "loudness_max_time": 0.04886, "loudness_start": -35.671, "duration": 0.13433, "loudness_max": -32.147}, {"confidence": 1.0, "timbre": [35.965, 122.373, -65.671, 28.654, 75.949, 17.822, -57.956, -49.643, -14.026, -5.509, 21.062, -8.502], "pitches": [0.081, 0.377, 1.0, 0.289, 0.153, 0.1, 0.194, 0.765, 0.083, 0.11, 0.048, 0.096], "start": 62.47356, "loudness_max_time": 0.0574, "loudness_start": -34.898, "duration": 0.48136, "loudness_max": -17.693}, {"confidence": 0.953, "timbre": [35.313, 139.057, -15.956, -26.761, 78.059, 37.51, -38.516, -34.364, 0.847, -27.288, -5.06, -10.438], "pitches": [0.036, 0.14, 0.378, 0.083, 0.061, 0.061, 0.21, 1.0, 0.092, 0.158, 0.037, 0.061], "start": 62.95492, "loudness_max_time": 0.08021, "loudness_start": -31.182, "duration": 0.27878, "loudness_max": -19.249}, {"confidence": 0.029, "timbre": [34.03, 62.01, 3.786, -40.339, 22.549, -44.604, -46.199, -14.621, -11.707, 31.775, -6.846, 14.372], "pitches": [0.029, 0.363, 1.0, 0.151, 0.069, 0.048, 0.224, 0.947, 0.091, 0.174, 0.02, 0.07], "start": 63.2337, "loudness_max_time": 0.19276, "loudness_start": -28.034, "duration": 0.23832, "loudness_max": -25.25}, {"confidence": 0.856, "timbre": [40.714, 134.574, -49.283, -30.911, 54.365, 0.421, -13.323, -45.974, -3.163, -17.156, 9.359, 1.064], "pitches": [0.055, 0.223, 1.0, 0.124, 0.074, 0.056, 0.153, 0.889, 0.09, 0.157, 0.046, 0.076], "start": 63.47202, "loudness_max_time": 0.04966, "loudness_start": -25.33, "duration": 0.44068, "loudness_max": -16.258}, {"confidence": 0.686, "timbre": [41.506, 70.813, -10.521, -73.934, -5.716, -23.931, -5.378, 16.627, -4.115, -13.806, -13.059, 10.753], "pitches": [0.072, 0.395, 1.0, 0.16, 0.065, 0.046, 0.3, 0.655, 0.184, 0.101, 0.042, 0.065], "start": 63.9127, "loudness_max_time": 0.09825, "loudness_start": -20.97, "duration": 0.20336, "loudness_max": -13.611}, {"confidence": 0.266, "timbre": [41.514, 35.614, -60.419, 32.201, -8.065, -23.04, -6.333, -33.059, -12.358, 8.815, -53.591, 12.837], "pitches": [1.0, 0.932, 0.305, 0.213, 0.171, 0.168, 0.19, 0.155, 0.095, 0.088, 0.058, 0.468], "start": 64.11605, "loudness_max_time": 0.12099, "loudness_start": -18.618, "duration": 0.24671, "loudness_max": -13.821}, {"confidence": 0.755, "timbre": [37.624, 57.442, -33.522, -4.397, -31.187, -58.373, -69.008, -0.038, -18.552, 6.897, 13.236, -14.122], "pitches": [1.0, 0.574, 0.534, 0.463, 0.409, 0.397, 0.15, 0.261, 0.124, 0.113, 0.223, 0.284], "start": 64.36277, "loudness_max_time": 0.00902, "loudness_start": -27.941, "duration": 0.08426, "loudness_max": -17.01}, {"confidence": 0.928, "timbre": [40.618, 56.125, -91.575, 6.253, 41.776, 45.782, -59.398, -49.697, -4.09, 29.595, -48.374, 2.897], "pitches": [1.0, 0.186, 0.188, 0.063, 0.067, 0.045, 0.1, 0.273, 0.081, 0.161, 0.394, 0.574], "start": 64.44703, "loudness_max_time": 0.04336, "loudness_start": -24.693, "duration": 0.22109, "loudness_max": -12.575}, {"confidence": 1.0, "timbre": [40.268, 92.952, -79.186, -61.319, 56.151, 65.886, -10.235, -57.419, -17.236, -4.551, -67.461, 14.317], "pitches": [0.964, 1.0, 0.185, 0.099, 0.076, 0.079, 0.066, 0.073, 0.06, 0.059, 0.053, 0.448], "start": 64.66812, "loudness_max_time": 0.0714, "loudness_start": -26.54, "duration": 0.26091, "loudness_max": -7.258}, {"confidence": 1.0, "timbre": [42.677, 81.794, -51.361, 37.112, 38.719, -2.214, -44.068, -59.227, -22.198, 27.642, -80.013, 15.377], "pitches": [0.948, 0.36, 0.36, 0.278, 0.121, 0.141, 0.278, 0.398, 0.112, 0.209, 0.428, 1.0], "start": 64.92902, "loudness_max_time": 0.06349, "loudness_start": -27.956, "duration": 0.24925, "loudness_max": -11.748}, {"confidence": 1.0, "timbre": [43.219, 63.53, -28.223, -41.362, 34.676, 40.552, 23.34, -76.565, -34.684, 24.612, 19.451, 3.992], "pitches": [0.735, 1.0, 0.138, 0.063, 0.05, 0.049, 0.052, 0.056, 0.032, 0.052, 0.025, 0.381], "start": 65.17828, "loudness_max_time": 0.07012, "loudness_start": -34.492, "duration": 0.30231, "loudness_max": -12.214}, {"confidence": 0.5, "timbre": [38.146, -46.678, -114.811, 99.043, 54.889, -31.765, -49.106, -24.487, -26.835, -5.791, -74.328, 12.69], "pitches": [1.0, 0.222, 0.229, 0.129, 0.066, 0.03, 0.11, 0.46, 0.134, 0.234, 0.35, 0.908], "start": 65.48059, "loudness_max_time": 0.01817, "loudness_start": -21.523, "duration": 0.22553, "loudness_max": -14.439}, {"confidence": 1.0, "timbre": [40.01, 51.266, -135.308, 85.415, 14.731, 97.12, -10.096, -30.996, -4.704, -7.227, 5.873, -13.137], "pitches": [0.784, 1.0, 0.085, 0.02, 0.025, 0.053, 0.029, 0.062, 0.022, 0.028, 0.013, 0.201], "start": 65.70612, "loudness_max_time": 0.03409, "loudness_start": -38.524, "duration": 0.23628, "loudness_max": -7.815}, {"confidence": 1.0, "timbre": [45.015, 28.746, 38.243, 0.364, 55.109, 75.411, 26.96, -23.058, -42.903, 1.959, 58.891, -5.658], "pitches": [0.215, 0.199, 0.354, 0.085, 0.074, 0.224, 0.284, 1.0, 0.288, 0.462, 0.806, 0.264], "start": 65.9424, "loudness_max_time": 0.0674, "loudness_start": -35.993, "duration": 0.29016, "loudness_max": -8.88}, {"confidence": 0.285, "timbre": [44.111, -45.609, -27.879, -5.431, 23.22, -96.09, 35.277, 5.201, 7.455, 7.276, -18.079, 10.72], "pitches": [1.0, 0.717, 0.582, 0.571, 0.346, 0.361, 0.341, 0.331, 0.442, 0.453, 0.512, 0.094], "start": 66.23256, "loudness_max_time": 0.00477, "loudness_start": -16.253, "duration": 0.11787, "loudness_max": -10.303}, {"confidence": 0.285, "timbre": [42.57, -24.55, 10.174, 16.853, 51.388, -45.589, -9.162, -11.616, 2.206, 7.588, 8.037, -8.389], "pitches": [0.911, 0.933, 1.0, 0.85, 0.404, 0.419, 0.302, 0.228, 0.158, 0.211, 0.243, 0.75], "start": 66.35043, "loudness_max_time": 0.02046, "loudness_start": -18.403, "duration": 0.10576, "loudness_max": -12.982}, {"confidence": 0.668, "timbre": [42.618, -15.071, -2.598, 24.073, 68.953, 18.801, -15.444, -24.815, -15.39, -8.263, -39.191, -5.988], "pitches": [0.272, 0.54, 1.0, 0.237, 0.066, 0.074, 0.325, 0.153, 0.072, 0.659, 0.122, 0.959], "start": 66.45619, "loudness_max_time": 0.05533, "loudness_start": -19.613, "duration": 0.2444, "loudness_max": -13.023}, {"confidence": 1.0, "timbre": [42.074, 67.564, -101.618, 15.286, 24.633, 76.025, -0.488, -42.043, -2.175, -7.389, 32.288, -11.434], "pitches": [0.713, 1.0, 0.164, 0.025, 0.031, 0.037, 0.029, 0.057, 0.024, 0.044, 0.023, 0.21], "start": 66.70059, "loudness_max_time": 0.03641, "loudness_start": -35.419, "duration": 0.26494, "loudness_max": -7.271}, {"confidence": 0.96, "timbre": [41.191, -32.391, -70.219, 63.23, 38.147, 40.483, -35.363, -3.732, -17.08, -16.572, -25.837, -8.717], "pitches": [0.181, 0.295, 0.707, 0.101, 0.04, 0.048, 0.189, 0.192, 0.094, 0.373, 0.366, 1.0], "start": 66.96553, "loudness_max_time": 0.03213, "loudness_start": -25.222, "duration": 0.22744, "loudness_max": -11.244}, {"confidence": 1.0, "timbre": [44.812, 63.923, -5.519, -35.46, 21.769, -4.52, 16.181, -52.415, -42.53, 60.445, -33.843, 4.196], "pitches": [0.663, 1.0, 0.114, 0.053, 0.033, 0.041, 0.043, 0.054, 0.035, 0.059, 0.022, 0.335], "start": 67.19297, "loudness_max_time": 0.05637, "loudness_start": -33.774, "duration": 0.29029, "loudness_max": -11.067}, {"confidence": 0.437, "timbre": [38.813, -56.799, -93.17, 98.357, 53.939, -39.824, -51.45, -12.723, -17.766, 3.971, -69.007, 17.635], "pitches": [0.207, 0.361, 1.0, 0.148, 0.052, 0.065, 0.194, 0.582, 0.17, 0.475, 0.528, 0.672], "start": 67.48327, "loudness_max_time": 0.00681, "loudness_start": -20.932, "duration": 0.22109, "loudness_max": -14.129}, {"confidence": 1.0, "timbre": [41.663, 78.977, -102.773, 38.742, 17.283, 79.493, -3.331, 11.672, 3.493, -18.081, 50.114, -16.568], "pitches": [0.733, 1.0, 0.121, 0.037, 0.028, 0.041, 0.036, 0.047, 0.032, 0.039, 0.017, 0.191], "start": 67.70435, "loudness_max_time": 0.03612, "loudness_start": -37.063, "duration": 0.24803, "loudness_max": -7.678}, {"confidence": 1.0, "timbre": [42.653, 16.857, 50.156, -92.958, 80.574, 61.598, 27.819, -19.926, -25.71, 21.993, -0.786, 6.998], "pitches": [0.225, 0.303, 0.54, 0.548, 0.995, 0.208, 0.495, 0.75, 0.136, 0.398, 0.162, 1.0], "start": 67.95238, "loudness_max_time": 0.05913, "loudness_start": -28.693, "duration": 0.279, "loudness_max": -10.566}, {"confidence": 0.19, "timbre": [44.394, -79.502, -4.381, 25.341, 17.374, -92.421, 47.41, 3.228, -4.17, 21.29, -22.013, 8.683], "pitches": [1.0, 0.751, 0.614, 0.603, 0.355, 0.338, 0.315, 0.285, 0.436, 0.46, 0.513, 0.067], "start": 68.23138, "loudness_max_time": 0.0046, "loudness_start": -16.183, "duration": 0.12236, "loudness_max": -10.02}, {"confidence": 0.363, "timbre": [42.548, -31.04, 23.993, 23.67, 43.985, -42.47, -13.435, -11.427, -13.345, -0.144, 17.91, -14.605], "pitches": [1.0, 0.708, 0.857, 0.867, 0.941, 0.582, 0.185, 0.193, 0.403, 0.366, 0.186, 0.146], "start": 68.35374, "loudness_max_time": 0.02185, "loudness_start": -19.548, "duration": 0.08639, "loudness_max": -13.193}, {"confidence": 0.578, "timbre": [40.588, -18.487, -53.361, 31.794, 61.586, 22.333, -60.157, -51.461, 3.801, -31.141, -79.232, 8.617], "pitches": [1.0, 0.329, 0.227, 0.184, 0.22, 0.151, 0.203, 0.77, 0.282, 0.669, 0.433, 0.362], "start": 68.44014, "loudness_max_time": 0.05229, "loudness_start": -19.652, "duration": 0.24603, "loudness_max": -14.061}, {"confidence": 1.0, "timbre": [42.406, 39.83, -40.413, -65.361, 27.829, 150.623, 3.14, -26.322, 17.271, -48.256, 26.078, -20.79], "pitches": [0.75, 1.0, 0.149, 0.059, 0.05, 0.051, 0.043, 0.063, 0.031, 0.04, 0.069, 0.291], "start": 68.68617, "loudness_max_time": 0.05942, "loudness_start": -37.369, "duration": 0.2995, "loudness_max": -6.291}, {"confidence": 0.664, "timbre": [43.171, 11.126, -51.361, 4.185, 25.161, -22.527, -59.962, -30.319, 3.696, -5.009, -32.056, -1.876], "pitches": [0.527, 0.224, 0.163, 0.059, 0.036, 0.02, 0.043, 0.2, 0.032, 0.032, 0.172, 1.0], "start": 68.98567, "loudness_max_time": 0.06679, "loudness_start": -20.543, "duration": 0.19841, "loudness_max": -13.481}, {"confidence": 0.881, "timbre": [41.778, -36.81, -71.232, 14.002, 25.02, 32.507, -5.151, 24.321, -10.351, -11.629, -56.301, -3.242], "pitches": [1.0, 0.884, 0.171, 0.114, 0.083, 0.086, 0.088, 0.075, 0.066, 0.072, 0.064, 0.463], "start": 69.18408, "loudness_max_time": 0.05438, "loudness_start": -21.75, "duration": 0.18662, "loudness_max": -10.248}, {"confidence": 0.216, "timbre": [34.474, 49.405, -80.718, -14.79, -5.528, -73.201, -49.576, -11.241, -52.59, 8.476, -1.427, -31.952], "pitches": [1.0, 0.556, 0.499, 0.476, 0.379, 0.371, 0.137, 0.155, 0.128, 0.125, 0.307, 0.328], "start": 69.3707, "loudness_max_time": 0.00755, "loudness_start": -31.602, "duration": 0.0859, "loudness_max": -20.24}, {"confidence": 1.0, "timbre": [46.18, 37.324, 3.596, -54.945, 29.592, 42.498, -19.122, -5.868, -23.704, 28.012, 28.848, -19.372], "pitches": [0.657, 0.128, 0.154, 0.068, 0.035, 0.02, 0.092, 0.157, 0.026, 0.091, 0.099, 1.0], "start": 69.4566, "loudness_max_time": 0.04489, "loudness_start": -29.148, "duration": 0.27918, "loudness_max": -10.516}, {"confidence": 0.373, "timbre": [48.192, 48.971, -24.286, -16.242, -7.797, -65.324, -9.775, -43.537, -6.491, 20.065, -20.319, -7.928], "pitches": [0.534, 1.0, 0.125, 0.057, 0.09, 0.071, 0.052, 0.053, 0.115, 0.369, 0.047, 0.073], "start": 69.73578, "loudness_max_time": 0.0024, "loudness_start": -14.708, "duration": 0.24286, "loudness_max": -7.629}, {"confidence": 0.382, "timbre": [45.874, -3.284, 24.297, 37.253, 51.09, -40.951, -17.028, -6.071, -26.329, -11.397, 8.475, -5.362], "pitches": [0.206, 0.22, 0.34, 0.062, 0.347, 0.085, 0.317, 1.0, 0.298, 0.953, 0.124, 0.076], "start": 69.97864, "loudness_max_time": 0.02087, "loudness_start": -16.79, "duration": 0.23778, "loudness_max": -9.631}, {"confidence": 0.771, "timbre": [42.699, 68.535, -65.39, 17.158, -6.55, -4.843, 8.101, 27.395, -32.217, -8.204, -6.269, 4.814], "pitches": [0.622, 1.0, 0.075, 0.023, 0.029, 0.034, 0.024, 0.062, 0.021, 0.023, 0.019, 0.132], "start": 70.21642, "loudness_max_time": 0.02097, "loudness_start": -24.66, "duration": 0.25093, "loudness_max": -12.087}, {"confidence": 1.0, "timbre": [40.099, 55.934, -98.919, 39.589, 118.59, -8.457, -44.887, 42.661, -40.973, 21.494, 16.773, -14.382], "pitches": [0.277, 0.59, 1.0, 0.384, 0.102, 0.094, 0.274, 0.873, 0.084, 0.308, 0.097, 0.106], "start": 70.46735, "loudness_max_time": 0.02546, "loudness_start": -35.464, "duration": 0.2258, "loudness_max": -12.14}, {"confidence": 1.0, "timbre": [43.226, 81.79, -58.477, -74.505, 32.349, 75.178, -8.006, -40.323, -6.417, 5.911, -20.575, -14.048], "pitches": [0.705, 1.0, 0.185, 0.036, 0.049, 0.045, 0.033, 0.043, 0.046, 0.258, 0.038, 0.211], "start": 70.69315, "loudness_max_time": 0.04498, "loudness_start": -28.924, "duration": 0.27873, "loudness_max": -7.201}, {"confidence": 0.474, "timbre": [42.553, 18.844, -50.439, 21.331, 54.757, 2.168, -69.426, -18.277, 19.299, 12.936, -44.858, -5.471], "pitches": [0.18, 0.362, 1.0, 0.127, 0.063, 0.106, 0.28, 0.953, 0.1, 0.231, 0.085, 0.117], "start": 70.97188, "loudness_max_time": 0.09585, "loudness_start": -18.73, "duration": 0.24295, "loudness_max": -13.478}, {"confidence": 1.0, "timbre": [42.328, 48.439, -93.045, -17.116, -24.102, 37.667, -39.345, -31.458, 20.377, 27.507, 30.11, -24.99], "pitches": [0.588, 1.0, 0.107, 0.028, 0.026, 0.046, 0.239, 0.229, 0.062, 0.046, 0.025, 0.167], "start": 71.21483, "loudness_max_time": 0.02563, "loudness_start": -31.753, "duration": 0.25964, "loudness_max": -11.877}, {"confidence": 0.707, "timbre": [41.024, -25.822, -82.153, -1.682, 23.153, -60.782, -34.905, -46.435, -24.267, 16.616, -0.356, -6.651], "pitches": [0.109, 0.182, 0.425, 0.093, 0.046, 0.065, 0.244, 1.0, 0.084, 0.073, 0.038, 0.113], "start": 71.47447, "loudness_max_time": 0.0153, "loudness_start": -23.367, "duration": 0.15134, "loudness_max": -14.15}, {"confidence": 0.887, "timbre": [46.256, 0.96, 67.097, -27.079, 6.295, -3.223, 18.851, 30.117, -23.441, -18.415, 26.043, 12.329], "pitches": [0.796, 0.501, 0.839, 0.239, 0.327, 0.086, 0.181, 0.275, 0.139, 0.363, 0.434, 1.0], "start": 71.6258, "loudness_max_time": 0.06633, "loudness_start": -23.042, "duration": 0.10653, "loudness_max": -12.462}, {"confidence": 0.698, "timbre": [48.664, 14.108, -9.752, 60.162, 23.328, -79.19, 38.262, -43.472, -17.896, 12.33, -28.994, 14.92], "pitches": [0.516, 1.0, 0.223, 0.043, 0.063, 0.022, 0.031, 0.083, 0.021, 0.091, 0.017, 0.077], "start": 71.73234, "loudness_max_time": 0.008, "loudness_start": -14.406, "duration": 0.23896, "loudness_max": -4.838}, {"confidence": 0.706, "timbre": [46.063, 25.055, 10.567, -3.902, 50.736, -18.169, -21.478, 42.239, -4.351, -22.773, 16.023, -11.016], "pitches": [0.954, 1.0, 0.947, 0.581, 0.353, 0.289, 0.328, 0.307, 0.47, 0.653, 0.7, 0.772], "start": 71.97129, "loudness_max_time": 0.06561, "loudness_start": -17.946, "duration": 0.50413, "loudness_max": -10.834}, {"confidence": 0.832, "timbre": [45.145, -27.945, -1.083, 96.695, 27.384, 4.9, 3.161, -32.087, -46.733, -1.255, -77.167, 25.713], "pitches": [1.0, 0.191, 0.204, 0.146, 0.05, 0.11, 0.247, 0.365, 0.146, 0.377, 0.136, 0.526], "start": 72.47542, "loudness_max_time": 0.032, "loudness_start": -22.582, "duration": 0.22698, "loudness_max": -9.959}, {"confidence": 1.0, "timbre": [43.259, 4.098, -69.494, -42.26, 37.745, 139.155, 11.556, -5.796, 21.253, -45.497, 22.219, -31.472], "pitches": [1.0, 0.621, 0.929, 0.783, 0.416, 0.25, 0.285, 0.582, 0.341, 0.549, 0.622, 0.726], "start": 72.7024, "loudness_max_time": 0.04151, "loudness_start": -32.589, "duration": 0.52063, "loudness_max": -6.165}, {"confidence": 0.962, "timbre": [47.311, -27.536, 6.129, 0.412, 29.691, -45.63, 35.924, 2.071, -6.222, 8.365, 6.006, -1.656], "pitches": [0.632, 1.0, 0.107, 0.041, 0.016, 0.017, 0.095, 0.071, 0.011, 0.045, 0.017, 0.216], "start": 73.22304, "loudness_max_time": 0.01895, "loudness_start": -23.71, "duration": 0.24476, "loudness_max": -9.257}, {"confidence": 0.371, "timbre": [44.876, -16.573, 2.474, 16.35, 74.64, -31.494, -11.899, -28.267, -9.22, -1.989, -0.017, 9.705], "pitches": [0.608, 0.221, 0.281, 0.144, 0.067, 0.038, 0.277, 0.46, 0.038, 0.156, 0.073, 1.0], "start": 73.4678, "loudness_max_time": 0.02427, "loudness_start": -16.75, "duration": 0.23819, "loudness_max": -11.943}, {"confidence": 0.909, "timbre": [43.33, 74.474, -127.783, 22.01, 41.378, 15.114, -26.193, 51.409, 7.804, -47.141, 4.302, -3.857], "pitches": [0.718, 1.0, 0.084, 0.017, 0.027, 0.063, 0.044, 0.062, 0.05, 0.115, 0.024, 0.174], "start": 73.70599, "loudness_max_time": 0.03382, "loudness_start": -21.386, "duration": 0.26054, "loudness_max": -7.79}, {"confidence": 1.0, "timbre": [46.049, 66.416, -18.741, -3.415, 62.529, -21.787, -66.724, -30.45, -4.693, 50.895, 5.818, -7.919], "pitches": [0.458, 0.32, 0.529, 0.225, 0.182, 0.236, 0.36, 0.822, 0.309, 0.151, 0.393, 1.0], "start": 73.96653, "loudness_max_time": 0.03257, "loudness_start": -29.379, "duration": 0.12816, "loudness_max": -10.493}, {"confidence": 0.245, "timbre": [44.822, 25.756, -1.152, -6.299, 18.691, -24.672, -53.282, -7.221, 7.219, 14.003, -22.072, -14.852], "pitches": [0.969, 1.0, 0.263, 0.169, 0.136, 0.14, 0.125, 0.185, 0.11, 0.081, 0.067, 0.501], "start": 74.09469, "loudness_max_time": 0.14221, "loudness_start": -16.496, "duration": 0.32558, "loudness_max": -12.008}, {"confidence": 0.721, "timbre": [42.914, 121.488, 39.443, -8.135, 18.402, 2.152, -2.491, -31.826, -24.213, -10.935, -34.165, 3.587], "pitches": [0.315, 0.7, 1.0, 0.297, 0.118, 0.103, 0.136, 0.204, 0.084, 0.36, 0.087, 0.156], "start": 74.42027, "loudness_max_time": 0.06973, "loudness_start": -20.267, "duration": 0.2615, "loudness_max": -11.475}, {"confidence": 1.0, "timbre": [46.323, 64.974, 16.4, 27.486, 12.301, 31.939, 26.22, 9.106, -12.805, -5.85, -36.947, 23.741], "pitches": [0.886, 1.0, 0.201, 0.069, 0.064, 0.069, 0.065, 0.089, 0.062, 0.062, 0.037, 0.305], "start": 74.68177, "loudness_max_time": 0.05684, "loudness_start": -27.031, "duration": 0.24893, "loudness_max": -5.242}, {"confidence": 0.76, "timbre": [40.847, 83.852, -36.702, -41.966, 56.577, -14.004, -46.694, 32.681, -41.738, 25.613, -42.109, 3.914], "pitches": [0.181, 0.336, 1.0, 0.203, 0.079, 0.111, 0.216, 0.225, 0.235, 0.553, 0.254, 0.302], "start": 74.9307, "loudness_max_time": 0.06849, "loudness_start": -22.496, "duration": 0.27878, "loudness_max": -13.467}, {"confidence": 0.892, "timbre": [41.862, 70.34, -146.562, -81.39, 48.545, -24.172, 6.754, -16.858, -30.139, 32.79, 20.642, -21.968], "pitches": [1.0, 0.988, 0.948, 0.935, 0.71, 0.71, 0.824, 0.825, 0.746, 0.748, 0.79, 0.705], "start": 75.20948, "loudness_max_time": 0.03017, "loudness_start": -25.942, "duration": 0.07465, "loudness_max": -14.205}, {"confidence": 0.498, "timbre": [45.483, 10.904, 12.169, -33.619, 39.314, -17.36, -19.31, 26.92, 5.711, 20.183, -25.627, -19.18], "pitches": [0.449, 1.0, 0.484, 0.088, 0.052, 0.095, 0.183, 0.214, 0.089, 0.185, 0.138, 0.581], "start": 75.28413, "loudness_max_time": 0.09046, "loudness_start": -18.833, "duration": 0.26707, "loudness_max": -11.756}, {"confidence": 0.353, "timbre": [40.485, -29.352, -27.25, -47.397, 18.152, -14.133, -52.652, -0.028, -9.694, -18.718, -9.485, -10.01], "pitches": [0.227, 0.16, 0.507, 0.065, 0.082, 0.11, 0.126, 0.368, 0.291, 0.38, 0.477, 1.0], "start": 75.5512, "loudness_max_time": 0.06851, "loudness_start": -21.617, "duration": 0.16481, "loudness_max": -17.589}, {"confidence": 0.905, "timbre": [43.486, 98.344, -130.438, 33.689, 17.631, -16.751, -49.464, 38.986, 5.339, -13.32, 30.348, -20.347], "pitches": [0.575, 1.0, 0.112, 0.018, 0.03, 0.054, 0.051, 0.05, 0.077, 0.111, 0.056, 0.141], "start": 75.71601, "loudness_max_time": 0.02608, "loudness_start": -20.699, "duration": 0.26549, "loudness_max": -8.342}, {"confidence": 0.872, "timbre": [44.598, 12.298, -7.717, -31.801, 64.171, -45.729, -42.079, -18.638, -32.313, 18.266, 15.134, -6.14], "pitches": [0.256, 0.473, 0.703, 0.541, 0.877, 0.29, 0.304, 0.547, 0.413, 0.301, 0.591, 1.0], "start": 75.9815, "loudness_max_time": 0.02419, "loudness_start": -23.61, "duration": 0.14571, "loudness_max": -13.706}, {"confidence": 0.234, "timbre": [45.263, 11.002, -12.348, -13.933, 25.239, -44.157, -52.509, -19.346, 6.12, 12.866, -17.997, -7.229], "pitches": [1.0, 0.916, 0.334, 0.249, 0.229, 0.18, 0.162, 0.145, 0.126, 0.098, 0.078, 0.594], "start": 76.12721, "loudness_max_time": 0.11045, "loudness_start": -16.43, "duration": 0.22259, "loudness_max": -12.164}, {"confidence": 0.295, "timbre": [43.659, -8.151, 59.311, 5.019, 24.356, -20.037, 8.012, -29.491, -15.977, -4.709, 17.111, -27.088], "pitches": [1.0, 0.922, 0.914, 0.97, 0.901, 0.776, 0.329, 0.383, 0.304, 0.304, 0.175, 0.138], "start": 76.3498, "loudness_max_time": 0.02345, "loudness_start": -19.015, "duration": 0.07297, "loudness_max": -13.366}, {"confidence": 0.592, "timbre": [44.366, -16.365, 82.148, 11.094, 41.389, -2.021, 19.831, 1.795, -14.483, -27.389, -39.963, 5.478], "pitches": [1.0, 0.376, 0.199, 0.141, 0.252, 0.104, 0.144, 0.565, 0.186, 0.389, 0.2, 0.393], "start": 76.42277, "loudness_max_time": 0.07234, "loudness_start": -17.356, "duration": 0.30118, "loudness_max": -11.04}, {"confidence": 1.0, "timbre": [46.971, 52.943, -74.631, 24.296, 4.485, -26.548, -39.208, -43.426, -8.571, 31.448, -3.394, -11.051], "pitches": [0.857, 0.454, 0.736, 0.602, 0.27, 0.123, 0.188, 0.335, 0.199, 0.193, 0.403, 1.0], "start": 76.72395, "loudness_max_time": 0.01705, "loudness_start": -30.554, "duration": 0.4976, "loudness_max": -6.902}, {"confidence": 0.831, "timbre": [46.202, -28.788, -10.679, 13.966, 12.187, -41.305, 16.227, -17.013, -2.843, 26.21, 21.876, -16.264], "pitches": [0.696, 1.0, 0.099, 0.033, 0.017, 0.022, 0.079, 0.085, 0.019, 0.026, 0.016, 0.293], "start": 77.22154, "loudness_max_time": 0.023, "loudness_start": -19.829, "duration": 0.25737, "loudness_max": -8.839}, {"confidence": 0.657, "timbre": [47.617, -3.576, 44.617, -5.158, 52.046, -26.907, 26.122, -4.866, -21.302, 2.265, -11.734, 23.311], "pitches": [1.0, 0.165, 0.306, 0.178, 0.052, 0.033, 0.208, 0.334, 0.069, 0.242, 0.054, 0.757], "start": 77.47891, "loudness_max_time": 0.08829, "loudness_start": -17.547, "duration": 0.25016, "loudness_max": -9.972}, {"confidence": 0.645, "timbre": [45.68, 86.208, -92.131, 43.68, 7.223, -67.353, -46.734, 25.751, -12.216, 7.313, -40.564, -6.224], "pitches": [0.595, 1.0, 0.062, 0.044, 0.064, 0.072, 0.044, 0.076, 0.047, 0.058, 0.037, 0.098], "start": 77.72907, "loudness_max_time": 0.00833, "loudness_start": -17.252, "duration": 0.2434, "loudness_max": -6.831}, {"confidence": 1.0, "timbre": [46.039, 51.034, -15.342, -21.938, 48.355, 0.127, -65.585, 12.927, -6.877, 38.267, 46.964, -19.739], "pitches": [0.233, 0.258, 0.507, 0.266, 0.191, 0.205, 0.549, 0.789, 0.407, 1.0, 0.251, 0.08], "start": 77.97247, "loudness_max_time": 0.0308, "loudness_start": -26.102, "duration": 0.15206, "loudness_max": -9.841}, {"confidence": 0.157, "timbre": [46.439, 41.045, 2.012, -19.342, -0.143, -24.364, -70.151, -22.08, 15.177, 1.768, -12.807, -14.697], "pitches": [0.875, 1.0, 0.209, 0.124, 0.103, 0.12, 0.095, 0.14, 0.097, 0.194, 0.044, 0.349], "start": 78.12454, "loudness_max_time": 0.11277, "loudness_start": -15.251, "duration": 0.32862, "loudness_max": -10.555}, {"confidence": 0.609, "timbre": [39.406, -35.442, -74.564, 126.378, 53.351, 6.384, -55.106, -37.322, -18.419, -42.956, -63.885, -11.851], "pitches": [0.243, 0.602, 1.0, 0.31, 0.088, 0.138, 0.361, 0.55, 0.249, 0.485, 0.1, 0.099], "start": 78.45315, "loudness_max_time": 0.04684, "loudness_start": -19.48, "duration": 0.25188, "loudness_max": -12.078}, {"confidence": 1.0, "timbre": [44.328, 24.301, -43.092, 0.903, 37.886, 130.063, 30.015, -14.045, 7.909, -4.916, 53.961, -37.485], "pitches": [0.693, 1.0, 0.157, 0.052, 0.073, 0.061, 0.066, 0.057, 0.06, 0.083, 0.024, 0.183], "start": 78.70503, "loudness_max_time": 0.0351, "loudness_start": -36.498, "duration": 0.25519, "loudness_max": -6.128}, {"confidence": 0.71, "timbre": [40.961, 55.275, -72.22, 26.405, 62.841, -21.553, -74.102, 37.531, -4.824, 6.214, -5.31, -13.243], "pitches": [0.131, 0.386, 1.0, 0.164, 0.057, 0.097, 0.395, 0.941, 0.145, 0.227, 0.03, 0.051], "start": 78.96023, "loudness_max_time": 0.02974, "loudness_start": -23.075, "duration": 0.2663, "loudness_max": -13.462}, {"confidence": 0.996, "timbre": [43.831, 37.051, -80.575, -13.985, -22.017, -31.3, -43.268, -36.009, 10.14, 30.503, -10.463, -20.655], "pitches": [0.565, 1.0, 0.123, 0.026, 0.067, 0.022, 0.055, 0.296, 0.062, 0.045, 0.019, 0.133], "start": 79.22653, "loudness_max_time": 0.01437, "loudness_start": -27.336, "duration": 0.23773, "loudness_max": -11.631}, {"confidence": 0.7, "timbre": [41.986, -28.235, -65.389, 10.447, 24.177, -13.162, -22.287, -44.751, -29.758, -7.022, 11.429, -12.277], "pitches": [0.115, 0.216, 0.573, 0.096, 0.144, 0.076, 0.112, 1.0, 0.27, 0.111, 0.041, 0.151], "start": 79.46426, "loudness_max_time": 0.02579, "loudness_start": -22.106, "duration": 0.16866, "loudness_max": -13.363}, {"confidence": 0.943, "timbre": [48.691, 20.458, 67.741, -8.226, 24.636, -4.394, 35.827, 27.55, 5.987, -31.508, -3.755, 15.033], "pitches": [0.905, 1.0, 0.245, 0.14, 0.135, 0.104, 0.096, 0.104, 0.1, 0.123, 0.051, 0.367], "start": 79.63293, "loudness_max_time": 0.1063, "loudness_start": -22.293, "duration": 0.31392, "loudness_max": -4.411}, {"confidence": 0.673, "timbre": [47.428, 40.639, 30.57, 3.995, 47.101, 9.391, -28.256, 32.768, 13.47, -16.027, -45.374, 2.553], "pitches": [0.761, 0.834, 1.0, 0.596, 0.473, 0.456, 0.546, 0.544, 0.57, 0.649, 0.665, 0.841], "start": 79.94685, "loudness_max_time": 0.05887, "loudness_start": -14.717, "duration": 0.39274, "loudness_max": -7.364}, {"confidence": 0.663, "timbre": [36.396, 36.828, -47.449, 36.645, -26.638, 13.442, -28.46, -17.706, -23.887, -40.711, -0.355, -24.265], "pitches": [1.0, 0.97, 0.778, 0.77, 0.351, 0.334, 0.072, 0.154, 0.211, 0.199, 0.174, 0.064], "start": 80.33959, "loudness_max_time": 0.03216, "loudness_start": -29.066, "duration": 0.13002, "loudness_max": -16.402}, {"confidence": 0.932, "timbre": [37.004, -17.368, -110.34, 75.679, 68.853, -26.437, -30.265, -51.837, -29.933, 21.244, -16.511, 4.727], "pitches": [1.0, 0.321, 0.143, 0.13, 0.102, 0.069, 0.082, 0.333, 0.04, 0.037, 0.097, 0.138], "start": 80.46961, "loudness_max_time": 0.02125, "loudness_start": -30.294, "duration": 0.18549, "loudness_max": -15.146}, {"confidence": 1.0, "timbre": [42.405, 64.354, -35.467, -157.567, 52.348, 49.201, 5.263, -58.84, 35.986, -8.875, 13.499, -1.199], "pitches": [0.983, 1.0, 0.187, 0.114, 0.098, 0.108, 0.088, 0.115, 0.077, 0.061, 0.054, 0.393], "start": 80.6551, "loudness_max_time": 0.08478, "loudness_start": -32.058, "duration": 0.27238, "loudness_max": -7.306}, {"confidence": 0.068, "timbre": [42.843, 37.682, -46.432, 51.177, 82.708, -46.603, -32.048, 84.665, -9.36, -16.458, -40.226, 21.712], "pitches": [1.0, 0.207, 0.147, 0.113, 0.078, 0.055, 0.109, 0.336, 0.044, 0.075, 0.059, 0.237], "start": 80.92748, "loudness_max_time": 0.06348, "loudness_start": -15.12, "duration": 0.29043, "loudness_max": -11.82}, {"confidence": 1.0, "timbre": [47.292, 61.582, -29.202, -18.187, 27.016, 33.903, -2.14, -7.575, -17.055, 53.136, -6.609, -17.118], "pitches": [0.524, 0.733, 1.0, 0.8, 0.461, 0.182, 0.213, 0.352, 0.298, 0.371, 0.206, 0.43], "start": 81.21791, "loudness_max_time": 0.04671, "loudness_start": -30.284, "duration": 0.37692, "loudness_max": -8.287}, {"confidence": 0.567, "timbre": [43.756, 14.339, -11.425, -12.201, 55.295, -12.157, 7.697, -54.361, -20.384, 16.41, -17.489, 46.212], "pitches": [1.0, 0.463, 0.264, 0.198, 0.239, 0.115, 0.169, 0.604, 0.788, 0.58, 0.326, 0.441], "start": 81.59483, "loudness_max_time": 0.05389, "loudness_start": -20.098, "duration": 0.12898, "loudness_max": -13.871}, {"confidence": 0.788, "timbre": [46.479, 40.683, -86.223, 38.787, 22.421, -46.092, -17.638, -29.506, 2.907, 0.226, 4.904, -10.259], "pitches": [0.592, 1.0, 0.077, 0.037, 0.04, 0.068, 0.1, 0.239, 0.104, 0.11, 0.05, 0.171], "start": 81.72381, "loudness_max_time": 0.01675, "loudness_start": -18.883, "duration": 0.2659, "loudness_max": -6.758}, {"confidence": 0.681, "timbre": [42.877, -14.286, -66.367, 9.41, 64.657, -89.597, -39.402, -11.465, -34.254, -2.37, -10.974, -14.199], "pitches": [0.423, 0.391, 0.295, 0.352, 0.329, 0.307, 0.712, 1.0, 0.569, 0.38, 0.14, 0.27], "start": 81.98971, "loudness_max_time": 0.00772, "loudness_start": -21.741, "duration": 0.09215, "loudness_max": -11.196}, {"confidence": 0.359, "timbre": [40.741, 68.588, 27.542, 46.311, 8.761, -7.876, -2.797, -12.511, -10.272, -11.99, -38.044, 18.656], "pitches": [0.518, 0.73, 1.0, 0.519, 0.342, 0.323, 0.311, 0.798, 0.362, 0.318, 0.339, 0.424], "start": 82.08186, "loudness_max_time": 0.04816, "loudness_start": -22.168, "duration": 0.14553, "loudness_max": -15.771}, {"confidence": 1.0, "timbre": [46.491, 8.331, -11.942, -28.879, 14.189, -12.413, -7.402, 22.673, -0.67, 16.561, -23.129, -14.55], "pitches": [0.543, 1.0, 0.28, 0.031, 0.023, 0.031, 0.037, 0.098, 0.02, 0.043, 0.019, 0.14], "start": 82.22739, "loudness_max_time": 0.13981, "loudness_start": -28.439, "duration": 0.24417, "loudness_max": -10.817}, {"confidence": 0.511, "timbre": [41.278, 23.52, -67.941, 11.892, 95.59, -53.74, -34.545, -16.896, -35.215, 16.917, 13.891, -2.854], "pitches": [0.289, 0.681, 1.0, 0.344, 0.202, 0.251, 0.19, 0.195, 0.068, 0.219, 0.098, 0.026], "start": 82.47156, "loudness_max_time": 0.01948, "loudness_start": -24.984, "duration": 0.11007, "loudness_max": -13.226}, {"confidence": 0.35, "timbre": [40.52, 180.309, -63.687, -82.754, 76.823, -41.295, -68.564, 2.843, 26.401, -12.669, 4.136, 12.413], "pitches": [0.363, 0.957, 1.0, 0.224, 0.178, 0.167, 0.219, 0.215, 0.164, 0.448, 0.203, 0.179], "start": 82.58163, "loudness_max_time": 0.07782, "loudness_start": -22.773, "duration": 0.13946, "loudness_max": -17.483}, {"confidence": 0.922, "timbre": [47.254, 125.052, -86.331, 18.349, 20.559, -5.104, -45.526, -0.859, -0.641, 33.807, -32.288, 8.751], "pitches": [0.266, 0.879, 1.0, 0.624, 0.279, 0.116, 0.195, 0.354, 0.189, 0.205, 0.164, 0.294], "start": 82.72109, "loudness_max_time": 0.01942, "loudness_start": -19.928, "duration": 0.49297, "loudness_max": -6.923}, {"confidence": 1.0, "timbre": [47.216, 98.146, -44.459, -83.183, 9.038, 27.676, -26.638, -22.552, 21.611, 20.176, -18.624, -6.641], "pitches": [0.706, 1.0, 0.23, 0.044, 0.026, 0.031, 0.033, 0.079, 0.026, 0.046, 0.02, 0.187], "start": 83.21406, "loudness_max_time": 0.09147, "loudness_start": -28.601, "duration": 0.23279, "loudness_max": -8.699}, {"confidence": 0.443, "timbre": [45.89, 117.557, -39.097, -41.615, 53.242, -27.379, -76.358, 62.761, 24.682, -45.18, 14.249, 4.947], "pitches": [0.184, 0.455, 1.0, 0.145, 0.078, 0.131, 0.278, 0.268, 0.156, 0.32, 0.18, 0.145], "start": 83.44685, "loudness_max_time": 0.05082, "loudness_start": -16.398, "duration": 0.20875, "loudness_max": -11.072}, {"confidence": 0.658, "timbre": [47.836, 47.644, 0.153, 4.361, 30.955, -5.659, -31.624, 6.113, -3.624, 19.155, -60.804, -2.616], "pitches": [1.0, 0.936, 0.246, 0.173, 0.169, 0.125, 0.114, 0.108, 0.095, 0.126, 0.058, 0.423], "start": 83.6556, "loudness_max_time": 0.08414, "loudness_start": -15.64, "duration": 0.22626, "loudness_max": -4.98}, {"confidence": 0.491, "timbre": [42.418, -18.524, 0.789, -25.69, 16.212, -11.983, -11.253, 33.422, -7.623, -25.771, -4.09, -5.378], "pitches": [0.4, 0.519, 0.665, 0.471, 0.428, 0.428, 0.58, 1.0, 0.267, 0.203, 0.118, 0.328], "start": 83.88186, "loudness_max_time": 0.05501, "loudness_start": -21.909, "duration": 0.10499, "loudness_max": -15.553}, {"confidence": 0.152, "timbre": [44.004, 61.106, -18.492, -25.478, 48.164, -52.282, -34.087, -16.238, -26.515, -6.503, -1.701, -2.865], "pitches": [0.132, 0.152, 0.196, 0.357, 1.0, 0.183, 0.103, 0.417, 0.115, 0.108, 0.097, 0.231], "start": 83.98685, "loudness_max_time": 0.01047, "loudness_start": -19.778, "duration": 0.22032, "loudness_max": -13.032}, {"confidence": 0.922, "timbre": [48.29, 56.343, 24.137, 4.86, -15.103, -10.587, 56.95, -7.834, -32.764, 7.848, 13.435, 16.095], "pitches": [1.0, 0.734, 0.478, 0.48, 0.107, 0.107, 0.12, 0.128, 0.411, 0.406, 0.573, 0.043], "start": 84.20717, "loudness_max_time": 0.03428, "loudness_start": -22.426, "duration": 0.16227, "loudness_max": -8.587}, {"confidence": 0.153, "timbre": [48.008, 73.997, 119.022, 23.637, 23.023, -46.665, 36.826, 6.584, -27.391, -9.619, 0.329, 30.386], "pitches": [0.667, 0.881, 1.0, 0.705, 0.748, 0.531, 0.732, 0.34, 0.189, 0.352, 0.177, 0.057], "start": 84.36943, "loudness_max_time": 0.00649, "loudness_start": -13.429, "duration": 0.10485, "loudness_max": -10.68}, {"confidence": 0.365, "timbre": [46.922, 43.368, 9.801, 66.001, 62.331, -50.338, -27.95, -7.185, -58.498, -6.141, -27.546, -4.529], "pitches": [1.0, 0.661, 0.339, 0.393, 0.41, 0.207, 0.561, 0.545, 0.181, 0.288, 0.231, 0.367], "start": 84.47429, "loudness_max_time": 0.01433, "loudness_start": -13.023, "duration": 0.12313, "loudness_max": -8.086}, {"confidence": 0.603, "timbre": [45.945, 74.135, -3.099, -53.565, 21.5, -15.496, -64.539, 5.194, -36.701, -20.435, 15.1, -8.971], "pitches": [0.686, 0.663, 1.0, 0.343, 0.103, 0.11, 0.435, 0.349, 0.156, 0.172, 0.208, 0.209], "start": 84.59741, "loudness_max_time": 0.06819, "loudness_start": -19.802, "duration": 0.10336, "loudness_max": -12.702}, {"confidence": 0.733, "timbre": [49.841, 100.381, 5.198, -22.425, -9.953, 4.3, -3.108, -15.47, -23.859, -0.602, 8.781, -7.317], "pitches": [0.693, 1.0, 0.157, 0.032, 0.034, 0.035, 0.046, 0.074, 0.021, 0.057, 0.015, 0.168], "start": 84.70077, "loudness_max_time": 0.03846, "loudness_start": -13.919, "duration": 0.28472, "loudness_max": -5.905}, {"confidence": 0.207, "timbre": [46.24, 26.139, -11.798, 34.665, 59.874, -81.688, -29.152, -35.729, -26.371, -0.414, -5.401, 3.816], "pitches": [1.0, 0.302, 0.185, 0.103, 0.105, 0.112, 0.105, 0.648, 0.179, 0.135, 0.158, 0.394], "start": 84.98549, "loudness_max_time": 0.00492, "loudness_start": -12.049, "duration": 0.23705, "loudness_max": -8.552}, {"confidence": 0.765, "timbre": [47.702, 17.047, -26.087, -27.673, 25.887, -20.211, 5.505, 15.328, 8.201, -6.808, -7.42, -5.739], "pitches": [0.862, 1.0, 0.172, 0.023, 0.016, 0.018, 0.033, 0.111, 0.015, 0.036, 0.018, 0.23], "start": 85.22254, "loudness_max_time": 0.06539, "loudness_start": -18.596, "duration": 0.2039, "loudness_max": -9.67}, {"confidence": 0.516, "timbre": [43.319, 38.549, -40.213, -46.51, 60.701, -18.359, -29.505, 25.266, -18.222, -48.465, -20.202, -8.252], "pitches": [1.0, 0.442, 0.259, 0.27, 0.201, 0.151, 0.175, 0.34, 0.282, 0.176, 0.272, 0.196], "start": 85.42644, "loudness_max_time": 0.06364, "loudness_start": -18.794, "duration": 0.18009, "loudness_max": -13.226}, {"confidence": 0.783, "timbre": [46.836, 32.452, 29.06, -36.151, 35.887, -12.89, -20.624, -11.857, -17.209, 13.373, 10.638, -0.956], "pitches": [0.58, 0.29, 0.15, 0.084, 0.196, 0.232, 0.311, 0.248, 0.123, 0.367, 1.0, 0.358], "start": 85.60653, "loudness_max_time": 0.0573, "loudness_start": -21.972, "duration": 0.12122, "loudness_max": -12.082}, {"confidence": 0.657, "timbre": [48.664, 40.973, -65.708, 52.299, 29.162, -57.444, -0.28, -11.234, -1.581, 8.11, -38.117, 5.692], "pitches": [1.0, 0.797, 0.679, 0.67, 0.307, 0.278, 0.13, 0.158, 0.429, 0.495, 0.468, 0.039], "start": 85.72776, "loudness_max_time": 0.01464, "loudness_start": -12.629, "duration": 0.1502, "loudness_max": -5.428}, {"confidence": 0.08, "timbre": [41.602, 2.843, -39.439, -47.863, 21.56, -29.293, -32.847, 10.59, 4.288, -12.256, 0.82, -6.976], "pitches": [0.622, 0.655, 0.615, 0.497, 0.437, 0.432, 0.684, 1.0, 0.207, 0.152, 0.141, 0.363], "start": 85.87796, "loudness_max_time": 0.05103, "loudness_start": -20.414, "duration": 0.1073, "loudness_max": -16.845}, {"confidence": 0.792, "timbre": [46.339, 61.155, -33.008, 14.534, 51.142, -52.597, -32.873, -2.282, -20.435, -13.919, -2.068, -10.877], "pitches": [0.181, 0.255, 0.31, 0.186, 0.159, 0.091, 0.247, 1.0, 0.4, 0.146, 0.163, 0.249], "start": 85.98526, "loudness_max_time": 0.01399, "loudness_start": -19.238, "duration": 0.241, "loudness_max": -9.246}, {"confidence": 1.0, "timbre": [51.553, 47.153, -7.245, -21.54, -22.367, -39.301, 20.207, 22.646, -9.322, -0.807, 0.025, -15.084], "pitches": [1.0, 0.733, 0.582, 0.578, 0.437, 0.451, 0.422, 0.419, 0.553, 0.564, 0.569, 0.081], "start": 86.22626, "loudness_max_time": 0.01845, "loudness_start": -23.589, "duration": 0.12299, "loudness_max": -6.711}, {"confidence": 0.19, "timbre": [50.461, 118.283, 12.284, 9.983, -6.001, -18.619, -12.858, 4.203, 1.656, 0.071, -33.283, -13.187], "pitches": [0.076, 0.174, 0.345, 0.134, 0.188, 0.558, 0.994, 1.0, 0.384, 0.102, 0.053, 0.085], "start": 86.34925, "loudness_max_time": 0.14133, "loudness_start": -10.75, "duration": 0.38322, "loudness_max": -6.565}, {"confidence": 0.911, "timbre": [50.711, 78.706, -52.89, -0.907, -22.961, -31.236, -19.865, -3.817, 0.92, -15.84, -30.021, -8.091], "pitches": [1.0, 0.927, 0.112, 0.11, 0.114, 0.134, 0.187, 0.219, 0.104, 0.064, 0.046, 0.214], "start": 86.73247, "loudness_max_time": 0.03218, "loudness_start": -18.352, "duration": 0.21134, "loudness_max": -6.085}, {"confidence": 0.725, "timbre": [48.956, 117.938, -7.857, -52.412, 24.161, 6.662, -23.395, -28.9, -22.44, 13.107, -29.226, 0.939], "pitches": [0.467, 0.633, 0.738, 0.57, 0.59, 0.421, 0.841, 1.0, 0.447, 0.462, 0.37, 0.477], "start": 86.94381, "loudness_max_time": 0.07029, "loudness_start": -14.674, "duration": 0.24617, "loudness_max": -6.783}, {"confidence": 0.663, "timbre": [50.698, 113.313, 18.549, -46.545, 11.279, -3.921, 17.661, 18.975, -24.72, -3.241, 7.057, -2.806], "pitches": [0.16, 0.103, 0.172, 0.098, 0.076, 0.337, 1.0, 0.934, 0.366, 0.216, 0.148, 0.092], "start": 87.18998, "loudness_max_time": 0.04676, "loudness_start": -14.571, "duration": 0.54671, "loudness_max": -6.363}, {"confidence": 0.392, "timbre": [51.17, 150.348, 80.918, -2.861, 32.08, -32.482, -36.248, 35.429, -22.969, -4.066, 1.57, -13.623], "pitches": [0.525, 0.618, 0.271, 0.189, 0.214, 0.181, 0.376, 1.0, 0.623, 0.576, 0.224, 0.868], "start": 87.73669, "loudness_max_time": 0.06274, "loudness_start": -11.046, "duration": 0.23782, "loudness_max": -6.62}, {"confidence": 0.556, "timbre": [52.053, 168.814, 71.33, 6.585, 11.83, -23.336, -21.181, -13.093, -24.968, 24.773, 8.118, -18.177], "pitches": [0.406, 0.425, 0.605, 0.415, 0.332, 0.353, 0.49, 0.676, 0.511, 0.479, 0.549, 1.0], "start": 87.97451, "loudness_max_time": 0.0383, "loudness_start": -11.094, "duration": 0.26132, "loudness_max": -5.827}, {"confidence": 0.442, "timbre": [52.27, 84.483, -43.887, -13.879, -8.391, -72.683, -9.597, 7.929, -6.14, -3.211, -29.744, 4.672], "pitches": [0.365, 0.122, 0.074, 0.079, 0.157, 0.12, 0.534, 1.0, 0.363, 0.081, 0.041, 0.044], "start": 88.23583, "loudness_max_time": 0.00243, "loudness_start": -9.845, "duration": 0.42372, "loudness_max": -3.089}, {"confidence": 0.79, "timbre": [51.618, 103.622, 22.005, 5.214, 11.527, 4.442, 11.35, -6.28, 3.069, 0.666, -17.983, -8.869], "pitches": [0.195, 0.136, 0.12, 0.111, 0.157, 0.154, 0.583, 1.0, 0.492, 0.193, 0.14, 0.12], "start": 88.65955, "loudness_max_time": 0.07841, "loudness_start": -12.98, "duration": 0.54567, "loudness_max": -1.487}, {"confidence": 1.0, "timbre": [48.726, 70.358, -32.424, 52.623, 13.918, 21.972, 30.804, 19.259, -32.401, 58.047, -0.156, 18.83], "pitches": [0.977, 0.496, 0.313, 0.277, 0.286, 0.497, 0.611, 0.394, 0.148, 0.068, 0.122, 1.0], "start": 89.20522, "loudness_max_time": 0.03243, "loudness_start": -27.647, "duration": 0.19596, "loudness_max": -3.244}, {"confidence": 0.589, "timbre": [43.673, 125.089, -101.536, -4.927, 40.186, -24.726, -41.081, 79.22, 1.226, 28.682, -35.807, -26.695], "pitches": [0.023, 0.216, 0.214, 0.164, 0.747, 0.747, 0.999, 1.0, 0.36, 0.361, 0.032, 0.015], "start": 89.40118, "loudness_max_time": 0.0542, "loudness_start": -18.545, "duration": 0.17556, "loudness_max": -12.023}, {"confidence": 1.0, "timbre": [49.939, 119.015, 94.787, -67.073, 63.826, 23.688, -39.809, 15.117, -36.936, -3.488, 37.612, -22.732], "pitches": [0.108, 0.14, 0.446, 0.095, 0.082, 0.098, 0.247, 1.0, 0.683, 0.248, 0.178, 0.413], "start": 89.57673, "loudness_max_time": 0.07618, "loudness_start": -27.852, "duration": 0.12766, "loudness_max": -6.184}, {"confidence": 0.495, "timbre": [52.844, 94.062, -34.852, 53.604, 0.317, -26.466, -15.273, -1.818, -5.456, 26.914, -23.224, -2.977], "pitches": [1.0, 0.752, 0.193, 0.207, 0.148, 0.181, 0.128, 0.123, 0.516, 0.502, 0.78, 0.181], "start": 89.7044, "loudness_max_time": 0.03363, "loudness_start": -7.895, "duration": 0.13578, "loudness_max": -0.779}, {"confidence": 0.178, "timbre": [47.35, 51.63, -29.098, -52.351, 4.638, -27.223, -5.101, -15.5, 17.228, 17.926, -7.196, -19.774], "pitches": [0.161, 0.259, 0.319, 0.232, 0.606, 0.605, 0.999, 1.0, 0.592, 0.593, 0.077, 0.006], "start": 89.84018, "loudness_max_time": 0.05437, "loudness_start": -14.701, "duration": 0.15052, "loudness_max": -11.61}, {"confidence": 0.644, "timbre": [52.2, 68.967, 16.342, -24.123, 17.141, -22.656, -6.829, -22.422, -15.249, 17.577, -18.199, -15.98], "pitches": [0.047, 0.165, 0.557, 0.06, 0.013, 0.02, 0.367, 1.0, 0.176, 0.071, 0.022, 0.24], "start": 89.9907, "loudness_max_time": 0.09806, "loudness_start": -12.656, "duration": 0.24209, "loudness_max": -5.718}, {"confidence": 0.252, "timbre": [45.371, -8.606, -96.054, 98.711, -44.157, -112.862, -11.805, -30.511, -23.624, 12.675, -31.952, 11.473], "pitches": [1.0, 0.55, 0.096, 0.043, 0.052, 0.154, 0.179, 0.12, 0.067, 0.022, 0.01, 0.362], "start": 90.23279, "loudness_max_time": 0.00759, "loudness_start": -11.0, "duration": 0.23229, "loudness_max": -3.577}, {"confidence": 1.0, "timbre": [48.344, 79.289, -9.65, -76.544, 3.324, 63.649, 37.232, -26.76, -9.306, -8.428, 33.494, -14.338], "pitches": [0.015, 0.476, 1.0, 0.188, 0.038, 0.021, 0.125, 0.018, 0.062, 0.546, 0.064, 0.014], "start": 90.46508, "loudness_max_time": 0.11566, "loudness_start": -26.232, "duration": 0.26712, "loudness_max": -6.185}, {"confidence": 0.561, "timbre": [52.77, 68.26, -32.154, -4.009, -27.841, -70.156, -2.819, -17.809, -8.002, 8.925, -16.697, 1.087], "pitches": [1.0, 0.978, 0.683, 0.234, 0.071, 0.146, 0.316, 0.111, 0.111, 0.457, 0.064, 0.303], "start": 90.7322, "loudness_max_time": 0.00763, "loudness_start": -12.754, "duration": 0.25202, "loudness_max": -2.67}, {"confidence": 0.301, "timbre": [50.776, 50.37, -12.613, -12.001, 13.243, -49.303, -8.584, -16.83, -18.681, 12.207, -3.647, -12.962], "pitches": [0.053, 0.564, 1.0, 0.348, 0.08, 0.024, 0.142, 0.019, 0.074, 0.411, 0.149, 0.393], "start": 90.98422, "loudness_max_time": 0.01435, "loudness_start": -11.909, "duration": 0.21293, "loudness_max": -6.934}, {"confidence": 0.6, "timbre": [50.078, 58.174, -66.273, 9.08, 0.204, 3.436, -22.243, 19.019, -18.98, -0.06, -45.962, -17.104], "pitches": [0.766, 0.532, 0.201, 0.19, 0.377, 0.365, 0.372, 0.352, 0.871, 0.874, 1.0, 0.158], "start": 91.19714, "loudness_max_time": 0.04423, "loudness_start": -11.684, "duration": 0.17551, "loudness_max": -4.27}, {"confidence": 0.186, "timbre": [42.574, 139.729, -120.606, -27.155, 40.369, -53.205, -1.513, 74.188, -21.573, 5.041, 17.95, -17.563], "pitches": [0.823, 1.0, 0.753, 0.175, 0.13, 0.251, 0.411, 0.151, 0.104, 0.55, 0.275, 0.405], "start": 91.37265, "loudness_max_time": 0.03719, "loudness_start": -19.091, "duration": 0.19528, "loudness_max": -13.094}, {"confidence": 0.857, "timbre": [48.971, 188.795, 82.429, -59.065, 2.708, 11.99, 9.286, -34.893, -53.764, 33.88, -39.03, -17.588], "pitches": [0.6, 0.394, 0.282, 0.306, 0.351, 0.61, 0.859, 0.962, 1.0, 0.809, 0.709, 0.677], "start": 91.56794, "loudness_max_time": 0.17232, "loudness_start": -20.381, "duration": 0.41796, "loudness_max": -1.317}, {"confidence": 0.912, "timbre": [50.851, 106.551, -22.862, -22.669, 6.725, 20.729, -9.969, -5.144, -2.836, 29.525, -55.621, -10.23], "pitches": [0.547, 0.322, 0.236, 0.379, 0.866, 0.5, 0.827, 1.0, 0.842, 0.718, 0.705, 0.731], "start": 91.9859, "loudness_max_time": 0.09785, "loudness_start": -17.637, "duration": 0.49941, "loudness_max": -3.413}, {"confidence": 0.865, "timbre": [50.193, 90.125, -4.576, -58.708, 5.644, -0.946, 15.571, -39.202, -20.032, 18.965, -20.567, 0.2], "pitches": [1.0, 0.334, 0.059, 0.02, 0.224, 0.032, 0.219, 0.708, 0.117, 0.011, 0.013, 0.512], "start": 92.48531, "loudness_max_time": 0.08406, "loudness_start": -20.597, "duration": 0.23737, "loudness_max": -5.972}, {"confidence": 0.621, "timbre": [52.938, 66.141, -37.245, -2.434, -8.521, -41.013, 5.456, -25.689, -3.454, 13.152, 6.249, -2.801], "pitches": [1.0, 0.595, 0.097, 0.066, 0.213, 0.17, 0.328, 0.45, 0.088, 0.029, 0.032, 0.137], "start": 92.72268, "loudness_max_time": 0.01758, "loudness_start": -13.91, "duration": 0.25111, "loudness_max": -2.699}, {"confidence": 0.852, "timbre": [53.485, 72.325, 5.117, 0.434, 19.162, 16.917, 9.552, 19.514, -5.049, 10.986, -20.238, 2.325], "pitches": [1.0, 0.301, 0.075, 0.029, 0.12, 0.047, 0.136, 0.582, 0.118, 0.028, 0.014, 0.376], "start": 92.97379, "loudness_max_time": 0.07435, "loudness_start": -13.359, "duration": 0.25302, "loudness_max": -1.974}, {"confidence": 0.621, "timbre": [53.336, 108.717, -34.209, -34.902, -47.942, -51.71, -36.197, 17.039, 8.541, 8.371, 9.016, -10.526], "pitches": [0.719, 0.491, 0.233, 0.224, 0.368, 0.361, 0.475, 0.499, 0.892, 0.895, 1.0, 0.052], "start": 93.2268, "loudness_max_time": 0.01353, "loudness_start": -11.817, "duration": 0.13683, "loudness_max": -3.805}, {"confidence": 0.142, "timbre": [50.855, 119.728, -23.606, 42.362, -13.45, -19.064, -0.622, -26.621, -8.744, -4.265, -40.0, -6.606], "pitches": [0.183, 0.465, 0.445, 0.446, 0.847, 0.845, 1.0, 1.0, 0.694, 0.707, 0.259, 0.047], "start": 93.36363, "loudness_max_time": 0.03431, "loudness_start": -8.024, "duration": 0.10912, "loudness_max": -5.172}, {"confidence": 0.783, "timbre": [51.689, 124.995, 102.178, -3.495, 54.512, 3.976, 8.131, 35.816, -27.822, -22.142, 15.88, -22.19], "pitches": [0.747, 0.252, 0.152, 0.144, 0.394, 0.38, 0.596, 1.0, 0.473, 0.463, 0.25, 0.067], "start": 93.47274, "loudness_max_time": 0.05498, "loudness_start": -15.655, "duration": 0.17338, "loudness_max": -5.308}, {"confidence": 0.496, "timbre": [52.697, 146.15, 115.758, 29.224, 85.984, -17.198, -70.302, -15.1, -39.792, 6.359, 12.967, -5.917], "pitches": [1.0, 0.051, 0.016, 0.034, 0.068, 0.009, 0.042, 0.229, 0.016, 0.023, 0.028, 0.419], "start": 93.64612, "loudness_max_time": 0.02901, "loudness_start": -10.422, "duration": 0.08717, "loudness_max": -5.064}, {"confidence": 0.439, "timbre": [55.688, 94.188, 5.184, -16.101, -8.502, -49.142, 7.565, 6.068, -13.782, 2.211, -12.681, 1.121], "pitches": [1.0, 0.701, 0.048, 0.034, 0.048, 0.144, 0.282, 0.084, 0.056, 0.089, 0.106, 0.344], "start": 93.73329, "loudness_max_time": 0.00695, "loudness_start": -9.076, "duration": 0.31338, "loudness_max": -2.09}, {"confidence": 0.25, "timbre": [53.729, 77.486, 59.606, 27.743, 15.167, -30.872, 30.177, -23.401, -7.673, -2.834, -10.241, -1.24], "pitches": [0.027, 0.053, 0.263, 0.037, 0.011, 0.028, 0.485, 1.0, 0.262, 0.065, 0.022, 0.199], "start": 94.04667, "loudness_max_time": 0.02833, "loudness_start": -8.727, "duration": 0.1858, "loudness_max": -4.28}, {"confidence": 0.09, "timbre": [46.483, 2.538, -82.237, 88.869, -35.355, -110.632, -13.368, -9.949, -10.015, 10.261, -30.154, 5.425], "pitches": [1.0, 0.64, 0.083, 0.034, 0.038, 0.127, 0.163, 0.129, 0.069, 0.022, 0.01, 0.294], "start": 94.23247, "loudness_max_time": 0.00782, "loudness_start": -9.949, "duration": 0.25324, "loudness_max": -3.117}, {"confidence": 1.0, "timbre": [50.35, 93.38, -8.5, -52.696, -17.56, -8.229, 4.824, -40.223, -32.174, 15.287, -19.202, 1.011], "pitches": [0.016, 0.497, 1.0, 0.208, 0.036, 0.017, 0.107, 0.019, 0.059, 0.508, 0.059, 0.009], "start": 94.48571, "loudness_max_time": 0.09538, "loudness_start": -25.325, "duration": 0.24676, "loudness_max": -6.194}, {"confidence": 0.58, "timbre": [52.872, 76.518, -36.353, -5.708, -21.68, -70.043, -4.821, -8.769, -11.48, 15.222, -17.98, 0.394], "pitches": [0.899, 1.0, 0.861, 0.166, 0.062, 0.111, 0.254, 0.091, 0.085, 0.454, 0.057, 0.23], "start": 94.73247, "loudness_max_time": 0.00843, "loudness_start": -12.538, "duration": 0.27229, "loudness_max": -2.767}, {"confidence": 0.481, "timbre": [50.939, 35.815, 4.361, 28.063, 31.352, -38.934, 3.683, 13.967, -15.186, 20.707, -25.126, 3.575], "pitches": [0.056, 0.633, 1.0, 0.452, 0.133, 0.089, 0.15, 0.232, 0.176, 0.444, 0.157, 0.03], "start": 95.00476, "loudness_max_time": 0.0254, "loudness_start": -11.143, "duration": 0.19152, "loudness_max": -6.078}, {"confidence": 0.818, "timbre": [52.919, 82.729, -23.52, -24.39, -15.274, -10.977, 21.677, -18.5, -14.602, -3.018, -12.373, 13.58], "pitches": [1.0, 0.898, 0.214, 0.192, 0.285, 0.268, 0.33, 0.303, 0.363, 0.407, 0.435, 0.427], "start": 95.19628, "loudness_max_time": 0.043, "loudness_start": -15.265, "duration": 0.10481, "loudness_max": -3.302}, {"confidence": 0.314, "timbre": [54.193, 126.563, 24.158, 11.084, -6.36, -34.463, 60.303, 6.61, 4.639, -14.21, -22.057, 33.823], "pitches": [0.231, 0.246, 0.23, 0.228, 0.179, 0.203, 1.0, 0.999, 0.532, 0.542, 0.075, 0.01], "start": 95.30109, "loudness_max_time": 0.06957, "loudness_start": -8.758, "duration": 0.18512, "loudness_max": -3.449}, {"confidence": 0.316, "timbre": [51.705, 130.508, 71.849, 9.983, 51.988, -12.85, -22.075, -8.164, -2.356, -0.809, -11.638, -11.54], "pitches": [0.113, 0.197, 0.108, 0.086, 0.329, 0.2, 0.305, 0.33, 0.278, 1.0, 0.215, 0.027], "start": 95.48621, "loudness_max_time": 0.03196, "loudness_start": -10.083, "duration": 0.17397, "loudness_max": -5.523}, {"confidence": 0.773, "timbre": [51.572, 115.036, 40.228, -43.77, 33.802, -12.009, -35.01, -1.698, -18.479, -4.037, -6.253, -6.401], "pitches": [1.0, 0.546, 0.24, 0.217, 0.195, 0.346, 0.437, 0.331, 0.219, 0.144, 0.128, 0.68], "start": 95.66018, "loudness_max_time": 0.08044, "loudness_start": -11.317, "duration": 0.3259, "loudness_max": -1.515}, {"confidence": 0.568, "timbre": [50.699, 145.508, 68.179, -11.584, 8.444, -2.969, -33.382, 22.625, -31.533, -5.911, 11.835, -24.631], "pitches": [0.183, 0.206, 0.459, 0.187, 0.162, 0.221, 0.291, 1.0, 0.228, 0.137, 0.166, 0.472], "start": 95.98608, "loudness_max_time": 0.04849, "loudness_start": -14.924, "duration": 0.22014, "loudness_max": -6.315}, {"confidence": 0.649, "timbre": [51.144, 78.567, -9.13, 21.377, -1.72, -11.283, -13.881, -11.087, -7.028, 30.671, -7.238, -7.486], "pitches": [0.394, 0.103, 0.072, 0.075, 0.167, 0.127, 0.525, 1.0, 0.346, 0.1, 0.061, 0.059], "start": 96.20621, "loudness_max_time": 0.03422, "loudness_start": -12.266, "duration": 0.52222, "loudness_max": -3.571}, {"confidence": 0.909, "timbre": [52.096, 78.993, -40.241, 70.771, 16.953, -32.734, -10.605, 34.612, 7.948, 33.303, -61.995, -6.985], "pitches": [0.128, 0.093, 0.101, 0.096, 0.125, 0.135, 0.584, 1.0, 0.431, 0.104, 0.051, 0.048], "start": 96.72844, "loudness_max_time": 0.0124, "loudness_start": -13.999, "duration": 0.4181, "loudness_max": -2.093}, {"confidence": 1.0, "timbre": [43.007, 136.224, 61.953, -5.937, 22.289, 52.872, 64.554, -62.603, -37.911, 43.966, -73.167, 43.583], "pitches": [1.0, 0.534, 0.308, 0.245, 0.244, 0.402, 0.547, 0.393, 0.2, 0.127, 0.184, 0.809], "start": 97.14653, "loudness_max_time": 0.09375, "loudness_start": -27.291, "duration": 0.31773, "loudness_max": -3.868}, {"confidence": 1.0, "timbre": [47.104, 88.503, -35.757, -68.66, 49.846, 45.564, -1.628, -30.323, -54.695, 30.498, -7.439, -6.798], "pitches": [0.103, 0.421, 1.0, 0.486, 0.468, 0.446, 0.633, 0.615, 0.454, 0.5, 0.18, 0.018], "start": 97.46426, "loudness_max_time": 0.06327, "loudness_start": -27.673, "duration": 0.14703, "loudness_max": -7.965}, {"confidence": 0.772, "timbre": [51.716, 71.52, 5.483, 2.004, 43.144, 9.257, -22.448, 21.028, -32.004, -5.17, -36.767, 18.348], "pitches": [0.967, 0.702, 0.453, 0.376, 0.333, 0.513, 0.644, 0.649, 0.409, 0.301, 0.33, 1.0], "start": 97.61129, "loudness_max_time": 0.12833, "loudness_start": -13.818, "duration": 0.2781, "loudness_max": -2.799}, {"confidence": 0.692, "timbre": [50.41, 16.222, 40.49, -67.649, 33.818, -14.433, 33.04, 32.938, -2.757, 14.697, 7.441, -6.13], "pitches": [0.07, 0.092, 0.425, 0.099, 0.032, 0.049, 0.267, 1.0, 0.127, 0.105, 0.06, 0.173], "start": 97.88939, "loudness_max_time": 0.1981, "loudness_start": -15.248, "duration": 0.34195, "loudness_max": -5.644}, {"confidence": 0.012, "timbre": [45.503, -1.85, -92.965, 97.382, -43.291, -109.875, -14.182, -29.004, -21.138, 12.588, -29.611, 9.742], "pitches": [1.0, 0.642, 0.109, 0.104, 0.064, 0.079, 0.133, 0.107, 0.052, 0.021, 0.008, 0.299], "start": 98.23134, "loudness_max_time": 0.00907, "loudness_start": -9.141, "duration": 0.25497, "loudness_max": -3.625}, {"confidence": 1.0, "timbre": [50.75, 88.931, -1.401, -41.542, -15.741, -17.209, 13.827, -31.745, -28.672, 12.797, -20.001, -0.82], "pitches": [0.018, 0.492, 1.0, 0.226, 0.036, 0.015, 0.1, 0.017, 0.051, 0.484, 0.06, 0.008], "start": 98.4863, "loudness_max_time": 0.09573, "loudness_start": -25.725, "duration": 0.24594, "loudness_max": -5.985}, {"confidence": 0.582, "timbre": [52.053, 67.63, -45.369, 16.233, -13.962, -72.522, -8.297, -9.642, -7.05, 8.441, -23.201, 0.383], "pitches": [0.124, 0.232, 0.902, 0.157, 0.155, 0.175, 0.734, 1.0, 0.413, 0.39, 0.063, 0.042], "start": 98.73224, "loudness_max_time": 0.00862, "loudness_start": -12.654, "duration": 0.46961, "loudness_max": -2.528}, {"confidence": 0.785, "timbre": [48.97, 30.94, -41.1, 15.487, -5.538, 17.455, 25.892, 5.109, 2.286, -13.805, -18.049, 10.325], "pitches": [1.0, 0.468, 0.251, 0.252, 0.259, 0.464, 0.59, 0.357, 0.154, 0.08, 0.122, 0.958], "start": 99.20186, "loudness_max_time": 0.03711, "loudness_start": -14.745, "duration": 0.22063, "loudness_max": -4.508}, {"confidence": 0.911, "timbre": [42.598, 156.159, -104.759, -109.822, 53.033, -16.632, -17.66, -21.783, -7.511, -1.807, -35.982, -0.239], "pitches": [0.328, 0.565, 0.669, 0.347, 0.094, 0.059, 0.073, 0.066, 0.118, 1.0, 0.543, 0.272], "start": 99.42249, "loudness_max_time": 0.11184, "loudness_start": -21.109, "duration": 0.3073, "loudness_max": -8.929}, {"confidence": 1.0, "timbre": [55.006, 130.763, -13.381, -4.715, -36.484, -54.95, -18.5, 43.928, 6.305, 16.28, 8.709, -7.723], "pitches": [1.0, 0.651, 0.096, 0.079, 0.064, 0.149, 0.208, 0.109, 0.074, 0.076, 0.071, 0.348], "start": 99.7298, "loudness_max_time": 0.01422, "loudness_start": -20.095, "duration": 0.26109, "loudness_max": -1.632}, {"confidence": 0.529, "timbre": [51.962, 154.173, -1.445, 4.785, -31.14, 8.785, -16.632, -34.918, 10.665, 12.033, -75.986, -12.499], "pitches": [0.579, 0.334, 0.245, 0.33, 1.0, 0.47, 0.716, 0.778, 0.716, 0.673, 0.683, 0.771], "start": 99.99088, "loudness_max_time": 0.14098, "loudness_start": -9.292, "duration": 0.46322, "loudness_max": -2.888}, {"confidence": 1.0, "timbre": [52.142, 79.498, 38.894, -29.516, -15.1, 9.637, 21.47, -16.365, -12.416, -17.456, -9.399, -8.412], "pitches": [0.955, 0.272, 0.094, 0.042, 0.285, 0.05, 0.285, 1.0, 0.163, 0.018, 0.021, 0.416], "start": 100.4541, "loudness_max_time": 0.11735, "loudness_start": -23.668, "duration": 0.26862, "loudness_max": -5.301}, {"confidence": 0.485, "timbre": [53.059, 68.121, -36.324, 2.787, -14.767, -38.908, -1.015, -24.888, -4.694, 13.695, 0.939, -1.791], "pitches": [1.0, 0.558, 0.081, 0.06, 0.184, 0.159, 0.296, 0.437, 0.081, 0.022, 0.026, 0.47], "start": 100.72272, "loudness_max_time": 0.01677, "loudness_start": -12.446, "duration": 0.26054, "loudness_max": -2.555}, {"confidence": 0.728, "timbre": [52.882, 52.007, 20.511, -8.423, 23.687, -9.108, 19.336, 0.398, -9.74, 32.402, -20.195, -7.38], "pitches": [1.0, 0.548, 0.197, 0.036, 0.124, 0.024, 0.154, 0.554, 0.116, 0.015, 0.021, 0.511], "start": 100.98327, "loudness_max_time": 0.04704, "loudness_start": -13.025, "duration": 0.18603, "loudness_max": -4.629}, {"confidence": 0.68, "timbre": [51.301, 114.796, -26.755, -58.986, 4.178, -16.233, -6.832, 6.443, 1.455, -0.924, -19.841, 0.294], "pitches": [1.0, 0.459, 0.197, 0.179, 0.181, 0.327, 0.419, 0.307, 0.156, 0.103, 0.141, 0.744], "start": 101.1693, "loudness_max_time": 0.07154, "loudness_start": -11.615, "duration": 0.29587, "loudness_max": -3.003}, {"confidence": 0.999, "timbre": [51.59, 152.367, 91.704, 8.258, 37.731, 25.606, 16.618, 30.313, -20.082, -43.384, 28.842, -11.976], "pitches": [0.831, 0.199, 0.065, 0.029, 0.089, 0.029, 0.043, 1.0, 0.066, 0.055, 0.118, 0.247], "start": 101.46517, "loudness_max_time": 0.06022, "loudness_start": -20.816, "duration": 0.22676, "loudness_max": -4.239}, {"confidence": 0.719, "timbre": [53.061, 109.062, 14.524, -25.112, 25.108, -0.107, -12.273, 7.517, -6.8, -5.945, -8.409, 2.78], "pitches": [1.0, 0.57, 0.16, 0.139, 0.132, 0.285, 0.401, 0.224, 0.103, 0.102, 0.119, 0.557], "start": 101.69193, "loudness_max_time": 0.04793, "loudness_start": -10.499, "duration": 0.29546, "loudness_max": -2.335}, {"confidence": 0.753, "timbre": [52.939, 60.586, 39.658, 0.485, 21.081, -13.044, 21.473, 0.606, -26.038, 10.305, -9.881, -4.19], "pitches": [0.032, 0.045, 0.257, 0.029, 0.011, 0.017, 0.323, 1.0, 0.15, 0.051, 0.018, 0.196], "start": 101.98739, "loudness_max_time": 0.06527, "loudness_start": -15.091, "duration": 0.2444, "loudness_max": -4.456}, {"confidence": 0.194, "timbre": [48.293, 40.19, -64.403, 60.136, -51.42, -75.836, -13.473, -2.142, -14.417, -4.946, -49.653, 18.504], "pitches": [1.0, 0.529, 0.125, 0.089, 0.036, 0.162, 0.186, 0.131, 0.078, 0.027, 0.018, 0.379], "start": 102.23179, "loudness_max_time": 0.00794, "loudness_start": -9.979, "duration": 0.23329, "loudness_max": -3.38}, {"confidence": 1.0, "timbre": [47.704, 76.814, -16.911, -94.588, -6.878, 63.366, 32.348, -29.714, -11.704, -17.39, 30.441, -11.741], "pitches": [0.02, 0.417, 1.0, 0.161, 0.03, 0.017, 0.101, 0.014, 0.051, 0.425, 0.05, 0.011], "start": 102.46508, "loudness_max_time": 0.11701, "loudness_start": -26.019, "duration": 0.26522, "loudness_max": -6.235}, {"confidence": 0.588, "timbre": [52.865, 74.599, -34.123, -5.17, -20.93, -71.778, -5.389, -6.266, -12.24, 14.381, -12.981, 0.247], "pitches": [1.0, 0.902, 0.646, 0.073, 0.063, 0.129, 0.292, 0.094, 0.087, 0.522, 0.063, 0.276], "start": 102.73029, "loudness_max_time": 0.01043, "loudness_start": -12.419, "duration": 0.27424, "loudness_max": -2.589}, {"confidence": 0.594, "timbre": [51.66, 57.7, 9.188, 37.255, 34.894, -36.13, 6.979, 4.525, -3.871, 10.872, -20.854, 17.001], "pitches": [0.107, 1.0, 0.456, 0.106, 0.13, 0.139, 0.295, 0.444, 0.336, 0.523, 0.247, 0.025], "start": 103.00454, "loudness_max_time": 0.02125, "loudness_start": -11.322, "duration": 0.17891, "loudness_max": -4.734}, {"confidence": 0.946, "timbre": [53.481, 116.898, 55.123, -41.316, -6.926, 6.022, 25.879, 38.332, -31.099, -9.975, -15.873, -2.044], "pitches": [0.217, 0.13, 0.111, 0.134, 0.179, 0.163, 0.63, 1.0, 0.63, 0.256, 0.202, 0.168], "start": 103.18345, "loudness_max_time": 0.0659, "loudness_start": -14.321, "duration": 0.41814, "loudness_max": -0.134}, {"confidence": 0.019, "timbre": [53.38, 115.545, 95.031, 17.19, 70.607, -45.931, -52.96, -24.82, -38.681, -4.913, 5.469, 4.809], "pitches": [0.145, 0.088, 0.083, 0.074, 0.144, 0.139, 0.162, 0.369, 0.329, 1.0, 0.293, 0.284], "start": 103.60159, "loudness_max_time": 0.01186, "loudness_start": -8.314, "duration": 0.08667, "loudness_max": -3.981}, {"confidence": 0.786, "timbre": [55.18, 111.671, 61.263, -4.369, 12.674, -1.401, -3.257, 22.073, -11.166, -4.686, -13.471, -6.004], "pitches": [1.0, 0.555, 0.187, 0.175, 0.184, 0.309, 0.393, 0.32, 0.146, 0.104, 0.081, 0.543], "start": 103.68825, "loudness_max_time": 0.07556, "loudness_start": -7.966, "duration": 0.30313, "loudness_max": 0.645}, {"confidence": 0.247, "timbre": [52.882, 115.211, 86.515, -8.542, 10.938, -17.095, -21.446, -7.614, -19.749, 10.8, -0.242, -23.095], "pitches": [0.37, 0.453, 0.49, 0.374, 0.451, 0.486, 0.57, 1.0, 0.507, 0.452, 0.274, 0.337], "start": 103.99138, "loudness_max_time": 0.04557, "loudness_start": -10.026, "duration": 0.09193, "loudness_max": -5.353}, {"confidence": 0.268, "timbre": [54.164, 133.545, 104.549, 26.41, 17.55, -12.758, -28.1, -13.256, -4.34, -7.356, -4.686, -21.182], "pitches": [0.332, 0.268, 0.567, 0.47, 0.422, 0.61, 0.418, 1.0, 0.573, 0.549, 0.445, 0.482], "start": 104.08331, "loudness_max_time": 0.03008, "loudness_start": -7.565, "duration": 0.1102, "loudness_max": -3.68}, {"confidence": 0.43, "timbre": [53.334, 88.378, 18.823, 20.958, 15.282, -32.333, -4.893, 23.867, 5.43, 4.155, -23.334, -13.559], "pitches": [0.405, 0.113, 0.08, 0.087, 0.169, 0.113, 0.51, 1.0, 0.435, 0.14, 0.091, 0.129], "start": 104.19351, "loudness_max_time": 0.04317, "loudness_start": -8.599, "duration": 0.4702, "loudness_max": -2.501}, {"confidence": 0.718, "timbre": [53.334, 99.187, 14.619, -32.809, -11.651, -8.625, 30.858, -19.909, -7.121, 2.198, -14.927, 6.537], "pitches": [1.0, 0.652, 0.378, 0.383, 0.314, 0.489, 0.547, 0.495, 0.332, 0.223, 0.22, 0.946], "start": 104.66372, "loudness_max_time": 0.07492, "loudness_start": -11.364, "duration": 0.2263, "loudness_max": -1.809}, {"confidence": 0.174, "timbre": [51.56, 112.978, 57.14, 65.53, 5.54, -24.785, 0.391, 21.658, 26.898, -8.151, -33.641, -21.87], "pitches": [0.125, 0.143, 0.259, 0.106, 0.249, 0.177, 0.276, 1.0, 0.224, 0.087, 0.061, 0.228], "start": 104.89002, "loudness_max_time": 0.02952, "loudness_start": -7.146, "duration": 0.31964, "loudness_max": -3.848}, {"confidence": 1.0, "timbre": [50.956, 61.563, -12.416, 33.016, -4.995, -1.923, 35.895, 5.238, -27.207, 38.645, 8.359, 22.237], "pitches": [0.822, 0.573, 0.248, 0.251, 0.363, 0.345, 0.375, 0.378, 0.815, 0.816, 1.0, 0.142], "start": 105.20966, "loudness_max_time": 0.03045, "loudness_start": -21.78, "duration": 0.15279, "loudness_max": -3.232}, {"confidence": 0.252, "timbre": [46.617, 135.514, -50.862, -57.749, 10.579, -29.295, -13.9, 6.337, -18.711, 12.968, -7.249, -38.834], "pitches": [0.363, 0.78, 1.0, 0.158, 0.162, 0.205, 0.226, 0.083, 0.089, 0.117, 0.131, 0.173], "start": 105.36245, "loudness_max_time": 0.12245, "loudness_start": -16.337, "duration": 0.21864, "loudness_max": -10.278}, {"confidence": 0.893, "timbre": [51.526, 133.539, 113.194, -40.662, 53.667, 13.743, -46.091, 28.621, -32.235, -9.885, 16.258, -12.381], "pitches": [0.129, 0.174, 0.815, 0.127, 0.076, 0.091, 0.268, 1.0, 0.609, 0.204, 0.137, 0.542], "start": 105.58109, "loudness_max_time": 0.07661, "loudness_start": -17.195, "duration": 0.15079, "loudness_max": -4.219}, {"confidence": 0.378, "timbre": [51.81, 74.614, -65.03, 28.52, -17.667, -95.896, -5.946, 4.031, 6.942, 4.284, -22.894, 2.273], "pitches": [0.709, 0.476, 0.252, 0.245, 0.385, 0.383, 0.558, 0.564, 0.946, 0.936, 1.0, 0.038], "start": 105.73188, "loudness_max_time": 0.00701, "loudness_start": -8.62, "duration": 0.12943, "loudness_max": -1.184}, {"confidence": 0.21, "timbre": [48.467, 50.2, -17.747, -31.753, 9.526, -38.282, -13.085, -12.472, 20.337, 28.357, -12.808, -22.298], "pitches": [0.159, 0.446, 0.516, 0.432, 0.817, 0.816, 1.0, 0.997, 0.672, 0.672, 0.208, 0.005], "start": 105.86132, "loudness_max_time": 0.01753, "loudness_start": -13.785, "duration": 0.11429, "loudness_max": -10.465}, {"confidence": 0.655, "timbre": [52.627, 77.363, 27.489, -12.779, 36.832, -19.369, -8.241, -27.419, -10.127, 9.559, -2.506, -20.577], "pitches": [0.123, 0.272, 1.0, 0.146, 0.092, 0.059, 0.311, 0.667, 0.151, 0.16, 0.056, 0.459], "start": 105.9756, "loudness_max_time": 0.08777, "loudness_start": -13.202, "duration": 0.25524, "loudness_max": -5.78}, {"confidence": 0.308, "timbre": [49.713, 57.261, -51.532, 34.761, -40.613, -86.313, -4.056, -7.202, -6.596, -2.268, -22.962, 2.945], "pitches": [1.0, 0.626, 0.12, 0.082, 0.07, 0.161, 0.163, 0.127, 0.079, 0.025, 0.013, 0.31], "start": 106.23084, "loudness_max_time": 0.00891, "loudness_start": -9.745, "duration": 0.25224, "loudness_max": -2.991}, {"confidence": 0.82, "timbre": [51.226, 99.801, 14.042, -39.031, 4.275, -15.845, 21.415, -35.228, -31.373, 23.221, -17.126, 6.173], "pitches": [0.034, 0.393, 1.0, 0.227, 0.075, 0.035, 0.189, 0.072, 0.1, 0.838, 0.099, 0.024], "start": 106.48308, "loudness_max_time": 0.09863, "loudness_start": -18.014, "duration": 0.2473, "loudness_max": -5.921}, {"confidence": 0.531, "timbre": [53.082, 67.026, -25.512, 0.509, -26.282, -70.316, -0.49, -12.922, -9.581, 9.818, -9.906, 2.902], "pitches": [1.0, 0.844, 0.702, 0.097, 0.077, 0.173, 0.333, 0.127, 0.098, 0.444, 0.064, 0.341], "start": 106.73039, "loudness_max_time": 0.00925, "loudness_start": -10.729, "duration": 0.24363, "loudness_max": -2.385}, {"confidence": 0.498, "timbre": [51.988, 65.661, -4.089, -1.725, 16.127, -24.119, 3.478, -22.943, -23.185, 1.911, -4.096, 6.181], "pitches": [0.062, 0.408, 1.0, 0.261, 0.07, 0.028, 0.158, 0.067, 0.095, 0.457, 0.154, 0.517], "start": 106.97401, "loudness_max_time": 0.02196, "loudness_start": -11.054, "duration": 0.24345, "loudness_max": -6.289}, {"confidence": 0.501, "timbre": [50.28, 79.067, -75.676, 22.711, -33.122, -39.767, -24.854, 27.788, -26.614, 9.216, -4.315, -13.352], "pitches": [0.772, 0.5, 0.234, 0.222, 0.327, 0.315, 0.405, 0.395, 0.803, 0.8, 1.0, 0.085], "start": 107.21746, "loudness_max_time": 0.02365, "loudness_start": -10.435, "duration": 0.14512, "loudness_max": -4.343}, {"confidence": 0.338, "timbre": [45.376, 104.207, -104.155, -12.265, 32.836, -27.025, -1.6, 35.142, -45.848, 6.243, -41.011, -4.106], "pitches": [0.138, 0.437, 0.447, 0.403, 0.83, 0.829, 1.0, 0.999, 0.664, 0.673, 0.2, 0.008], "start": 107.36259, "loudness_max_time": 0.05046, "loudness_start": -16.383, "duration": 0.11624, "loudness_max": -11.09}, {"confidence": 0.516, "timbre": [46.683, 199.12, 0.71, -14.387, 12.773, -47.041, 2.37, -9.085, -31.925, 7.598, 0.214, -31.303], "pitches": [0.281, 0.464, 0.469, 0.423, 0.925, 0.817, 0.999, 1.0, 0.867, 0.883, 0.52, 0.046], "start": 107.47882, "loudness_max_time": 0.03393, "loudness_start": -21.452, "duration": 0.09342, "loudness_max": -11.338}, {"confidence": 0.793, "timbre": [50.151, 165.509, 79.817, -50.169, 8.456, 6.921, -9.869, -32.493, -49.631, 22.464, -34.408, -11.232], "pitches": [0.612, 0.393, 0.29, 0.301, 0.347, 0.591, 0.84, 0.96, 1.0, 0.803, 0.722, 0.687], "start": 107.57224, "loudness_max_time": 0.16783, "loudness_start": -14.079, "duration": 0.41243, "loudness_max": -0.789}, {"confidence": 0.668, "timbre": [51.455, 107.57, 6.852, -25.625, 9.904, -2.15, 3.705, -14.05, -7.247, 24.827, -44.454, -0.646], "pitches": [0.57, 0.374, 0.329, 0.34, 0.843, 0.716, 0.711, 1.0, 0.875, 0.699, 0.678, 0.799], "start": 107.98467, "loudness_max_time": 0.25625, "loudness_start": -14.531, "duration": 0.49193, "loudness_max": -3.633}, {"confidence": 0.686, "timbre": [51.208, 102.357, -0.972, -41.402, 10.658, -16.609, 17.51, -35.899, -16.414, 19.851, -19.724, -5.624], "pitches": [1.0, 0.327, 0.085, 0.038, 0.282, 0.075, 0.337, 0.931, 0.147, 0.023, 0.024, 0.509], "start": 108.4766, "loudness_max_time": 0.09588, "loudness_start": -15.677, "duration": 0.24599, "loudness_max": -6.419}, {"confidence": 0.618, "timbre": [53.228, 64.665, -29.339, 1.755, -5.27, -32.067, 10.826, -24.929, -0.333, 9.865, 8.521, -5.751], "pitches": [1.0, 0.462, 0.087, 0.057, 0.178, 0.14, 0.295, 0.413, 0.077, 0.021, 0.025, 0.467], "start": 108.72259, "loudness_max_time": 0.018, "loudness_start": -12.941, "duration": 0.26145, "loudness_max": -2.725}, {"confidence": 0.742, "timbre": [54.102, 87.44, 13.874, 22.396, 15.941, -20.724, 2.483, 7.118, -11.557, 17.865, -26.694, -2.405], "pitches": [1.0, 0.361, 0.104, 0.046, 0.184, 0.066, 0.143, 0.542, 0.134, 0.032, 0.032, 0.433], "start": 108.98404, "loudness_max_time": 0.02542, "loudness_start": -11.793, "duration": 0.24177, "loudness_max": -2.987}, {"confidence": 0.635, "timbre": [54.335, 107.988, -30.6, -45.297, -34.534, -47.287, -43.362, 25.666, 10.501, 17.38, 11.146, -15.35], "pitches": [0.978, 0.672, 0.266, 0.254, 0.282, 0.273, 0.318, 0.354, 0.75, 0.76, 1.0, 0.081], "start": 109.2258, "loudness_max_time": 0.01481, "loudness_start": -10.947, "duration": 0.12372, "loudness_max": -3.3}, {"confidence": 0.215, "timbre": [53.2, 131.203, 9.0, 44.478, -23.472, -35.616, 3.326, -26.381, -14.163, 24.566, -53.206, -4.386], "pitches": [0.189, 0.364, 0.357, 0.34, 0.722, 0.722, 1.0, 0.999, 0.677, 0.687, 0.177, 0.064], "start": 109.34952, "loudness_max_time": 0.00747, "loudness_start": -6.442, "duration": 0.12653, "loudness_max": -3.256}, {"confidence": 0.761, "timbre": [53.262, 148.709, 103.71, 12.781, 54.045, -0.326, -1.314, 27.578, -33.479, -20.378, 13.346, -13.272], "pitches": [1.0, 0.176, 0.205, 0.106, 0.508, 0.05, 0.053, 0.774, 0.099, 0.068, 0.102, 0.284], "start": 109.47605, "loudness_max_time": 0.04746, "loudness_start": -13.988, "duration": 0.2561, "loudness_max": -2.982}, {"confidence": 0.527, "timbre": [55.235, 106.306, 7.739, -13.094, -18.448, -52.647, 8.597, 10.579, -14.024, 4.706, -9.369, 3.378], "pitches": [1.0, 0.672, 0.069, 0.036, 0.044, 0.138, 0.235, 0.09, 0.069, 0.078, 0.092, 0.349], "start": 109.73215, "loudness_max_time": 0.00751, "loudness_start": -9.145, "duration": 0.31256, "loudness_max": -2.455}, {"confidence": 0.263, "timbre": [54.295, 58.766, 69.675, 19.538, 30.315, -31.561, 25.107, -19.588, -1.952, 7.488, -12.903, -6.789], "pitches": [0.047, 0.085, 0.323, 0.045, 0.024, 0.027, 0.295, 1.0, 0.168, 0.077, 0.029, 0.275], "start": 110.04472, "loudness_max_time": 0.0209, "loudness_start": -8.133, "duration": 0.18612, "loudness_max": -4.315}, {"confidence": 0.165, "timbre": [50.63, 36.198, -36.954, 50.045, -20.284, -91.432, 3.99, 12.372, 9.93, 2.661, -19.148, -6.807], "pitches": [1.0, 0.639, 0.149, 0.088, 0.086, 0.14, 0.166, 0.141, 0.083, 0.031, 0.021, 0.312], "start": 110.23084, "loudness_max_time": 0.01014, "loudness_start": -8.519, "duration": 0.25197, "loudness_max": -2.224}, {"confidence": 0.819, "timbre": [51.349, 98.608, 5.931, -34.889, -0.996, -22.372, 25.875, -37.7, -27.615, 14.301, -13.308, 9.841], "pitches": [0.025, 0.394, 1.0, 0.193, 0.042, 0.027, 0.136, 0.052, 0.076, 0.585, 0.073, 0.015], "start": 110.48281, "loudness_max_time": 0.09952, "loudness_start": -17.847, "duration": 0.2473, "loudness_max": -5.98}, {"confidence": 0.543, "timbre": [53.59, 72.516, -23.764, -4.579, -18.71, -68.674, 8.266, -11.171, -13.378, 12.402, -7.916, 1.492], "pitches": [1.0, 0.744, 0.612, 0.15, 0.075, 0.152, 0.321, 0.102, 0.097, 0.438, 0.061, 0.308], "start": 110.73011, "loudness_max_time": 0.01031, "loudness_start": -11.167, "duration": 0.25533, "loudness_max": -2.295}, {"confidence": 0.409, "timbre": [52.176, 69.482, 9.158, 18.485, 35.554, -29.903, 22.597, -5.448, -21.303, 18.398, -24.053, 8.907], "pitches": [0.102, 0.582, 1.0, 0.407, 0.123, 0.072, 0.19, 0.274, 0.189, 0.534, 0.194, 0.127], "start": 110.98544, "loudness_max_time": 0.04141, "loudness_start": -9.204, "duration": 0.19179, "loudness_max": -5.14}, {"confidence": 0.747, "timbre": [52.249, 74.227, 1.323, -44.663, -5.711, 5.84, 29.722, -1.651, -15.629, -15.321, -12.028, 7.511], "pitches": [1.0, 0.672, 0.204, 0.197, 0.261, 0.237, 0.379, 0.317, 0.638, 0.722, 0.829, 0.558], "start": 111.17723, "loudness_max_time": 0.06154, "loudness_start": -12.717, "duration": 0.12553, "loudness_max": -3.497}, {"confidence": 0.245, "timbre": [54.2, 109.038, 38.358, 32.047, -23.165, -44.937, 63.284, 3.554, -20.163, 6.397, -8.696, 36.273], "pitches": [0.293, 0.241, 0.22, 0.217, 0.267, 0.29, 1.0, 0.998, 0.677, 0.688, 0.117, 0.01], "start": 111.30277, "loudness_max_time": 0.02712, "loudness_start": -8.509, "duration": 0.15982, "loudness_max": -2.34}, {"confidence": 0.298, "timbre": [51.786, 123.629, 55.301, 1.371, 46.496, -13.767, -17.399, -5.835, -20.059, -27.826, -12.561, -7.213], "pitches": [0.309, 0.291, 0.135, 0.04, 0.263, 0.05, 0.027, 0.066, 0.112, 1.0, 0.101, 0.088], "start": 111.46259, "loudness_max_time": 0.05286, "loudness_start": -10.076, "duration": 0.27179, "loudness_max": -5.627}, {"confidence": 0.802, "timbre": [55.319, 115.127, 1.726, 9.842, -47.063, -54.911, -9.518, 11.132, 9.046, -1.801, -13.73, -18.261], "pitches": [1.0, 0.654, 0.082, 0.068, 0.094, 0.14, 0.202, 0.139, 0.095, 0.085, 0.025, 0.293], "start": 111.73438, "loudness_max_time": 0.00732, "loudness_start": -10.049, "duration": 0.25029, "loudness_max": -1.024}, {"confidence": 0.431, "timbre": [52.15, 126.879, 70.858, -6.93, 29.122, -11.801, -11.546, -6.612, -29.624, 3.772, -4.863, -19.624], "pitches": [0.258, 0.35, 0.378, 0.274, 0.583, 0.55, 0.721, 1.0, 0.65, 0.559, 0.408, 0.321], "start": 111.98467, "loudness_max_time": 0.05469, "loudness_start": -13.644, "duration": 0.10413, "loudness_max": -6.046}, {"confidence": 0.053, "timbre": [52.348, 141.048, 114.524, 10.712, 8.504, -13.945, -45.529, -10.092, 2.232, 7.07, -14.425, -29.303], "pitches": [0.407, 0.323, 0.889, 0.53, 0.315, 0.381, 0.318, 1.0, 0.516, 0.192, 0.182, 0.777], "start": 112.0888, "loudness_max_time": 0.044, "loudness_start": -9.258, "duration": 0.12231, "loudness_max": -6.349}, {"confidence": 0.437, "timbre": [52.914, 85.093, -14.142, 15.976, 6.412, -31.488, -3.191, 9.078, -1.639, 9.573, -4.341, -12.529], "pitches": [0.683, 0.127, 0.08, 0.074, 0.167, 0.136, 0.525, 1.0, 0.35, 0.095, 0.059, 0.142], "start": 112.21111, "loudness_max_time": 0.03268, "loudness_start": -8.986, "duration": 0.52213, "loudness_max": -3.094}, {"confidence": 0.748, "timbre": [54.033, 77.176, -4.303, 4.755, -22.692, -58.402, 26.765, -1.867, -13.462, 9.41, -12.021, 18.769], "pitches": [1.0, 0.662, 0.121, 0.053, 0.07, 0.164, 0.233, 0.154, 0.056, 0.054, 0.04, 0.323], "start": 112.73324, "loudness_max_time": 0.00615, "loudness_start": -12.5, "duration": 0.23832, "loudness_max": -2.852}, {"confidence": 0.007, "timbre": [50.833, 93.205, 5.398, -1.759, 34.58, -18.187, -62.171, -27.316, -44.963, -16.595, -10.582, -17.436], "pitches": [0.045, 0.059, 0.064, 0.024, 0.084, 0.051, 0.082, 1.0, 0.056, 0.018, 0.018, 0.168], "start": 112.97156, "loudness_max_time": 0.02679, "loudness_start": -9.876, "duration": 0.2142, "loudness_max": -7.229}, {"confidence": 0.744, "timbre": [49.539, 75.759, 4.203, 17.62, 18.889, -5.7, 16.15, -23.528, -6.325, 22.705, -53.9, 7.006], "pitches": [1.0, 0.519, 0.227, 0.178, 0.168, 0.312, 0.455, 0.266, 0.11, 0.067, 0.092, 0.7], "start": 113.18576, "loudness_max_time": 0.05442, "loudness_start": -14.062, "duration": 0.28966, "loudness_max": -3.776}, {"confidence": 0.971, "timbre": [48.571, 147.615, -16.477, 0.878, 28.748, 11.923, -43.785, -4.495, -15.904, 12.928, 1.532, -18.536], "pitches": [0.13, 0.318, 0.483, 0.376, 1.0, 0.639, 0.758, 0.722, 0.618, 0.589, 0.308, 0.071], "start": 113.47542, "loudness_max_time": 0.0389, "loudness_start": -23.349, "duration": 0.13388, "loudness_max": -7.307}, {"confidence": 0.751, "timbre": [50.88, 159.563, 140.684, 18.654, 78.692, -1.459, 42.806, -12.718, -31.763, -3.713, -0.897, 34.337], "pitches": [0.208, 0.322, 1.0, 0.181, 0.089, 0.114, 0.244, 0.617, 0.15, 0.141, 0.164, 0.387], "start": 113.6093, "loudness_max_time": 0.0888, "loudness_start": -16.804, "duration": 0.12222, "loudness_max": -7.562}, {"confidence": 0.476, "timbre": [51.774, 85.544, -65.143, 18.618, -23.752, -81.856, -5.905, 5.356, -7.667, 3.07, -21.546, 7.097], "pitches": [0.73, 0.498, 0.268, 0.267, 0.4, 0.392, 0.537, 0.547, 0.93, 0.92, 1.0, 0.04], "start": 113.73152, "loudness_max_time": 0.00764, "loudness_start": -9.379, "duration": 0.1298, "loudness_max": -2.41}, {"confidence": 0.449, "timbre": [48.089, 23.656, -12.163, 66.6, -15.185, -45.122, 24.927, -7.149, -21.019, 2.812, -18.546, 3.686], "pitches": [0.267, 0.53, 0.512, 0.502, 0.85, 0.853, 0.992, 1.0, 0.73, 0.725, 0.287, 0.005], "start": 113.86132, "loudness_max_time": 0.02214, "loudness_start": -14.545, "duration": 0.10336, "loudness_max": -6.91}, {"confidence": 0.938, "timbre": [51.332, 71.432, 27.154, -46.523, 33.888, 30.121, 37.597, -29.139, -2.078, -9.685, 29.268, -19.372], "pitches": [0.108, 0.143, 0.971, 0.244, 0.131, 0.163, 0.497, 1.0, 0.191, 0.273, 0.075, 0.529], "start": 113.96467, "loudness_max_time": 0.06012, "loudness_start": -18.446, "duration": 0.2658, "loudness_max": -5.588}, {"confidence": 0.383, "timbre": [53.969, 57.85, 6.996, -1.491, -6.084, -72.014, 16.18, 19.933, 17.778, 11.691, -12.495, 0.553], "pitches": [1.0, 0.427, 0.289, 0.128, 0.147, 0.287, 0.392, 0.219, 0.138, 0.143, 0.071, 0.684], "start": 114.23048, "loudness_max_time": 0.00992, "loudness_start": -7.563, "duration": 0.19478, "loudness_max": -2.61}, {"confidence": 0.342, "timbre": [52.744, 87.982, 34.314, -29.0, 12.653, -29.876, 15.919, -23.444, 16.417, 5.446, -22.514, 0.569], "pitches": [0.037, 0.232, 1.0, 0.132, 0.061, 0.042, 0.194, 0.076, 0.104, 0.618, 0.075, 0.025], "start": 114.42526, "loudness_max_time": 0.14954, "loudness_start": -9.381, "duration": 0.31052, "loudness_max": -5.126}, {"confidence": 0.363, "timbre": [52.922, 65.352, -23.844, -9.174, -21.229, -75.583, 3.774, -20.29, -7.156, 6.901, -22.45, -3.317], "pitches": [1.0, 0.804, 0.588, 0.166, 0.067, 0.132, 0.314, 0.131, 0.088, 0.481, 0.067, 0.277], "start": 114.73578, "loudness_max_time": 0.003, "loudness_start": -9.14, "duration": 0.24943, "loudness_max": -2.262}, {"confidence": 0.042, "timbre": [50.133, 87.412, -10.099, -5.547, 18.385, -48.844, 11.344, -17.742, -30.987, 15.461, -17.084, -2.435], "pitches": [0.152, 1.0, 0.266, 0.076, 0.171, 0.126, 0.344, 0.182, 0.18, 0.57, 0.204, 0.027], "start": 114.98522, "loudness_max_time": 0.00263, "loudness_start": -11.419, "duration": 0.15669, "loudness_max": -8.137}, {"confidence": 0.165, "timbre": [50.157, 147.616, -32.576, -52.618, 37.682, -50.413, -12.107, 0.964, -9.006, -9.403, -1.851, 2.119], "pitches": [0.79, 1.0, 0.932, 0.866, 0.477, 0.436, 0.395, 0.351, 0.485, 0.593, 0.904, 0.709], "start": 115.1419, "loudness_max_time": 0.01345, "loudness_start": -11.899, "duration": 0.06395, "loudness_max": -8.964}, {"confidence": 0.515, "timbre": [51.684, 71.955, -11.713, 1.978, -10.75, -28.217, 26.578, -26.043, -14.351, 30.957, 5.193, 6.475], "pitches": [1.0, 0.541, 0.139, 0.15, 0.119, 0.232, 0.351, 0.183, 0.063, 0.049, 0.05, 0.544], "start": 115.20585, "loudness_max_time": 0.03505, "loudness_start": -10.648, "duration": 0.27864, "loudness_max": -4.078}, {"confidence": 0.06, "timbre": [47.39, 175.492, -23.221, 33.126, 45.778, -69.955, -63.084, 49.456, -17.069, -9.807, 0.404, -25.169], "pitches": [0.762, 0.776, 1.0, 0.343, 0.716, 0.205, 0.201, 0.19, 0.269, 0.522, 0.417, 0.628], "start": 115.48449, "loudness_max_time": 0.0265, "loudness_start": -12.537, "duration": 0.24372, "loudness_max": -7.882}, {"confidence": 1.0, "timbre": [54.778, 103.765, -11.918, -18.318, -15.178, -56.234, -0.526, 10.118, 6.424, 26.587, -5.923, -3.34], "pitches": [1.0, 0.415, 0.17, 0.131, 0.148, 0.318, 0.369, 0.224, 0.123, 0.098, 0.123, 0.62], "start": 115.72821, "loudness_max_time": 0.01153, "loudness_start": -18.306, "duration": 0.20331, "loudness_max": -1.789}, {"confidence": 0.209, "timbre": [54.081, 172.739, 44.463, 0.436, -14.695, -34.519, 1.834, -5.444, 9.238, 15.532, -16.674, -1.677], "pitches": [0.229, 0.625, 0.634, 0.647, 1.0, 0.969, 0.851, 0.828, 0.374, 0.366, 0.067, 0.097], "start": 115.93152, "loudness_max_time": 0.01252, "loudness_start": -7.772, "duration": 0.12168, "loudness_max": -5.05}, {"confidence": 0.432, "timbre": [53.432, 118.973, 17.104, 53.928, 6.773, -2.789, -13.382, -8.344, 9.931, 12.42, -51.991, -10.179], "pitches": [0.669, 0.373, 0.324, 0.308, 0.61, 0.797, 0.835, 0.939, 1.0, 0.84, 0.771, 0.809], "start": 116.0532, "loudness_max_time": 0.03347, "loudness_start": -7.664, "duration": 0.41206, "loudness_max": -3.07}, {"confidence": 0.98, "timbre": [52.496, 104.359, 17.337, -55.7, 2.601, 32.269, 13.359, -28.07, -8.785, 2.158, 14.274, -5.893], "pitches": [1.0, 0.285, 0.107, 0.037, 0.248, 0.069, 0.278, 0.835, 0.154, 0.03, 0.028, 0.41], "start": 116.46526, "loudness_max_time": 0.1629, "loudness_start": -17.629, "duration": 0.25456, "loudness_max": -3.758}, {"confidence": 0.167, "timbre": [53.53, 63.764, -27.436, 2.173, -10.016, -50.19, 6.85, -25.979, -1.871, 6.153, 4.54, -0.735], "pitches": [1.0, 0.356, 0.081, 0.053, 0.148, 0.117, 0.252, 0.321, 0.064, 0.022, 0.026, 0.237], "start": 116.71982, "loudness_max_time": 0.0215, "loudness_start": -7.678, "duration": 0.25692, "loudness_max": -2.642}, {"confidence": 0.679, "timbre": [53.207, 93.785, 14.821, -14.696, 22.59, -2.047, 3.459, -3.139, -13.038, 14.494, -29.58, -1.978], "pitches": [1.0, 0.354, 0.119, 0.059, 0.217, 0.068, 0.191, 0.796, 0.145, 0.043, 0.041, 0.501], "start": 116.97673, "loudness_max_time": 0.11264, "loudness_start": -12.093, "duration": 0.24345, "loudness_max": -3.007}, {"confidence": 0.617, "timbre": [53.123, 116.582, -40.808, -40.422, -41.022, -32.411, -38.705, 20.462, 6.045, 24.495, 24.675, -18.774], "pitches": [0.849, 0.582, 0.242, 0.226, 0.321, 0.316, 0.349, 0.374, 0.785, 0.792, 1.0, 0.093], "start": 117.22018, "loudness_max_time": 0.01904, "loudness_start": -11.731, "duration": 0.13873, "loudness_max": -3.783}, {"confidence": 0.304, "timbre": [53.182, 143.156, 8.054, 24.589, -18.225, -22.785, -4.166, -19.754, -4.178, 10.119, -58.036, -0.228], "pitches": [0.12, 0.359, 0.348, 0.343, 0.79, 0.789, 1.0, 0.995, 0.635, 0.652, 0.175, 0.059], "start": 117.35891, "loudness_max_time": 0.06748, "loudness_start": -7.999, "duration": 0.12358, "loudness_max": -4.252}, {"confidence": 0.64, "timbre": [51.861, 165.915, 93.953, 3.648, 51.714, -11.796, -0.905, 18.411, -27.541, -16.382, -5.07, -10.943], "pitches": [1.0, 0.201, 0.263, 0.095, 0.438, 0.058, 0.089, 0.709, 0.087, 0.093, 0.157, 0.285], "start": 117.48249, "loudness_max_time": 0.0745, "loudness_start": -13.914, "duration": 0.24789, "loudness_max": -3.987}, {"confidence": 0.741, "timbre": [55.368, 106.975, -3.755, -18.788, 1.334, -55.042, 5.318, 12.644, -2.031, -4.693, -13.926, 7.789], "pitches": [1.0, 0.695, 0.087, 0.044, 0.052, 0.122, 0.261, 0.088, 0.062, 0.089, 0.104, 0.285], "start": 117.73039, "loudness_max_time": 0.00941, "loudness_start": -12.079, "duration": 0.32567, "loudness_max": -1.853}, {"confidence": 0.157, "timbre": [53.564, 55.27, 59.968, 16.611, 23.41, -31.399, 8.938, -3.0, -5.537, 4.479, -11.508, -7.806], "pitches": [0.031, 0.064, 0.168, 0.042, 0.35, 0.349, 0.765, 1.0, 0.471, 0.464, 0.062, 0.127], "start": 118.05605, "loudness_max_time": 0.03509, "loudness_start": -7.33, "duration": 0.15075, "loudness_max": -4.388}, {"confidence": 0.415, "timbre": [51.066, 36.425, -27.942, 47.78, -4.648, -19.816, 12.067, 11.448, 13.07, -12.275, -7.358, -10.2], "pitches": [1.0, 0.551, 0.213, 0.132, 0.123, 0.242, 0.332, 0.339, 0.093, 0.043, 0.057, 0.491], "start": 118.2068, "loudness_max_time": 0.03345, "loudness_start": -9.232, "duration": 0.27365, "loudness_max": -2.598}, {"confidence": 0.864, "timbre": [51.663, 99.828, 14.202, -34.375, 0.949, -9.676, 13.087, -36.364, -40.292, 15.808, -6.821, 10.211], "pitches": [0.04, 0.301, 0.991, 0.198, 0.071, 0.04, 0.224, 0.067, 0.11, 1.0, 0.128, 0.029], "start": 118.48045, "loudness_max_time": 0.10074, "loudness_start": -17.733, "duration": 0.2493, "loudness_max": -5.888}, {"confidence": 0.488, "timbre": [53.395, 73.251, -27.136, -5.477, -20.73, -68.898, 3.382, -11.778, -14.517, 11.898, -11.922, 4.077], "pitches": [0.988, 1.0, 0.756, 0.269, 0.072, 0.155, 0.344, 0.138, 0.107, 0.467, 0.064, 0.314], "start": 118.72975, "loudness_max_time": 0.00955, "loudness_start": -9.894, "duration": 0.25488, "loudness_max": -2.269}, {"confidence": 0.49, "timbre": [51.859, 67.839, -3.71, 13.926, 28.867, -20.306, 22.089, -2.541, -21.181, 21.485, -28.38, 3.974], "pitches": [0.07, 0.566, 1.0, 0.38, 0.091, 0.045, 0.117, 0.171, 0.115, 0.332, 0.109, 0.027], "start": 118.98463, "loudness_max_time": 0.0459, "loudness_start": -10.293, "duration": 0.19796, "loudness_max": -4.965}, {"confidence": 0.932, "timbre": [53.787, 101.922, 50.293, -46.786, -16.543, 9.904, 43.574, 25.331, -29.751, -12.444, -19.49, 1.659], "pitches": [1.0, 0.552, 0.218, 0.153, 0.185, 0.365, 0.464, 0.336, 0.128, 0.102, 0.14, 0.588], "start": 119.18259, "loudness_max_time": 0.06478, "loudness_start": -13.326, "duration": 0.30136, "loudness_max": -0.019}, {"confidence": 0.387, "timbre": [54.749, 89.029, -6.176, -13.184, -26.804, -46.783, -2.786, -15.722, -12.635, -0.787, -12.593, -14.29], "pitches": [1.0, 0.397, 0.121, 0.087, 0.16, 0.273, 0.328, 0.232, 0.119, 0.185, 0.065, 0.585], "start": 119.48395, "loudness_max_time": 0.00669, "loudness_start": -7.793, "duration": 0.19175, "loudness_max": -3.394}, {"confidence": 0.713, "timbre": [55.315, 87.446, 36.694, -35.222, -1.945, -16.648, 8.273, 21.526, -3.304, -3.644, -22.008, -12.899], "pitches": [1.0, 0.539, 0.416, 0.301, 0.277, 0.466, 0.329, 0.478, 0.35, 0.222, 0.187, 0.463], "start": 119.67569, "loudness_max_time": 0.08786, "loudness_start": -7.226, "duration": 0.30766, "loudness_max": 0.519}, {"confidence": 0.199, "timbre": [54.193, 100.524, -13.021, -35.047, -34.841, -41.668, 9.094, -2.178, -28.159, 6.975, -12.415, -20.266], "pitches": [0.994, 0.683, 0.572, 0.554, 0.67, 0.669, 0.976, 1.0, 0.523, 0.52, 0.835, 0.754], "start": 119.98336, "loudness_max_time": 0.01345, "loudness_start": -9.766, "duration": 0.08762, "loudness_max": -5.216}, {"confidence": 0.207, "timbre": [54.652, 100.729, 16.748, -18.74, -25.954, -24.946, 8.149, 8.19, -8.966, 2.139, -9.269, -26.2], "pitches": [0.419, 0.107, 0.092, 0.155, 0.232, 0.147, 0.443, 1.0, 0.387, 0.36, 0.256, 0.205], "start": 120.07098, "loudness_max_time": 0.20825, "loudness_start": -6.56, "duration": 0.61533, "loudness_max": -3.278}, {"confidence": 0.668, "timbre": [54.368, 110.975, 50.893, -10.599, -6.006, -12.055, 3.553, 21.359, -4.41, 2.743, -13.754, -11.94], "pitches": [0.184, 0.128, 0.123, 0.116, 0.165, 0.151, 0.632, 1.0, 0.508, 0.197, 0.148, 0.134], "start": 120.6863, "loudness_max_time": 0.05431, "loudness_start": -8.141, "duration": 0.49868, "loudness_max": -0.397}, {"confidence": 0.796, "timbre": [53.211, 155.292, 64.578, -16.804, -5.297, -1.569, 8.464, -12.355, -3.642, 23.429, -12.411, -11.203], "pitches": [1.0, 0.519, 0.214, 0.163, 0.22, 0.334, 0.473, 0.302, 0.124, 0.122, 0.15, 0.657], "start": 121.18499, "loudness_max_time": 0.0743, "loudness_start": -10.92, "duration": 0.28549, "loudness_max": -1.848}, {"confidence": 0.305, "timbre": [53.025, 133.003, 42.188, 12.888, 45.426, -12.649, -43.688, 0.975, -14.143, -7.474, -18.935, -4.838], "pitches": [0.055, 0.16, 0.102, 0.066, 0.146, 0.097, 0.448, 1.0, 0.184, 0.048, 0.105, 0.213], "start": 121.47048, "loudness_max_time": 0.05579, "loudness_start": -8.213, "duration": 0.26018, "loudness_max": -4.68}, {"confidence": 0.797, "timbre": [54.457, 82.591, -18.431, -12.501, -8.991, -61.57, -4.809, -8.704, -15.205, 10.57, -5.646, 7.277], "pitches": [1.0, 0.637, 0.127, 0.048, 0.058, 0.147, 0.207, 0.345, 0.087, 0.039, 0.029, 0.317], "start": 121.73066, "loudness_max_time": 0.01065, "loudness_start": -13.304, "duration": 0.25533, "loudness_max": -2.196}, {"confidence": 0.361, "timbre": [53.792, 81.539, 42.587, 9.791, 17.239, -24.775, 23.895, -14.26, -7.803, 6.609, -24.604, 6.328], "pitches": [0.492, 0.339, 0.444, 0.266, 0.366, 0.616, 0.647, 1.0, 0.607, 0.596, 0.638, 0.697], "start": 121.98599, "loudness_max_time": 0.2531, "loudness_start": -8.582, "duration": 0.48068, "loudness_max": -2.579}, {"confidence": 0.794, "timbre": [52.974, 76.724, 31.306, -15.142, 31.383, 3.334, 30.806, -20.114, -12.981, 12.324, -1.64, -1.442], "pitches": [0.056, 0.43, 0.996, 0.26, 0.086, 0.064, 0.246, 0.063, 0.123, 1.0, 0.113, 0.036], "start": 122.46667, "loudness_max_time": 0.12431, "loudness_start": -13.512, "duration": 0.26281, "loudness_max": -4.475}, {"confidence": 0.482, "timbre": [53.777, 76.138, -22.932, -4.42, 0.648, -69.908, -2.29, -1.606, -13.874, 11.287, -7.872, -7.819], "pitches": [0.135, 0.196, 0.626, 0.151, 0.165, 0.191, 0.761, 1.0, 0.408, 0.442, 0.067, 0.05], "start": 122.72948, "loudness_max_time": 0.01084, "loudness_start": -9.899, "duration": 0.50458, "loudness_max": -2.046}, {"confidence": 0.64, "timbre": [54.961, 68.832, -6.42, -20.72, -11.869, -40.16, 19.858, 6.03, -3.942, 8.181, -16.904, 16.069], "pitches": [1.0, 0.68, 0.263, 0.26, 0.244, 0.229, 0.316, 0.374, 0.731, 0.704, 0.955, 0.092], "start": 123.23406, "loudness_max_time": 0.05129, "loudness_start": -10.487, "duration": 0.10717, "loudness_max": -3.515}, {"confidence": 0.263, "timbre": [53.573, 93.209, 59.828, 3.705, 47.0, -16.768, 22.893, 28.846, 15.785, -8.616, -15.855, 19.072], "pitches": [0.418, 0.307, 0.145, 0.092, 0.812, 0.116, 0.161, 0.154, 0.125, 1.0, 0.134, 0.907], "start": 123.34122, "loudness_max_time": 0.05271, "loudness_start": -7.537, "duration": 0.36871, "loudness_max": -3.712}, {"confidence": 0.923, "timbre": [55.0, 98.274, 25.144, 8.691, 3.941, -8.656, 34.516, 3.738, -4.636, 40.203, 28.824, 0.784], "pitches": [1.0, 0.561, 0.244, 0.172, 0.138, 0.295, 0.385, 0.338, 0.118, 0.052, 0.075, 0.583], "start": 123.70993, "loudness_max_time": 0.02942, "loudness_start": -13.027, "duration": 0.24948, "loudness_max": -1.035}, {"confidence": 0.167, "timbre": [54.303, 71.479, 61.456, 14.116, 32.913, -28.476, 28.89, 2.864, -8.964, -10.777, -10.872, 11.005], "pitches": [0.172, 0.169, 0.364, 0.275, 0.615, 0.156, 0.314, 1.0, 0.181, 0.128, 0.121, 0.683], "start": 123.95941, "loudness_max_time": 0.03473, "loudness_start": -7.491, "duration": 0.2732, "loudness_max": -3.751}, {"confidence": 0.333, "timbre": [52.346, 77.395, -27.187, 10.326, -36.837, -69.248, -3.213, 16.526, -3.163, 6.855, -16.569, -16.601], "pitches": [1.0, 0.367, 0.122, 0.124, 0.19, 0.241, 0.311, 0.22, 0.08, 0.04, 0.03, 0.619], "start": 124.23261, "loudness_max_time": 0.00647, "loudness_start": -9.673, "duration": 0.19823, "loudness_max": -3.376}, {"confidence": 0.516, "timbre": [52.211, 80.1, 39.244, -38.623, 7.737, -27.808, 32.02, -6.576, -3.988, 6.569, -20.994, -7.447], "pitches": [1.0, 0.372, 0.426, 0.092, 0.31, 0.073, 0.247, 0.756, 0.123, 0.053, 0.035, 0.45], "start": 124.43084, "loudness_max_time": 0.19015, "loudness_start": -11.053, "duration": 0.28834, "loudness_max": -5.143}, {"confidence": 0.444, "timbre": [54.296, 67.5, -26.1, -7.898, 10.762, -43.518, 6.264, -4.771, 1.11, 7.003, 7.393, -17.53], "pitches": [1.0, 0.454, 0.148, 0.087, 0.173, 0.177, 0.308, 0.425, 0.071, 0.031, 0.034, 0.493], "start": 124.71918, "loudness_max_time": 0.02322, "loudness_start": -8.674, "duration": 0.25646, "loudness_max": -2.366}, {"confidence": 0.153, "timbre": [53.316, 123.301, 3.617, -26.988, -11.859, -34.836, -23.324, -5.965, -24.672, -0.447, -1.601, -23.271], "pitches": [1.0, 0.401, 0.108, 0.04, 0.171, 0.046, 0.095, 0.442, 0.111, 0.026, 0.033, 0.338], "start": 124.97565, "loudness_max_time": 0.02638, "loudness_start": -8.265, "duration": 0.24952, "loudness_max": -5.793}, {"confidence": 0.405, "timbre": [54.591, 111.375, 25.457, -17.469, -12.913, -29.231, -4.51, 8.175, -15.843, 10.396, 0.856, -13.512], "pitches": [0.153, 0.109, 0.087, 0.104, 0.19, 0.165, 0.677, 1.0, 0.44, 0.19, 0.064, 0.054], "start": 125.22517, "loudness_max_time": 0.07274, "loudness_start": -7.439, "duration": 0.47029, "loudness_max": -3.236}, {"confidence": 0.86, "timbre": [55.045, 110.301, 29.264, 1.865, 6.008, -1.041, 8.188, 8.214, -6.018, 13.667, 17.814, -4.497], "pitches": [1.0, 0.489, 0.317, 0.219, 0.193, 0.392, 0.493, 0.355, 0.173, 0.102, 0.109, 0.749], "start": 125.69546, "loudness_max_time": 0.04264, "loudness_start": -12.256, "duration": 0.24372, "loudness_max": -0.363}, {"confidence": 0.32, "timbre": [54.275, 93.219, 76.434, 17.75, 18.505, -15.937, 24.264, -2.374, -4.711, 3.68, -27.963, 3.894], "pitches": [0.152, 0.155, 0.994, 0.1, 0.102, 0.088, 0.298, 1.0, 0.156, 0.115, 0.063, 0.426], "start": 125.93918, "loudness_max_time": 0.06633, "loudness_start": -7.075, "duration": 0.26744, "loudness_max": -3.284}, {"confidence": 0.422, "timbre": [51.606, 47.416, -21.514, 19.216, -10.972, -22.274, 3.348, 1.381, -0.195, -12.156, 10.147, -16.277], "pitches": [1.0, 0.402, 0.295, 0.149, 0.159, 0.342, 0.401, 0.259, 0.121, 0.038, 0.052, 0.691], "start": 126.20662, "loudness_max_time": 0.03241, "loudness_start": -9.828, "duration": 0.23546, "loudness_max": -3.059}, {"confidence": 0.831, "timbre": [52.029, 54.825, 27.122, -37.014, 14.759, 13.218, 27.164, 0.852, -12.068, -17.357, -5.102, 9.557], "pitches": [0.038, 0.305, 1.0, 0.145, 0.058, 0.034, 0.151, 0.041, 0.06, 0.436, 0.056, 0.022], "start": 126.44209, "loudness_max_time": 0.0706, "loudness_start": -13.583, "duration": 0.28689, "loudness_max": -4.272}, {"confidence": 0.493, "timbre": [53.859, 73.471, -19.726, -9.867, 4.168, -66.48, 5.322, -1.5, -21.939, 8.555, -8.431, -2.527], "pitches": [0.142, 0.253, 0.687, 0.135, 0.166, 0.195, 0.752, 1.0, 0.402, 0.462, 0.068, 0.051], "start": 126.72898, "loudness_max_time": 0.01041, "loudness_start": -10.386, "duration": 0.50472, "loudness_max": -2.374}, {"confidence": 0.699, "timbre": [55.163, 78.155, -1.037, -12.132, -8.478, -63.38, 22.354, 5.481, -1.722, 6.442, 3.547, 14.576], "pitches": [0.363, 0.145, 0.081, 0.083, 0.421, 0.416, 0.776, 0.791, 0.999, 1.0, 0.698, 0.04], "start": 127.2337, "loudness_max_time": 0.0146, "loudness_start": -10.086, "duration": 0.15664, "loudness_max": -2.633}, {"confidence": 0.197, "timbre": [53.282, 114.975, 42.086, 48.085, 59.638, -25.733, -0.676, 26.709, -1.025, -3.302, -21.536, 19.528], "pitches": [0.291, 0.158, 0.175, 0.098, 0.316, 0.231, 0.444, 0.382, 0.517, 0.723, 0.152, 1.0], "start": 127.39034, "loudness_max_time": 0.04804, "loudness_start": -7.055, "duration": 0.34281, "loudness_max": -2.767}, {"confidence": 0.925, "timbre": [55.395, 81.775, 3.083, -6.819, -8.075, -63.104, 20.127, 1.014, -12.151, 16.947, -6.323, 15.631], "pitches": [1.0, 0.513, 0.117, 0.091, 0.143, 0.213, 0.27, 0.218, 0.128, 0.197, 0.059, 0.43], "start": 127.73315, "loudness_max_time": 0.00782, "loudness_start": -14.112, "duration": 0.22041, "loudness_max": -1.815}, {"confidence": 0.073, "timbre": [52.409, 92.945, 45.249, 34.835, 46.683, -31.527, 2.325, -2.773, -10.738, -4.481, -22.89, 20.407], "pitches": [0.297, 0.215, 0.219, 0.138, 0.363, 0.384, 0.664, 0.508, 0.211, 1.0, 0.194, 0.182], "start": 127.95356, "loudness_max_time": 0.04035, "loudness_start": -8.376, "duration": 0.26694, "loudness_max": -5.104}, {"confidence": 0.942, "timbre": [56.03, 85.652, 5.228, 11.402, 1.648, -22.261, 22.462, 3.342, -7.739, 9.154, 13.323, -4.569], "pitches": [1.0, 0.52, 0.142, 0.089, 0.164, 0.156, 0.292, 0.507, 0.081, 0.042, 0.035, 0.453], "start": 128.2205, "loudness_max_time": 0.03086, "loudness_start": -12.287, "duration": 0.26689, "loudness_max": -1.0}, {"confidence": 0.338, "timbre": [53.613, 85.675, 6.285, 0.788, 26.758, -30.62, 3.138, 2.873, -1.803, 23.582, -5.984, -10.347], "pitches": [1.0, 0.367, 0.08, 0.036, 0.152, 0.039, 0.1, 0.443, 0.115, 0.027, 0.024, 0.378], "start": 128.48739, "loudness_max_time": 0.02889, "loudness_start": -8.807, "duration": 0.2449, "loudness_max": -4.061}, {"confidence": 0.653, "timbre": [55.637, 70.064, 1.242, -2.746, 0.248, -52.506, 33.402, 5.31, 6.166, 15.046, -20.789, 13.395], "pitches": [0.379, 0.182, 0.09, 0.084, 0.425, 0.412, 0.739, 0.77, 0.969, 1.0, 0.713, 0.026], "start": 128.73229, "loudness_max_time": 0.00678, "loudness_start": -9.357, "duration": 0.1556, "loudness_max": -2.112}, {"confidence": 0.19, "timbre": [54.233, 166.211, 63.836, 6.891, 10.999, -31.686, -8.978, 11.488, 7.292, -3.162, 5.316, -4.206], "pitches": [0.814, 0.699, 0.313, 0.092, 0.426, 0.173, 0.688, 0.617, 0.267, 1.0, 0.465, 0.362], "start": 128.88789, "loudness_max_time": 0.02172, "loudness_start": -7.236, "duration": 0.30204, "loudness_max": -3.667}, {"confidence": 0.694, "timbre": [53.404, 154.964, 48.436, -23.211, -1.339, -5.184, -6.482, -4.153, -18.056, 40.377, -9.45, 11.792], "pitches": [1.0, 0.575, 0.202, 0.153, 0.211, 0.325, 0.468, 0.272, 0.103, 0.13, 0.124, 0.617], "start": 129.18993, "loudness_max_time": 0.05002, "loudness_start": -10.425, "duration": 0.27932, "loudness_max": -3.036}, {"confidence": 0.129, "timbre": [52.625, 112.299, 39.067, -1.372, 55.059, -19.335, -30.179, -6.153, -28.045, -4.345, -12.38, 0.983], "pitches": [0.046, 0.117, 0.084, 0.044, 0.112, 0.09, 0.494, 1.0, 0.109, 0.055, 0.049, 0.12], "start": 129.46925, "loudness_max_time": 0.04338, "loudness_start": -8.343, "duration": 0.26063, "loudness_max": -5.004}, {"confidence": 0.789, "timbre": [55.286, 89.185, -16.794, -1.384, -26.088, -50.664, 10.86, -3.01, -12.73, 17.958, -11.115, 17.231], "pitches": [0.982, 0.654, 0.574, 0.556, 0.684, 0.687, 0.971, 1.0, 0.484, 0.479, 0.839, 0.741], "start": 129.72989, "loudness_max_time": 0.01317, "loudness_start": -12.635, "duration": 0.09197, "loudness_max": -1.711}, {"confidence": 0.183, "timbre": [55.104, 147.478, -5.172, -17.015, 8.887, -27.505, 0.607, -5.975, -8.851, -3.735, -5.294, 20.823], "pitches": [0.272, 0.209, 0.23, 0.194, 0.326, 0.329, 0.943, 1.0, 0.642, 0.64, 0.105, 0.016], "start": 129.82186, "loudness_max_time": 0.04539, "loudness_start": -7.333, "duration": 0.15134, "loudness_max": -3.034}, {"confidence": 0.106, "timbre": [54.453, 109.317, 58.169, 10.972, 21.059, -39.379, 29.498, 10.483, -4.684, 10.708, -0.975, -5.439], "pitches": [0.116, 0.097, 0.206, 0.134, 0.445, 0.429, 0.932, 1.0, 0.854, 0.882, 0.442, 0.15], "start": 129.9732, "loudness_max_time": 0.02489, "loudness_start": -7.273, "duration": 0.11655, "loudness_max": -3.499}, {"confidence": 0.206, "timbre": [53.823, 83.621, 44.758, 27.145, -2.01, -22.179, 15.384, 4.678, -11.342, 9.849, -44.975, 6.072], "pitches": [0.983, 0.594, 0.481, 0.251, 0.265, 0.45, 0.678, 0.588, 0.288, 0.227, 0.25, 1.0], "start": 130.08975, "loudness_max_time": 0.14698, "loudness_start": -6.978, "duration": 0.36522, "loudness_max": -1.809}, {"confidence": 0.828, "timbre": [52.706, 78.62, 33.601, -33.87, 26.56, 18.376, 26.749, -0.23, 1.052, -7.361, -4.877, -6.473], "pitches": [0.043, 0.281, 0.914, 0.166, 0.085, 0.049, 0.185, 0.059, 0.112, 1.0, 0.112, 0.042], "start": 130.45497, "loudness_max_time": 0.05713, "loudness_start": -13.016, "duration": 0.27918, "loudness_max": -3.98}, {"confidence": 0.422, "timbre": [54.222, 77.052, -15.84, -9.277, 3.718, -73.968, 5.35, 3.553, -11.446, 5.729, -13.784, -9.562], "pitches": [0.141, 0.196, 0.536, 0.14, 0.156, 0.179, 0.739, 1.0, 0.431, 0.427, 0.063, 0.048], "start": 130.73415, "loudness_max_time": 0.00685, "loudness_start": -8.797, "duration": 0.45864, "loudness_max": -2.117}, {"confidence": 0.801, "timbre": [53.277, 85.834, 35.792, -37.466, 32.68, -3.491, 16.807, 19.556, -10.752, -6.433, -1.125, 8.672], "pitches": [0.168, 0.102, 0.093, 0.117, 0.192, 0.146, 0.62, 1.0, 0.509, 0.233, 0.118, 0.157], "start": 131.19279, "loudness_max_time": 0.06528, "loudness_start": -10.47, "duration": 0.49342, "loudness_max": -1.997}, {"confidence": 0.942, "timbre": [53.269, 117.071, 53.144, -37.292, 25.736, 21.511, 14.017, -0.392, -13.493, 5.165, -6.6, -10.927], "pitches": [0.157, 0.159, 0.187, 0.063, 0.297, 0.266, 0.63, 1.0, 0.469, 0.162, 0.121, 0.134], "start": 131.68621, "loudness_max_time": 0.05262, "loudness_start": -12.579, "duration": 0.54585, "loudness_max": -0.068}, {"confidence": 0.367, "timbre": [53.034, 75.832, -15.997, 3.555, -30.437, -69.887, -4.553, 15.509, 13.723, 21.359, -15.543, -24.865], "pitches": [1.0, 0.402, 0.154, 0.12, 0.168, 0.21, 0.324, 0.361, 0.082, 0.042, 0.032, 0.599], "start": 132.23206, "loudness_max_time": 0.01152, "loudness_start": -10.509, "duration": 0.20018, "loudness_max": -2.762}, {"confidence": 0.485, "timbre": [53.315, 100.168, 31.39, -32.234, 6.026, -23.136, 1.435, -19.979, 3.381, 4.669, -8.374, -20.491], "pitches": [0.839, 0.753, 0.596, 0.222, 0.687, 0.607, 0.879, 1.0, 0.469, 0.458, 0.43, 0.114], "start": 132.43224, "loudness_max_time": 0.13858, "loudness_start": -9.562, "duration": 0.18168, "loudness_max": -4.645}, {"confidence": 0.171, "timbre": [55.031, 61.53, 10.941, -25.804, 9.471, -31.674, -6.386, 22.103, 7.057, 6.758, -16.565, 1.502], "pitches": [1.0, 0.414, 0.323, 0.2, 0.21, 0.235, 0.409, 0.406, 0.161, 0.112, 0.14, 0.669], "start": 132.61392, "loudness_max_time": 0.12639, "loudness_start": -6.354, "duration": 0.36086, "loudness_max": -2.37}, {"confidence": 0.285, "timbre": [53.773, 104.691, 12.161, -28.97, -11.233, -18.339, -21.687, -24.924, -22.026, 9.626, -1.054, -7.519], "pitches": [1.0, 0.486, 0.485, 0.106, 0.18, 0.046, 0.116, 0.433, 0.114, 0.022, 0.025, 0.393], "start": 132.97478, "loudness_max_time": 0.04156, "loudness_start": -9.475, "duration": 0.25524, "loudness_max": -4.898}, {"confidence": 0.247, "timbre": [55.092, 72.601, 46.948, -11.81, -2.536, -54.798, -10.603, 25.749, -5.205, 16.297, 7.446, -27.334], "pitches": [0.159, 0.118, 0.088, 0.093, 0.179, 0.182, 0.69, 1.0, 0.409, 0.22, 0.058, 0.046], "start": 133.23002, "loudness_max_time": 0.00893, "loudness_start": -7.409, "duration": 0.48821, "loudness_max": -2.539}, {"confidence": 0.804, "timbre": [55.764, 85.705, 14.782, 6.725, 11.694, -17.912, 23.295, 4.593, 7.471, 26.583, 24.746, -12.119], "pitches": [1.0, 0.589, 0.233, 0.105, 0.089, 0.186, 0.286, 0.251, 0.098, 0.047, 0.047, 0.426], "start": 133.71823, "loudness_max_time": 0.0301, "loudness_start": -10.164, "duration": 0.26653, "loudness_max": -0.613}, {"confidence": 0.051, "timbre": [53.918, 84.808, 54.983, 19.951, 25.209, -39.781, 11.556, -10.958, -3.784, 12.011, -16.001, -18.361], "pitches": [0.11, 0.127, 0.572, 0.086, 0.072, 0.052, 0.45, 1.0, 0.224, 0.138, 0.073, 0.45], "start": 133.98476, "loudness_max_time": 0.01991, "loudness_start": -6.85, "duration": 0.22694, "loudness_max": -3.992}, {"confidence": 0.439, "timbre": [52.25, 52.485, -20.997, 23.768, -17.383, -35.354, 9.466, -2.493, -2.109, -7.971, 13.386, 2.376], "pitches": [1.0, 0.452, 0.348, 0.179, 0.206, 0.39, 0.44, 0.321, 0.168, 0.066, 0.054, 0.723], "start": 134.2117, "loudness_max_time": 0.02865, "loudness_start": -9.279, "duration": 0.22172, "loudness_max": -2.982}, {"confidence": 0.846, "timbre": [51.165, 52.06, 41.778, -67.86, 12.066, 1.717, 15.411, 3.252, -8.816, -13.778, -24.662, 9.339], "pitches": [0.063, 0.323, 1.0, 0.155, 0.079, 0.044, 0.181, 0.07, 0.104, 0.787, 0.109, 0.037], "start": 134.43342, "loudness_max_time": 0.0688, "loudness_start": -13.091, "duration": 0.27705, "loudness_max": -3.699}, {"confidence": 0.591, "timbre": [53.655, 76.907, -22.773, -8.786, 6.116, -14.108, 3.099, 13.297, -15.936, -8.792, 17.135, -8.592], "pitches": [0.151, 0.222, 0.782, 0.167, 0.157, 0.15, 0.681, 1.0, 0.476, 0.406, 0.094, 0.072], "start": 134.71048, "loudness_max_time": 0.02861, "loudness_start": -10.063, "duration": 0.47669, "loudness_max": -2.237}, {"confidence": 0.877, "timbre": [54.092, 84.413, 49.222, -48.803, 2.55, 1.786, 44.208, 18.329, -24.094, -3.333, -13.719, -5.015], "pitches": [1.0, 0.572, 0.189, 0.153, 0.216, 0.309, 0.431, 0.358, 0.139, 0.171, 0.129, 0.601], "start": 135.18717, "loudness_max_time": 0.06464, "loudness_start": -10.878, "duration": 0.30122, "loudness_max": 0.114}, {"confidence": 0.014, "timbre": [53.899, 115.76, 90.839, 18.451, 72.132, -66.653, -9.011, 2.329, -16.329, -5.215, -3.126, -1.914], "pitches": [0.192, 0.114, 0.165, 0.102, 0.178, 0.095, 0.15, 0.366, 0.243, 0.3, 0.255, 1.0], "start": 135.48839, "loudness_max_time": 0.00212, "loudness_start": -4.968, "duration": 0.24381, "loudness_max": -2.887}, {"confidence": 0.764, "timbre": [57.005, 109.162, 43.475, 37.593, -1.795, -60.227, 16.999, 21.54, -14.709, 6.897, -4.275, -3.416], "pitches": [0.152, 0.114, 0.1, 0.11, 0.207, 0.191, 0.671, 1.0, 0.432, 0.197, 0.066, 0.06], "start": 135.7322, "loudness_max_time": 0.02056, "loudness_start": -7.959, "duration": 0.45279, "loudness_max": 0.707}, {"confidence": 0.219, "timbre": [53.303, 114.822, 103.944, 6.427, 86.663, -34.452, -22.055, -0.016, -18.986, 8.551, 2.172, 3.2], "pitches": [0.13, 0.183, 0.221, 0.196, 0.152, 0.255, 0.449, 0.757, 1.0, 0.654, 0.226, 0.248], "start": 136.18499, "loudness_max_time": 0.0184, "loudness_start": -8.162, "duration": 0.06948, "loudness_max": -6.64}, {"confidence": 0.081, "timbre": [52.849, 116.87, 54.082, 38.258, 38.145, -34.264, -1.025, 14.075, -13.778, 9.652, -27.556, 18.625], "pitches": [0.829, 0.127, 0.202, 0.044, 0.084, 0.034, 0.133, 1.0, 0.202, 0.075, 0.041, 0.12], "start": 136.25447, "loudness_max_time": 0.07139, "loudness_start": -6.715, "duration": 0.73741, "loudness_max": -3.825}, {"confidence": 0.409, "timbre": [46.55, 126.195, 102.963, 16.139, 67.075, -27.066, -35.636, -17.607, -0.097, -3.765, 11.798, 13.061], "pitches": [0.47, 0.351, 0.471, 0.189, 0.181, 0.206, 0.337, 1.0, 0.885, 0.43, 0.453, 0.589], "start": 136.99188, "loudness_max_time": 0.02512, "loudness_start": -16.975, "duration": 0.08707, "loudness_max": -11.864}, {"confidence": 0.185, "timbre": [47.13, 103.241, 125.869, 30.39, 68.813, -10.994, -25.364, -16.556, -13.959, -0.865, 0.956, 22.807], "pitches": [0.132, 0.126, 0.492, 0.151, 0.073, 0.057, 0.079, 1.0, 0.472, 0.17, 0.076, 0.164], "start": 137.07896, "loudness_max_time": 0.04406, "loudness_start": -14.26, "duration": 0.09873, "loudness_max": -10.91}, {"confidence": 0.133, "timbre": [45.5, 83.9, 93.09, 39.233, 64.431, -18.889, -30.604, -5.246, -21.398, -9.244, -15.459, 33.803], "pitches": [0.155, 0.185, 0.258, 0.21, 0.143, 0.146, 0.358, 1.0, 0.31, 0.222, 0.164, 0.232], "start": 137.17769, "loudness_max_time": 0.06295, "loudness_start": -14.454, "duration": 0.51646, "loudness_max": -11.926}, {"confidence": 0.689, "timbre": [44.927, 55.848, 88.791, -40.958, 47.958, -17.54, -0.825, 19.191, -6.443, -5.913, 2.422, 16.357], "pitches": [0.14, 0.219, 0.689, 0.275, 0.29, 0.308, 0.463, 1.0, 0.718, 0.415, 0.229, 0.19], "start": 137.69415, "loudness_max_time": 0.076, "loudness_start": -19.816, "duration": 0.26739, "loudness_max": -11.881}, {"confidence": 0.617, "timbre": [47.491, 62.964, 59.371, 20.159, 26.407, 4.041, 2.72, 7.51, -6.303, -14.888, -49.345, 23.174], "pitches": [0.079, 0.105, 1.0, 0.193, 0.082, 0.099, 0.351, 0.992, 0.355, 0.504, 0.176, 0.409], "start": 137.96154, "loudness_max_time": 0.12994, "loudness_start": -14.16, "duration": 0.52227, "loudness_max": -6.584}, {"confidence": 0.886, "timbre": [49.722, 62.636, 53.5, -36.092, 16.936, 20.652, -0.777, -12.563, -3.529, 3.82, -4.091, 10.63], "pitches": [0.053, 0.289, 0.869, 0.146, 0.09, 0.038, 0.124, 0.132, 0.106, 1.0, 0.095, 0.043], "start": 138.48381, "loudness_max_time": 0.09827, "loudness_start": -18.565, "duration": 0.29061, "loudness_max": -5.935}, {"confidence": 0.615, "timbre": [49.699, 52.618, 30.492, 35.777, 4.646, -6.311, -14.042, -8.991, -6.177, -2.974, -17.696, 10.183], "pitches": [0.061, 0.36, 0.807, 0.306, 0.274, 0.21, 0.258, 0.212, 0.14, 1.0, 0.104, 0.029], "start": 138.77442, "loudness_max_time": 0.07474, "loudness_start": -12.824, "duration": 0.47583, "loudness_max": -6.176}, {"confidence": 0.379, "timbre": [45.951, 67.205, 82.663, 41.926, 41.569, -19.167, 6.429, -8.005, 14.083, -13.525, -12.748, 10.817], "pitches": [0.055, 0.237, 1.0, 0.206, 0.13, 0.165, 0.355, 0.962, 0.297, 0.389, 0.078, 0.1], "start": 139.25025, "loudness_max_time": 0.04584, "loudness_start": -15.776, "duration": 0.48739, "loudness_max": -11.107}, {"confidence": 0.678, "timbre": [38.263, 81.816, 114.022, 21.995, 58.549, -3.414, 0.847, -7.976, 10.339, -13.177, 16.886, 8.917], "pitches": [0.15, 0.314, 1.0, 0.085, 0.046, 0.033, 0.098, 0.51, 0.102, 0.185, 0.055, 0.107], "start": 139.73764, "loudness_max_time": 0.06077, "loudness_start": -27.209, "duration": 0.24358, "loudness_max": -19.249}, {"confidence": 1.0, "timbre": [46.176, 43.621, 88.577, 12.055, 45.801, 50.992, 6.473, -5.807, 6.142, -8.014, -45.757, 9.182], "pitches": [0.073, 0.069, 0.349, 0.168, 0.996, 0.188, 0.142, 0.59, 0.082, 0.035, 0.059, 1.0], "start": 139.98122, "loudness_max_time": 0.09915, "loudness_start": -23.192, "duration": 0.50018, "loudness_max": -4.573}, {"confidence": 1.0, "timbre": [48.566, 77.681, 42.861, -68.172, 27.658, 46.543, 6.0, -21.188, -0.921, 0.595, 1.454, 8.66], "pitches": [0.444, 0.11, 0.066, 0.023, 0.215, 0.042, 0.284, 1.0, 0.162, 0.016, 0.014, 0.133], "start": 140.48141, "loudness_max_time": 0.08799, "loudness_start": -26.175, "duration": 0.24286, "loudness_max": -5.796}, {"confidence": 0.7, "timbre": [47.268, 45.573, 14.661, 28.285, 13.421, 12.299, 17.654, -17.532, 6.86, -16.92, -55.42, 14.325], "pitches": [1.0, 0.148, 0.121, 0.031, 0.092, 0.027, 0.094, 0.769, 0.155, 0.016, 0.016, 0.066], "start": 140.72426, "loudness_max_time": 0.1485, "loudness_start": -14.042, "duration": 0.76113, "loudness_max": -5.146}, {"confidence": 0.48, "timbre": [34.99, -133.283, 91.0, 42.31, 52.477, -30.202, 28.858, -3.954, -1.659, -8.117, 4.473, 7.241], "pitches": [0.281, 0.087, 0.289, 0.078, 0.059, 0.036, 0.188, 1.0, 0.173, 0.032, 0.024, 0.052], "start": 141.4854, "loudness_max_time": 0.03253, "loudness_start": -27.901, "duration": 0.46948, "loudness_max": -22.229}, {"confidence": 1.0, "timbre": [41.471, 50.991, 63.507, -34.358, 56.274, 80.939, 0.406, -15.027, 1.28, -12.878, -53.705, 5.575], "pitches": [0.06, 0.075, 1.0, 0.146, 0.032, 0.043, 0.273, 0.879, 0.173, 0.206, 0.035, 0.401], "start": 141.95488, "loudness_max_time": 0.20679, "loudness_start": -31.404, "duration": 0.51651, "loudness_max": -7.095}, {"confidence": 1.0, "timbre": [46.366, 77.252, 55.667, -75.995, 11.418, 68.106, -7.994, -13.694, -11.257, -0.508, 8.805, 4.96], "pitches": [0.016, 0.142, 0.645, 0.062, 0.064, 0.032, 0.121, 0.058, 0.079, 1.0, 0.068, 0.015], "start": 142.47138, "loudness_max_time": 0.11098, "loudness_start": -28.046, "duration": 0.30231, "loudness_max": -5.856}, {"confidence": 0.7, "timbre": [49.112, 68.44, 26.301, 18.123, -9.815, 1.491, -19.614, -19.032, -20.096, 3.187, -22.385, 11.918], "pitches": [0.026, 0.295, 0.693, 0.104, 0.077, 0.032, 0.124, 0.076, 0.07, 1.0, 0.075, 0.026], "start": 142.7737, "loudness_max_time": 0.0751, "loudness_start": -14.493, "duration": 0.42957, "loudness_max": -6.603}, {"confidence": 1.0, "timbre": [51.43, 124.694, 105.332, 14.667, 23.312, 57.436, 10.438, 40.628, -3.216, -51.772, 8.695, -6.776], "pitches": [0.077, 0.234, 0.395, 0.136, 0.201, 0.334, 0.543, 1.0, 0.248, 0.251, 0.109, 0.081], "start": 143.20327, "loudness_max_time": 0.04854, "loudness_start": -16.235, "duration": 0.27841, "loudness_max": -1.499}, {"confidence": 0.224, "timbre": [49.261, 107.07, 127.528, -18.26, 28.078, -28.458, -27.98, -7.835, -26.069, 4.453, 11.151, -2.094], "pitches": [0.386, 0.266, 0.68, 0.125, 0.235, 0.127, 0.207, 1.0, 0.501, 0.816, 0.662, 0.779], "start": 143.48168, "loudness_max_time": 0.20668, "loudness_start": -13.699, "duration": 0.2556, "loudness_max": -8.06}, {"confidence": 0.463, "timbre": [52.05, 193.879, 169.579, 93.96, 44.674, -36.252, -11.524, -6.321, -31.826, -12.722, -10.66, 6.362], "pitches": [0.109, 0.327, 0.564, 0.171, 0.304, 0.505, 0.764, 1.0, 0.246, 0.099, 0.062, 0.111], "start": 143.73728, "loudness_max_time": 0.01375, "loudness_start": -10.062, "duration": 0.2439, "loudness_max": -3.678}, {"confidence": 0.39, "timbre": [49.558, 101.419, 106.217, -2.726, 14.987, -30.249, -19.523, 1.405, -16.177, 3.115, 6.158, -3.455], "pitches": [0.735, 0.552, 1.0, 0.326, 0.467, 0.33, 0.294, 0.681, 0.318, 0.495, 0.45, 0.778], "start": 143.98118, "loudness_max_time": 0.01493, "loudness_start": -14.95, "duration": 0.122, "loudness_max": -9.547}, {"confidence": 0.3, "timbre": [51.442, 102.227, 122.64, 3.396, 36.167, -23.014, 0.832, -8.763, -10.779, 1.957, -6.125, -10.678], "pitches": [0.485, 0.292, 0.333, 0.198, 0.308, 0.172, 0.311, 1.0, 0.409, 0.564, 0.372, 0.651], "start": 144.10317, "loudness_max_time": 0.08422, "loudness_start": -10.706, "duration": 0.13868, "loudness_max": -6.988}, {"confidence": 0.091, "timbre": [51.295, 76.918, 28.027, 31.598, 0.486, -26.364, -9.493, -24.116, -6.181, 10.843, -31.505, 7.964], "pitches": [0.833, 0.153, 0.1, 0.043, 0.263, 0.058, 0.155, 1.0, 0.125, 0.024, 0.023, 0.095], "start": 144.24186, "loudness_max_time": 0.12836, "loudness_start": -8.761, "duration": 0.4937, "loudness_max": -5.725}, {"confidence": 0.776, "timbre": [51.353, 80.497, 45.638, 71.163, 39.46, -7.117, -28.092, -7.639, 11.448, 5.885, -73.465, -13.034], "pitches": [0.322, 0.126, 0.459, 0.063, 0.103, 0.061, 0.212, 1.0, 0.081, 0.05, 0.041, 0.183], "start": 144.73556, "loudness_max_time": 0.0249, "loudness_start": -13.269, "duration": 0.38907, "loudness_max": -4.968}, {"confidence": 1.0, "timbre": [44.964, 117.998, 40.095, -53.092, 43.171, 71.56, 26.662, -31.084, -30.359, -0.669, -28.894, 46.83], "pitches": [0.431, 0.167, 0.401, 0.406, 0.166, 0.227, 0.238, 0.202, 0.239, 0.347, 0.639, 1.0], "start": 145.12463, "loudness_max_time": 0.13925, "loudness_start": -25.171, "duration": 0.33048, "loudness_max": -8.66}, {"confidence": 1.0, "timbre": [47.13, 83.39, 4.678, -86.079, 48.326, 46.911, -7.812, -41.27, -64.436, 35.201, -8.277, 1.757], "pitches": [0.243, 0.21, 1.0, 0.219, 0.046, 0.031, 0.086, 0.106, 0.037, 0.137, 0.028, 0.079], "start": 145.4551, "loudness_max_time": 0.09549, "loudness_start": -29.166, "duration": 0.15669, "loudness_max": -8.501}, {"confidence": 0.529, "timbre": [49.038, 28.667, 53.248, 66.183, 52.999, 22.109, -39.199, 10.186, -20.239, -30.791, -70.922, 20.259], "pitches": [0.195, 0.127, 0.177, 0.064, 0.083, 0.097, 0.159, 1.0, 0.155, 0.099, 0.088, 0.081], "start": 145.61179, "loudness_max_time": 0.08902, "loudness_start": -11.344, "duration": 0.18073, "loudness_max": -6.076}, {"confidence": 0.747, "timbre": [44.13, 70.739, -25.269, -5.258, 32.509, -35.323, -11.97, -7.711, -34.225, -2.603, -7.351, 34.747], "pitches": [0.171, 0.156, 0.098, 0.078, 0.112, 0.068, 0.072, 0.131, 0.115, 0.406, 1.0, 0.486], "start": 145.79252, "loudness_max_time": 0.0457, "loudness_start": -26.588, "duration": 0.10472, "loudness_max": -13.669}, {"confidence": 0.824, "timbre": [50.56, 17.433, 103.878, -9.393, 58.505, -8.587, 17.849, 22.726, -1.923, -11.155, 14.765, 11.475], "pitches": [0.298, 0.094, 0.18, 0.996, 0.426, 0.072, 0.098, 0.191, 0.151, 0.148, 1.0, 0.273], "start": 145.89723, "loudness_max_time": 0.05803, "loudness_start": -17.835, "duration": 0.09229, "loudness_max": -7.711}, {"confidence": 0.338, "timbre": [50.841, 36.622, 57.248, 70.839, 16.836, -15.459, -2.548, 13.896, -15.997, -14.45, -40.553, 35.007], "pitches": [0.072, 0.143, 1.0, 0.215, 0.093, 0.085, 0.184, 0.818, 0.147, 0.139, 0.041, 0.274], "start": 145.98952, "loudness_max_time": 0.07396, "loudness_start": -9.969, "duration": 0.49361, "loudness_max": -5.24}, {"confidence": 0.919, "timbre": [50.633, 50.097, 51.385, -28.058, -5.772, 7.298, 11.246, -1.844, -8.257, -3.468, -10.685, 25.306], "pitches": [0.029, 0.203, 0.813, 0.078, 0.068, 0.035, 0.2, 0.094, 0.076, 1.0, 0.09, 0.018], "start": 146.48313, "loudness_max_time": 0.11817, "loudness_start": -19.136, "duration": 0.2902, "loudness_max": -5.652}, {"confidence": 0.535, "timbre": [49.919, 47.677, 21.01, 22.817, -3.262, -9.504, -8.804, -15.073, -16.641, -1.687, -23.742, 15.777], "pitches": [0.041, 0.23, 0.713, 0.116, 0.096, 0.054, 0.263, 0.106, 0.087, 1.0, 0.081, 0.038], "start": 146.77333, "loudness_max_time": 0.07546, "loudness_start": -12.161, "duration": 0.47823, "loudness_max": -6.164}, {"confidence": 0.711, "timbre": [49.075, 44.258, 36.191, 50.887, 26.407, -34.638, -2.871, 10.779, -24.803, 16.403, -49.638, 43.258], "pitches": [0.163, 0.094, 0.175, 0.187, 0.047, 0.053, 0.244, 0.09, 0.084, 0.119, 0.198, 1.0], "start": 147.25156, "loudness_max_time": 0.0069, "loudness_start": -16.204, "duration": 0.17782, "loudness_max": -7.111}, {"confidence": 0.973, "timbre": [41.937, 92.634, -74.28, -18.901, 67.163, 34.559, -29.094, -126.116, -27.858, 5.213, -116.917, 19.747], "pitches": [0.26, 0.507, 1.0, 0.405, 0.088, 0.053, 0.119, 0.18, 0.111, 0.759, 0.48, 0.292], "start": 147.42939, "loudness_max_time": 0.10981, "loudness_start": -21.786, "duration": 0.26875, "loudness_max": -6.763}, {"confidence": 1.0, "timbre": [47.869, 159.946, 96.955, -120.921, 51.211, 56.674, -34.211, 23.148, -33.254, 8.145, -4.273, -12.194], "pitches": [0.094, 0.759, 0.947, 0.471, 0.256, 0.26, 0.21, 0.36, 0.279, 1.0, 0.88, 0.528], "start": 147.69814, "loudness_max_time": 0.06901, "loudness_start": -29.359, "duration": 0.27664, "loudness_max": -5.091}, {"confidence": 0.397, "timbre": [53.761, 147.862, 65.852, 7.769, -10.641, -0.853, -47.25, -22.531, -0.743, 13.644, -28.209, -8.218], "pitches": [0.053, 0.048, 0.109, 0.253, 1.0, 0.117, 0.161, 0.337, 0.051, 0.05, 0.056, 0.629], "start": 147.97478, "loudness_max_time": 0.15743, "loudness_start": -8.52, "duration": 0.43438, "loudness_max": -3.499}, {"confidence": 0.971, "timbre": [48.988, 33.917, 82.025, -86.618, 3.915, 27.77, 8.31, 24.741, -2.416, -5.809, -21.765, 1.195], "pitches": [0.433, 0.116, 0.115, 0.052, 0.228, 0.066, 0.279, 1.0, 0.136, 0.025, 0.028, 0.129], "start": 148.40916, "loudness_max_time": 0.16005, "loudness_start": -17.83, "duration": 0.38426, "loudness_max": -3.981}, {"confidence": 0.415, "timbre": [52.466, 61.669, 29.959, -3.593, 11.017, -20.062, 0.256, -23.406, -8.878, 13.324, -14.973, 11.722], "pitches": [0.636, 0.151, 0.098, 0.036, 0.283, 0.043, 0.309, 1.0, 0.104, 0.021, 0.09, 0.097], "start": 148.79342, "loudness_max_time": 0.07847, "loudness_start": -10.224, "duration": 0.17937, "loudness_max": -5.524}, {"confidence": 0.598, "timbre": [52.198, 56.964, 30.543, -21.64, 15.939, -4.492, -8.799, 26.224, -13.926, 7.178, -5.529, 14.205], "pitches": [0.84, 0.271, 0.186, 0.135, 0.295, 0.14, 0.245, 1.0, 0.22, 0.045, 0.051, 0.147], "start": 148.97279, "loudness_max_time": 0.14669, "loudness_start": -11.702, "duration": 0.27955, "loudness_max": -5.223}, {"confidence": 0.296, "timbre": [52.524, 154.841, 41.766, 12.692, 21.667, 0.345, -70.023, -10.336, -4.325, -29.873, -42.657, 0.373], "pitches": [0.595, 0.261, 0.293, 0.283, 0.202, 0.12, 0.299, 0.697, 0.314, 0.41, 0.328, 1.0], "start": 149.25234, "loudness_max_time": 0.09634, "loudness_start": -9.42, "duration": 0.21519, "loudness_max": -4.812}, {"confidence": 0.973, "timbre": [52.985, 94.778, 88.003, 18.485, 46.573, 23.064, -13.861, 8.586, -30.623, -18.669, 15.578, 13.708], "pitches": [1.0, 0.123, 0.152, 0.067, 0.105, 0.03, 0.041, 0.491, 0.062, 0.048, 0.087, 0.311], "start": 149.46753, "loudness_max_time": 0.03641, "loudness_start": -19.402, "duration": 0.2434, "loudness_max": -3.904}, {"confidence": 0.729, "timbre": [52.154, 92.967, 102.532, -14.653, 40.376, 21.3, -35.464, 24.086, -23.525, -48.155, 9.963, -2.491], "pitches": [0.899, 0.206, 0.227, 0.116, 0.2, 0.406, 1.0, 0.591, 0.152, 0.87, 0.896, 0.916], "start": 149.71093, "loudness_max_time": 0.04291, "loudness_start": -12.774, "duration": 0.2785, "loudness_max": -4.588}, {"confidence": 0.699, "timbre": [51.615, 56.039, 65.541, 23.287, 26.59, -0.222, -12.166, 40.466, -19.175, -4.057, -4.479, 11.055], "pitches": [0.068, 0.089, 0.562, 0.154, 0.082, 0.077, 0.216, 1.0, 0.206, 0.129, 0.062, 0.258], "start": 149.98943, "loudness_max_time": 0.06516, "loudness_start": -12.335, "duration": 0.49333, "loudness_max": -4.179}, {"confidence": 0.702, "timbre": [51.32, 62.037, 37.605, -31.624, 6.412, -0.717, -9.853, 1.92, -21.248, -9.637, -9.3, 10.174], "pitches": [0.024, 0.197, 0.695, 0.064, 0.071, 0.033, 0.204, 0.07, 0.074, 1.0, 0.1, 0.025], "start": 150.48277, "loudness_max_time": 0.11717, "loudness_start": -14.437, "duration": 0.29016, "loudness_max": -5.182}, {"confidence": 0.588, "timbre": [52.099, 88.415, 24.95, -23.674, 13.618, -8.909, -3.265, 12.436, -37.564, 5.714, -6.527, 10.266], "pitches": [0.039, 0.251, 0.66, 0.097, 0.071, 0.049, 0.27, 0.104, 0.099, 1.0, 0.126, 0.031], "start": 150.77293, "loudness_max_time": 0.06028, "loudness_start": -11.609, "duration": 0.22508, "loudness_max": -5.674}, {"confidence": 0.445, "timbre": [53.08, 75.349, 21.312, 10.47, 65.48, -33.573, -7.272, 30.914, -35.697, 1.054, -11.391, 9.243], "pitches": [0.065, 0.312, 0.98, 0.275, 0.148, 0.216, 0.387, 0.865, 0.382, 1.0, 0.306, 0.055], "start": 150.998, "loudness_max_time": 0.03262, "loudness_start": -9.393, "duration": 0.18744, "loudness_max": -4.708}, {"confidence": 0.356, "timbre": [51.339, 102.891, 30.075, 24.563, 30.269, -37.851, 24.224, -15.898, -51.195, -14.521, -19.36, 12.087], "pitches": [0.362, 0.591, 0.391, 0.271, 0.243, 0.174, 0.409, 0.254, 0.432, 1.0, 0.577, 0.184], "start": 151.18544, "loudness_max_time": 0.03565, "loudness_start": -10.525, "duration": 0.1044, "loudness_max": -6.6}, {"confidence": 0.482, "timbre": [53.105, 190.965, 145.697, 44.993, 52.432, -30.138, 32.178, 12.745, -22.65, -29.278, 18.04, 40.074], "pitches": [0.035, 0.108, 0.103, 0.047, 0.199, 1.0, 0.654, 0.035, 0.069, 0.331, 0.762, 0.352], "start": 151.28984, "loudness_max_time": 0.01457, "loudness_start": -12.692, "duration": 0.1741, "loudness_max": -4.642}, {"confidence": 0.163, "timbre": [52.168, 136.795, 126.414, 14.579, 64.122, -8.828, -66.662, -21.796, -18.57, -22.6, -16.727, 15.514], "pitches": [0.015, 0.227, 0.032, 0.013, 0.232, 0.051, 0.012, 0.076, 0.032, 1.0, 0.154, 0.025], "start": 151.46395, "loudness_max_time": 0.05302, "loudness_start": -9.388, "duration": 0.18467, "loudness_max": -6.098}, {"confidence": 0.436, "timbre": [51.294, 115.791, 110.915, -26.125, 63.704, -15.978, -68.235, 26.7, -13.719, -32.903, 22.166, -6.713], "pitches": [0.235, 0.182, 0.369, 0.513, 0.511, 0.107, 0.166, 0.807, 0.983, 1.0, 0.074, 0.269], "start": 151.64862, "loudness_max_time": 0.11049, "loudness_start": -11.242, "duration": 0.34385, "loudness_max": -4.895}, {"confidence": 0.663, "timbre": [51.899, 123.13, 117.411, -8.117, 16.398, 10.344, -66.031, 38.352, -19.185, -32.385, 29.444, -11.663], "pitches": [0.027, 0.105, 0.533, 0.094, 0.096, 0.156, 0.225, 1.0, 0.115, 0.025, 0.05, 0.257], "start": 151.99247, "loudness_max_time": 0.04374, "loudness_start": -14.423, "duration": 0.20299, "loudness_max": -5.591}, {"confidence": 0.532, "timbre": [53.093, 107.309, 12.565, 7.784, 8.758, -18.587, -19.358, -0.315, -12.364, 21.891, -16.469, -5.555], "pitches": [0.417, 0.115, 0.08, 0.087, 0.176, 0.117, 0.512, 1.0, 0.438, 0.142, 0.1, 0.128], "start": 152.19546, "loudness_max_time": 0.04461, "loudness_start": -8.227, "duration": 0.46971, "loudness_max": -2.754}, {"confidence": 0.702, "timbre": [53.539, 98.375, 18.397, -25.978, -8.437, -10.524, 29.074, -16.68, -8.478, -1.056, -14.783, 6.529], "pitches": [1.0, 0.666, 0.379, 0.384, 0.322, 0.478, 0.561, 0.535, 0.346, 0.198, 0.204, 0.943], "start": 152.66517, "loudness_max_time": 0.07489, "loudness_start": -10.939, "duration": 0.22685, "loudness_max": -1.471}, {"confidence": 0.213, "timbre": [51.536, 113.32, 57.239, 68.912, 5.603, -25.932, -0.692, 21.239, 27.214, -6.975, -34.982, -21.519], "pitches": [0.139, 0.17, 0.253, 0.103, 0.247, 0.173, 0.266, 1.0, 0.218, 0.084, 0.057, 0.21], "start": 152.89202, "loudness_max_time": 0.0281, "loudness_start": -7.453, "duration": 0.319, "loudness_max": -3.832}, {"confidence": 1.0, "timbre": [50.62, 62.278, -18.736, 36.311, -6.177, -6.193, 30.413, 8.918, -24.106, 38.887, 6.195, 17.535], "pitches": [0.709, 0.465, 0.198, 0.199, 0.4, 0.388, 0.499, 0.503, 0.936, 0.935, 1.0, 0.12], "start": 153.21102, "loudness_max_time": 0.02669, "loudness_start": -21.94, "duration": 0.16118, "loudness_max": -3.459}, {"confidence": 0.208, "timbre": [46.628, 133.63, -47.572, -50.894, 11.604, -34.88, -23.537, 17.938, -24.728, 35.587, -15.284, -34.983], "pitches": [0.257, 0.717, 1.0, 0.165, 0.205, 0.216, 0.243, 0.11, 0.105, 0.131, 0.139, 0.214], "start": 153.3722, "loudness_max_time": 0.11346, "loudness_start": -16.2, "duration": 0.21057, "loudness_max": -10.638}, {"confidence": 0.89, "timbre": [51.285, 136.402, 119.049, -38.174, 52.607, 13.956, -44.968, 30.372, -29.088, -12.31, 15.75, -13.042], "pitches": [0.138, 0.181, 0.862, 0.125, 0.071, 0.093, 0.258, 1.0, 0.581, 0.207, 0.141, 0.554], "start": 153.58277, "loudness_max_time": 0.07625, "loudness_start": -17.245, "duration": 0.15075, "loudness_max": -4.63}, {"confidence": 0.442, "timbre": [51.792, 71.021, -65.503, 26.307, -19.201, -95.223, -8.443, 3.162, 7.535, 4.323, -24.666, 3.293], "pitches": [0.863, 0.581, 0.282, 0.271, 0.332, 0.333, 0.457, 0.464, 0.851, 0.84, 1.0, 0.044], "start": 153.73351, "loudness_max_time": 0.00485, "loudness_start": -8.774, "duration": 0.11791, "loudness_max": -1.06}, {"confidence": 0.152, "timbre": [47.859, 54.231, -28.194, -33.31, 6.67, -29.304, -12.203, -10.776, 21.427, 25.324, -11.956, -24.141], "pitches": [0.187, 0.394, 0.453, 0.375, 0.738, 0.738, 1.0, 0.998, 0.68, 0.681, 0.18, 0.005], "start": 153.85143, "loudness_max_time": 0.02739, "loudness_start": -13.83, "duration": 0.1239, "loudness_max": -10.928}, {"confidence": 0.722, "timbre": [52.578, 74.822, 25.734, -13.026, 31.72, -19.303, -3.903, -25.237, -11.193, 8.921, -5.584, -19.235], "pitches": [0.091, 0.251, 1.0, 0.134, 0.083, 0.072, 0.33, 0.607, 0.141, 0.157, 0.053, 0.459], "start": 153.97533, "loudness_max_time": 0.07854, "loudness_start": -14.401, "duration": 0.25746, "loudness_max": -5.783}, {"confidence": 0.306, "timbre": [48.807, 60.772, -75.475, 45.26, -38.427, -84.734, -16.263, 9.23, -4.949, -5.292, -34.488, 10.358], "pitches": [1.0, 0.541, 0.109, 0.048, 0.051, 0.162, 0.204, 0.108, 0.064, 0.026, 0.013, 0.36], "start": 154.23279, "loudness_max_time": 0.00776, "loudness_start": -9.962, "duration": 0.23215, "loudness_max": -3.481}, {"confidence": 0.978, "timbre": [50.375, 92.367, 12.987, -41.79, 12.505, 26.806, 41.17, -30.584, -13.756, 4.753, 19.421, -0.605], "pitches": [0.05, 0.433, 1.0, 0.231, 0.06, 0.047, 0.253, 0.062, 0.11, 0.959, 0.111, 0.029], "start": 154.46494, "loudness_max_time": 0.11608, "loudness_start": -20.053, "duration": 0.26694, "loudness_max": -5.749}, {"confidence": 0.523, "timbre": [53.095, 65.501, -24.034, -5.708, -24.017, -73.113, 1.47, -19.642, -7.815, 9.36, -15.395, -1.297], "pitches": [1.0, 0.896, 0.751, 0.101, 0.069, 0.157, 0.327, 0.123, 0.102, 0.459, 0.061, 0.304], "start": 154.73188, "loudness_max_time": 0.0078, "loudness_start": -10.925, "duration": 0.2498, "loudness_max": -2.384}, {"confidence": 0.313, "timbre": [51.546, 66.948, -4.797, -4.539, 15.987, -44.408, -5.17, -25.601, -23.285, 4.067, -12.178, 1.678], "pitches": [0.077, 0.51, 1.0, 0.347, 0.097, 0.043, 0.2, 0.043, 0.095, 0.502, 0.22, 0.545], "start": 154.98168, "loudness_max_time": 0.01255, "loudness_start": -10.774, "duration": 0.21474, "loudness_max": -6.77}, {"confidence": 0.545, "timbre": [50.289, 69.336, -61.1, 7.08, -23.56, -3.944, -21.156, 32.239, -18.146, -13.633, -25.212, -3.901], "pitches": [0.885, 0.567, 0.243, 0.212, 0.271, 0.26, 0.274, 0.258, 0.645, 0.653, 1.0, 0.146], "start": 155.19642, "loudness_max_time": 0.04499, "loudness_start": -10.81, "duration": 0.16644, "loudness_max": -4.162}, {"confidence": 0.319, "timbre": [45.212, 103.545, -101.881, -13.18, 30.038, -29.757, -0.768, 34.945, -44.433, 6.372, -37.819, -4.973], "pitches": [0.109, 0.396, 0.404, 0.366, 0.821, 0.82, 1.0, 0.999, 0.645, 0.654, 0.178, 0.007], "start": 155.36286, "loudness_max_time": 0.04968, "loudness_start": -16.511, "duration": 0.11977, "loudness_max": -11.434}, {"confidence": 0.5, "timbre": [46.341, 192.118, -9.032, -6.741, 15.182, -47.913, 3.001, -8.3, -27.781, 7.769, -13.146, -29.174], "pitches": [0.465, 0.932, 0.971, 0.921, 1.0, 0.902, 0.909, 0.911, 0.928, 0.923, 0.288, 0.307], "start": 155.48263, "loudness_max_time": 0.02946, "loudness_start": -21.618, "duration": 0.07932, "loudness_max": -11.637}, {"confidence": 0.806, "timbre": [49.43, 161.911, 80.771, -53.494, 8.781, 3.281, -8.122, -37.839, -46.252, 17.25, -35.551, -11.391], "pitches": [0.649, 0.418, 0.308, 0.313, 0.366, 0.634, 0.859, 0.95, 1.0, 0.838, 0.765, 0.731], "start": 155.56195, "loudness_max_time": 0.17867, "loudness_start": -15.417, "duration": 0.41506, "loudness_max": -0.939}, {"confidence": 0.664, "timbre": [50.801, 108.003, -1.796, -24.886, 10.901, 9.135, 6.99, -8.269, -5.516, 17.362, -31.404, -8.315], "pitches": [0.574, 0.38, 0.332, 0.364, 0.919, 0.703, 0.695, 1.0, 0.892, 0.695, 0.683, 0.805], "start": 155.97701, "loudness_max_time": 0.26212, "loudness_start": -14.801, "duration": 0.49909, "loudness_max": -3.667}, {"confidence": 0.78, "timbre": [51.225, 97.682, 0.432, -42.752, 15.591, -4.634, 26.505, -36.706, -14.992, 20.991, -6.901, -2.38], "pitches": [1.0, 0.319, 0.088, 0.031, 0.288, 0.05, 0.287, 0.929, 0.152, 0.023, 0.023, 0.503], "start": 156.4761, "loudness_max_time": 0.09195, "loudness_start": -15.802, "duration": 0.24726, "loudness_max": -5.78}, {"confidence": 0.531, "timbre": [52.962, 68.18, -35.501, 2.666, -12.476, -37.684, 1.347, -20.102, -4.617, 11.027, 5.072, -5.072], "pitches": [1.0, 0.451, 0.096, 0.056, 0.17, 0.152, 0.295, 0.388, 0.072, 0.022, 0.026, 0.484], "start": 156.72336, "loudness_max_time": 0.01765, "loudness_start": -12.84, "duration": 0.25193, "loudness_max": -2.699}, {"confidence": 0.757, "timbre": [53.369, 87.454, 16.578, 4.532, 12.282, 2.758, 10.87, -7.191, -11.183, 5.522, -12.077, -3.376], "pitches": [1.0, 0.332, 0.108, 0.041, 0.185, 0.074, 0.125, 0.584, 0.137, 0.033, 0.033, 0.423], "start": 156.97528, "loudness_max_time": 0.03121, "loudness_start": -12.875, "duration": 0.24658, "loudness_max": -4.041}, {"confidence": 0.591, "timbre": [54.081, 101.627, -33.861, -43.896, -30.686, -38.461, -39.486, 25.95, 7.277, 26.442, 15.218, -11.877], "pitches": [1.0, 0.726, 0.221, 0.198, 0.165, 0.16, 0.16, 0.197, 0.548, 0.55, 0.834, 0.11], "start": 157.22186, "loudness_max_time": 0.0185, "loudness_start": -10.309, "duration": 0.11741, "loudness_max": -3.319}, {"confidence": 0.221, "timbre": [53.37, 139.828, 2.522, 40.658, -23.101, -20.944, 4.828, -31.187, -2.202, 17.623, -41.942, -3.744], "pitches": [0.23, 0.285, 0.283, 0.269, 0.586, 0.586, 1.0, 1.0, 0.681, 0.69, 0.146, 0.062], "start": 157.33927, "loudness_max_time": 0.01688, "loudness_start": -6.625, "duration": 0.13678, "loudness_max": -3.336}, {"confidence": 0.75, "timbre": [53.205, 150.321, 106.618, 14.637, 50.87, -3.05, -2.369, 29.155, -33.77, -19.568, 10.304, -11.886], "pitches": [1.0, 0.167, 0.203, 0.105, 0.498, 0.048, 0.054, 0.779, 0.098, 0.064, 0.1, 0.27], "start": 157.47605, "loudness_max_time": 0.04825, "loudness_start": -13.998, "duration": 0.2571, "loudness_max": -3.112}, {"confidence": 0.536, "timbre": [55.266, 105.553, 8.557, -12.268, -15.97, -51.98, 9.413, 10.365, -13.359, 3.06, -11.053, 3.616], "pitches": [1.0, 0.696, 0.069, 0.039, 0.038, 0.129, 0.225, 0.087, 0.063, 0.079, 0.091, 0.333], "start": 157.73315, "loudness_max_time": 0.00588, "loudness_start": -9.717, "duration": 0.31297, "loudness_max": -2.286}, {"confidence": 0.27, "timbre": [54.036, 65.096, 72.751, 26.873, 27.961, -34.258, 28.202, -19.879, -3.565, 9.896, -10.624, -9.218], "pitches": [0.053, 0.093, 0.365, 0.052, 0.028, 0.032, 0.342, 1.0, 0.198, 0.092, 0.031, 0.296], "start": 158.04612, "loudness_max_time": 0.02887, "loudness_start": -8.363, "duration": 0.18635, "loudness_max": -4.314}, {"confidence": 0.248, "timbre": [49.728, 46.834, -54.517, 54.459, -28.537, -93.644, -9.141, 20.733, 10.937, -3.758, -28.459, -5.781], "pitches": [1.0, 0.599, 0.092, 0.039, 0.042, 0.141, 0.193, 0.109, 0.086, 0.024, 0.013, 0.331], "start": 158.23247, "loudness_max_time": 0.00757, "loudness_start": -8.809, "duration": 0.24322, "loudness_max": -2.353}, {"confidence": 0.937, "timbre": [50.93, 94.806, -1.035, -35.693, 5.394, -9.699, 19.033, -31.412, -24.82, 23.188, -1.182, 1.486], "pitches": [0.027, 0.42, 1.0, 0.198, 0.042, 0.029, 0.155, 0.042, 0.079, 0.647, 0.076, 0.021], "start": 158.47569, "loudness_max_time": 0.10207, "loudness_start": -20.801, "duration": 0.25569, "loudness_max": -6.534}, {"confidence": 0.541, "timbre": [53.409, 66.589, -20.699, -11.253, -16.256, -72.315, 11.405, -12.263, -16.873, 10.356, -9.412, 4.331], "pitches": [1.0, 0.739, 0.612, 0.152, 0.074, 0.142, 0.324, 0.114, 0.082, 0.463, 0.063, 0.294], "start": 158.73138, "loudness_max_time": 0.00829, "loudness_start": -12.091, "duration": 0.2556, "loudness_max": -2.64}, {"confidence": 0.365, "timbre": [52.143, 63.911, 12.981, 14.763, 35.54, -26.135, 29.9, -5.964, -23.56, 23.46, -20.4, 14.7], "pitches": [0.072, 0.504, 1.0, 0.358, 0.113, 0.063, 0.173, 0.271, 0.177, 0.498, 0.168, 0.103], "start": 158.98698, "loudness_max_time": 0.04074, "loudness_start": -9.829, "duration": 0.19093, "loudness_max": -5.159}, {"confidence": 0.723, "timbre": [52.491, 72.29, 3.8, -37.587, -6.481, 4.282, 30.547, -1.116, -14.278, -17.979, -18.267, 11.684], "pitches": [1.0, 0.688, 0.243, 0.168, 0.283, 0.263, 0.381, 0.324, 0.61, 0.681, 0.785, 0.57], "start": 159.17791, "loudness_max_time": 0.06115, "loudness_start": -11.897, "duration": 0.12485, "loudness_max": -3.149}, {"confidence": 0.231, "timbre": [54.126, 107.381, 33.191, 33.244, -20.92, -36.93, 64.191, 1.165, -16.598, 0.197, -8.967, 36.212], "pitches": [0.293, 0.241, 0.22, 0.216, 0.262, 0.286, 1.0, 0.997, 0.673, 0.684, 0.115, 0.01], "start": 159.30277, "loudness_max_time": 0.02796, "loudness_start": -8.296, "duration": 0.1605, "loudness_max": -2.455}, {"confidence": 0.342, "timbre": [51.589, 124.535, 56.558, 0.596, 46.04, -10.74, -18.061, -8.203, -16.26, -23.612, -10.112, -7.216], "pitches": [0.327, 0.323, 0.141, 0.042, 0.289, 0.054, 0.025, 0.069, 0.107, 1.0, 0.114, 0.094], "start": 159.46327, "loudness_max_time": 0.05339, "loudness_start": -10.224, "duration": 0.26041, "loudness_max": -6.013}, {"confidence": 0.815, "timbre": [55.039, 115.138, -1.735, 12.951, -32.36, -32.135, -8.619, 11.495, 4.783, 7.387, 12.385, -21.304], "pitches": [1.0, 0.61, 0.105, 0.091, 0.106, 0.174, 0.242, 0.168, 0.103, 0.075, 0.029, 0.363], "start": 159.72367, "loudness_max_time": 0.01926, "loudness_start": -10.598, "duration": 0.26209, "loudness_max": -1.141}, {"confidence": 0.505, "timbre": [52.326, 124.557, 69.441, -14.069, 19.611, -12.582, -12.839, -6.945, -20.833, 7.586, 0.385, -22.173], "pitches": [0.19, 0.185, 0.483, 0.189, 0.18, 0.365, 0.576, 1.0, 0.261, 0.134, 0.141, 0.38], "start": 159.98576, "loudness_max_time": 0.05373, "loudness_start": -13.657, "duration": 0.24948, "loudness_max": -5.651}, {"confidence": 0.463, "timbre": [53.046, 75.303, -31.602, 1.377, -1.793, -68.37, -1.994, 16.632, -0.128, 4.605, -27.951, -9.108], "pitches": [0.728, 0.137, 0.076, 0.069, 0.172, 0.148, 0.547, 1.0, 0.314, 0.07, 0.037, 0.138], "start": 160.23524, "loudness_max_time": 0.00567, "loudness_start": -7.895, "duration": 0.49034, "loudness_max": -3.105}, {"confidence": 0.808, "timbre": [53.329, 81.298, -20.573, 10.981, 1.163, -29.034, -2.743, -2.444, -13.77, 6.338, 15.327, 0.211], "pitches": [0.124, 0.102, 0.09, 0.091, 0.138, 0.159, 0.601, 1.0, 0.389, 0.099, 0.054, 0.061], "start": 160.72558, "loudness_max_time": 0.01483, "loudness_start": -12.984, "duration": 0.46181, "loudness_max": -2.512}, {"confidence": 0.758, "timbre": [49.568, 74.187, 0.34, 20.308, 18.405, -6.187, 12.598, -24.093, -7.44, 23.599, -54.191, 6.05], "pitches": [1.0, 0.516, 0.218, 0.172, 0.164, 0.305, 0.444, 0.256, 0.103, 0.06, 0.087, 0.694], "start": 161.18739, "loudness_max_time": 0.05159, "loudness_start": -14.12, "duration": 0.28785, "loudness_max": -4.218}, {"confidence": 0.971, "timbre": [48.583, 145.215, -15.544, 2.481, 27.338, 3.464, -45.497, -3.047, -16.458, 12.564, -2.283, -15.107], "pitches": [0.142, 0.335, 0.495, 0.384, 1.0, 0.658, 0.784, 0.747, 0.639, 0.611, 0.321, 0.076], "start": 161.47524, "loudness_max_time": 0.03863, "loudness_start": -23.322, "duration": 0.1356, "loudness_max": -7.33}, {"confidence": 0.741, "timbre": [50.669, 163.393, 151.146, 24.039, 84.241, -4.1, 38.487, -11.287, -32.741, -6.036, 4.09, 35.754], "pitches": [0.174, 0.287, 1.0, 0.161, 0.086, 0.116, 0.23, 0.62, 0.127, 0.108, 0.13, 0.389], "start": 161.61084, "loudness_max_time": 0.05178, "loudness_start": -17.059, "duration": 0.12132, "loudness_max": -7.811}, {"confidence": 0.516, "timbre": [51.781, 86.268, -65.193, 15.618, -26.154, -83.013, -5.486, 5.521, -9.747, 0.822, -23.101, 8.998], "pitches": [0.714, 0.492, 0.262, 0.262, 0.4, 0.391, 0.549, 0.557, 0.938, 0.929, 1.0, 0.038], "start": 161.73215, "loudness_max_time": 0.00568, "loudness_start": -10.294, "duration": 0.12916, "loudness_max": -2.247}, {"confidence": 0.445, "timbre": [47.643, 26.602, -21.379, 72.838, -18.112, -55.982, 15.122, -0.417, -24.098, 4.696, -13.354, 6.503], "pitches": [0.109, 0.373, 0.355, 0.346, 0.807, 0.806, 0.995, 1.0, 0.638, 0.637, 0.164, 0.008], "start": 161.86132, "loudness_max_time": 0.0231, "loudness_start": -14.323, "duration": 0.1215, "loudness_max": -6.522}, {"confidence": 0.983, "timbre": [53.166, 83.25, 34.65, -14.748, 32.973, -22.797, 11.677, -21.591, -12.537, 28.395, -7.599, -17.763], "pitches": [0.148, 0.2, 1.0, 0.293, 0.137, 0.185, 0.539, 0.826, 0.25, 0.241, 0.074, 0.554], "start": 161.98281, "loudness_max_time": 0.04312, "loudness_start": -19.896, "duration": 0.20889, "loudness_max": -5.385}, {"confidence": 0.45, "timbre": [53.845, 46.543, 24.274, -1.749, 7.782, -24.68, 21.349, 29.633, 21.77, -5.933, -4.296, -1.271], "pitches": [0.986, 0.549, 0.456, 0.275, 0.292, 0.517, 0.674, 0.501, 0.244, 0.136, 0.132, 1.0], "start": 162.1917, "loudness_max_time": 0.04824, "loudness_start": -7.634, "duration": 0.2088, "loudness_max": -2.171}, {"confidence": 0.288, "timbre": [52.239, 87.144, 26.709, -41.485, 12.896, -26.438, 9.648, -11.729, 25.124, 9.92, -18.772, -7.578], "pitches": [0.056, 0.262, 1.0, 0.148, 0.075, 0.056, 0.227, 0.066, 0.134, 0.752, 0.107, 0.05], "start": 162.4005, "loudness_max_time": 0.21298, "loudness_start": -9.596, "duration": 0.33134, "loudness_max": -5.237}, {"confidence": 0.453, "timbre": [53.106, 67.349, -27.429, -1.334, -22.008, -70.054, 4.15, -17.34, -9.729, 8.128, -13.821, -1.207], "pitches": [1.0, 0.741, 0.536, 0.167, 0.066, 0.157, 0.329, 0.122, 0.112, 0.459, 0.069, 0.309], "start": 162.73184, "loudness_max_time": 0.00907, "loudness_start": -10.115, "duration": 0.24889, "loudness_max": -2.476}, {"confidence": 0.022, "timbre": [50.4, 82.376, -4.826, -10.891, 22.577, -52.19, 14.021, -17.971, -23.898, 10.097, -11.906, -8.885], "pitches": [0.192, 1.0, 0.24, 0.108, 0.218, 0.165, 0.438, 0.269, 0.224, 0.638, 0.223, 0.026], "start": 162.98073, "loudness_max_time": 0.00747, "loudness_start": -11.151, "duration": 0.15215, "loudness_max": -8.085}, {"confidence": 0.251, "timbre": [51.193, 119.327, -11.396, -49.325, 35.267, -40.885, -4.355, -1.19, -0.937, -14.359, 9.068, 0.904], "pitches": [0.526, 1.0, 0.28, 0.104, 0.105, 0.064, 0.207, 0.072, 0.102, 0.417, 0.213, 0.049], "start": 163.13288, "loudness_max_time": 0.02366, "loudness_start": -11.221, "duration": 0.10354, "loudness_max": -8.401}, {"confidence": 0.38, "timbre": [51.453, 44.531, -0.974, -7.679, -29.296, -80.458, 22.415, -1.769, -13.995, 23.509, -12.337, 2.769], "pitches": [1.0, 0.657, 0.071, 0.087, 0.043, 0.118, 0.194, 0.072, 0.043, 0.045, 0.023, 0.345], "start": 163.23642, "loudness_max_time": 0.00432, "loudness_start": -9.034, "duration": 0.24939, "loudness_max": -4.157}, {"confidence": 0.024, "timbre": [47.194, 173.486, -23.335, 30.844, 45.868, -68.899, -61.915, 50.577, -16.167, -8.392, -1.222, -25.243], "pitches": [0.722, 0.734, 1.0, 0.329, 0.715, 0.196, 0.202, 0.189, 0.267, 0.526, 0.408, 0.631], "start": 163.4858, "loudness_max_time": 0.00456, "loudness_start": -12.97, "duration": 0.24385, "loudness_max": -8.24}, {"confidence": 1.0, "timbre": [54.852, 102.291, -10.609, -19.687, -15.347, -60.129, 1.372, 10.524, 7.694, 22.151, -10.74, -2.363], "pitches": [1.0, 0.405, 0.182, 0.136, 0.161, 0.342, 0.39, 0.239, 0.132, 0.105, 0.128, 0.657], "start": 163.72966, "loudness_max_time": 0.0105, "loudness_start": -18.665, "duration": 0.19533, "loudness_max": -1.818}, {"confidence": 0.221, "timbre": [53.894, 171.048, 45.592, 5.011, -11.56, -32.985, 5.832, -7.318, 13.004, 15.782, -13.922, -3.704], "pitches": [0.21, 0.561, 0.573, 0.581, 1.0, 0.988, 0.852, 0.83, 0.308, 0.31, 0.045, 0.108], "start": 163.92499, "loudness_max_time": 0.01844, "loudness_start": -7.963, "duration": 0.13542, "loudness_max": -4.992}, {"confidence": 0.487, "timbre": [53.423, 118.316, 13.458, 68.366, 3.211, -13.954, -14.519, -0.453, 12.738, 14.058, -63.282, -8.186], "pitches": [0.625, 0.341, 0.317, 0.275, 0.565, 0.748, 0.8, 0.922, 1.0, 0.818, 0.737, 0.76], "start": 164.06041, "loudness_max_time": 0.02221, "loudness_start": -7.685, "duration": 0.40449, "loudness_max": -2.909}, {"confidence": 1.0, "timbre": [52.812, 100.954, 21.469, -48.13, 8.202, 33.914, 16.204, -28.049, -8.02, 9.269, 13.324, -8.097], "pitches": [1.0, 0.31, 0.122, 0.039, 0.288, 0.067, 0.283, 0.827, 0.159, 0.034, 0.028, 0.461], "start": 164.4649, "loudness_max_time": 0.1617, "loudness_start": -19.557, "duration": 0.24608, "loudness_max": -3.389}, {"confidence": 0.172, "timbre": [53.549, 62.604, -24.363, 4.749, -3.166, -32.336, 3.604, -19.902, 13.486, -1.921, 6.011, -9.893], "pitches": [1.0, 0.337, 0.09, 0.073, 0.163, 0.143, 0.274, 0.331, 0.071, 0.027, 0.034, 0.29], "start": 164.71098, "loudness_max_time": 0.0288, "loudness_start": -7.676, "duration": 0.26571, "loudness_max": -2.189}, {"confidence": 0.693, "timbre": [53.362, 89.141, 11.315, -6.59, 24.119, -5.928, 1.176, 0.686, -11.943, 16.501, -28.904, -1.782], "pitches": [1.0, 0.296, 0.099, 0.046, 0.181, 0.054, 0.146, 0.727, 0.135, 0.033, 0.031, 0.433], "start": 164.97669, "loudness_max_time": 0.1062, "loudness_start": -12.105, "duration": 0.25655, "loudness_max": -3.498}, {"confidence": 0.572, "timbre": [53.405, 115.858, -35.614, -45.105, -49.398, -56.781, -45.439, 23.308, 10.316, 7.317, -9.015, -18.811], "pitches": [0.882, 0.588, 0.262, 0.254, 0.318, 0.315, 0.413, 0.434, 0.808, 0.82, 1.0, 0.064], "start": 165.23324, "loudness_max_time": 0.00641, "loudness_start": -11.482, "duration": 0.11873, "loudness_max": -3.957}, {"confidence": 0.298, "timbre": [53.179, 143.156, 5.579, 22.544, -21.189, -13.226, -2.379, -22.424, -2.635, 8.837, -48.895, -6.097], "pitches": [0.144, 0.33, 0.32, 0.314, 0.736, 0.734, 1.0, 0.995, 0.634, 0.649, 0.148, 0.056], "start": 165.35197, "loudness_max_time": 0.07306, "loudness_start": -7.839, "duration": 0.13084, "loudness_max": -4.447}, {"confidence": 0.667, "timbre": [51.615, 166.759, 95.857, 5.246, 51.019, -10.194, -1.681, 19.45, -28.7, -16.088, -7.898, -8.836], "pitches": [1.0, 0.192, 0.256, 0.1, 0.46, 0.057, 0.087, 0.714, 0.088, 0.093, 0.152, 0.3], "start": 165.48281, "loudness_max_time": 0.0745, "loudness_start": -14.822, "duration": 0.24966, "loudness_max": -4.272}, {"confidence": 0.764, "timbre": [55.296, 106.135, -3.237, -17.783, -0.137, -54.315, 8.136, 13.501, -1.818, -8.775, -17.28, 7.779], "pitches": [1.0, 0.708, 0.088, 0.042, 0.053, 0.126, 0.261, 0.084, 0.069, 0.095, 0.106, 0.273], "start": 165.73247, "loudness_max_time": 0.00622, "loudness_start": -12.387, "duration": 0.32458, "loudness_max": -1.896}, {"confidence": 0.254, "timbre": [53.441, 51.518, 57.286, 18.572, 22.427, -29.7, 10.865, -8.599, -7.405, 5.897, -14.687, -4.231], "pitches": [0.026, 0.032, 0.154, 0.016, 0.296, 0.295, 0.803, 1.0, 0.424, 0.43, 0.024, 0.121], "start": 166.05705, "loudness_max_time": 0.03366, "loudness_start": -8.043, "duration": 0.17347, "loudness_max": -4.634}, {"confidence": 0.365, "timbre": [50.242, 38.895, -49.855, 48.508, -17.923, -81.435, -3.091, 9.718, 4.047, 8.292, -35.191, 0.997], "pitches": [1.0, 0.584, 0.119, 0.052, 0.074, 0.185, 0.224, 0.275, 0.122, 0.047, 0.033, 0.394], "start": 166.23052, "loudness_max_time": 0.01054, "loudness_start": -8.804, "duration": 0.23442, "loudness_max": -2.802}, {"confidence": 0.931, "timbre": [49.791, 94.874, 1.088, -54.505, 8.965, 31.224, 27.797, -35.537, -17.007, 2.791, 16.175, 0.837], "pitches": [0.041, 0.295, 0.993, 0.186, 0.066, 0.046, 0.219, 0.074, 0.128, 1.0, 0.128, 0.032], "start": 166.46494, "loudness_max_time": 0.11684, "loudness_start": -19.767, "duration": 0.26612, "loudness_max": -6.606}, {"confidence": 0.585, "timbre": [53.57, 72.479, -21.457, -8.434, -19.935, -71.574, 10.916, -13.73, -12.754, 13.424, -11.141, 6.255], "pitches": [1.0, 0.997, 0.778, 0.284, 0.073, 0.167, 0.342, 0.137, 0.098, 0.462, 0.067, 0.32], "start": 166.73107, "loudness_max_time": 0.00865, "loudness_start": -11.649, "duration": 0.24957, "loudness_max": -2.41}, {"confidence": 0.419, "timbre": [52.177, 62.879, 2.725, 8.688, 32.228, -19.553, 29.78, -6.36, -22.404, 17.231, -29.977, 6.703], "pitches": [0.062, 0.546, 1.0, 0.351, 0.084, 0.041, 0.107, 0.179, 0.117, 0.331, 0.102, 0.033], "start": 166.98063, "loudness_max_time": 0.04985, "loudness_start": -9.233, "duration": 0.20295, "loudness_max": -4.952}, {"confidence": 0.895, "timbre": [54.129, 99.883, 50.202, -40.002, -15.772, 4.304, 42.5, 26.829, -28.036, -14.385, -18.374, 3.74], "pitches": [1.0, 0.551, 0.225, 0.158, 0.188, 0.364, 0.465, 0.338, 0.127, 0.108, 0.143, 0.585], "start": 167.18358, "loudness_max_time": 0.06536, "loudness_start": -12.768, "duration": 0.30222, "loudness_max": 0.072}, {"confidence": 0.378, "timbre": [54.655, 88.612, -5.46, -11.341, -28.455, -46.892, -3.303, -17.072, -10.913, -2.788, -14.353, -14.26], "pitches": [1.0, 0.374, 0.12, 0.076, 0.148, 0.266, 0.324, 0.224, 0.122, 0.191, 0.063, 0.57], "start": 167.4858, "loudness_max_time": 0.00525, "loudness_start": -7.779, "duration": 0.18989, "loudness_max": -3.336}, {"confidence": 0.723, "timbre": [55.358, 88.593, 36.834, -34.576, -2.327, -14.997, 8.599, 21.299, -0.886, -5.633, -22.733, -12.616], "pitches": [1.0, 0.549, 0.41, 0.303, 0.276, 0.454, 0.315, 0.467, 0.351, 0.226, 0.185, 0.459], "start": 167.67569, "loudness_max_time": 0.08921, "loudness_start": -7.404, "duration": 0.30907, "loudness_max": 0.542}, {"confidence": 0.202, "timbre": [54.325, 96.795, -10.184, -28.612, -31.374, -42.493, 13.615, -2.717, -23.452, 6.951, -14.611, -15.434], "pitches": [1.0, 0.75, 0.206, 0.196, 0.131, 0.112, 0.223, 0.253, 0.575, 0.563, 0.827, 0.08], "start": 167.98476, "loudness_max_time": 0.00759, "loudness_start": -9.39, "duration": 0.09692, "loudness_max": -4.831}, {"confidence": 0.214, "timbre": [55.061, 98.744, 16.068, -12.186, -26.831, -27.465, 5.6, 11.312, -8.81, 10.154, -6.971, -29.879], "pitches": [0.402, 0.107, 0.09, 0.158, 0.231, 0.136, 0.441, 1.0, 0.398, 0.34, 0.241, 0.198], "start": 168.08168, "loudness_max_time": 0.20285, "loudness_start": -6.571, "duration": 0.59392, "loudness_max": -2.969}, {"confidence": 0.703, "timbre": [53.75, 111.88, 54.604, -21.597, -10.611, -12.523, 4.419, 16.536, -6.02, 7.366, -8.391, -15.445], "pitches": [0.2, 0.134, 0.129, 0.121, 0.167, 0.152, 0.63, 1.0, 0.531, 0.22, 0.165, 0.151], "start": 168.6756, "loudness_max_time": 0.06586, "loudness_start": -8.617, "duration": 0.50485, "loudness_max": -0.415}, {"confidence": 0.761, "timbre": [52.75, 158.302, 75.384, -17.023, -3.08, -3.745, 8.103, -13.029, -2.418, 19.659, -14.326, -11.155], "pitches": [1.0, 0.568, 0.227, 0.177, 0.226, 0.327, 0.489, 0.32, 0.14, 0.147, 0.179, 0.682], "start": 169.18045, "loudness_max_time": 0.08018, "loudness_start": -10.915, "duration": 0.29052, "loudness_max": -2.683}, {"confidence": 0.32, "timbre": [52.871, 132.009, 43.7, 13.898, 43.719, -11.647, -44.649, -0.901, -13.958, -5.613, -19.411, -4.282], "pitches": [0.06, 0.164, 0.104, 0.064, 0.148, 0.093, 0.46, 1.0, 0.179, 0.046, 0.112, 0.243], "start": 169.47098, "loudness_max_time": 0.05696, "loudness_start": -8.433, "duration": 0.26109, "loudness_max": -4.839}, {"confidence": 0.81, "timbre": [54.469, 80.941, -16.991, -13.955, -9.576, -62.828, -3.63, -8.828, -14.021, 8.543, -6.474, 7.826], "pitches": [1.0, 0.647, 0.127, 0.047, 0.06, 0.143, 0.206, 0.336, 0.086, 0.04, 0.029, 0.323], "start": 169.73206, "loudness_max_time": 0.00845, "loudness_start": -13.482, "duration": 0.24998, "loudness_max": -2.414}, {"confidence": 0.303, "timbre": [54.066, 81.062, 48.148, -0.997, 20.453, -26.831, 17.83, -12.247, -10.274, 5.769, -14.928, 5.205], "pitches": [0.485, 0.343, 0.456, 0.276, 0.367, 0.603, 0.607, 1.0, 0.52, 0.566, 0.637, 0.707], "start": 169.98204, "loudness_max_time": 0.25789, "loudness_start": -8.254, "duration": 0.46177, "loudness_max": -2.376}, {"confidence": 0.758, "timbre": [51.541, 64.832, 40.607, -51.059, 18.244, 2.405, 35.467, -14.663, 1.499, -19.603, -15.262, 0.781], "pitches": [0.051, 0.357, 1.0, 0.194, 0.098, 0.06, 0.2, 0.07, 0.107, 0.806, 0.099, 0.033], "start": 170.44381, "loudness_max_time": 0.07168, "loudness_start": -12.904, "duration": 0.28567, "loudness_max": -4.553}, {"confidence": 0.53, "timbre": [54.056, 75.794, -21.273, -1.837, -17.274, -67.785, 1.16, 2.857, -15.16, 13.215, -8.713, -5.464], "pitches": [1.0, 0.789, 0.828, 0.15, 0.11, 0.249, 0.411, 0.169, 0.114, 0.387, 0.076, 0.479], "start": 170.72948, "loudness_max_time": 0.01118, "loudness_start": -9.668, "duration": 0.21814, "loudness_max": -1.988}, {"confidence": 0.031, "timbre": [51.971, 85.799, -0.7, -31.304, 28.251, -35.223, 16.762, -4.514, -14.654, -12.909, -10.568, 2.046], "pitches": [0.103, 0.446, 1.0, 0.206, 0.068, 0.033, 0.172, 0.066, 0.076, 0.6, 0.087, 0.059], "start": 170.94762, "loudness_max_time": 0.21251, "loudness_start": -9.045, "duration": 0.28209, "loudness_max": -6.819}, {"confidence": 0.663, "timbre": [55.018, 71.627, -5.895, -20.555, -7.461, -34.075, 19.719, 2.977, -7.204, 14.119, -12.85, 16.364], "pitches": [0.909, 0.596, 0.273, 0.268, 0.301, 0.287, 0.38, 0.438, 0.813, 0.787, 1.0, 0.093], "start": 171.22971, "loudness_max_time": 0.05713, "loudness_start": -10.413, "duration": 0.11973, "loudness_max": -3.084}, {"confidence": 0.271, "timbre": [54.108, 96.618, 61.904, 21.412, 49.469, -19.225, 21.354, 21.718, 14.333, -6.557, -12.229, 21.53], "pitches": [0.362, 0.243, 0.129, 0.086, 0.805, 0.105, 0.141, 0.158, 0.117, 1.0, 0.128, 0.843], "start": 171.34943, "loudness_max_time": 0.03917, "loudness_start": -7.344, "duration": 0.36204, "loudness_max": -2.903}, {"confidence": 0.942, "timbre": [55.33, 98.468, 26.231, 11.288, 2.875, -14.553, 33.769, 5.623, -4.239, 39.62, 29.875, 0.298], "pitches": [1.0, 0.542, 0.25, 0.172, 0.135, 0.296, 0.387, 0.341, 0.123, 0.05, 0.076, 0.602], "start": 171.71147, "loudness_max_time": 0.02888, "loudness_start": -13.301, "duration": 0.24354, "loudness_max": -0.788}, {"confidence": 0.212, "timbre": [54.482, 72.35, 66.194, 15.912, 28.782, -26.061, 25.494, 6.389, -8.361, -1.63, -13.903, 12.055], "pitches": [0.158, 0.188, 0.377, 0.272, 0.466, 0.164, 0.365, 1.0, 0.151, 0.14, 0.139, 0.63], "start": 171.95501, "loudness_max_time": 0.03866, "loudness_start": -7.333, "duration": 0.2737, "loudness_max": -3.739}, {"confidence": 0.346, "timbre": [52.578, 74.901, -20.27, 7.376, -30.092, -63.095, 3.024, 9.593, -2.061, 9.503, -2.438, -12.056], "pitches": [1.0, 0.578, 0.111, 0.077, 0.12, 0.152, 0.232, 0.175, 0.066, 0.037, 0.027, 0.397], "start": 172.22871, "loudness_max_time": 0.01008, "loudness_start": -9.785, "duration": 0.2429, "loudness_max": -3.692}, {"confidence": 0.532, "timbre": [53.072, 79.393, 9.432, -21.92, 14.179, -18.238, 6.953, -17.204, -17.499, 14.404, -8.839, -4.659], "pitches": [1.0, 0.403, 0.482, 0.085, 0.307, 0.076, 0.338, 0.987, 0.133, 0.033, 0.026, 0.465], "start": 172.47161, "loudness_max_time": 0.14906, "loudness_start": -10.538, "duration": 0.26168, "loudness_max": -5.074}, {"confidence": 0.517, "timbre": [54.579, 67.739, -19.301, -17.606, 8.962, -71.222, 6.459, -6.222, -2.789, 13.168, -14.603, -14.399], "pitches": [1.0, 0.505, 0.135, 0.048, 0.157, 0.122, 0.267, 0.409, 0.077, 0.023, 0.026, 0.46], "start": 172.73329, "loudness_max_time": 0.00817, "loudness_start": -9.696, "duration": 0.23819, "loudness_max": -2.33}, {"confidence": 0.089, "timbre": [53.768, 113.129, 7.431, -24.164, 3.786, -31.971, -11.532, 0.756, -15.379, 5.426, -6.786, -29.298], "pitches": [1.0, 0.588, 0.232, 0.088, 0.221, 0.061, 0.14, 0.401, 0.114, 0.03, 0.044, 0.426], "start": 172.97147, "loudness_max_time": 0.03209, "loudness_start": -7.922, "duration": 0.19732, "loudness_max": -5.148}, {"confidence": 0.468, "timbre": [53.322, 125.668, 48.254, -31.969, -15.457, -19.992, 0.522, -8.83, -17.283, 13.952, -8.492, -20.97], "pitches": [0.213, 0.121, 0.101, 0.122, 0.202, 0.146, 0.62, 1.0, 0.535, 0.264, 0.154, 0.134], "start": 173.1688, "loudness_max_time": 0.1283, "loudness_start": -8.432, "duration": 0.52825, "loudness_max": -2.929}, {"confidence": 0.889, "timbre": [55.426, 109.701, 31.895, 3.136, 6.149, -2.44, 7.098, 10.901, -4.126, 12.286, 22.481, -5.266], "pitches": [1.0, 0.477, 0.317, 0.214, 0.192, 0.391, 0.493, 0.35, 0.169, 0.102, 0.109, 0.747], "start": 173.69705, "loudness_max_time": 0.04068, "loudness_start": -12.663, "duration": 0.24295, "loudness_max": -0.314}, {"confidence": 0.262, "timbre": [54.612, 87.734, 75.313, 20.814, 17.413, -17.058, 29.802, -8.842, -4.167, 7.226, -29.873, 4.025], "pitches": [0.103, 0.117, 0.798, 0.076, 0.072, 0.062, 0.216, 1.0, 0.106, 0.105, 0.044, 0.339], "start": 173.94, "loudness_max_time": 0.06509, "loudness_start": -6.835, "duration": 0.29093, "loudness_max": -3.114}, {"confidence": 0.319, "timbre": [51.494, 45.051, -23.678, 8.077, -23.1, -81.527, -4.373, -7.766, -3.718, 10.654, -11.835, -12.868], "pitches": [1.0, 0.552, 0.23, 0.096, 0.107, 0.178, 0.192, 0.141, 0.078, 0.032, 0.019, 0.379], "start": 174.23093, "loudness_max_time": 0.00905, "loudness_start": -9.176, "duration": 0.23193, "loudness_max": -3.333}, {"confidence": 0.781, "timbre": [53.28, 56.485, 18.897, -10.211, 14.398, -6.995, 18.407, -16.021, -17.815, -11.46, 6.795, 5.1], "pitches": [0.023, 0.298, 1.0, 0.159, 0.047, 0.029, 0.144, 0.046, 0.06, 0.42, 0.053, 0.015], "start": 174.46286, "loudness_max_time": 0.03449, "loudness_start": -12.57, "duration": 0.26145, "loudness_max": -4.555}, {"confidence": 0.493, "timbre": [53.831, 74.391, -25.447, -5.891, 6.283, -51.671, 3.249, -0.354, -14.898, 5.424, 4.836, -5.865], "pitches": [0.143, 0.242, 0.628, 0.136, 0.165, 0.184, 0.724, 1.0, 0.417, 0.448, 0.074, 0.056], "start": 174.72431, "loudness_max_time": 0.01446, "loudness_start": -9.834, "duration": 0.49365, "loudness_max": -2.172}, {"confidence": 0.747, "timbre": [54.812, 80.395, -4.301, -14.046, 3.098, -20.009, 29.137, 8.798, -7.104, 16.92, 26.141, 7.543], "pitches": [0.476, 0.217, 0.094, 0.092, 0.415, 0.407, 0.691, 0.71, 1.0, 0.995, 0.799, 0.065], "start": 175.21796, "loudness_max_time": 0.05173, "loudness_start": -10.36, "duration": 0.17347, "loudness_max": -2.698}, {"confidence": 0.243, "timbre": [53.657, 114.512, 43.78, 55.033, 60.142, -26.571, -0.923, 21.644, -0.017, -5.818, -23.312, 19.389], "pitches": [0.357, 0.166, 0.175, 0.102, 0.346, 0.253, 0.493, 0.427, 0.595, 0.878, 0.167, 1.0], "start": 175.39143, "loudness_max_time": 0.04659, "loudness_start": -6.481, "duration": 0.33147, "loudness_max": -2.46}, {"confidence": 0.943, "timbre": [55.117, 88.606, -0.044, -4.124, 6.483, -31.268, 22.196, -3.221, -13.374, 38.378, 24.185, 9.95], "pitches": [1.0, 0.506, 0.15, 0.126, 0.167, 0.253, 0.338, 0.27, 0.144, 0.189, 0.067, 0.505], "start": 175.7229, "loudness_max_time": 0.01924, "loudness_start": -14.316, "duration": 0.23211, "loudness_max": -1.486}, {"confidence": 0.052, "timbre": [52.643, 91.972, 55.954, 39.118, 49.572, -33.657, 0.995, -3.844, -11.646, -4.342, -21.071, 25.017], "pitches": [0.357, 0.2, 0.214, 0.139, 0.369, 0.165, 0.207, 0.226, 0.155, 1.0, 0.169, 0.16], "start": 175.95501, "loudness_max_time": 0.03535, "loudness_start": -8.198, "duration": 0.25542, "loudness_max": -4.723}, {"confidence": 0.934, "timbre": [55.434, 85.486, 14.105, 3.39, 8.889, 8.147, 23.676, 8.277, -2.248, 7.801, 21.944, -7.422], "pitches": [1.0, 0.552, 0.182, 0.107, 0.185, 0.194, 0.36, 0.545, 0.087, 0.042, 0.045, 0.503], "start": 176.21043, "loudness_max_time": 0.03383, "loudness_start": -12.89, "duration": 0.27878, "loudness_max": -0.835}, {"confidence": 0.312, "timbre": [53.648, 81.976, 8.141, 2.465, 25.368, -30.871, 1.895, 10.993, -2.641, 18.942, -9.055, -6.431], "pitches": [1.0, 0.359, 0.087, 0.035, 0.144, 0.042, 0.091, 0.474, 0.119, 0.026, 0.021, 0.382], "start": 176.48921, "loudness_max_time": 0.03485, "loudness_start": -8.357, "duration": 0.24408, "loudness_max": -3.892}, {"confidence": 0.697, "timbre": [55.852, 72.76, 4.501, -3.463, 2.034, -49.669, 35.479, 6.028, 1.393, 16.395, -20.236, 15.483], "pitches": [0.379, 0.18, 0.085, 0.076, 0.426, 0.413, 0.744, 0.775, 0.968, 1.0, 0.705, 0.025], "start": 176.73329, "loudness_max_time": 0.05899, "loudness_start": -10.247, "duration": 0.15551, "loudness_max": -1.976}, {"confidence": 0.143, "timbre": [54.568, 167.12, 64.723, 7.248, 11.072, -34.11, -9.817, 11.502, 5.233, -0.77, 1.821, -3.045], "pitches": [0.858, 0.69, 0.287, 0.08, 0.414, 0.187, 0.66, 0.598, 0.245, 1.0, 0.463, 0.323], "start": 176.8888, "loudness_max_time": 0.01994, "loudness_start": -6.89, "duration": 0.30277, "loudness_max": -3.202}, {"confidence": 0.703, "timbre": [53.452, 154.095, 46.144, -20.454, 3.424, -3.255, -9.11, -4.656, -19.553, 37.834, -11.05, 14.447], "pitches": [1.0, 0.697, 0.183, 0.142, 0.169, 0.251, 0.387, 0.226, 0.107, 0.129, 0.116, 0.473], "start": 177.19156, "loudness_max_time": 0.04865, "loudness_start": -10.514, "duration": 0.31324, "loudness_max": -3.07}, {"confidence": 0.027, "timbre": [52.78, 90.209, 61.391, 11.684, 58.131, -43.837, -36.639, 11.426, -24.773, -3.416, -16.283, -2.293], "pitches": [0.05, 0.099, 0.093, 0.049, 0.118, 0.103, 0.491, 1.0, 0.126, 0.053, 0.043, 0.103], "start": 177.50481, "loudness_max_time": 0.00821, "loudness_start": -7.566, "duration": 0.22073, "loudness_max": -4.996}, {"confidence": 0.775, "timbre": [55.373, 93.985, -17.758, -3.952, -18.204, -34.815, 14.155, -1.923, -14.478, 22.972, 1.164, 14.478], "pitches": [1.0, 0.868, 0.13, 0.131, 0.043, 0.06, 0.143, 0.18, 0.486, 0.466, 0.707, 0.139], "start": 177.72553, "loudness_max_time": 0.02144, "loudness_start": -12.383, "duration": 0.09633, "loudness_max": -1.758}, {"confidence": 0.153, "timbre": [55.336, 151.174, -4.425, -15.223, 8.706, -29.324, -0.981, -5.937, -9.803, -3.819, -5.199, 20.221], "pitches": [0.264, 0.209, 0.23, 0.195, 0.328, 0.331, 0.941, 1.0, 0.627, 0.625, 0.099, 0.017], "start": 177.82186, "loudness_max_time": 0.04585, "loudness_start": -7.256, "duration": 0.15338, "loudness_max": -2.651}, {"confidence": 0.027, "timbre": [54.442, 107.572, 61.179, 11.049, 17.513, -38.353, 24.051, 14.114, -7.284, 8.729, -3.813, -3.072], "pitches": [0.139, 0.135, 0.257, 0.168, 0.486, 0.454, 0.941, 1.0, 0.867, 0.883, 0.481, 0.139], "start": 177.97524, "loudness_max_time": 0.02248, "loudness_start": -7.215, "duration": 0.11007, "loudness_max": -3.597}, {"confidence": 0.294, "timbre": [54.225, 85.51, 48.556, 31.161, -0.683, -19.212, 20.123, 2.28, -14.602, 14.895, -40.22, 13.909], "pitches": [0.507, 0.337, 0.348, 0.208, 0.304, 0.621, 0.809, 0.813, 1.0, 0.654, 0.62, 0.652], "start": 178.08531, "loudness_max_time": 0.15263, "loudness_start": -7.118, "duration": 0.38141, "loudness_max": -1.491}, {"confidence": 0.818, "timbre": [53.722, 79.152, 36.378, -10.511, 27.762, 2.141, 28.378, -0.651, -7.216, 12.722, 6.707, -0.049], "pitches": [0.037, 0.278, 1.0, 0.171, 0.074, 0.038, 0.154, 0.077, 0.08, 0.864, 0.099, 0.03], "start": 178.46671, "loudness_max_time": 0.04492, "loudness_start": -12.855, "duration": 0.26884, "loudness_max": -3.978}, {"confidence": 0.369, "timbre": [54.125, 74.781, -18.788, -8.626, 4.846, -75.338, 3.104, 5.242, -11.326, 3.929, -18.071, -9.332], "pitches": [0.143, 0.209, 0.558, 0.134, 0.155, 0.184, 0.732, 1.0, 0.427, 0.421, 0.059, 0.051], "start": 178.73556, "loudness_max_time": 0.00477, "loudness_start": -7.497, "duration": 0.45955, "loudness_max": -1.885}, {"confidence": 0.824, "timbre": [53.412, 91.313, 38.462, -38.066, 28.095, -0.567, 17.386, 16.779, -11.515, -3.506, -0.779, 9.016], "pitches": [0.163, 0.099, 0.089, 0.109, 0.184, 0.145, 0.617, 1.0, 0.495, 0.227, 0.103, 0.144], "start": 179.1951, "loudness_max_time": 0.06322, "loudness_start": -11.484, "duration": 0.49247, "loudness_max": -2.009}, {"confidence": 0.963, "timbre": [53.384, 112.87, 54.161, -34.325, 23.068, 26.812, 13.325, 4.893, -11.129, 3.532, -6.366, -11.19], "pitches": [0.151, 0.164, 0.195, 0.07, 0.307, 0.267, 0.634, 1.0, 0.457, 0.166, 0.125, 0.128], "start": 179.68757, "loudness_max_time": 0.05227, "loudness_start": -12.965, "duration": 0.5458, "loudness_max": 0.116}, {"confidence": 0.363, "timbre": [53.147, 72.317, -10.393, -2.222, -31.179, -64.332, 0.151, 10.252, 11.082, 23.749, -14.833, -22.917], "pitches": [1.0, 0.355, 0.177, 0.178, 0.19, 0.247, 0.373, 0.383, 0.1, 0.053, 0.049, 0.679], "start": 180.23338, "loudness_max_time": 0.01591, "loudness_start": -10.17, "duration": 0.18766, "loudness_max": -3.381}, {"confidence": 0.407, "timbre": [53.098, 94.787, 38.066, -37.515, 2.926, -26.854, 11.175, -13.266, 14.011, 14.234, -17.464, -22.64], "pitches": [1.0, 0.658, 0.77, 0.154, 0.316, 0.088, 0.379, 0.661, 0.167, 0.066, 0.07, 0.555], "start": 180.42104, "loudness_max_time": 0.15069, "loudness_start": -8.773, "duration": 0.22363, "loudness_max": -4.481}, {"confidence": 0.232, "timbre": [55.509, 63.661, 5.994, -18.327, 5.048, -26.866, -9.569, 6.593, 15.291, -3.909, -8.126, 0.353], "pitches": [1.0, 0.681, 0.581, 0.345, 0.252, 0.317, 0.495, 0.512, 0.317, 0.243, 0.27, 0.969], "start": 180.64467, "loudness_max_time": 0.09406, "loudness_start": -6.278, "duration": 0.20585, "loudness_max": -2.373}, {"confidence": 0.097, "timbre": [54.169, 86.319, -8.859, -16.318, 32.091, -43.083, 19.656, 14.213, -7.116, 7.029, -13.695, 4.974], "pitches": [0.381, 0.436, 0.27, 0.259, 0.585, 0.552, 0.822, 1.0, 0.55, 0.505, 0.135, 0.044], "start": 180.85052, "loudness_max_time": 0.02117, "loudness_start": -7.663, "duration": 0.1258, "loudness_max": -4.686}, {"confidence": 0.154, "timbre": [53.504, 103.859, 12.443, -31.188, -14.57, -18.368, -29.466, -25.213, -22.398, 10.783, -3.24, -9.444], "pitches": [1.0, 0.526, 0.556, 0.135, 0.208, 0.068, 0.145, 0.427, 0.116, 0.028, 0.032, 0.435], "start": 180.97633, "loudness_max_time": 0.03765, "loudness_start": -8.457, "duration": 0.24971, "loudness_max": -5.482}, {"confidence": 0.365, "timbre": [55.159, 72.643, 45.582, -9.34, 1.3, -46.263, -10.992, 22.494, -6.66, 20.061, 13.996, -26.504], "pitches": [0.163, 0.117, 0.086, 0.092, 0.184, 0.182, 0.687, 1.0, 0.405, 0.236, 0.061, 0.049], "start": 181.22603, "loudness_max_time": 0.01416, "loudness_start": -7.647, "duration": 0.49918, "loudness_max": -2.602}, {"confidence": 0.812, "timbre": [56.287, 84.304, 14.861, 10.062, 4.121, -39.189, 20.107, 7.831, 9.547, 22.89, 11.041, -11.373], "pitches": [1.0, 0.636, 0.222, 0.093, 0.069, 0.167, 0.247, 0.247, 0.091, 0.045, 0.043, 0.384], "start": 181.72522, "loudness_max_time": 0.02374, "loudness_start": -10.476, "duration": 0.26109, "loudness_max": -0.556}, {"confidence": 0.006, "timbre": [53.965, 79.992, 63.007, 23.887, 22.446, -42.366, 12.289, -9.484, -4.212, 16.056, -19.333, -16.877], "pitches": [0.078, 0.12, 0.548, 0.068, 0.06, 0.05, 0.381, 1.0, 0.186, 0.122, 0.058, 0.373], "start": 181.9863, "loudness_max_time": 0.01974, "loudness_start": -6.761, "duration": 0.23234, "loudness_max": -3.988}, {"confidence": 0.378, "timbre": [52.02, 57.751, -21.593, 19.281, -23.062, -45.502, 2.439, -13.282, -4.053, 3.038, 12.95, -5.191], "pitches": [1.0, 0.582, 0.301, 0.126, 0.102, 0.197, 0.267, 0.184, 0.08, 0.053, 0.036, 0.415], "start": 182.21864, "loudness_max_time": 0.02018, "loudness_start": -9.326, "duration": 0.26141, "loudness_max": -3.189}, {"confidence": 0.698, "timbre": [53.352, 84.586, 31.614, -13.243, 5.324, -17.856, 7.424, -30.836, -35.575, 15.4, -12.34, 8.132], "pitches": [0.032, 0.254, 0.745, 0.168, 0.087, 0.037, 0.193, 0.061, 0.101, 1.0, 0.124, 0.029], "start": 182.48005, "loudness_max_time": 0.09656, "loudness_start": -12.504, "duration": 0.23166, "loudness_max": -4.846}, {"confidence": 0.5, "timbre": [53.753, 60.463, -14.78, 1.498, -12.274, -27.45, 12.139, -7.495, -11.466, -6.458, 19.295, -4.766], "pitches": [1.0, 0.698, 0.527, 0.346, 0.152, 0.29, 0.485, 0.241, 0.12, 0.373, 0.065, 0.554], "start": 182.7117, "loudness_max_time": 0.0269, "loudness_start": -9.208, "duration": 0.24508, "loudness_max": -2.088}, {"confidence": 0.502, "timbre": [52.2, 59.674, 6.895, -25.645, 26.308, -15.003, 19.141, -11.139, -18.835, -3.194, -28.368, -1.226], "pitches": [0.044, 0.497, 1.0, 0.292, 0.062, 0.04, 0.115, 0.202, 0.12, 0.488, 0.096, 0.082], "start": 182.95678, "loudness_max_time": 0.07379, "loudness_start": -9.336, "duration": 0.22544, "loudness_max": -3.894}, {"confidence": 0.885, "timbre": [54.511, 105.777, 55.674, -40.711, -8.972, 8.483, 44.896, 22.839, -27.858, -6.767, -19.099, 4.455], "pitches": [1.0, 0.56, 0.215, 0.151, 0.186, 0.374, 0.452, 0.326, 0.129, 0.116, 0.175, 0.607], "start": 183.18222, "loudness_max_time": 0.06508, "loudness_start": -12.018, "duration": 0.30794, "loudness_max": 0.054}, {"confidence": 0.108, "timbre": [54.381, 117.987, 95.398, 9.786, 48.258, -21.21, -35.452, -31.713, -17.472, -5.955, -10.195, -11.318], "pitches": [0.415, 0.234, 0.125, 0.061, 0.236, 0.052, 0.089, 0.269, 0.209, 1.0, 0.229, 0.767], "start": 183.49016, "loudness_max_time": 0.06882, "loudness_start": -7.635, "duration": 0.23206, "loudness_max": -4.332}, {"confidence": 0.736, "timbre": [57.653, 110.695, 33.631, 21.945, -16.668, -19.102, 5.614, 10.66, -0.189, 1.304, 9.83, -12.873], "pitches": [1.0, 0.668, 0.121, 0.1, 0.133, 0.2, 0.281, 0.247, 0.119, 0.178, 0.038, 0.341], "start": 183.72222, "loudness_max_time": 0.04118, "loudness_start": -6.57, "duration": 0.26689, "loudness_max": 0.952}, {"confidence": 0.246, "timbre": [50.523, 101.074, 42.102, 88.15, 34.885, -0.462, -33.827, -7.896, -26.745, -9.965, -62.834, -3.312], "pitches": [0.076, 0.133, 0.292, 0.147, 0.168, 0.146, 0.276, 1.0, 0.267, 0.402, 0.163, 0.299], "start": 183.98912, "loudness_max_time": 0.05215, "loudness_start": -8.752, "duration": 0.77805, "loudness_max": -4.257}, {"confidence": 0.079, "timbre": [37.174, -3.559, 33.787, 50.792, 41.602, -23.288, -52.589, -7.272, -10.313, -19.473, -11.155, 17.272], "pitches": [0.047, 0.236, 0.689, 0.228, 0.154, 0.07, 0.183, 1.0, 0.097, 0.25, 0.039, 0.196], "start": 184.76717, "loudness_max_time": 0.05651, "loudness_start": -22.274, "duration": 0.48635, "loudness_max": -18.983}, {"confidence": 0.247, "timbre": [31.041, -48.451, 73.371, 4.976, 34.921, -19.411, -41.521, 8.016, -24.488, -14.228, -2.166, 13.23], "pitches": [0.059, 0.133, 0.27, 0.242, 0.253, 0.178, 1.0, 0.956, 0.153, 0.343, 0.096, 0.106], "start": 185.25351, "loudness_max_time": 0.0445, "loudness_start": -30.084, "duration": 0.18059, "loudness_max": -27.06}, {"confidence": 0.369, "timbre": [29.208, -67.73, 80.873, -17.684, 37.516, -25.083, -25.522, 8.548, -29.895, -0.501, -3.508, 27.783], "pitches": [0.042, 0.23, 0.259, 0.147, 0.09, 0.043, 0.242, 1.0, 0.057, 0.229, 0.028, 0.056], "start": 185.4341, "loudness_max_time": 0.1243, "loudness_start": -32.493, "duration": 0.20395, "loudness_max": -28.633}, {"confidence": 0.214, "timbre": [28.747, -96.851, 44.586, -15.71, -0.797, -16.978, -25.334, -17.417, -35.87, -2.422, -1.041, 9.952], "pitches": [0.035, 0.352, 1.0, 0.087, 0.053, 0.04, 0.071, 0.237, 0.129, 0.124, 0.023, 0.037], "start": 185.63805, "loudness_max_time": 0.05426, "loudness_start": -33.434, "duration": 0.1278, "loudness_max": -30.014}, {"confidence": 0.583, "timbre": [30.014, -83.075, 6.46, 20.287, 26.92, -8.048, -24.262, -2.034, 9.941, -45.722, 0.26, 8.842], "pitches": [0.262, 0.791, 1.0, 0.575, 0.409, 0.102, 0.195, 0.18, 0.06, 0.226, 0.069, 0.171], "start": 185.76585, "loudness_max_time": 0.03505, "loudness_start": -32.387, "duration": 0.21533, "loudness_max": -26.072}, {"confidence": 0.479, "timbre": [25.571, -98.41, 51.44, -15.611, 49.555, -15.792, -53.741, 32.013, -14.613, -25.752, -7.039, 9.65], "pitches": [0.042, 0.174, 0.259, 0.189, 0.153, 0.131, 0.558, 1.0, 0.091, 0.237, 0.041, 0.151], "start": 185.98118, "loudness_max_time": 0.07565, "loudness_start": -35.336, "duration": 0.18417, "loudness_max": -29.894}, {"confidence": 0.814, "timbre": [25.305, -98.938, 65.145, -54.379, 41.102, -7.13, -32.624, -4.528, -37.416, 3.123, -11.005, 7.152], "pitches": [0.247, 1.0, 0.722, 0.312, 0.128, 0.036, 0.262, 0.926, 0.108, 0.163, 0.102, 0.174], "start": 186.16535, "loudness_max_time": 0.14071, "loudness_start": -38.855, "duration": 0.33819, "loudness_max": -26.308}, {"confidence": 0.563, "timbre": [25.166, -114.283, 16.157, -1.783, 36.896, -13.131, -19.36, 11.813, -14.808, -37.048, -4.654, 11.668], "pitches": [0.191, 0.715, 1.0, 0.411, 0.284, 0.105, 0.338, 0.417, 0.074, 0.192, 0.032, 0.241], "start": 186.50354, "loudness_max_time": 0.05239, "loudness_start": -36.986, "duration": 0.20821, "loudness_max": -31.061}, {"confidence": 0.85, "timbre": [26.478, -135.186, 30.913, -35.565, 58.324, -0.411, -47.137, 51.365, -16.663, -20.641, -22.538, -2.718], "pitches": [0.101, 0.383, 0.33, 0.251, 0.176, 0.113, 1.0, 0.776, 0.106, 0.158, 0.029, 0.041], "start": 186.71175, "loudness_max_time": 0.09482, "loudness_start": -36.237, "duration": 0.27261, "loudness_max": -24.92}, {"confidence": 0.601, "timbre": [22.534, -85.522, 58.336, -31.348, 37.219, -10.013, -0.91, 1.526, -27.228, -10.76, -12.808, 3.048], "pitches": [0.195, 1.0, 0.46, 0.117, 0.076, 0.07, 0.16, 0.112, 0.033, 0.158, 0.034, 0.126], "start": 186.98435, "loudness_max_time": 0.08359, "loudness_start": -40.876, "duration": 0.26231, "loudness_max": -34.846}, {"confidence": 0.886, "timbre": [28.025, -125.771, -14.47, -3.198, 43.35, 26.363, -65.307, 41.651, 1.166, -35.188, -32.317, -2.878], "pitches": [0.269, 0.559, 0.295, 0.292, 0.199, 0.251, 1.0, 0.173, 0.062, 0.054, 0.035, 0.07], "start": 187.24667, "loudness_max_time": 0.06551, "loudness_start": -35.393, "duration": 0.2429, "loudness_max": -24.2}, {"confidence": 0.447, "timbre": [21.342, -87.963, 7.32, -26.318, 46.045, -11.819, -46.233, 38.816, -14.579, -27.315, -7.439, -10.031], "pitches": [0.473, 1.0, 0.705, 0.266, 0.132, 0.153, 0.497, 0.17, 0.161, 0.184, 0.077, 0.196], "start": 187.48957, "loudness_max_time": 0.12615, "loudness_start": -40.688, "duration": 0.2385, "loudness_max": -35.674}, {"confidence": 1.0, "timbre": [22.943, -88.586, 27.535, -96.578, 61.646, 27.019, -34.353, 24.72, -22.64, 6.974, -23.071, 5.992], "pitches": [0.482, 0.408, 0.138, 0.098, 0.164, 0.91, 1.0, 0.104, 0.087, 0.05, 0.131, 0.167], "start": 187.72807, "loudness_max_time": 0.10599, "loudness_start": -44.238, "duration": 0.25406, "loudness_max": -25.489}, {"confidence": 0.613, "timbre": [21.264, -151.941, -32.241, -65.72, 63.941, -16.848, -30.948, 24.59, -32.196, -6.179, -9.664, -0.274], "pitches": [1.0, 0.444, 0.17, 0.067, 0.084, 0.967, 0.561, 0.084, 0.082, 0.066, 0.092, 0.124], "start": 187.98213, "loudness_max_time": 0.12237, "loudness_start": -41.768, "duration": 0.31569, "loudness_max": -33.907}, {"confidence": 0.859, "timbre": [23.943, -119.209, -18.066, -62.163, 36.7, 3.102, -31.561, 37.047, -11.725, -19.524, -31.466, -0.784], "pitches": [0.797, 1.0, 0.374, 0.131, 0.481, 0.367, 0.077, 0.072, 0.039, 0.159, 0.17, 0.733], "start": 188.29782, "loudness_max_time": 0.088, "loudness_start": -39.309, "duration": 0.2649, "loudness_max": -27.768}, {"confidence": 0.687, "timbre": [19.913, -125.796, -26.914, -44.026, 58.772, -9.452, -43.602, 37.068, -38.147, -7.261, -11.105, -1.885], "pitches": [0.12, 0.161, 0.054, 0.155, 1.0, 0.203, 0.061, 0.046, 0.035, 0.069, 0.056, 0.236], "start": 188.56272, "loudness_max_time": 0.1013, "loudness_start": -43.909, "duration": 0.29773, "loudness_max": -34.916}, {"confidence": 0.807, "timbre": [21.911, -133.426, -50.515, -73.855, 35.614, 7.324, -33.094, 21.204, -23.882, -4.101, -33.937, -3.504], "pitches": [0.415, 0.175, 0.031, 0.068, 0.083, 0.046, 0.056, 0.034, 0.086, 0.235, 1.0, 0.269], "start": 188.86045, "loudness_max_time": 0.15229, "loudness_start": -42.828, "duration": 0.3239, "loudness_max": -29.649}, {"confidence": 0.636, "timbre": [18.957, -117.608, -52.59, -57.971, 42.245, -17.191, -33.302, 31.321, -29.499, -12.442, -15.794, -3.708], "pitches": [0.304, 0.308, 1.0, 0.525, 0.077, 0.041, 0.028, 0.091, 0.081, 0.662, 0.246, 0.188], "start": 189.18435, "loudness_max_time": 0.09111, "loudness_start": -43.351, "duration": 0.26603, "loudness_max": -35.539}, {"confidence": 0.647, "timbre": [17.693, -146.318, -71.478, -92.825, 72.598, -28.743, -16.677, -16.475, -40.446, 6.672, 1.354, -4.473], "pitches": [0.194, 0.558, 1.0, 0.177, 0.139, 0.082, 0.013, 0.013, 0.024, 0.068, 0.026, 0.019], "start": 189.45039, "loudness_max_time": 0.05347, "loudness_start": -46.414, "duration": 0.08231, "loudness_max": -41.284}, {"confidence": 0.744, "timbre": [20.289, -122.681, -59.45, -28.153, 39.024, -5.367, -38.778, 52.233, -20.134, -22.525, -43.624, 5.532], "pitches": [0.276, 1.0, 0.23, 0.112, 0.101, 0.067, 0.105, 0.145, 0.526, 0.115, 0.122, 0.128], "start": 189.5327, "loudness_max_time": 0.07861, "loudness_start": -40.818, "duration": 0.31351, "loudness_max": -32.624}, {"confidence": 0.64, "timbre": [15.87, -93.64, -76.133, -70.911, 36.942, -21.142, -8.239, 9.769, -34.822, -0.291, -26.947, -5.21], "pitches": [0.294, 0.066, 0.041, 0.037, 0.109, 0.19, 1.0, 0.349, 0.272, 0.088, 0.084, 0.16], "start": 189.84621, "loudness_max_time": 0.11847, "loudness_start": -46.493, "duration": 0.39687, "loudness_max": -38.305}, {"confidence": 0.587, "timbre": [17.224, -139.7, -122.786, -43.164, 55.408, -30.781, -21.771, 61.473, -18.986, -5.266, -27.263, 3.886], "pitches": [0.088, 0.055, 0.077, 0.364, 1.0, 0.195, 0.413, 0.274, 0.242, 0.926, 0.51, 0.151], "start": 190.24308, "loudness_max_time": 0.17449, "loudness_start": -43.938, "duration": 0.5434, "loudness_max": -34.91}, {"confidence": 0.366, "timbre": [11.772, -18.651, -42.418, 2.003, 40.873, -33.951, 1.839, 43.189, -52.872, -13.172, -15.638, 6.254], "pitches": [0.326, 1.0, 0.515, 0.523, 0.237, 0.445, 0.357, 0.178, 0.152, 0.086, 0.092, 0.164], "start": 190.78649, "loudness_max_time": 0.02515, "loudness_start": -48.892, "duration": 0.26503, "loudness_max": -45.505}, {"confidence": 0.34, "timbre": [8.119, -7.632, -135.593, -102.043, 31.576, -45.976, -18.884, -14.142, -14.814, 14.929, -10.161, -10.749], "pitches": [1.0, 0.306, 0.105, 0.168, 0.356, 0.511, 0.111, 0.007, 0.017, 0.018, 0.023, 0.806], "start": 191.05152, "loudness_max_time": 0.05111, "loudness_start": -54.073, "duration": 0.09447, "loudness_max": -51.705}, {"confidence": 0.3, "timbre": [11.027, -65.65, -148.496, -113.289, 46.972, -50.564, -11.185, -19.708, -1.416, 17.146, -8.485, -5.749], "pitches": [0.168, 0.109, 0.129, 1.0, 0.752, 0.084, 0.021, 0.018, 0.008, 0.014, 0.059, 0.061], "start": 191.14599, "loudness_max_time": 0.1458, "loudness_start": -51.14, "duration": 0.17651, "loudness_max": -47.18}, {"confidence": 0.377, "timbre": [9.261, -13.063, -130.064, 5.189, 39.126, -69.535, -18.083, 105.296, -1.786, -26.067, 1.931, -9.003], "pitches": [1.0, 0.746, 0.567, 0.63, 0.761, 0.453, 0.588, 0.631, 0.305, 0.916, 0.517, 0.537], "loudness_end": -60.0, "start": 191.32249, "loudness_max_time": 0.16605, "loudness_start": -47.394, "duration": 2.12295, "loudness_max": -43.263}], "beats": [{"duration": 0.49897, "start": 0.76559, "confidence": 0.948}, {"duration": 0.49979, "start": 1.26456, "confidence": 0.907}, {"duration": 0.50214, "start": 1.76435, "confidence": 0.912}, {"duration": 0.49866, "start": 2.26649, "confidence": 0.912}, {"duration": 0.49687, "start": 2.76515, "confidence": 0.915}, {"duration": 0.49598, "start": 3.26202, "confidence": 0.92}, {"duration": 0.49553, "start": 3.75799, "confidence": 0.908}, {"duration": 0.49955, "start": 4.25352, "confidence": 0.938}, {"duration": 0.49821, "start": 4.75307, "confidence": 0.956}, {"duration": 0.4991, "start": 5.25128, "confidence": 0.889}, {"duration": 0.50177, "start": 5.75038, "confidence": 0.75}, {"duration": 0.49999, "start": 6.25215, "confidence": 0.716}, {"duration": 0.4982, "start": 6.75214, "confidence": 0.815}, {"duration": 0.50043, "start": 7.25034, "confidence": 0.806}, {"duration": 0.49686, "start": 7.75077, "confidence": 0.695}, {"duration": 0.49776, "start": 8.24763, "confidence": 0.651}, {"duration": 0.49866, "start": 8.74538, "confidence": 0.636}, {"duration": 0.49733, "start": 9.24404, "confidence": 0.721}, {"duration": 0.5018, "start": 9.74137, "confidence": 0.539}, {"duration": 0.50583, "start": 10.24318, "confidence": 0.537}, {"duration": 0.50048, "start": 10.74901, "confidence": 0.735}, {"duration": 0.50227, "start": 11.24949, "confidence": 0.766}, {"duration": 0.50093, "start": 11.75176, "confidence": 0.656}, {"duration": 0.50093, "start": 12.2527, "confidence": 0.517}, {"duration": 0.50272, "start": 12.75363, "confidence": 0.622}, {"duration": 0.49959, "start": 13.25635, "confidence": 0.712}, {"duration": 0.49646, "start": 13.75594, "confidence": 0.622}, {"duration": 0.49646, "start": 14.2524, "confidence": 0.647}, {"duration": 0.49914, "start": 14.74886, "confidence": 0.721}, {"duration": 0.50137, "start": 15.248, "confidence": 0.68}, {"duration": 0.49646, "start": 15.74937, "confidence": 0.516}, {"duration": 0.49691, "start": 16.24584, "confidence": 0.623}, {"duration": 0.50183, "start": 16.74275, "confidence": 0.616}, {"duration": 0.50362, "start": 17.24458, "confidence": 0.522}, {"duration": 0.50496, "start": 17.74819, "confidence": 0.718}, {"duration": 0.49916, "start": 18.25315, "confidence": 0.77}, {"duration": 0.49649, "start": 18.75231, "confidence": 0.858}, {"duration": 0.50095, "start": 19.2488, "confidence": 0.789}, {"duration": 0.50006, "start": 19.74975, "confidence": 0.652}, {"duration": 0.49961, "start": 20.2498, "confidence": 0.432}, {"duration": 0.49916, "start": 20.74941, "confidence": 0.68}, {"duration": 0.50183, "start": 21.24857, "confidence": 0.791}, {"duration": 0.50049, "start": 21.7504, "confidence": 0.701}, {"duration": 0.50139, "start": 22.2509, "confidence": 0.788}, {"duration": 0.50005, "start": 22.75228, "confidence": 0.759}, {"duration": 0.50005, "start": 23.25233, "confidence": 0.767}, {"duration": 0.49782, "start": 23.75238, "confidence": 0.656}, {"duration": 0.49916, "start": 24.25019, "confidence": 0.639}, {"duration": 0.4996, "start": 24.74935, "confidence": 0.605}, {"duration": 0.50228, "start": 25.24895, "confidence": 0.567}, {"duration": 0.50496, "start": 25.75123, "confidence": 0.514}, {"duration": 0.5005, "start": 26.25619, "confidence": 0.689}, {"duration": 0.49737, "start": 26.75668, "confidence": 0.687}, {"duration": 0.49916, "start": 27.25405, "confidence": 0.712}, {"duration": 0.49782, "start": 27.75321, "confidence": 0.567}, {"duration": 0.49782, "start": 28.25103, "confidence": 0.467}, {"duration": 0.49871, "start": 28.74885, "confidence": 0.438}, {"duration": 0.49559, "start": 29.24756, "confidence": 0.658}, {"duration": 0.49872, "start": 29.74316, "confidence": 0.577}, {"duration": 0.50586, "start": 30.24187, "confidence": 0.504}, {"duration": 0.50452, "start": 30.74773, "confidence": 0.674}, {"duration": 0.50408, "start": 31.25226, "confidence": 0.579}, {"duration": 0.50318, "start": 31.75634, "confidence": 0.479}, {"duration": 0.5005, "start": 32.25952, "confidence": 0.348}, {"duration": 0.50095, "start": 32.76002, "confidence": 0.511}, {"duration": 0.50139, "start": 33.26097, "confidence": 0.604}, {"duration": 0.49603, "start": 33.76236, "confidence": 0.609}, {"duration": 0.49558, "start": 34.25838, "confidence": 0.411}, {"duration": 0.49736, "start": 34.75396, "confidence": 0.565}, {"duration": 0.49558, "start": 35.25132, "confidence": 0.555}, {"duration": 0.4987, "start": 35.7469, "confidence": 0.549}, {"duration": 0.49871, "start": 36.24561, "confidence": 0.465}, {"duration": 0.5005, "start": 36.74431, "confidence": 0.54}, {"duration": 0.5005, "start": 37.24481, "confidence": 0.654}, {"duration": 0.50139, "start": 37.74531, "confidence": 0.698}, {"duration": 0.49916, "start": 38.2467, "confidence": 0.568}, {"duration": 0.50183, "start": 38.74586, "confidence": 0.686}, {"duration": 0.4996, "start": 39.24769, "confidence": 0.601}, {"duration": 0.50138, "start": 39.74729, "confidence": 0.792}, {"duration": 0.50048, "start": 40.24867, "confidence": 0.617}, {"duration": 0.50048, "start": 40.74915, "confidence": 0.705}, {"duration": 0.50048, "start": 41.24964, "confidence": 0.633}, {"duration": 0.50049, "start": 41.75012, "confidence": 0.712}, {"duration": 0.4996, "start": 42.2506, "confidence": 0.588}, {"duration": 0.49827, "start": 42.7502, "confidence": 0.692}, {"duration": 0.49783, "start": 43.24847, "confidence": 0.696}, {"duration": 0.49784, "start": 43.7463, "confidence": 0.631}, {"duration": 0.49965, "start": 44.24415, "confidence": 0.47}, {"duration": 0.50012, "start": 44.7438, "confidence": 0.439}, {"duration": 0.49925, "start": 45.24392, "confidence": 0.606}, {"duration": 0.5006, "start": 45.74316, "confidence": 0.524}, {"duration": 0.50509, "start": 46.24376, "confidence": 0.517}, {"duration": 0.50288, "start": 46.74886, "confidence": 0.567}, {"duration": 0.50291, "start": 47.25174, "confidence": 0.516}, {"duration": 0.50248, "start": 47.75465, "confidence": 0.436}, {"duration": 0.49982, "start": 48.25713, "confidence": 0.284}, {"duration": 0.50117, "start": 48.75695, "confidence": 0.435}, {"duration": 0.49984, "start": 49.25812, "confidence": 0.54}, {"duration": 0.49672, "start": 49.75796, "confidence": 0.584}, {"duration": 0.49717, "start": 50.25468, "confidence": 0.408}, {"duration": 0.49807, "start": 50.75186, "confidence": 0.491}, {"duration": 0.49718, "start": 51.24993, "confidence": 0.5}, {"duration": 0.5003, "start": 51.7471, "confidence": 0.552}, {"duration": 0.5012, "start": 52.2474, "confidence": 0.45}, {"duration": 0.49986, "start": 52.7486, "confidence": 0.449}, {"duration": 0.49941, "start": 53.24846, "confidence": 0.476}, {"duration": 0.5012, "start": 53.74788, "confidence": 0.57}, {"duration": 0.49762, "start": 54.24908, "confidence": 0.631}, {"duration": 0.50164, "start": 54.7467, "confidence": 0.54}, {"duration": 0.50074, "start": 55.24834, "confidence": 0.413}, {"duration": 0.50207, "start": 55.74908, "confidence": 0.592}, {"duration": 0.50071, "start": 56.25115, "confidence": 0.449}, {"duration": 0.5007, "start": 56.75186, "confidence": 0.545}, {"duration": 0.49891, "start": 57.25257, "confidence": 0.552}, {"duration": 0.50202, "start": 57.75147, "confidence": 0.559}, {"duration": 0.50067, "start": 58.25349, "confidence": 0.382}, {"duration": 0.50111, "start": 58.75416, "confidence": 0.507}, {"duration": 0.49886, "start": 59.25527, "confidence": 0.604}, {"duration": 0.50109, "start": 59.75413, "confidence": 0.593}, {"duration": 0.50109, "start": 60.25522, "confidence": 0.395}, {"duration": 0.50153, "start": 60.75631, "confidence": 0.562}, {"duration": 0.50109, "start": 61.25784, "confidence": 0.725}, {"duration": 0.49886, "start": 61.75893, "confidence": 0.78}, {"duration": 0.49752, "start": 62.25779, "confidence": 0.805}, {"duration": 0.49619, "start": 62.75531, "confidence": 0.79}, {"duration": 0.49485, "start": 63.2515, "confidence": 0.722}, {"duration": 0.49708, "start": 63.74635, "confidence": 0.624}, {"duration": 0.49797, "start": 64.24343, "confidence": 0.493}, {"duration": 0.49887, "start": 64.74141, "confidence": 0.735}, {"duration": 0.49842, "start": 65.24027, "confidence": 0.862}, {"duration": 0.49797, "start": 65.73869, "confidence": 0.915}, {"duration": 0.50153, "start": 66.23666, "confidence": 0.925}, {"duration": 0.50198, "start": 66.73819, "confidence": 0.928}, {"duration": 0.50018, "start": 67.24017, "confidence": 0.924}, {"duration": 0.50107, "start": 67.74035, "confidence": 0.922}, {"duration": 0.50107, "start": 68.24142, "confidence": 0.893}, {"duration": 0.50151, "start": 68.74249, "confidence": 0.915}, {"duration": 0.50286, "start": 69.244, "confidence": 0.874}, {"duration": 0.49929, "start": 69.74686, "confidence": 0.829}, {"duration": 0.50242, "start": 70.24615, "confidence": 0.756}, {"duration": 0.50242, "start": 70.74857, "confidence": 0.868}, {"duration": 0.50019, "start": 71.25099, "confidence": 0.872}, {"duration": 0.4993, "start": 71.75118, "confidence": 0.835}, {"duration": 0.49885, "start": 72.25048, "confidence": 0.676}, {"duration": 0.49706, "start": 72.74934, "confidence": 0.852}, {"duration": 0.49973, "start": 73.2464, "confidence": 0.801}, {"duration": 0.49839, "start": 73.74613, "confidence": 0.779}, {"duration": 0.49928, "start": 74.24451, "confidence": 0.754}, {"duration": 0.5015, "start": 74.74379, "confidence": 0.799}, {"duration": 0.50061, "start": 75.24529, "confidence": 0.796}, {"duration": 0.50105, "start": 75.7459, "confidence": 0.722}, {"duration": 0.50149, "start": 76.24695, "confidence": 0.666}, {"duration": 0.5006, "start": 76.74844, "confidence": 0.744}, {"duration": 0.5006, "start": 77.24904, "confidence": 0.688}, {"duration": 0.49836, "start": 77.74963, "confidence": 0.645}, {"duration": 0.49926, "start": 78.248, "confidence": 0.682}, {"duration": 0.49792, "start": 78.74725, "confidence": 0.878}, {"duration": 0.49881, "start": 79.24517, "confidence": 0.877}, {"duration": 0.5006, "start": 79.74399, "confidence": 0.81}, {"duration": 0.50194, "start": 80.24459, "confidence": 0.672}, {"duration": 0.50104, "start": 80.74652, "confidence": 0.773}, {"duration": 0.50327, "start": 81.24757, "confidence": 0.819}, {"duration": 0.49836, "start": 81.75084, "confidence": 0.761}, {"duration": 0.50104, "start": 82.2492, "confidence": 0.783}, {"duration": 0.50059, "start": 82.75024, "confidence": 0.765}, {"duration": 0.50014, "start": 83.25083, "confidence": 0.762}, {"duration": 0.49746, "start": 83.75097, "confidence": 0.677}, {"duration": 0.50014, "start": 84.24844, "confidence": 0.659}, {"duration": 0.49924, "start": 84.74857, "confidence": 0.626}, {"duration": 0.50102, "start": 85.24781, "confidence": 0.578}, {"duration": 0.50012, "start": 85.74883, "confidence": 0.578}, {"duration": 0.49923, "start": 86.24896, "confidence": 0.724}, {"duration": 0.497, "start": 86.74819, "confidence": 0.717}, {"duration": 0.49923, "start": 87.24519, "confidence": 0.697}, {"duration": 0.49789, "start": 87.74441, "confidence": 0.538}, {"duration": 0.49833, "start": 88.2423, "confidence": 0.477}, {"duration": 0.50101, "start": 88.74063, "confidence": 0.429}, {"duration": 0.50057, "start": 89.24164, "confidence": 0.654}, {"duration": 0.49968, "start": 89.74221, "confidence": 0.571}, {"duration": 0.50594, "start": 90.24189, "confidence": 0.526}, {"duration": 0.50416, "start": 90.74783, "confidence": 0.684}, {"duration": 0.50327, "start": 91.25199, "confidence": 0.597}, {"duration": 0.50328, "start": 91.75526, "confidence": 0.483}, {"duration": 0.5024, "start": 92.25854, "confidence": 0.349}, {"duration": 0.50152, "start": 92.76094, "confidence": 0.498}, {"duration": 0.50109, "start": 93.26246, "confidence": 0.605}, {"duration": 0.49619, "start": 93.76355, "confidence": 0.603}, {"duration": 0.49977, "start": 94.25973, "confidence": 0.395}, {"duration": 0.498, "start": 94.75951, "confidence": 0.572}, {"duration": 0.49533, "start": 95.2575, "confidence": 0.554}, {"duration": 0.49667, "start": 95.75283, "confidence": 0.561}, {"duration": 0.49623, "start": 96.2495, "confidence": 0.466}, {"duration": 0.5007, "start": 96.74573, "confidence": 0.539}, {"duration": 0.50025, "start": 97.24643, "confidence": 0.655}, {"duration": 0.49802, "start": 97.74668, "confidence": 0.699}, {"duration": 0.50025, "start": 98.2447, "confidence": 0.573}, {"duration": 0.50293, "start": 98.74495, "confidence": 0.69}, {"duration": 0.50025, "start": 99.24789, "confidence": 0.601}, {"duration": 0.50337, "start": 99.74813, "confidence": 0.793}, {"duration": 0.50202, "start": 100.2515, "confidence": 0.621}, {"duration": 0.50068, "start": 100.75353, "confidence": 0.704}, {"duration": 0.50067, "start": 101.2542, "confidence": 0.639}, {"duration": 0.49931, "start": 101.75487, "confidence": 0.712}, {"duration": 0.4984, "start": 102.25418, "confidence": 0.583}, {"duration": 0.4975, "start": 102.75259, "confidence": 0.686}, {"duration": 0.49793, "start": 103.25009, "confidence": 0.685}, {"duration": 0.49613, "start": 103.74802, "confidence": 0.628}, {"duration": 0.4988, "start": 104.24415, "confidence": 0.465}, {"duration": 0.49968, "start": 104.74295, "confidence": 0.435}, {"duration": 0.49967, "start": 105.24263, "confidence": 0.596}, {"duration": 0.50056, "start": 105.7423, "confidence": 0.503}, {"duration": 0.50502, "start": 106.24287, "confidence": 0.497}, {"duration": 0.50279, "start": 106.74789, "confidence": 0.555}, {"duration": 0.50235, "start": 107.25068, "confidence": 0.506}, {"duration": 0.50324, "start": 107.75303, "confidence": 0.425}, {"duration": 0.49968, "start": 108.25627, "confidence": 0.286}, {"duration": 0.50104, "start": 108.75596, "confidence": 0.411}, {"duration": 0.49927, "start": 109.25699, "confidence": 0.535}, {"duration": 0.49661, "start": 109.75626, "confidence": 0.58}, {"duration": 0.49932, "start": 110.25288, "confidence": 0.415}, {"duration": 0.49891, "start": 110.7522, "confidence": 0.484}, {"duration": 0.49715, "start": 111.25111, "confidence": 0.5}, {"duration": 0.50074, "start": 111.74825, "confidence": 0.557}, {"duration": 0.5012, "start": 112.24899, "confidence": 0.451}, {"duration": 0.50033, "start": 112.75019, "confidence": 0.448}, {"duration": 0.49945, "start": 113.25052, "confidence": 0.478}, {"duration": 0.49811, "start": 113.74997, "confidence": 0.569}, {"duration": 0.49812, "start": 114.24808, "confidence": 0.624}, {"duration": 0.50125, "start": 114.7462, "confidence": 0.534}, {"duration": 0.50082, "start": 115.24745, "confidence": 0.41}, {"duration": 0.50172, "start": 115.74827, "confidence": 0.59}, {"duration": 0.50128, "start": 116.24999, "confidence": 0.451}, {"duration": 0.50174, "start": 116.75127, "confidence": 0.547}, {"duration": 0.50041, "start": 117.25302, "confidence": 0.56}, {"duration": 0.50132, "start": 117.75343, "confidence": 0.565}, {"duration": 0.50045, "start": 118.25475, "confidence": 0.387}, {"duration": 0.49778, "start": 118.7552, "confidence": 0.506}, {"duration": 0.49691, "start": 119.25298, "confidence": 0.61}, {"duration": 0.50005, "start": 119.74988, "confidence": 0.614}, {"duration": 0.50007, "start": 120.24993, "confidence": 0.444}, {"duration": 0.50009, "start": 120.75, "confidence": 0.415}, {"duration": 0.50235, "start": 121.25009, "confidence": 0.431}, {"duration": 0.49924, "start": 121.75244, "confidence": 0.52}, {"duration": 0.5006, "start": 122.25168, "confidence": 0.437}, {"duration": 0.49927, "start": 122.75227, "confidence": 0.515}, {"duration": 0.49973, "start": 123.25154, "confidence": 0.467}, {"duration": 0.4984, "start": 123.75127, "confidence": 0.53}, {"duration": 0.49886, "start": 124.24967, "confidence": 0.449}, {"duration": 0.49753, "start": 124.74853, "confidence": 0.467}, {"duration": 0.49933, "start": 125.24606, "confidence": 0.41}, {"duration": 0.50024, "start": 125.74539, "confidence": 0.458}, {"duration": 0.50067, "start": 126.24563, "confidence": 0.435}, {"duration": 0.49971, "start": 126.7463, "confidence": 0.548}, {"duration": 0.501, "start": 127.24601, "confidence": 0.521}, {"duration": 0.50182, "start": 127.74701, "confidence": 0.56}, {"duration": 0.5013, "start": 128.24883, "confidence": 0.566}, {"duration": 0.49989, "start": 128.75013, "confidence": 0.443}, {"duration": 0.50071, "start": 129.25002, "confidence": 0.495}, {"duration": 0.49932, "start": 129.75073, "confidence": 0.49}, {"duration": 0.50021, "start": 130.25005, "confidence": 0.46}, {"duration": 0.50154, "start": 130.75026, "confidence": 0.448}, {"duration": 0.5002, "start": 131.2518, "confidence": 0.532}, {"duration": 0.50019, "start": 131.752, "confidence": 0.471}, {"duration": 0.50019, "start": 132.25219, "confidence": 0.29}, {"duration": 0.4993, "start": 132.75238, "confidence": 0.267}, {"duration": 0.49975, "start": 133.25168, "confidence": 0.437}, {"duration": 0.49885, "start": 133.75142, "confidence": 0.565}, {"duration": 0.49841, "start": 134.25028, "confidence": 0.557}, {"duration": 0.50155, "start": 134.74869, "confidence": 0.463}, {"duration": 0.49976, "start": 135.25024, "confidence": 0.465}, {"duration": 0.50334, "start": 135.75, "confidence": 0.298}, {"duration": 0.50691, "start": 136.25334, "confidence": 0.159}, {"duration": 0.50824, "start": 136.76025, "confidence": 0.235}, {"duration": 0.50511, "start": 137.26849, "confidence": 0.358}, {"duration": 0.50465, "start": 137.7736, "confidence": 0.491}, {"duration": 0.50286, "start": 138.27825, "confidence": 0.415}, {"duration": 0.50508, "start": 138.78111, "confidence": 0.438}, {"duration": 0.49972, "start": 139.28619, "confidence": 0.598}, {"duration": 0.49525, "start": 139.78591, "confidence": 0.709}, {"duration": 0.49525, "start": 140.28116, "confidence": 0.559}, {"duration": 0.49614, "start": 140.77641, "confidence": 0.461}, {"duration": 0.49614, "start": 141.27255, "confidence": 0.55}, {"duration": 0.49659, "start": 141.76869, "confidence": 0.676}, {"duration": 0.49658, "start": 142.26528, "confidence": 0.551}, {"duration": 0.49748, "start": 142.76186, "confidence": 0.376}, {"duration": 0.49792, "start": 143.25934, "confidence": 0.527}, {"duration": 0.50194, "start": 143.75726, "confidence": 0.32}, {"duration": 0.50238, "start": 144.2592, "confidence": 0.402}, {"duration": 0.50148, "start": 144.76159, "confidence": 0.56}, {"duration": 0.49968, "start": 145.26307, "confidence": 0.596}, {"duration": 0.49789, "start": 145.76275, "confidence": 0.322}, {"duration": 0.49922, "start": 146.26064, "confidence": 0.566}, {"duration": 0.50367, "start": 146.75985, "confidence": 0.591}, {"duration": 0.49831, "start": 147.26353, "confidence": 0.778}, {"duration": 0.50188, "start": 147.76183, "confidence": 0.703}, {"duration": 0.50501, "start": 148.26371, "confidence": 0.497}, {"duration": 0.50814, "start": 148.76872, "confidence": 0.491}, {"duration": 0.50279, "start": 149.27686, "confidence": 0.588}, {"duration": 0.49789, "start": 149.77965, "confidence": 0.478}, {"duration": 0.49388, "start": 150.27755, "confidence": 0.317}, {"duration": 0.49523, "start": 150.77143, "confidence": 0.305}, {"duration": 0.4948, "start": 151.26666, "confidence": 0.214}, {"duration": 0.49302, "start": 151.76146, "confidence": 0.385}, {"duration": 0.4899, "start": 152.25448, "confidence": 0.474}, {"duration": 0.4966, "start": 152.74438, "confidence": 0.569}, {"duration": 0.50241, "start": 153.24098, "confidence": 0.672}, {"duration": 0.50377, "start": 153.74339, "confidence": 0.56}, {"duration": 0.50289, "start": 154.24716, "confidence": 0.561}, {"duration": 0.50204, "start": 154.75005, "confidence": 0.383}, {"duration": 0.50164, "start": 155.25209, "confidence": 0.368}, {"duration": 0.50038, "start": 155.75374, "confidence": 0.39}, {"duration": 0.50001, "start": 156.25411, "confidence": 0.522}, {"duration": 0.49967, "start": 156.75412, "confidence": 0.557}, {"duration": 0.49752, "start": 157.25379, "confidence": 0.498}, {"duration": 0.50034, "start": 157.75131, "confidence": 0.441}, {"duration": 0.4973, "start": 158.25165, "confidence": 0.536}, {"duration": 0.49787, "start": 158.74895, "confidence": 0.459}, {"duration": 0.50065, "start": 159.24682, "confidence": 0.496}, {"duration": 0.50119, "start": 159.74746, "confidence": 0.477}, {"duration": 0.49857, "start": 160.24865, "confidence": 0.498}, {"duration": 0.49999, "start": 160.74723, "confidence": 0.654}, {"duration": 0.49779, "start": 161.24722, "confidence": 0.669}, {"duration": 0.50052, "start": 161.74501, "confidence": 0.523}, {"duration": 0.50099, "start": 162.24554, "confidence": 0.411}, {"duration": 0.50326, "start": 162.74653, "confidence": 0.426}, {"duration": 0.50193, "start": 163.24979, "confidence": 0.55}, {"duration": 0.50194, "start": 163.75172, "confidence": 0.668}, {"duration": 0.50016, "start": 164.25366, "confidence": 0.572}, {"duration": 0.50106, "start": 164.75382, "confidence": 0.436}, {"duration": 0.49972, "start": 165.25488, "confidence": 0.491}, {"duration": 0.49972, "start": 165.75461, "confidence": 0.551}, {"duration": 0.49569, "start": 166.25433, "confidence": 0.606}, {"duration": 0.49659, "start": 166.75002, "confidence": 0.528}, {"duration": 0.50017, "start": 167.24661, "confidence": 0.535}, {"duration": 0.50061, "start": 167.74678, "confidence": 0.379}, {"duration": 0.50061, "start": 168.2474, "confidence": 0.352}, {"duration": 0.50105, "start": 168.74801, "confidence": 0.497}, {"duration": 0.5006, "start": 169.24906, "confidence": 0.548}, {"duration": 0.50014, "start": 169.74966, "confidence": 0.514}, {"duration": 0.50148, "start": 170.2498, "confidence": 0.447}, {"duration": 0.50012, "start": 170.75128, "confidence": 0.453}, {"duration": 0.49967, "start": 171.2514, "confidence": 0.514}, {"duration": 0.49786, "start": 171.75107, "confidence": 0.555}, {"duration": 0.4992, "start": 172.24894, "confidence": 0.416}, {"duration": 0.49873, "start": 172.74813, "confidence": 0.412}, {"duration": 0.50051, "start": 173.24686, "confidence": 0.479}, {"duration": 0.4996, "start": 173.74738, "confidence": 0.576}, {"duration": 0.50003, "start": 174.24698, "confidence": 0.503}, {"duration": 0.50091, "start": 174.74701, "confidence": 0.493}, {"duration": 0.50179, "start": 175.24792, "confidence": 0.598}, {"duration": 0.50178, "start": 175.74972, "confidence": 0.635}, {"duration": 0.50131, "start": 176.25149, "confidence": 0.571}, {"duration": 0.49995, "start": 176.7528, "confidence": 0.45}, {"duration": 0.49994, "start": 177.25275, "confidence": 0.482}, {"duration": 0.49858, "start": 177.75269, "confidence": 0.476}, {"duration": 0.49856, "start": 178.25127, "confidence": 0.462}, {"duration": 0.50123, "start": 178.74983, "confidence": 0.452}, {"duration": 0.49943, "start": 179.25106, "confidence": 0.544}, {"duration": 0.49986, "start": 179.75049, "confidence": 0.467}, {"duration": 0.49985, "start": 180.25035, "confidence": 0.275}, {"duration": 0.4994, "start": 180.75021, "confidence": 0.254}, {"duration": 0.50074, "start": 181.2496, "confidence": 0.417}, {"duration": 0.50297, "start": 181.75034, "confidence": 0.535}, {"duration": 0.50699, "start": 182.25331, "confidence": 0.518}, {"duration": 0.50744, "start": 182.7603, "confidence": 0.481}, {"duration": 0.50475, "start": 183.26774, "confidence": 0.451}, {"duration": 0.50788, "start": 183.7725, "confidence": 0.224}, {"duration": 0.50698, "start": 184.28038, "confidence": 0.126}, {"duration": 0.50653, "start": 184.78736, "confidence": 0.294}, {"duration": 0.50608, "start": 185.2939, "confidence": 0.477}, {"duration": 0.50339, "start": 185.79998, "confidence": 0.632}, {"duration": 0.51056, "start": 186.30337, "confidence": 0.713}, {"duration": 0.52041, "start": 186.81393, "confidence": 0.724}, {"duration": 0.52579, "start": 187.33434, "confidence": 0.668}, {"duration": 0.52221, "start": 187.86013, "confidence": 0.605}, {"duration": 0.51595, "start": 188.38234, "confidence": 0.545}, {"duration": 0.51013, "start": 188.89828, "confidence": 0.344}, {"duration": 0.50834, "start": 189.40841, "confidence": 0.243}, {"duration": 0.50467, "start": 189.91676, "confidence": 0.282}, {"duration": 0.46963, "start": 190.42143, "confidence": 0.157}, {"duration": 0.50014, "start": 190.89106, "confidence": 0.143}, {"duration": 0.50014, "start": 191.39119, "confidence": 0.097}], "meta": {"album": "Call Me Maybe - Single", "artist": "Carly Rae Jepsen", "seconds": 193, "status_code": 0, "detailed_status": "OK", "title": "Call Me Maybe", "filename": "filename.mp3", "platform": "Linux", "analyzer_version": "3.2.2", "sample_rate": 44100, "timestamp": 1464253780, "genre": "Pop", "bitrate": 256, "analysis_time": 3.8552}, "sections": [{"confidence": 1.0, "mode_confidence": 0.0, "time_signature": 4, "key_confidence": 0.0, "tempo": 120.593, "time_signature_confidence": 1.0, "start": 0.0, "tempo_confidence": 0.924, "mode": 1, "key": 0, "duration": 5.25128, "loudness": -22.28}, {"confidence": 0.421, "mode_confidence": 0.544, "time_signature": 4, "key_confidence": 0.572, "tempo": 119.982, "time_signature_confidence": 1.0, "start": 5.25128, "tempo_confidence": 0.676, "mode": 1, "key": 7, "duration": 21.5054, "loudness": -13.231}, {"confidence": 0.531, "mode_confidence": 0.904, "time_signature": 4, "key_confidence": 1.0, "tempo": 120.176, "time_signature_confidence": 1.0, "start": 26.75668, "tempo_confidence": 0.564, "mode": 1, "key": 7, "duration": 37.98472, "loudness": -5.688}, {"confidence": 0.752, "mode_confidence": 0.709, "time_signature": 4, "key_confidence": 0.914, "tempo": 119.9, "time_signature_confidence": 1.0, "start": 64.74141, "tempo_confidence": 0.783, "mode": 1, "key": 7, "duration": 21.50755, "loudness": -10.721}, {"confidence": 0.615, "mode_confidence": 0.914, "time_signature": 4, "key_confidence": 0.934, "tempo": 120.051, "time_signature_confidence": 1.0, "start": 86.24896, "tempo_confidence": 0.503, "mode": 1, "key": 7, "duration": 99.04494, "loudness": -4.843}, {"confidence": 1.0, "mode_confidence": 0.586, "time_signature": 4, "key_confidence": 0.397, "tempo": 117.449, "time_signature_confidence": 1.0, "start": 185.2939, "tempo_confidence": 0.433, "mode": 1, "key": 2, "duration": 8.15155, "loudness": -31.794}], "tatums": [{"duration": 0.24949, "start": 0.76559, "confidence": 0.948}, {"duration": 0.24949, "start": 1.01507, "confidence": 0.948}, {"duration": 0.24989, "start": 1.26456, "confidence": 0.907}, {"duration": 0.24989, "start": 1.51445, "confidence": 0.907}, {"duration": 0.25107, "start": 1.76435, "confidence": 0.912}, {"duration": 0.25107, "start": 2.01542, "confidence": 0.912}, {"duration": 0.24933, "start": 2.26649, "confidence": 0.912}, {"duration": 0.24933, "start": 2.51582, "confidence": 0.912}, {"duration": 0.24844, "start": 2.76515, "confidence": 0.915}, {"duration": 0.24844, "start": 3.01358, "confidence": 0.915}, {"duration": 0.24799, "start": 3.26202, "confidence": 0.92}, {"duration": 0.24799, "start": 3.51, "confidence": 0.92}, {"duration": 0.24777, "start": 3.75799, "confidence": 0.908}, {"duration": 0.24777, "start": 4.00576, "confidence": 0.908}, {"duration": 0.24977, "start": 4.25352, "confidence": 0.938}, {"duration": 0.24977, "start": 4.5033, "confidence": 0.938}, {"duration": 0.2491, "start": 4.75307, "confidence": 0.956}, {"duration": 0.2491, "start": 5.00218, "confidence": 0.956}, {"duration": 0.24955, "start": 5.25128, "confidence": 0.889}, {"duration": 0.24955, "start": 5.50083, "confidence": 0.889}, {"duration": 0.25089, "start": 5.75038, "confidence": 0.75}, {"duration": 0.25089, "start": 6.00127, "confidence": 0.75}, {"duration": 0.24999, "start": 6.25215, "confidence": 0.716}, {"duration": 0.24999, "start": 6.50214, "confidence": 0.716}, {"duration": 0.2491, "start": 6.75214, "confidence": 0.815}, {"duration": 0.2491, "start": 7.00124, "confidence": 0.815}, {"duration": 0.25021, "start": 7.25034, "confidence": 0.806}, {"duration": 0.25021, "start": 7.50055, "confidence": 0.806}, {"duration": 0.24843, "start": 7.75077, "confidence": 0.695}, {"duration": 0.24843, "start": 7.9992, "confidence": 0.695}, {"duration": 0.24888, "start": 8.24763, "confidence": 0.651}, {"duration": 0.24888, "start": 8.49651, "confidence": 0.651}, {"duration": 0.24933, "start": 8.74538, "confidence": 0.636}, {"duration": 0.24933, "start": 8.99471, "confidence": 0.636}, {"duration": 0.24867, "start": 9.24404, "confidence": 0.721}, {"duration": 0.24867, "start": 9.49271, "confidence": 0.721}, {"duration": 0.2509, "start": 9.74137, "confidence": 0.539}, {"duration": 0.2509, "start": 9.99228, "confidence": 0.539}, {"duration": 0.25292, "start": 10.24318, "confidence": 0.537}, {"duration": 0.25292, "start": 10.49609, "confidence": 0.537}, {"duration": 0.25024, "start": 10.74901, "confidence": 0.735}, {"duration": 0.25024, "start": 10.99925, "confidence": 0.735}, {"duration": 0.25114, "start": 11.24949, "confidence": 0.766}, {"duration": 0.25114, "start": 11.50063, "confidence": 0.766}, {"duration": 0.25047, "start": 11.75176, "confidence": 0.656}, {"duration": 0.25047, "start": 12.00223, "confidence": 0.656}, {"duration": 0.25047, "start": 12.2527, "confidence": 0.517}, {"duration": 0.25047, "start": 12.50316, "confidence": 0.517}, {"duration": 0.25136, "start": 12.75363, "confidence": 0.622}, {"duration": 0.25136, "start": 13.00499, "confidence": 0.622}, {"duration": 0.2498, "start": 13.25635, "confidence": 0.712}, {"duration": 0.2498, "start": 13.50614, "confidence": 0.712}, {"duration": 0.24823, "start": 13.75594, "confidence": 0.622}, {"duration": 0.24823, "start": 14.00417, "confidence": 0.622}, {"duration": 0.24823, "start": 14.2524, "confidence": 0.647}, {"duration": 0.24823, "start": 14.50063, "confidence": 0.647}, {"duration": 0.24957, "start": 14.74886, "confidence": 0.721}, {"duration": 0.24957, "start": 14.99843, "confidence": 0.721}, {"duration": 0.25069, "start": 15.248, "confidence": 0.68}, {"duration": 0.25069, "start": 15.49869, "confidence": 0.68}, {"duration": 0.24823, "start": 15.74937, "confidence": 0.516}, {"duration": 0.24823, "start": 15.9976, "confidence": 0.516}, {"duration": 0.24846, "start": 16.24584, "confidence": 0.623}, {"duration": 0.24846, "start": 16.49429, "confidence": 0.623}, {"duration": 0.25091, "start": 16.74275, "confidence": 0.616}, {"duration": 0.25091, "start": 16.99366, "confidence": 0.616}, {"duration": 0.25181, "start": 17.24458, "confidence": 0.522}, {"duration": 0.25181, "start": 17.49638, "confidence": 0.522}, {"duration": 0.25248, "start": 17.74819, "confidence": 0.718}, {"duration": 0.25248, "start": 18.00067, "confidence": 0.718}, {"duration": 0.24958, "start": 18.25315, "confidence": 0.77}, {"duration": 0.24958, "start": 18.50273, "confidence": 0.77}, {"duration": 0.24824, "start": 18.75231, "confidence": 0.858}, {"duration": 0.24824, "start": 19.00056, "confidence": 0.858}, {"duration": 0.25047, "start": 19.2488, "confidence": 0.789}, {"duration": 0.25047, "start": 19.49927, "confidence": 0.789}, {"duration": 0.25003, "start": 19.74975, "confidence": 0.652}, {"duration": 0.25003, "start": 19.99978, "confidence": 0.652}, {"duration": 0.2498, "start": 20.2498, "confidence": 0.432}, {"duration": 0.2498, "start": 20.49961, "confidence": 0.432}, {"duration": 0.24958, "start": 20.74941, "confidence": 0.68}, {"duration": 0.24958, "start": 20.99899, "confidence": 0.68}, {"duration": 0.25092, "start": 21.24857, "confidence": 0.791}, {"duration": 0.25092, "start": 21.49949, "confidence": 0.791}, {"duration": 0.25025, "start": 21.7504, "confidence": 0.701}, {"duration": 0.25025, "start": 22.00065, "confidence": 0.701}, {"duration": 0.25069, "start": 22.2509, "confidence": 0.788}, {"duration": 0.25069, "start": 22.50159, "confidence": 0.788}, {"duration": 0.25002, "start": 22.75228, "confidence": 0.759}, {"duration": 0.25002, "start": 23.00231, "confidence": 0.759}, {"duration": 0.25002, "start": 23.25233, "confidence": 0.767}, {"duration": 0.25002, "start": 23.50235, "confidence": 0.767}, {"duration": 0.24891, "start": 23.75238, "confidence": 0.656}, {"duration": 0.24891, "start": 24.00129, "confidence": 0.656}, {"duration": 0.24958, "start": 24.25019, "confidence": 0.639}, {"duration": 0.24958, "start": 24.49977, "confidence": 0.639}, {"duration": 0.2498, "start": 24.74935, "confidence": 0.605}, {"duration": 0.2498, "start": 24.99915, "confidence": 0.605}, {"duration": 0.25114, "start": 25.24895, "confidence": 0.567}, {"duration": 0.25114, "start": 25.50009, "confidence": 0.567}, {"duration": 0.25248, "start": 25.75123, "confidence": 0.514}, {"duration": 0.25248, "start": 26.00371, "confidence": 0.514}, {"duration": 0.25025, "start": 26.25619, "confidence": 0.689}, {"duration": 0.25025, "start": 26.50644, "confidence": 0.689}, {"duration": 0.24869, "start": 26.75668, "confidence": 0.687}, {"duration": 0.24869, "start": 27.00537, "confidence": 0.687}, {"duration": 0.24958, "start": 27.25405, "confidence": 0.712}, {"duration": 0.24958, "start": 27.50363, "confidence": 0.712}, {"duration": 0.24891, "start": 27.75321, "confidence": 0.567}, {"duration": 0.24891, "start": 28.00212, "confidence": 0.567}, {"duration": 0.24891, "start": 28.25103, "confidence": 0.467}, {"duration": 0.24891, "start": 28.49994, "confidence": 0.467}, {"duration": 0.24936, "start": 28.74885, "confidence": 0.438}, {"duration": 0.24936, "start": 28.99821, "confidence": 0.438}, {"duration": 0.2478, "start": 29.24756, "confidence": 0.658}, {"duration": 0.2478, "start": 29.49536, "confidence": 0.658}, {"duration": 0.24936, "start": 29.74316, "confidence": 0.577}, {"duration": 0.24936, "start": 29.99252, "confidence": 0.577}, {"duration": 0.25293, "start": 30.24187, "confidence": 0.504}, {"duration": 0.25293, "start": 30.4948, "confidence": 0.504}, {"duration": 0.25226, "start": 30.74773, "confidence": 0.674}, {"duration": 0.25226, "start": 31.0, "confidence": 0.674}, {"duration": 0.25204, "start": 31.25226, "confidence": 0.579}, {"duration": 0.25204, "start": 31.5043, "confidence": 0.579}, {"duration": 0.25159, "start": 31.75634, "confidence": 0.479}, {"duration": 0.25159, "start": 32.00793, "confidence": 0.479}, {"duration": 0.25025, "start": 32.25952, "confidence": 0.348}, {"duration": 0.25025, "start": 32.50977, "confidence": 0.348}, {"duration": 0.25047, "start": 32.76002, "confidence": 0.511}, {"duration": 0.25047, "start": 33.0105, "confidence": 0.511}, {"duration": 0.25069, "start": 33.26097, "confidence": 0.604}, {"duration": 0.25069, "start": 33.51166, "confidence": 0.604}, {"duration": 0.24801, "start": 33.76236, "confidence": 0.609}, {"duration": 0.24801, "start": 34.01037, "confidence": 0.609}, {"duration": 0.24779, "start": 34.25838, "confidence": 0.411}, {"duration": 0.24779, "start": 34.50617, "confidence": 0.411}, {"duration": 0.24868, "start": 34.75396, "confidence": 0.565}, {"duration": 0.24868, "start": 35.00264, "confidence": 0.565}, {"duration": 0.24779, "start": 35.25132, "confidence": 0.555}, {"duration": 0.24779, "start": 35.49911, "confidence": 0.555}, {"duration": 0.24935, "start": 35.7469, "confidence": 0.549}, {"duration": 0.24935, "start": 35.99625, "confidence": 0.549}, {"duration": 0.24935, "start": 36.24561, "confidence": 0.465}, {"duration": 0.24935, "start": 36.49496, "confidence": 0.465}, {"duration": 0.25025, "start": 36.74431, "confidence": 0.54}, {"duration": 0.25025, "start": 36.99456, "confidence": 0.54}, {"duration": 0.25025, "start": 37.24481, "confidence": 0.654}, {"duration": 0.25025, "start": 37.49506, "confidence": 0.654}, {"duration": 0.2507, "start": 37.74531, "confidence": 0.698}, {"duration": 0.2507, "start": 37.996, "confidence": 0.698}, {"duration": 0.24958, "start": 38.2467, "confidence": 0.568}, {"duration": 0.24958, "start": 38.49628, "confidence": 0.568}, {"duration": 0.25092, "start": 38.74586, "confidence": 0.686}, {"duration": 0.25092, "start": 38.99677, "confidence": 0.686}, {"duration": 0.2498, "start": 39.24769, "confidence": 0.601}, {"duration": 0.2498, "start": 39.49749, "confidence": 0.601}, {"duration": 0.25069, "start": 39.74729, "confidence": 0.792}, {"duration": 0.25069, "start": 39.99798, "confidence": 0.792}, {"duration": 0.25024, "start": 40.24867, "confidence": 0.617}, {"duration": 0.25024, "start": 40.49891, "confidence": 0.617}, {"duration": 0.25024, "start": 40.74915, "confidence": 0.705}, {"duration": 0.25024, "start": 40.99939, "confidence": 0.705}, {"duration": 0.25024, "start": 41.24964, "confidence": 0.633}, {"duration": 0.25024, "start": 41.49988, "confidence": 0.633}, {"duration": 0.25024, "start": 41.75012, "confidence": 0.712}, {"duration": 0.25024, "start": 42.00036, "confidence": 0.712}, {"duration": 0.2498, "start": 42.2506, "confidence": 0.588}, {"duration": 0.2498, "start": 42.5004, "confidence": 0.588}, {"duration": 0.24913, "start": 42.7502, "confidence": 0.692}, {"duration": 0.24913, "start": 42.99934, "confidence": 0.692}, {"duration": 0.24892, "start": 43.24847, "confidence": 0.696}, {"duration": 0.24892, "start": 43.49738, "confidence": 0.696}, {"duration": 0.24892, "start": 43.7463, "confidence": 0.631}, {"duration": 0.24892, "start": 43.99522, "confidence": 0.631}, {"duration": 0.24983, "start": 44.24415, "confidence": 0.47}, {"duration": 0.24983, "start": 44.49397, "confidence": 0.47}, {"duration": 0.25006, "start": 44.7438, "confidence": 0.439}, {"duration": 0.25006, "start": 44.99386, "confidence": 0.439}, {"duration": 0.24962, "start": 45.24392, "confidence": 0.606}, {"duration": 0.24962, "start": 45.49354, "confidence": 0.606}, {"duration": 0.2503, "start": 45.74316, "confidence": 0.524}, {"duration": 0.2503, "start": 45.99346, "confidence": 0.524}, {"duration": 0.25255, "start": 46.24376, "confidence": 0.517}, {"duration": 0.25255, "start": 46.49631, "confidence": 0.517}, {"duration": 0.25144, "start": 46.74886, "confidence": 0.567}, {"duration": 0.25144, "start": 47.0003, "confidence": 0.567}, {"duration": 0.25145, "start": 47.25174, "confidence": 0.516}, {"duration": 0.25145, "start": 47.5032, "confidence": 0.516}, {"duration": 0.25124, "start": 47.75465, "confidence": 0.436}, {"duration": 0.25124, "start": 48.00589, "confidence": 0.436}, {"duration": 0.24991, "start": 48.25713, "confidence": 0.284}, {"duration": 0.24991, "start": 48.50704, "confidence": 0.284}, {"duration": 0.25058, "start": 48.75695, "confidence": 0.435}, {"duration": 0.25058, "start": 49.00753, "confidence": 0.435}, {"duration": 0.24992, "start": 49.25812, "confidence": 0.54}, {"duration": 0.24992, "start": 49.50804, "confidence": 0.54}, {"duration": 0.24836, "start": 49.75796, "confidence": 0.584}, {"duration": 0.24836, "start": 50.00632, "confidence": 0.584}, {"duration": 0.24859, "start": 50.25468, "confidence": 0.408}, {"duration": 0.24859, "start": 50.50327, "confidence": 0.408}, {"duration": 0.24903, "start": 50.75186, "confidence": 0.491}, {"duration": 0.24903, "start": 51.00089, "confidence": 0.491}, {"duration": 0.24859, "start": 51.24993, "confidence": 0.5}, {"duration": 0.24859, "start": 51.49851, "confidence": 0.5}, {"duration": 0.25015, "start": 51.7471, "confidence": 0.552}, {"duration": 0.25015, "start": 51.99725, "confidence": 0.552}, {"duration": 0.2506, "start": 52.2474, "confidence": 0.45}, {"duration": 0.2506, "start": 52.498, "confidence": 0.45}, {"duration": 0.24993, "start": 52.7486, "confidence": 0.449}, {"duration": 0.24993, "start": 52.99853, "confidence": 0.449}, {"duration": 0.24971, "start": 53.24846, "confidence": 0.476}, {"duration": 0.24971, "start": 53.49817, "confidence": 0.476}, {"duration": 0.2506, "start": 53.74788, "confidence": 0.57}, {"duration": 0.2506, "start": 53.99848, "confidence": 0.57}, {"duration": 0.24881, "start": 54.24908, "confidence": 0.631}, {"duration": 0.24881, "start": 54.49789, "confidence": 0.631}, {"duration": 0.25082, "start": 54.7467, "confidence": 0.54}, {"duration": 0.25082, "start": 54.99752, "confidence": 0.54}, {"duration": 0.25037, "start": 55.24834, "confidence": 0.413}, {"duration": 0.25037, "start": 55.49871, "confidence": 0.413}, {"duration": 0.25103, "start": 55.74908, "confidence": 0.592}, {"duration": 0.25103, "start": 56.00011, "confidence": 0.592}, {"duration": 0.25036, "start": 56.25115, "confidence": 0.449}, {"duration": 0.25036, "start": 56.50151, "confidence": 0.449}, {"duration": 0.25035, "start": 56.75186, "confidence": 0.545}, {"duration": 0.25035, "start": 57.00221, "confidence": 0.545}, {"duration": 0.24945, "start": 57.25257, "confidence": 0.552}, {"duration": 0.24945, "start": 57.50202, "confidence": 0.552}, {"duration": 0.25101, "start": 57.75147, "confidence": 0.559}, {"duration": 0.25101, "start": 58.00248, "confidence": 0.559}, {"duration": 0.25033, "start": 58.25349, "confidence": 0.382}, {"duration": 0.25033, "start": 58.50383, "confidence": 0.382}, {"duration": 0.25055, "start": 58.75416, "confidence": 0.507}, {"duration": 0.25055, "start": 59.00471, "confidence": 0.507}, {"duration": 0.24943, "start": 59.25527, "confidence": 0.604}, {"duration": 0.24943, "start": 59.5047, "confidence": 0.604}, {"duration": 0.25055, "start": 59.75413, "confidence": 0.593}, {"duration": 0.25055, "start": 60.00468, "confidence": 0.593}, {"duration": 0.25054, "start": 60.25522, "confidence": 0.395}, {"duration": 0.25054, "start": 60.50577, "confidence": 0.395}, {"duration": 0.25077, "start": 60.75631, "confidence": 0.562}, {"duration": 0.25077, "start": 61.00708, "confidence": 0.562}, {"duration": 0.25054, "start": 61.25784, "confidence": 0.725}, {"duration": 0.25054, "start": 61.50839, "confidence": 0.725}, {"duration": 0.24943, "start": 61.75893, "confidence": 0.78}, {"duration": 0.24943, "start": 62.00836, "confidence": 0.78}, {"duration": 0.24876, "start": 62.25779, "confidence": 0.805}, {"duration": 0.24876, "start": 62.50655, "confidence": 0.805}, {"duration": 0.24809, "start": 62.75531, "confidence": 0.79}, {"duration": 0.24809, "start": 63.00341, "confidence": 0.79}, {"duration": 0.24743, "start": 63.2515, "confidence": 0.722}, {"duration": 0.24743, "start": 63.49893, "confidence": 0.722}, {"duration": 0.24854, "start": 63.74635, "confidence": 0.624}, {"duration": 0.24854, "start": 63.99489, "confidence": 0.624}, {"duration": 0.24899, "start": 64.24343, "confidence": 0.493}, {"duration": 0.24899, "start": 64.49242, "confidence": 0.493}, {"duration": 0.24943, "start": 64.74141, "confidence": 0.735}, {"duration": 0.24943, "start": 64.99084, "confidence": 0.735}, {"duration": 0.24921, "start": 65.24027, "confidence": 0.862}, {"duration": 0.24921, "start": 65.48948, "confidence": 0.862}, {"duration": 0.24898, "start": 65.73869, "confidence": 0.915}, {"duration": 0.24898, "start": 65.98767, "confidence": 0.915}, {"duration": 0.25077, "start": 66.23666, "confidence": 0.925}, {"duration": 0.25077, "start": 66.48742, "confidence": 0.925}, {"duration": 0.25099, "start": 66.73819, "confidence": 0.928}, {"duration": 0.25099, "start": 66.98918, "confidence": 0.928}, {"duration": 0.25009, "start": 67.24017, "confidence": 0.924}, {"duration": 0.25009, "start": 67.49026, "confidence": 0.924}, {"duration": 0.25054, "start": 67.74035, "confidence": 0.922}, {"duration": 0.25054, "start": 67.99089, "confidence": 0.922}, {"duration": 0.25053, "start": 68.24142, "confidence": 0.893}, {"duration": 0.25053, "start": 68.49196, "confidence": 0.893}, {"duration": 0.25076, "start": 68.74249, "confidence": 0.915}, {"duration": 0.25076, "start": 68.99325, "confidence": 0.915}, {"duration": 0.25143, "start": 69.244, "confidence": 0.874}, {"duration": 0.25143, "start": 69.49543, "confidence": 0.874}, {"duration": 0.24965, "start": 69.74686, "confidence": 0.829}, {"duration": 0.24965, "start": 69.9965, "confidence": 0.829}, {"duration": 0.25121, "start": 70.24615, "confidence": 0.756}, {"duration": 0.25121, "start": 70.49736, "confidence": 0.756}, {"duration": 0.25121, "start": 70.74857, "confidence": 0.868}, {"duration": 0.25121, "start": 70.99978, "confidence": 0.868}, {"duration": 0.2501, "start": 71.25099, "confidence": 0.872}, {"duration": 0.2501, "start": 71.50109, "confidence": 0.872}, {"duration": 0.24965, "start": 71.75118, "confidence": 0.835}, {"duration": 0.24965, "start": 72.00083, "confidence": 0.835}, {"duration": 0.24943, "start": 72.25048, "confidence": 0.676}, {"duration": 0.24943, "start": 72.49991, "confidence": 0.676}, {"duration": 0.24853, "start": 72.74934, "confidence": 0.852}, {"duration": 0.24853, "start": 72.99787, "confidence": 0.852}, {"duration": 0.24987, "start": 73.2464, "confidence": 0.801}, {"duration": 0.24987, "start": 73.49626, "confidence": 0.801}, {"duration": 0.24919, "start": 73.74613, "confidence": 0.779}, {"duration": 0.24919, "start": 73.99532, "confidence": 0.779}, {"duration": 0.24964, "start": 74.24451, "confidence": 0.754}, {"duration": 0.24964, "start": 74.49415, "confidence": 0.754}, {"duration": 0.25075, "start": 74.74379, "confidence": 0.799}, {"duration": 0.25075, "start": 74.99454, "confidence": 0.799}, {"duration": 0.2503, "start": 75.24529, "confidence": 0.796}, {"duration": 0.2503, "start": 75.4956, "confidence": 0.796}, {"duration": 0.25052, "start": 75.7459, "confidence": 0.722}, {"duration": 0.25052, "start": 75.99642, "confidence": 0.722}, {"duration": 0.25075, "start": 76.24695, "confidence": 0.666}, {"duration": 0.25075, "start": 76.4977, "confidence": 0.666}, {"duration": 0.2503, "start": 76.74844, "confidence": 0.744}, {"duration": 0.2503, "start": 76.99874, "confidence": 0.744}, {"duration": 0.2503, "start": 77.24904, "confidence": 0.688}, {"duration": 0.2503, "start": 77.49934, "confidence": 0.688}, {"duration": 0.24918, "start": 77.74963, "confidence": 0.645}, {"duration": 0.24918, "start": 77.99882, "confidence": 0.645}, {"duration": 0.24963, "start": 78.248, "confidence": 0.682}, {"duration": 0.24963, "start": 78.49763, "confidence": 0.682}, {"duration": 0.24896, "start": 78.74725, "confidence": 0.878}, {"duration": 0.24896, "start": 78.99621, "confidence": 0.878}, {"duration": 0.24941, "start": 79.24517, "confidence": 0.877}, {"duration": 0.24941, "start": 79.49458, "confidence": 0.877}, {"duration": 0.2503, "start": 79.74399, "confidence": 0.81}, {"duration": 0.2503, "start": 79.99429, "confidence": 0.81}, {"duration": 0.25097, "start": 80.24459, "confidence": 0.672}, {"duration": 0.25097, "start": 80.49556, "confidence": 0.672}, {"duration": 0.25052, "start": 80.74652, "confidence": 0.773}, {"duration": 0.25052, "start": 80.99705, "confidence": 0.773}, {"duration": 0.25164, "start": 81.24757, "confidence": 0.819}, {"duration": 0.25164, "start": 81.4992, "confidence": 0.819}, {"duration": 0.24918, "start": 81.75084, "confidence": 0.761}, {"duration": 0.24918, "start": 82.00002, "confidence": 0.761}, {"duration": 0.25052, "start": 82.2492, "confidence": 0.783}, {"duration": 0.25052, "start": 82.49972, "confidence": 0.783}, {"duration": 0.2503, "start": 82.75024, "confidence": 0.765}, {"duration": 0.2503, "start": 83.00054, "confidence": 0.765}, {"duration": 0.25007, "start": 83.25083, "confidence": 0.762}, {"duration": 0.25007, "start": 83.5009, "confidence": 0.762}, {"duration": 0.24873, "start": 83.75097, "confidence": 0.677}, {"duration": 0.24873, "start": 83.99971, "confidence": 0.677}, {"duration": 0.25007, "start": 84.24844, "confidence": 0.659}, {"duration": 0.25007, "start": 84.4985, "confidence": 0.659}, {"duration": 0.24962, "start": 84.74857, "confidence": 0.626}, {"duration": 0.24962, "start": 84.99819, "confidence": 0.626}, {"duration": 0.25051, "start": 85.24781, "confidence": 0.578}, {"duration": 0.25051, "start": 85.49832, "confidence": 0.578}, {"duration": 0.25006, "start": 85.74883, "confidence": 0.578}, {"duration": 0.25006, "start": 85.9989, "confidence": 0.578}, {"duration": 0.24961, "start": 86.24896, "confidence": 0.724}, {"duration": 0.24961, "start": 86.49857, "confidence": 0.724}, {"duration": 0.2485, "start": 86.74819, "confidence": 0.717}, {"duration": 0.2485, "start": 86.99669, "confidence": 0.717}, {"duration": 0.24961, "start": 87.24519, "confidence": 0.697}, {"duration": 0.24961, "start": 87.4948, "confidence": 0.697}, {"duration": 0.24894, "start": 87.74441, "confidence": 0.538}, {"duration": 0.24894, "start": 87.99335, "confidence": 0.538}, {"duration": 0.24917, "start": 88.2423, "confidence": 0.477}, {"duration": 0.24917, "start": 88.49146, "confidence": 0.477}, {"duration": 0.25051, "start": 88.74063, "confidence": 0.429}, {"duration": 0.25051, "start": 88.99114, "confidence": 0.429}, {"duration": 0.25029, "start": 89.24164, "confidence": 0.654}, {"duration": 0.25029, "start": 89.49193, "confidence": 0.654}, {"duration": 0.24984, "start": 89.74221, "confidence": 0.571}, {"duration": 0.24984, "start": 89.99205, "confidence": 0.571}, {"duration": 0.25297, "start": 90.24189, "confidence": 0.526}, {"duration": 0.25297, "start": 90.49486, "confidence": 0.526}, {"duration": 0.25208, "start": 90.74783, "confidence": 0.684}, {"duration": 0.25208, "start": 90.99991, "confidence": 0.684}, {"duration": 0.25164, "start": 91.25199, "confidence": 0.597}, {"duration": 0.25164, "start": 91.50362, "confidence": 0.597}, {"duration": 0.25164, "start": 91.75526, "confidence": 0.483}, {"duration": 0.25164, "start": 92.0069, "confidence": 0.483}, {"duration": 0.2512, "start": 92.25854, "confidence": 0.349}, {"duration": 0.2512, "start": 92.50974, "confidence": 0.349}, {"duration": 0.25076, "start": 92.76094, "confidence": 0.498}, {"duration": 0.25076, "start": 93.0117, "confidence": 0.498}, {"duration": 0.25054, "start": 93.26246, "confidence": 0.605}, {"duration": 0.25054, "start": 93.51301, "confidence": 0.605}, {"duration": 0.24809, "start": 93.76355, "confidence": 0.603}, {"duration": 0.24809, "start": 94.01164, "confidence": 0.603}, {"duration": 0.24989, "start": 94.25973, "confidence": 0.395}, {"duration": 0.24989, "start": 94.50962, "confidence": 0.395}, {"duration": 0.249, "start": 94.75951, "confidence": 0.572}, {"duration": 0.249, "start": 95.0085, "confidence": 0.572}, {"duration": 0.24766, "start": 95.2575, "confidence": 0.554}, {"duration": 0.24766, "start": 95.50517, "confidence": 0.554}, {"duration": 0.24834, "start": 95.75283, "confidence": 0.561}, {"duration": 0.24834, "start": 96.00117, "confidence": 0.561}, {"duration": 0.24812, "start": 96.2495, "confidence": 0.466}, {"duration": 0.24812, "start": 96.49762, "confidence": 0.466}, {"duration": 0.25035, "start": 96.74573, "confidence": 0.539}, {"duration": 0.25035, "start": 96.99608, "confidence": 0.539}, {"duration": 0.25013, "start": 97.24643, "confidence": 0.655}, {"duration": 0.25013, "start": 97.49655, "confidence": 0.655}, {"duration": 0.24901, "start": 97.74668, "confidence": 0.699}, {"duration": 0.24901, "start": 97.99569, "confidence": 0.699}, {"duration": 0.25013, "start": 98.2447, "confidence": 0.573}, {"duration": 0.25013, "start": 98.49483, "confidence": 0.573}, {"duration": 0.25147, "start": 98.74495, "confidence": 0.69}, {"duration": 0.25147, "start": 98.99642, "confidence": 0.69}, {"duration": 0.25012, "start": 99.24789, "confidence": 0.601}, {"duration": 0.25012, "start": 99.49801, "confidence": 0.601}, {"duration": 0.25168, "start": 99.74813, "confidence": 0.793}, {"duration": 0.25168, "start": 99.99982, "confidence": 0.793}, {"duration": 0.25101, "start": 100.2515, "confidence": 0.621}, {"duration": 0.25101, "start": 100.50251, "confidence": 0.621}, {"duration": 0.25034, "start": 100.75353, "confidence": 0.704}, {"duration": 0.25034, "start": 101.00386, "confidence": 0.704}, {"duration": 0.25033, "start": 101.2542, "confidence": 0.639}, {"duration": 0.25033, "start": 101.50454, "confidence": 0.639}, {"duration": 0.24966, "start": 101.75487, "confidence": 0.712}, {"duration": 0.24966, "start": 102.00453, "confidence": 0.712}, {"duration": 0.2492, "start": 102.25418, "confidence": 0.583}, {"duration": 0.2492, "start": 102.50339, "confidence": 0.583}, {"duration": 0.24875, "start": 102.75259, "confidence": 0.686}, {"duration": 0.24875, "start": 103.00134, "confidence": 0.686}, {"duration": 0.24897, "start": 103.25009, "confidence": 0.685}, {"duration": 0.24897, "start": 103.49905, "confidence": 0.685}, {"duration": 0.24807, "start": 103.74802, "confidence": 0.628}, {"duration": 0.24807, "start": 103.99608, "confidence": 0.628}, {"duration": 0.2494, "start": 104.24415, "confidence": 0.465}, {"duration": 0.2494, "start": 104.49355, "confidence": 0.465}, {"duration": 0.24984, "start": 104.74295, "confidence": 0.435}, {"duration": 0.24984, "start": 104.99279, "confidence": 0.435}, {"duration": 0.24984, "start": 105.24263, "confidence": 0.596}, {"duration": 0.24984, "start": 105.49247, "confidence": 0.596}, {"duration": 0.25028, "start": 105.7423, "confidence": 0.503}, {"duration": 0.25028, "start": 105.99259, "confidence": 0.503}, {"duration": 0.25251, "start": 106.24287, "confidence": 0.497}, {"duration": 0.25251, "start": 106.49538, "confidence": 0.497}, {"duration": 0.2514, "start": 106.74789, "confidence": 0.555}, {"duration": 0.2514, "start": 106.99929, "confidence": 0.555}, {"duration": 0.25117, "start": 107.25068, "confidence": 0.506}, {"duration": 0.25117, "start": 107.50186, "confidence": 0.506}, {"duration": 0.25162, "start": 107.75303, "confidence": 0.425}, {"duration": 0.25162, "start": 108.00465, "confidence": 0.425}, {"duration": 0.24984, "start": 108.25627, "confidence": 0.286}, {"duration": 0.24984, "start": 108.50611, "confidence": 0.286}, {"duration": 0.25052, "start": 108.75596, "confidence": 0.411}, {"duration": 0.25052, "start": 109.00648, "confidence": 0.411}, {"duration": 0.24964, "start": 109.25699, "confidence": 0.535}, {"duration": 0.24964, "start": 109.50663, "confidence": 0.535}, {"duration": 0.24831, "start": 109.75626, "confidence": 0.58}, {"duration": 0.24831, "start": 110.00457, "confidence": 0.58}, {"duration": 0.24966, "start": 110.25288, "confidence": 0.415}, {"duration": 0.24966, "start": 110.50254, "confidence": 0.415}, {"duration": 0.24945, "start": 110.7522, "confidence": 0.484}, {"duration": 0.24945, "start": 111.00165, "confidence": 0.484}, {"duration": 0.24857, "start": 111.25111, "confidence": 0.5}, {"duration": 0.24857, "start": 111.49968, "confidence": 0.5}, {"duration": 0.25037, "start": 111.74825, "confidence": 0.557}, {"duration": 0.25037, "start": 111.99862, "confidence": 0.557}, {"duration": 0.2506, "start": 112.24899, "confidence": 0.451}, {"duration": 0.2506, "start": 112.49959, "confidence": 0.451}, {"duration": 0.25016, "start": 112.75019, "confidence": 0.448}, {"duration": 0.25016, "start": 113.00036, "confidence": 0.448}, {"duration": 0.24972, "start": 113.25052, "confidence": 0.478}, {"duration": 0.24972, "start": 113.50024, "confidence": 0.478}, {"duration": 0.24906, "start": 113.74997, "confidence": 0.569}, {"duration": 0.24906, "start": 113.99902, "confidence": 0.569}, {"duration": 0.24906, "start": 114.24808, "confidence": 0.624}, {"duration": 0.24906, "start": 114.49714, "confidence": 0.624}, {"duration": 0.25063, "start": 114.7462, "confidence": 0.534}, {"duration": 0.25063, "start": 114.99683, "confidence": 0.534}, {"duration": 0.25041, "start": 115.24745, "confidence": 0.41}, {"duration": 0.25041, "start": 115.49786, "confidence": 0.41}, {"duration": 0.25086, "start": 115.74827, "confidence": 0.59}, {"duration": 0.25086, "start": 115.99913, "confidence": 0.59}, {"duration": 0.25064, "start": 116.24999, "confidence": 0.451}, {"duration": 0.25064, "start": 116.50063, "confidence": 0.451}, {"duration": 0.25087, "start": 116.75127, "confidence": 0.547}, {"duration": 0.25087, "start": 117.00215, "confidence": 0.547}, {"duration": 0.25021, "start": 117.25302, "confidence": 0.56}, {"duration": 0.25021, "start": 117.50322, "confidence": 0.56}, {"duration": 0.25066, "start": 117.75343, "confidence": 0.565}, {"duration": 0.25066, "start": 118.00409, "confidence": 0.565}, {"duration": 0.25022, "start": 118.25475, "confidence": 0.387}, {"duration": 0.25022, "start": 118.50497, "confidence": 0.387}, {"duration": 0.24889, "start": 118.7552, "confidence": 0.506}, {"duration": 0.24889, "start": 119.00409, "confidence": 0.506}, {"duration": 0.24845, "start": 119.25298, "confidence": 0.61}, {"duration": 0.24845, "start": 119.50143, "confidence": 0.61}, {"duration": 0.25002, "start": 119.74988, "confidence": 0.614}, {"duration": 0.25002, "start": 119.99991, "confidence": 0.614}, {"duration": 0.25003, "start": 120.24993, "confidence": 0.444}, {"duration": 0.25003, "start": 120.49996, "confidence": 0.444}, {"duration": 0.25005, "start": 120.75, "confidence": 0.415}, {"duration": 0.25005, "start": 121.00005, "confidence": 0.415}, {"duration": 0.25117, "start": 121.25009, "confidence": 0.431}, {"duration": 0.25117, "start": 121.50126, "confidence": 0.431}, {"duration": 0.24962, "start": 121.75244, "confidence": 0.52}, {"duration": 0.24962, "start": 122.00206, "confidence": 0.52}, {"duration": 0.2503, "start": 122.25168, "confidence": 0.437}, {"duration": 0.2503, "start": 122.50198, "confidence": 0.437}, {"duration": 0.24963, "start": 122.75227, "confidence": 0.515}, {"duration": 0.24963, "start": 123.00191, "confidence": 0.515}, {"duration": 0.24986, "start": 123.25154, "confidence": 0.467}, {"duration": 0.24986, "start": 123.5014, "confidence": 0.467}, {"duration": 0.2492, "start": 123.75127, "confidence": 0.53}, {"duration": 0.2492, "start": 124.00047, "confidence": 0.53}, {"duration": 0.24943, "start": 124.24967, "confidence": 0.449}, {"duration": 0.24943, "start": 124.4991, "confidence": 0.449}, {"duration": 0.24877, "start": 124.74853, "confidence": 0.467}, {"duration": 0.24877, "start": 124.99729, "confidence": 0.467}, {"duration": 0.24967, "start": 125.24606, "confidence": 0.41}, {"duration": 0.24967, "start": 125.49573, "confidence": 0.41}, {"duration": 0.25012, "start": 125.74539, "confidence": 0.458}, {"duration": 0.25012, "start": 125.99551, "confidence": 0.458}, {"duration": 0.25033, "start": 126.24563, "confidence": 0.435}, {"duration": 0.25033, "start": 126.49596, "confidence": 0.435}, {"duration": 0.24986, "start": 126.7463, "confidence": 0.548}, {"duration": 0.24986, "start": 126.99615, "confidence": 0.548}, {"duration": 0.2505, "start": 127.24601, "confidence": 0.521}, {"duration": 0.2505, "start": 127.49651, "confidence": 0.521}, {"duration": 0.25091, "start": 127.74701, "confidence": 0.56}, {"duration": 0.25091, "start": 127.99792, "confidence": 0.56}, {"duration": 0.25065, "start": 128.24883, "confidence": 0.566}, {"duration": 0.25065, "start": 128.49948, "confidence": 0.566}, {"duration": 0.24994, "start": 128.75013, "confidence": 0.443}, {"duration": 0.24994, "start": 129.00007, "confidence": 0.443}, {"duration": 0.25035, "start": 129.25002, "confidence": 0.495}, {"duration": 0.25035, "start": 129.50037, "confidence": 0.495}, {"duration": 0.24966, "start": 129.75073, "confidence": 0.49}, {"duration": 0.24966, "start": 130.00039, "confidence": 0.49}, {"duration": 0.25011, "start": 130.25005, "confidence": 0.46}, {"duration": 0.25011, "start": 130.50016, "confidence": 0.46}, {"duration": 0.25077, "start": 130.75026, "confidence": 0.448}, {"duration": 0.25077, "start": 131.00103, "confidence": 0.448}, {"duration": 0.2501, "start": 131.2518, "confidence": 0.532}, {"duration": 0.2501, "start": 131.5019, "confidence": 0.532}, {"duration": 0.2501, "start": 131.752, "confidence": 0.471}, {"duration": 0.2501, "start": 132.00209, "confidence": 0.471}, {"duration": 0.25009, "start": 132.25219, "confidence": 0.29}, {"duration": 0.25009, "start": 132.50228, "confidence": 0.29}, {"duration": 0.24965, "start": 132.75238, "confidence": 0.267}, {"duration": 0.24965, "start": 133.00203, "confidence": 0.267}, {"duration": 0.24987, "start": 133.25168, "confidence": 0.437}, {"duration": 0.24987, "start": 133.50155, "confidence": 0.437}, {"duration": 0.24943, "start": 133.75142, "confidence": 0.565}, {"duration": 0.24943, "start": 134.00085, "confidence": 0.565}, {"duration": 0.24921, "start": 134.25028, "confidence": 0.557}, {"duration": 0.24921, "start": 134.49948, "confidence": 0.557}, {"duration": 0.25077, "start": 134.74869, "confidence": 0.463}, {"duration": 0.25077, "start": 134.99946, "confidence": 0.463}, {"duration": 0.24988, "start": 135.25024, "confidence": 0.465}, {"duration": 0.24988, "start": 135.50012, "confidence": 0.465}, {"duration": 0.25167, "start": 135.75, "confidence": 0.298}, {"duration": 0.25167, "start": 136.00167, "confidence": 0.298}, {"duration": 0.25345, "start": 136.25334, "confidence": 0.159}, {"duration": 0.25345, "start": 136.50679, "confidence": 0.159}, {"duration": 0.25412, "start": 136.76025, "confidence": 0.235}, {"duration": 0.25412, "start": 137.01437, "confidence": 0.235}, {"duration": 0.25255, "start": 137.26849, "confidence": 0.358}, {"duration": 0.25255, "start": 137.52104, "confidence": 0.358}, {"duration": 0.25233, "start": 137.7736, "confidence": 0.491}, {"duration": 0.25233, "start": 138.02592, "confidence": 0.491}, {"duration": 0.25143, "start": 138.27825, "confidence": 0.415}, {"duration": 0.25143, "start": 138.52968, "confidence": 0.415}, {"duration": 0.25254, "start": 138.78111, "confidence": 0.438}, {"duration": 0.25254, "start": 139.03365, "confidence": 0.438}, {"duration": 0.24986, "start": 139.28619, "confidence": 0.598}, {"duration": 0.24986, "start": 139.53605, "confidence": 0.598}, {"duration": 0.24763, "start": 139.78591, "confidence": 0.709}, {"duration": 0.24763, "start": 140.03354, "confidence": 0.709}, {"duration": 0.24763, "start": 140.28116, "confidence": 0.559}, {"duration": 0.24763, "start": 140.52879, "confidence": 0.559}, {"duration": 0.24807, "start": 140.77641, "confidence": 0.461}, {"duration": 0.24807, "start": 141.02448, "confidence": 0.461}, {"duration": 0.24807, "start": 141.27255, "confidence": 0.55}, {"duration": 0.24807, "start": 141.52062, "confidence": 0.55}, {"duration": 0.24829, "start": 141.76869, "confidence": 0.676}, {"duration": 0.24829, "start": 142.01699, "confidence": 0.676}, {"duration": 0.24829, "start": 142.26528, "confidence": 0.551}, {"duration": 0.24829, "start": 142.51357, "confidence": 0.551}, {"duration": 0.24874, "start": 142.76186, "confidence": 0.376}, {"duration": 0.24874, "start": 143.0106, "confidence": 0.376}, {"duration": 0.24896, "start": 143.25934, "confidence": 0.527}, {"duration": 0.24896, "start": 143.5083, "confidence": 0.527}, {"duration": 0.25097, "start": 143.75726, "confidence": 0.32}, {"duration": 0.25097, "start": 144.00823, "confidence": 0.32}, {"duration": 0.25119, "start": 144.2592, "confidence": 0.402}, {"duration": 0.25119, "start": 144.51039, "confidence": 0.402}, {"duration": 0.25074, "start": 144.76159, "confidence": 0.56}, {"duration": 0.25074, "start": 145.01233, "confidence": 0.56}, {"duration": 0.24984, "start": 145.26307, "confidence": 0.596}, {"duration": 0.24984, "start": 145.51291, "confidence": 0.596}, {"duration": 0.24894, "start": 145.76275, "confidence": 0.322}, {"duration": 0.24894, "start": 146.01169, "confidence": 0.322}, {"duration": 0.24961, "start": 146.26064, "confidence": 0.566}, {"duration": 0.24961, "start": 146.51025, "confidence": 0.566}, {"duration": 0.25184, "start": 146.75985, "confidence": 0.591}, {"duration": 0.25184, "start": 147.01169, "confidence": 0.591}, {"duration": 0.24915, "start": 147.26353, "confidence": 0.778}, {"duration": 0.24915, "start": 147.51268, "confidence": 0.778}, {"duration": 0.25094, "start": 147.76183, "confidence": 0.703}, {"duration": 0.25094, "start": 148.01277, "confidence": 0.703}, {"duration": 0.2525, "start": 148.26371, "confidence": 0.497}, {"duration": 0.2525, "start": 148.51621, "confidence": 0.497}, {"duration": 0.25407, "start": 148.76872, "confidence": 0.491}, {"duration": 0.25407, "start": 149.02279, "confidence": 0.491}, {"duration": 0.2514, "start": 149.27686, "confidence": 0.588}, {"duration": 0.2514, "start": 149.52826, "confidence": 0.588}, {"duration": 0.24895, "start": 149.77965, "confidence": 0.478}, {"duration": 0.24895, "start": 150.0286, "confidence": 0.478}, {"duration": 0.24694, "start": 150.27755, "confidence": 0.317}, {"duration": 0.24694, "start": 150.52449, "confidence": 0.317}, {"duration": 0.24762, "start": 150.77143, "confidence": 0.305}, {"duration": 0.24762, "start": 151.01905, "confidence": 0.305}, {"duration": 0.2474, "start": 151.26666, "confidence": 0.214}, {"duration": 0.2474, "start": 151.51406, "confidence": 0.214}, {"duration": 0.24651, "start": 151.76146, "confidence": 0.385}, {"duration": 0.24651, "start": 152.00797, "confidence": 0.385}, {"duration": 0.24495, "start": 152.25448, "confidence": 0.474}, {"duration": 0.24495, "start": 152.49943, "confidence": 0.474}, {"duration": 0.2483, "start": 152.74438, "confidence": 0.569}, {"duration": 0.2483, "start": 152.99268, "confidence": 0.569}, {"duration": 0.25121, "start": 153.24098, "confidence": 0.672}, {"duration": 0.25121, "start": 153.49218, "confidence": 0.672}, {"duration": 0.25188, "start": 153.74339, "confidence": 0.56}, {"duration": 0.25188, "start": 153.99527, "confidence": 0.56}, {"duration": 0.25145, "start": 154.24716, "confidence": 0.561}, {"duration": 0.25145, "start": 154.4986, "confidence": 0.561}, {"duration": 0.25102, "start": 154.75005, "confidence": 0.383}, {"duration": 0.25102, "start": 155.00107, "confidence": 0.383}, {"duration": 0.25082, "start": 155.25209, "confidence": 0.368}, {"duration": 0.25082, "start": 155.50291, "confidence": 0.368}, {"duration": 0.25019, "start": 155.75374, "confidence": 0.39}, {"duration": 0.25019, "start": 156.00392, "confidence": 0.39}, {"duration": 0.25, "start": 156.25411, "confidence": 0.522}, {"duration": 0.25, "start": 156.50412, "confidence": 0.522}, {"duration": 0.24983, "start": 156.75412, "confidence": 0.557}, {"duration": 0.24983, "start": 157.00395, "confidence": 0.557}, {"duration": 0.24876, "start": 157.25379, "confidence": 0.498}, {"duration": 0.24876, "start": 157.50255, "confidence": 0.498}, {"duration": 0.25017, "start": 157.75131, "confidence": 0.441}, {"duration": 0.25017, "start": 158.00148, "confidence": 0.441}, {"duration": 0.24865, "start": 158.25165, "confidence": 0.536}, {"duration": 0.24865, "start": 158.5003, "confidence": 0.536}, {"duration": 0.24894, "start": 158.74895, "confidence": 0.459}, {"duration": 0.24894, "start": 158.99788, "confidence": 0.459}, {"duration": 0.25032, "start": 159.24682, "confidence": 0.496}, {"duration": 0.25032, "start": 159.49714, "confidence": 0.496}, {"duration": 0.2506, "start": 159.74746, "confidence": 0.477}, {"duration": 0.2506, "start": 159.99806, "confidence": 0.477}, {"duration": 0.24929, "start": 160.24865, "confidence": 0.498}, {"duration": 0.24929, "start": 160.49794, "confidence": 0.498}, {"duration": 0.25, "start": 160.74723, "confidence": 0.654}, {"duration": 0.25, "start": 160.99722, "confidence": 0.654}, {"duration": 0.2489, "start": 161.24722, "confidence": 0.669}, {"duration": 0.2489, "start": 161.49611, "confidence": 0.669}, {"duration": 0.25026, "start": 161.74501, "confidence": 0.523}, {"duration": 0.25026, "start": 161.99527, "confidence": 0.523}, {"duration": 0.2505, "start": 162.24554, "confidence": 0.411}, {"duration": 0.2505, "start": 162.49603, "confidence": 0.411}, {"duration": 0.25163, "start": 162.74653, "confidence": 0.426}, {"duration": 0.25163, "start": 162.99816, "confidence": 0.426}, {"duration": 0.25096, "start": 163.24979, "confidence": 0.55}, {"duration": 0.25096, "start": 163.50075, "confidence": 0.55}, {"duration": 0.25097, "start": 163.75172, "confidence": 0.668}, {"duration": 0.25097, "start": 164.00269, "confidence": 0.668}, {"duration": 0.25008, "start": 164.25366, "confidence": 0.572}, {"duration": 0.25008, "start": 164.50374, "confidence": 0.572}, {"duration": 0.25053, "start": 164.75382, "confidence": 0.436}, {"duration": 0.25053, "start": 165.00435, "confidence": 0.436}, {"duration": 0.24986, "start": 165.25488, "confidence": 0.491}, {"duration": 0.24986, "start": 165.50475, "confidence": 0.491}, {"duration": 0.24986, "start": 165.75461, "confidence": 0.551}, {"duration": 0.24986, "start": 166.00447, "confidence": 0.551}, {"duration": 0.24785, "start": 166.25433, "confidence": 0.606}, {"duration": 0.24785, "start": 166.50218, "confidence": 0.606}, {"duration": 0.24829, "start": 166.75002, "confidence": 0.528}, {"duration": 0.24829, "start": 166.99832, "confidence": 0.528}, {"duration": 0.25009, "start": 167.24661, "confidence": 0.535}, {"duration": 0.25009, "start": 167.4967, "confidence": 0.535}, {"duration": 0.25031, "start": 167.74678, "confidence": 0.379}, {"duration": 0.25031, "start": 167.99709, "confidence": 0.379}, {"duration": 0.25031, "start": 168.2474, "confidence": 0.352}, {"duration": 0.25031, "start": 168.4977, "confidence": 0.352}, {"duration": 0.25053, "start": 168.74801, "confidence": 0.497}, {"duration": 0.25053, "start": 168.99853, "confidence": 0.497}, {"duration": 0.2503, "start": 169.24906, "confidence": 0.548}, {"duration": 0.2503, "start": 169.49936, "confidence": 0.548}, {"duration": 0.25007, "start": 169.74966, "confidence": 0.514}, {"duration": 0.25007, "start": 169.99973, "confidence": 0.514}, {"duration": 0.25074, "start": 170.2498, "confidence": 0.447}, {"duration": 0.25074, "start": 170.50054, "confidence": 0.447}, {"duration": 0.25006, "start": 170.75128, "confidence": 0.453}, {"duration": 0.25006, "start": 171.00134, "confidence": 0.453}, {"duration": 0.24983, "start": 171.2514, "confidence": 0.514}, {"duration": 0.24983, "start": 171.50124, "confidence": 0.514}, {"duration": 0.24893, "start": 171.75107, "confidence": 0.555}, {"duration": 0.24893, "start": 172.0, "confidence": 0.555}, {"duration": 0.2496, "start": 172.24894, "confidence": 0.416}, {"duration": 0.2496, "start": 172.49853, "confidence": 0.416}, {"duration": 0.24937, "start": 172.74813, "confidence": 0.412}, {"duration": 0.24937, "start": 172.9975, "confidence": 0.412}, {"duration": 0.25026, "start": 173.24686, "confidence": 0.479}, {"duration": 0.25026, "start": 173.49712, "confidence": 0.479}, {"duration": 0.2498, "start": 173.74738, "confidence": 0.576}, {"duration": 0.2498, "start": 173.99718, "confidence": 0.576}, {"duration": 0.25002, "start": 174.24698, "confidence": 0.503}, {"duration": 0.25002, "start": 174.49699, "confidence": 0.503}, {"duration": 0.25046, "start": 174.74701, "confidence": 0.493}, {"duration": 0.25046, "start": 174.99747, "confidence": 0.493}, {"duration": 0.2509, "start": 175.24792, "confidence": 0.598}, {"duration": 0.2509, "start": 175.49882, "confidence": 0.598}, {"duration": 0.25089, "start": 175.74972, "confidence": 0.635}, {"duration": 0.25089, "start": 176.0006, "confidence": 0.635}, {"duration": 0.25066, "start": 176.25149, "confidence": 0.571}, {"duration": 0.25066, "start": 176.50215, "confidence": 0.571}, {"duration": 0.24997, "start": 176.7528, "confidence": 0.45}, {"duration": 0.24997, "start": 177.00278, "confidence": 0.45}, {"duration": 0.24997, "start": 177.25275, "confidence": 0.482}, {"duration": 0.24997, "start": 177.50272, "confidence": 0.482}, {"duration": 0.24929, "start": 177.75269, "confidence": 0.476}, {"duration": 0.24929, "start": 178.00198, "confidence": 0.476}, {"duration": 0.24928, "start": 178.25127, "confidence": 0.462}, {"duration": 0.24928, "start": 178.50055, "confidence": 0.462}, {"duration": 0.25062, "start": 178.74983, "confidence": 0.452}, {"duration": 0.25062, "start": 179.00045, "confidence": 0.452}, {"duration": 0.24971, "start": 179.25106, "confidence": 0.544}, {"duration": 0.24971, "start": 179.50078, "confidence": 0.544}, {"duration": 0.24993, "start": 179.75049, "confidence": 0.467}, {"duration": 0.24993, "start": 180.00042, "confidence": 0.467}, {"duration": 0.24993, "start": 180.25035, "confidence": 0.275}, {"duration": 0.24993, "start": 180.50028, "confidence": 0.275}, {"duration": 0.2497, "start": 180.75021, "confidence": 0.254}, {"duration": 0.2497, "start": 180.99991, "confidence": 0.254}, {"duration": 0.25037, "start": 181.2496, "confidence": 0.417}, {"duration": 0.25037, "start": 181.49997, "confidence": 0.417}, {"duration": 0.25148, "start": 181.75034, "confidence": 0.535}, {"duration": 0.25148, "start": 182.00182, "confidence": 0.535}, {"duration": 0.2535, "start": 182.25331, "confidence": 0.518}, {"duration": 0.2535, "start": 182.50681, "confidence": 0.518}, {"duration": 0.25372, "start": 182.7603, "confidence": 0.481}, {"duration": 0.25372, "start": 183.01402, "confidence": 0.481}, {"duration": 0.25238, "start": 183.26774, "confidence": 0.451}, {"duration": 0.25238, "start": 183.52012, "confidence": 0.451}, {"duration": 0.25394, "start": 183.7725, "confidence": 0.224}, {"duration": 0.25394, "start": 184.02644, "confidence": 0.224}, {"duration": 0.25349, "start": 184.28038, "confidence": 0.126}, {"duration": 0.25349, "start": 184.53387, "confidence": 0.126}, {"duration": 0.25327, "start": 184.78736, "confidence": 0.294}, {"duration": 0.25327, "start": 185.04063, "confidence": 0.294}, {"duration": 0.25304, "start": 185.2939, "confidence": 0.477}, {"duration": 0.25304, "start": 185.54694, "confidence": 0.477}, {"duration": 0.2517, "start": 185.79998, "confidence": 0.632}, {"duration": 0.2517, "start": 186.05167, "confidence": 0.632}, {"duration": 0.25528, "start": 186.30337, "confidence": 0.713}, {"duration": 0.25528, "start": 186.55865, "confidence": 0.713}, {"duration": 0.26021, "start": 186.81393, "confidence": 0.724}, {"duration": 0.26021, "start": 187.07413, "confidence": 0.724}, {"duration": 0.26289, "start": 187.33434, "confidence": 0.668}, {"duration": 0.26289, "start": 187.59723, "confidence": 0.668}, {"duration": 0.2611, "start": 187.86013, "confidence": 0.605}, {"duration": 0.2611, "start": 188.12123, "confidence": 0.605}, {"duration": 0.25797, "start": 188.38234, "confidence": 0.545}, {"duration": 0.25797, "start": 188.64031, "confidence": 0.545}, {"duration": 0.25506, "start": 188.89828, "confidence": 0.344}, {"duration": 0.25506, "start": 189.15335, "confidence": 0.344}, {"duration": 0.25417, "start": 189.40841, "confidence": 0.243}, {"duration": 0.25417, "start": 189.66258, "confidence": 0.243}, {"duration": 0.25234, "start": 189.91676, "confidence": 0.282}, {"duration": 0.25234, "start": 190.16909, "confidence": 0.282}, {"duration": 0.23482, "start": 190.42143, "confidence": 0.157}, {"duration": 0.23482, "start": 190.65624, "confidence": 0.157}, {"duration": 0.25007, "start": 190.89106, "confidence": 0.143}, {"duration": 0.25007, "start": 191.14113, "confidence": 0.143}, {"duration": 0.25007, "start": 191.39119, "confidence": 0.097}, {"duration": 0.25007, "start": 191.64126, "confidence": 0.097}]}, "id": "TRORQWV13762CDDF4C", "analyzer_version": "3.2.2", "release": "Kiss", "artist_id": "ARRWGYU12086C17800", "bitrate": 256, "audio_md5": "46d9e8d2bad33efa281a82746ea656c7", "audio_summary": {"key": 7, "tempo": 120.029, "energy": 0.5844283236944199, "liveness": 0.10790238634663951, "analysis_url": "http://echonest-analysis.s3.amazonaws.com/TR/TRORQWV13762CDDF4C/3/full.json?AWSAccessKeyId=AKIAJRDFEY23UEVW42BQ&Expires=1464254381&Signature=cjn2ywi8TcBNeseQ4bj82qVXBQM%3D", "speechiness": 0.03887027218581607, "acousticness": 0.010014125916266286, "instrumentalness": 2.281629236650941e-07, "mode": 1, "time_signature": 4, "duration": 193.44544, "loudness": -6.547, "valence": 0.6835372891426056, "danceability": 0.7764305959389382}, "md5": "9cb050d68bea6788d8b77de112c70b00"}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment