[{"data":1,"prerenderedAt":18107},["ShallowReactive",2],{"navigation":3,"$fSfqI7U3ONlViJxxu0LCJSTAsCIOHwP-GVZtZSGsZVII":355,"-docs-hooks-use-deep-compare-effect":378,"-docs-hooks-use-deep-compare-effect-description":568,"mdc--ify2j9-key":589,"use-deep-compare-effect-options-description":598,"use-deep-compare-effect-options-prop-audioBitsPerSecond-description":612,"use-deep-compare-effect-options-prop-mimeType-description":629,"use-deep-compare-effect-options-prop-timeslice-description":645,"use-deep-compare-effect-options-prop-enableAnalysis-description":654,"use-deep-compare-effect-options-prop-fftSize-description":663,"use-deep-compare-effect-isSupported-description":679,"use-deep-compare-effect-isRecording-description":688,"use-deep-compare-effect-isPaused-description":697,"use-deep-compare-effect-stream-description":706,"use-deep-compare-effect-mediaRecorder-description":715,"use-deep-compare-effect-audioBlob-description":724,"use-deep-compare-effect-audioUrl-description":733,"use-deep-compare-effect-duration-description":742,"use-deep-compare-effect-error-description":751,"use-deep-compare-effect-analysisData-description":760,"use-deep-compare-effect-analysisData-prop-frequencyData-description":769,"use-deep-compare-effect-analysisData-prop-timeData-description":778,"use-deep-compare-effect-analysisData-prop-volume-description":787,"use-deep-compare-effect-startRecording-description":796,"use-deep-compare-effect-stopRecording-description":805,"use-deep-compare-effect-pauseRecording-description":814,"use-deep-compare-effect-resumeRecording-description":823,"use-deep-compare-effect-clearRecording-description":832,"use-deep-compare-effect-downloadRecording-description":841,"highlight-type-{}":850,"highlight-type-UseAudioRecorderOptions":875,"highlight-type-audioBitsPerSecond?: number | undefined":897,"highlight-type-mimeType?: AudioMimeType | undefined":929,"highlight-type-timeslice?: number | undefined":960,"highlight-type-enableAnalysis?: boolean | undefined":990,"highlight-type-fftSize?: number | undefined":1021,"highlight-type-boolean":1051,"highlight-type-MediaStream | null":1072,"highlight-type-MediaRecorder | null":1104,"highlight-type-Blob | null":1134,"highlight-type-string | null":1164,"highlight-type-number":1194,"highlight-type-AudioAnalysisData | null":1215,"highlight-type-frequencyData: Uint8Array\u003CArrayBufferLike>":1245,"highlight-type-timeData: Uint8Array\u003CArrayBufferLike>":1292,"highlight-type-volume: number":1334,"highlight-type-() => Promise\u003Cvoid>":1364,"highlight-type-() => void":1410,"highlight-type-(filename?: string | undefined) => void":1440,"mdc-5zsw8d-key":1499,"hooks-code-use-deep-compare-effect-true":1946},[4],{"title":5,"path":6,"stem":7,"children":8,"page":354},"Docs","/docs","docs",[9,32],{"title":10,"path":11,"stem":12,"children":13,"category":16,"description":16,"icon":31},"Getting Started","/docs/getting-started","docs/1.getting-started/1.index",[14,19,25],{"title":15,"path":11,"stem":12,"category":16,"description":17,"icon":18},"Introduction",null,"Welcome to the sse-hooks documentation.","i-lucide-house",{"title":20,"path":21,"stem":22,"category":16,"description":23,"icon":24},"Installation","/docs/getting-started/installation","docs/1.getting-started/2.installation","Get started with sse-hooks in your React or Next.js project.","i-lucide-download",{"title":26,"path":27,"stem":28,"category":16,"description":29,"icon":30},"Usage","/docs/getting-started/usage","docs/1.getting-started/3.usage","Learn how to integrate and configure sse-hooks in your application.","i-lucide-sliders","i-lucide-square-play",{"title":33,"category":16,"description":16,"icon":34,"path":35,"stem":36,"children":37,"page":354},"Hooks","i-lucide-square-function","/docs/hooks","docs/2.hooks",[38,44,50,56,62,68,73,78,84,89,94,99,105,110,116,121,126,131,136,141,146,153,158,163,168,174,179,184,189,194,199,204,209,214,219,224,229,234,239,244,249,254,259,264,269,274,279,284,289,294,299,304,309,314,319,324,329,334,339,344,349],{"title":39,"path":40,"stem":41,"category":42,"description":43},"useAudioRecorder","/docs/hooks/use-audio-recorder","docs/2.hooks/1.use-audio-recorder","sensors","A comprehensive hook for audio recording with real-time analysis using getUserMedia, MediaRecorder, and Web Audio APIs",{"title":45,"path":46,"stem":47,"category":48,"description":49},"useCopyToClipboard","/docs/hooks/use-copy-to-clipboard","docs/2.hooks/10.use-copy-to-clipboard","utilities","Custom hook that copies text to the clipboard using the `Clipboard API`.",{"title":51,"path":52,"stem":53,"category":54,"description":55},"useCountdown","/docs/hooks/use-countdown","docs/2.hooks/11.use-countdown","effect","Custom hook that manages countdown.",{"title":57,"path":58,"stem":59,"category":60,"description":61},"useCounter","/docs/hooks/use-counter","docs/2.hooks/12.use-counter","state","Custom hook that manages a counter with increment, decrement, reset, and setCount functionalities.",{"title":63,"path":64,"stem":65,"category":66,"description":67},"useDarkMode","/docs/hooks/use-dark-mode","docs/2.hooks/13.use-dark-mode","dom","Custom hook that returns the current state of the dark mode.",{"title":69,"path":70,"stem":71,"category":54,"description":72},"useDebounceCallback","/docs/hooks/use-debounce-callback","docs/2.hooks/14.use-debounce-callback","Custom hook that creates a debounced version of a callback function.",{"title":74,"path":75,"stem":76,"category":54,"description":77},"useDebounceValue","/docs/hooks/use-debounce-value","docs/2.hooks/15.use-debounce-value","Custom hook that returns a debounced version of the provided value, along with a function to update it.",{"title":79,"path":80,"stem":81,"category":54,"description":82,"badge":83},"useDeepCompareEffect","/docs/hooks/use-deep-compare-effect","docs/2.hooks/16.use-deep-compare-effect","Custom hook that serves as a drop-in replacement for `useEffect`, but uses deep comparison on its dependencies instead of reference equality.","NEW",{"title":85,"path":86,"stem":87,"category":66,"description":88},"useDocumentTitle","/docs/hooks/use-document-title","docs/2.hooks/17.use-document-title","Custom hook that sets the document title.",{"title":90,"path":91,"stem":92,"category":48,"description":93},"useEventCallback","/docs/hooks/use-event-callback","docs/2.hooks/18.use-event-callback","Custom hook that creates a memoized event callback.",{"title":95,"path":96,"stem":97,"category":54,"description":98},"useEventListener","/docs/hooks/use-event-listener","docs/2.hooks/19.use-event-listener","Custom hook that attaches event listeners to DOM elements, the window, or media query lists.",{"title":100,"path":101,"stem":102,"category":103,"description":104},"useAutoSave","/docs/hooks/use-auto-save","docs/2.hooks/2.use-auto-save","storage","A robust hook for auto-saving form data with debouncing, race-condition handling, and lifecycle safety.\nIt monitors the `data` state and triggers the `onSave` callback after a specified `delay` of inactivity. It also provides a smart `onChange` handler that adapts to both React Events and direct values.",{"title":106,"path":107,"stem":108,"category":66,"description":109},"useFavicon","/docs/hooks/use-favicon","docs/2.hooks/20.use-favicon","Custom hook that sets the document favicon.",{"title":111,"path":112,"stem":113,"category":114,"description":115},"useFetch","/docs/hooks/use-fetch","docs/2.hooks/21.use-fetch","network","Custom hook that provides a wrapper around the native `fetch API` to handle HTTP requests with state management, abort capability, and TypeScript support.",{"title":117,"path":118,"stem":119,"category":66,"description":120,"badge":83},"useFocus","/docs/hooks/use-focus","docs/2.hooks/22.use-focus","Custom hook that tracks the focus state of a DOM element.",{"title":122,"path":123,"stem":124,"category":66,"description":125},"useForkRef","/docs/hooks/use-fork-ref","docs/2.hooks/23.use-fork-ref","Merges refs into a single memoized callback ref or `null`.",{"title":127,"path":128,"stem":129,"category":42,"description":130,"badge":83},"useGeolocation","/docs/hooks/use-geolocation","docs/2.hooks/24.use-geolocation","Custom hook that tracks the user's geographic location using the Geolocation API.",{"title":132,"path":133,"stem":134,"category":60,"description":135,"badge":83},"useHistoryState","/docs/hooks/use-history-state","docs/2.hooks/25.use-history-state","Custom hook for managing state history, providing undo, redo, and clear functionality.",{"title":137,"path":138,"stem":139,"category":42,"description":140},"useHover","/docs/hooks/use-hover","docs/2.hooks/26.use-hover","Custom hook that tracks whether a DOM element is being hovered over.",{"title":142,"path":143,"stem":144,"category":42,"description":145,"badge":83},"useIdle","/docs/hooks/use-idle","docs/2.hooks/27.use-idle","Custom hook that tracks whether the user is idle based on activity events.",{"title":147,"path":148,"stem":149,"children":150,"category":103,"description":152},"useIndexedDB","/docs/hooks/use-indexed-db","docs/2.hooks/28.use-indexed-db",[151],{"title":147,"path":148,"stem":149,"category":103,"description":152},"Custom hook that provides an interface to the `IndexedDB API` for client-side storage of significant amounts of structured data.",{"title":154,"path":155,"stem":156,"category":66,"description":157},"useIntersectionObserver","/docs/hooks/use-intersection-observer","docs/2.hooks/29.use-intersection-observer","Custom hook that tracks the intersection of a DOM element with its containing element or the viewport using the `Intersection Observer API`.",{"title":159,"path":160,"stem":161,"category":60,"description":162},"useBoolean","/docs/hooks/use-boolean","docs/2.hooks/3.use-boolean","Custom hook that handles boolean state with useful utility functions.",{"title":164,"path":165,"stem":166,"category":54,"description":167},"useInterval","/docs/hooks/use-interval","docs/2.hooks/30.use-interval","Custom hook that creates an interval that invokes a callback function at a specified delay using the `setInterval API`.",{"title":169,"path":170,"stem":171,"category":172,"description":173},"useIsClient","/docs/hooks/use-is-client","docs/2.hooks/31.use-is-client","lifecycle","Custom hook that determines if the code is running on the client side (in the browser).",{"title":175,"path":176,"stem":177,"category":172,"description":178},"useIsMounted","/docs/hooks/use-is-mounted","docs/2.hooks/32.use-is-mounted","Custom hook that determines if the component is currently mounted.",{"title":180,"path":181,"stem":182,"category":48,"description":183,"badge":83},"useKbd","/docs/hooks/use-kbd","docs/2.hooks/33.use-kbd","Custom hook that detects the operating system (Mac vs. Windows/Linux) and provides a normalized map of keyboard keys (e.g., mapping \"Meta\" to \"Command\" on Mac and \"Ctrl\" on Windows).",{"title":185,"path":186,"stem":187,"category":42,"description":188},"useKey","/docs/hooks/use-key","docs/2.hooks/34.use-key","A powerful sensor hook for handling keyboard shortcuts, sequences, and modifiers.\nIt supports complex key combinations (`Ctrl+Shift+S`), Gmail-style sequences (`g then i`), and provides metadata for generating \"Keyboard Shortcut\" UI help modals.",{"title":190,"path":191,"stem":192,"category":103,"description":193},"useLocalStorage","/docs/hooks/use-local-storage","docs/2.hooks/35.use-local-storage","Custom hook that uses the `localStorage API` to persist state across page reloads.",{"title":195,"path":196,"stem":197,"category":60,"description":198},"useMap","/docs/hooks/use-map","docs/2.hooks/36.use-map","Custom hook that manages a key-value `Map` state with setter actions.",{"title":200,"path":201,"stem":202,"category":48,"description":203},"useMediaQuality","/docs/hooks/use-media-quality","docs/2.hooks/37.use-media-quality","Custom hook to manage video stream quality by applying constraints (resolution and frame rate) to a MediaStream track.",{"title":205,"path":206,"stem":207,"category":42,"description":208},"useMediaQuery","/docs/hooks/use-media-query","docs/2.hooks/38.use-media-query","Custom hook that tracks the state of a media query using the `Match Media API`.",{"title":210,"path":211,"stem":212,"category":42,"description":213},"useMediaSession","/docs/hooks/use-media-session","docs/2.hooks/39.use-media-session","Custom hook that interacts with the Media Session API. It allows you to customize media notifications and handle media control events (like play, pause, next track) from the system's notification area or lock screen.",{"title":215,"path":216,"stem":217,"category":42,"description":218},"BreakPointHooks","/docs/hooks/use-breakpoint","docs/2.hooks/4.use-breakpoint","Reactive hooks and utilities to be used with user provided breakpoints.",{"title":220,"path":221,"stem":222,"category":48,"description":223},"useMemoizedFn","/docs/hooks/use-memoized-fn","docs/2.hooks/40.use-memoized-fn","A hook that returns a memoized version of a function. Unlike `useCallback`, the function identity remains stable across re-renders, but it always has access to the latest props and state without needing a dependency array. This is particularly useful for passing callbacks to optimized child components to prevent unnecessary re-renders while avoiding closure staleness.",{"title":225,"path":226,"stem":227,"category":114,"description":228},"useNetworkInformation","/docs/hooks/use-network-information","docs/2.hooks/41.use-network-information","Custom hook that tracks the device's network connection status and details (speed, type) using the Network Information API.",{"title":230,"path":231,"stem":232,"category":66,"description":233},"usePortal","/docs/hooks/use-portal","docs/2.hooks/42.use-portal","Custom hook to manage the creation and state of DOM Portals. Handles mounting, unmounting, outside clicks, and \"Escape\" key closure.",{"title":235,"path":236,"stem":237,"category":103,"description":238},"useReadLocalStorage","/docs/hooks/use-read-local-storage","docs/2.hooks/43.use-read-local-storage","Custom hook that reads a value from `localStorage`, closely related to `useLocalStorage()`.",{"title":240,"path":241,"stem":242,"category":42,"description":243},"useResizeObserver","/docs/hooks/use-resize-observer","docs/2.hooks/44.use-resize-observer","Custom hook that observes the size of an element using the `ResizeObserver API`.",{"title":245,"path":246,"stem":247,"category":60,"description":248},"useRoleGuard","/docs/hooks/use-role-guard","docs/2.hooks/45.use-role-guard","Custom hook for Role-Based Access Control (RBAC). Checks if a user has specific permissions and handles redirection for unauthorized access.",{"title":250,"path":251,"stem":252,"category":42,"description":253},"useScreen","/docs/hooks/use-screen","docs/2.hooks/46.use-screen","Custom hook that tracks the `screen` dimensions and properties.",{"title":255,"path":256,"stem":257,"category":42,"description":258},"useScreenShare","/docs/hooks/use-screen-share","docs/2.hooks/47.use-screen-share","Custom hook that captures the user's screen or specific application window. It handles permission errors, stream management, native stop events, and cleanup.",{"title":260,"path":261,"stem":262,"category":66,"description":263},"useScript","/docs/hooks/use-script","docs/2.hooks/48.use-script","Custom hook that dynamically loads scripts and tracking their loading status.",{"title":265,"path":266,"stem":267,"category":66,"description":268},"useScrollLock","/docs/hooks/use-scroll-lock","docs/2.hooks/49.use-scroll-lock","A custom hook that locks and unlocks scroll.",{"title":270,"path":271,"stem":272,"category":48,"description":273},"useCallbackRef","/docs/hooks/use-callback-ref","docs/2.hooks/5.use-callback-ref","A custom hook that converts a callback to a ref to avoid triggering re-renders when passed as a prop or avoid re-executing effects when passed as a dependency",{"title":275,"path":276,"stem":277,"category":48,"description":278},"useSearchWithSuggestions","/docs/hooks/use-search-with-suggestions","docs/2.hooks/50.use-search-with-suggestions","A comprehensive hook for building \"Command Palette\" or \"Omnibar\" style search interfaces. * It provides \"Ghost Text\" autocomplete (like Google search), command scoping (like Slack's `/` commands), and keyboard support. It handles the complex logic of parsing input strings to separate commands from queries.",{"title":280,"path":281,"stem":282,"category":103,"description":283},"useSessionStorage","/docs/hooks/use-session-storage","docs/2.hooks/51.use-session-storage","Custom hook that uses the `sessionStorage API` to persist state across page reloads.",{"title":285,"path":286,"stem":287,"category":48,"description":288},"useSSR","/docs/hooks/use-ssr","docs/2.hooks/52.use-ssr","Custom hook that detects the current environment (Browser, Server, or Native) and capability support (Workers, EventListeners). useful for avoiding hydration mismatches.",{"title":290,"path":291,"stem":292,"category":60,"description":293},"useStep","/docs/hooks/use-step","docs/2.hooks/53.use-step","Custom hook that manages and navigates between steps in a multi-step process.",{"title":295,"path":296,"stem":297,"category":48,"description":298,"badge":83},"useSupported","/docs/hooks/use-supported","docs/2.hooks/54.use-supported","Custom hook that safely checks if a specific feature or browser API is supported.",{"title":300,"path":301,"stem":302,"category":48,"description":303},"useSymbol","/docs/hooks/use-symbol","docs/2.hooks/55.use-symbol","Custom hook for managing ES6 Symbols. Provides utilities to create unique symbols, manage a registry of symbols, and access well-known symbols.",{"title":305,"path":306,"stem":307,"category":66,"description":308},"useTernaryDarkMode","/docs/hooks/use-ternary-dark-mode","docs/2.hooks/56.use-ternary-dark-mode","Custom hook that manages ternary (system, dark, light) dark mode with local storage support.",{"title":310,"path":311,"stem":312,"category":54,"description":313},"useTimeout","/docs/hooks/use-timeout","docs/2.hooks/57.use-timeout","Custom hook that handles timeouts in React components using the `setTimeout API`.",{"title":315,"path":316,"stem":317,"category":60,"description":318},"useToggle","/docs/hooks/use-toggle","docs/2.hooks/58.use-toggle","Custom hook that manages a boolean toggle state in React components.",{"title":320,"path":321,"stem":322,"category":172,"description":323},"useUnmount","/docs/hooks/use-unmount","docs/2.hooks/59.use-unmount","Custom hook that runs a cleanup function when the component is unmounted.",{"title":325,"path":326,"stem":327,"category":66,"description":328},"useClickAnyWhere","/docs/hooks/use-click-any-where","docs/2.hooks/6.use-click-any-where","Custom hook that handles click events anywhere on the document.",{"title":330,"path":331,"stem":332,"category":42,"description":333},"useUserMedia","/docs/hooks/use-user-media","docs/2.hooks/60.use-user-media","Custom hook that captures audio and video from the user's device. It handles permission errors, stream management, and cleanup automatically.",{"title":335,"path":336,"stem":337,"category":42,"description":338},"useWindowSize","/docs/hooks/use-window-size","docs/2.hooks/61.use-window-size","Custom hook that tracks the size of the window.",{"title":340,"path":341,"stem":342,"category":66,"description":343},"useClickAway","/docs/hooks/use-click-away","docs/2.hooks/7.use-click-away","Custom hook that triggers a callback when a user clicks outside the referenced element. It handles portal elements, scrollbar clicks, and touch interactions intelligently.",{"title":345,"path":346,"stem":347,"category":42,"description":348},"useConferenceSystem","/docs/hooks/use-conference-system","docs/2.hooks/8.use-conference-system","A comprehensive hook for managing video conferencing state, including camera access, screen sharing, network monitoring, and automatic media quality adjustment.",{"title":350,"path":351,"stem":352,"category":103,"description":353},"useCookie","/docs/hooks/use-cookie","docs/2.hooks/9.use-cookie","Custom hook that manages state synchronized with a browser `cookie`. It handles serialization, prefixes, updates across tabs, and custom event synchronization.",false,{"team":356,"latest_release":369},[357,364],{"name":358,"login":359,"avatarUrl":360,"pronouns":360,"location":361,"websiteUrl":16,"sponsorsListing":362,"socialAccounts":363},"SSE World","sseworld","","India","https://github.com/sponsors/sseworld",{},{"name":365,"login":366,"avatarUrl":360,"pronouns":360,"location":361,"websiteUrl":16,"sponsorsListing":367,"socialAccounts":368},"SSE Official","ssewofficial","https://github.com/sponsors/ssewofficial",{},{"tag":370,"name":370,"created_at":371,"updated_at":372,"published_at":373,"assets":374,"tarball_url":375,"zipball_url":376,"body":377},"v1.4.0","2026-02-18T09:08:57Z","2026-02-21T07:10:12Z","2026-02-18T09:18:00Z",[],"https://api.github.com/repos/sseuniverse/sse-hooks/tarball/v1.4.0","https://api.github.com/repos/sseuniverse/sse-hooks/zipball/v1.4.0","This release marks a major milestone in the development of the @sse-ui ecosystem. We have completely overhauled how hook metadata and types are generated, providing a much richer experience for developers and a more maintainable codebase for contributors.\r\n\r\n## 💎 Key Highlights\r\n\r\n* **Intelligent Type Generation**: The generate-nuxt-types.js engine has been rebuilt to track type usage. It now intelligently inlines simple type aliases (like AudioMimeType) into schemas while preserving complex standalone interfaces (like AudioAnalysisData) for better visibility.\r\n* **Cleaner Metadata**: We’ve implemented redundancy filtering. Top-level Options and Return interfaces are now automatically omitted from the types array to avoid clutter, as they are already fully described in the props and returns schemas.\r\n* **Refactored Documentation Engine**: generate-doc.js has been updated to handle the new metadata format, including improved descriptions, links, and schema visualization. We have also deprecated the old generate-md.js script in favor of this unified approach.\r\n* **Framework Integration**: Added @ssets/scule and @vueuse/nuxt to our dependency stack to enhance camelCase conversion and framework-specific utility support.\r\n\r\n## 🛠️ Internal Refactors\r\n* **Standalone Types Support**: Added a dedicated types array to hook definitions to accommodate standalone interfaces, enums, and complex aliases.\r\n* **TypeDoc Integration**: Enhanced the extraction of metadata from TypeDoc JSON to ensure better handling of optional flags and default values.\r\n* **Hook Cleanup**: Removed unused interfaces and legacy types from useFetch, useIndexedDB, useMediaSession, and useUserMedia to streamline the library footprint.\r\n\r\n## 📦 Versioning & Dependencies\r\n* Bumped sse-hooks-directory to 1.4.0.\r\n* Added support for TypeMeta in schema definitions for more robust type management.\r\n\r\n---\r\n\r\n**Full Changelog**: https://github.com/sseuniverse/sse-hooks/compare/v1.3.1...v1.4.0",{"id":379,"title":79,"body":380,"category":54,"description":82,"extension":558,"links":559,"meta":564,"navigation":565,"path":80,"seo":566,"stem":81,"__hash__":567},"docs/docs/2.hooks/16.use-deep-compare-effect.md",{"type":381,"value":382,"toc":545},"minimark",[383,387,497,500,503,507,512,515,519,521,525,528,531,534,538,541],[384,385,20],"h2",{"id":386},"installation",[388,389,391,420,439,457,480],"code-group",{"sync":390},"pm",[392,393,398],"pre",{"className":394,"code":395,"filename":396,"language":397,"meta":360,"style":360},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx sse-hooks add use-deep-compare-effect\n","npm","bash",[399,400,401],"code",{"__ignoreMap":360},[402,403,406,410,414,417],"span",{"class":404,"line":405},"line",1,[402,407,409],{"class":408},"sBMFI","npx",[402,411,413],{"class":412},"sfazB"," sse-hooks",[402,415,416],{"class":412}," add",[402,418,419],{"class":412}," use-deep-compare-effect\n",[392,421,424],{"className":394,"code":422,"filename":423,"language":397,"meta":360,"style":360},"yarn dlx sse-hooks add use-deep-compare-effect\n","yarn",[399,425,426],{"__ignoreMap":360},[402,427,428,430,433,435,437],{"class":404,"line":405},[402,429,423],{"class":408},[402,431,432],{"class":412}," dlx",[402,434,413],{"class":412},[402,436,416],{"class":412},[402,438,419],{"class":412},[392,440,443],{"className":394,"code":441,"filename":442,"language":397,"meta":360,"style":360},"pnpm dlx sse-hooks add use-deep-compare-effect\n","pnpm",[399,444,445],{"__ignoreMap":360},[402,446,447,449,451,453,455],{"class":404,"line":405},[402,448,442],{"class":408},[402,450,432],{"class":412},[402,452,413],{"class":412},[402,454,416],{"class":412},[402,456,419],{"class":412},[392,458,461],{"className":394,"code":459,"filename":460,"language":397,"meta":360,"style":360},"deno run -A npm:sse-hooks add use-deep-compare-effect\n","deno",[399,462,463],{"__ignoreMap":360},[402,464,465,467,470,473,476,478],{"class":404,"line":405},[402,466,460],{"class":408},[402,468,469],{"class":412}," run",[402,471,472],{"class":412}," -A",[402,474,475],{"class":412}," npm:sse-hooks",[402,477,416],{"class":412},[402,479,419],{"class":412},[392,481,484],{"className":394,"code":482,"filename":483,"language":397,"meta":360,"style":360},"bunx sse-hooks add use-deep-compare-effect\n","bun",[399,485,486],{"__ignoreMap":360},[402,487,488,491,493,495],{"class":404,"line":405},[402,489,490],{"class":408},"bunx",[402,492,413],{"class":412},[402,494,416],{"class":412},[402,496,419],{"class":412},[384,498,26],{"id":499},"usage",[501,502],"hooks-example",{},[384,504,506],{"id":505},"api","API",[508,509,511],"h3",{"id":510},"parameters","Parameters",[513,514],"component-props",{},[508,516,518],{"id":517},"returns","Returns",[513,520],{"type":517},[508,522,524],{"id":523},"types-aliases","Types Aliases",[526,527],"component-types",{},[384,529,530],{"id":399},"Code",[532,533],"hooks-code",{},[384,535,537],{"id":536},"changelog","Changelog",[539,540],"hooks-changelog",{},[542,543,544],"style",{},"html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":360,"searchDepth":405,"depth":546,"links":547},2,[548,549,550,556,557],{"id":386,"depth":546,"text":20},{"id":499,"depth":546,"text":26},{"id":505,"depth":546,"text":506,"children":551},[552,554,555],{"id":510,"depth":553,"text":511},3,{"id":517,"depth":553,"text":518},{"id":523,"depth":553,"text":524},{"id":399,"depth":546,"text":530},{"id":536,"depth":546,"text":537},"md",[560],{"label":561,"icon":562,"to":563},"GitHub","i-simple-icons-github","https://github.com/sseuniverse/sse-hooks/blob/main/packages/hooks/src/useDeepCompareEffect",{},{"badge":83},{"title":79,"description":82},"c7F8xI6RrDbpxwREQPH9WjOI9s9XE2PPheE0NLt9ViA",{"data":569,"body":570},{},{"type":571,"children":572},"root",[573],{"type":574,"tag":575,"props":576,"children":577},"element","p",{},[578,581,587],{"type":579,"value":580},"text","Custom hook that serves as a drop-in replacement for ",{"type":574,"tag":399,"props":582,"children":584},{"className":583},[],[585],{"type":579,"value":586},"useEffect",{"type":579,"value":588},", but uses deep comparison on its dependencies instead of reference equality.",{"data":590,"body":591},{},{"type":571,"children":592},[593],{"type":574,"tag":575,"props":594,"children":595},{},[596],{"type":579,"value":597},"Supported audio MIME types for recording.",{"data":599,"body":600},{},{"type":571,"children":601},[602],{"type":574,"tag":603,"props":604,"children":605},"ul",{},[606],{"type":574,"tag":607,"props":608,"children":609},"li",{},[610],{"type":579,"value":611},"Configuration options for audio recording.",{"data":613,"body":614},{},{"type":571,"children":615},[616],{"type":574,"tag":575,"props":617,"children":618},{},[619,621,627],{"type":579,"value":620},"Audio bitrate in bits per second. Defaults to ",{"type":574,"tag":399,"props":622,"children":624},{"className":623},[],[625],{"type":579,"value":626},"128000",{"type":579,"value":628},".",{"data":630,"body":631},{},{"type":571,"children":632},[633],{"type":574,"tag":575,"props":634,"children":635},{},[636,638,644],{"type":579,"value":637},"MIME type for the recorded audio. Defaults to ",{"type":574,"tag":399,"props":639,"children":641},{"className":640},[],[642],{"type":579,"value":643},"\"audio/webm\"",{"type":579,"value":628},{"data":646,"body":647},{},{"type":571,"children":648},[649],{"type":574,"tag":575,"props":650,"children":651},{},[652],{"type":579,"value":653},"Timeslice (ms) for MediaRecorder data chunks.",{"data":655,"body":656},{},{"type":571,"children":657},[658],{"type":574,"tag":575,"props":659,"children":660},{},[661],{"type":579,"value":662},"If set, enables real-time audio analysis during recording.",{"data":664,"body":665},{},{"type":571,"children":666},[667],{"type":574,"tag":575,"props":668,"children":669},{},[670,672,678],{"type":579,"value":671},"FFT size for audio analysis. Defaults to ",{"type":574,"tag":399,"props":673,"children":675},{"className":674},[],[676],{"type":579,"value":677},"2048",{"type":579,"value":628},{"data":680,"body":681},{},{"type":571,"children":682},[683],{"type":574,"tag":575,"props":684,"children":685},{},[686],{"type":579,"value":687},"Whether audio recording is supported in the current browser.",{"data":689,"body":690},{},{"type":571,"children":691},[692],{"type":574,"tag":575,"props":693,"children":694},{},[695],{"type":579,"value":696},"Whether recording is currently active.",{"data":698,"body":699},{},{"type":571,"children":700},[701],{"type":574,"tag":575,"props":702,"children":703},{},[704],{"type":579,"value":705},"Whether recording is currently paused.",{"data":707,"body":708},{},{"type":571,"children":709},[710],{"type":574,"tag":575,"props":711,"children":712},{},[713],{"type":579,"value":714},"Active media stream.",{"data":716,"body":717},{},{"type":571,"children":718},[719],{"type":574,"tag":575,"props":720,"children":721},{},[722],{"type":579,"value":723},"MediaRecorder instance.",{"data":725,"body":726},{},{"type":571,"children":727},[728],{"type":574,"tag":575,"props":729,"children":730},{},[731],{"type":579,"value":732},"Final recorded audio blob.",{"data":734,"body":735},{},{"type":571,"children":736},[737],{"type":574,"tag":575,"props":738,"children":739},{},[740],{"type":579,"value":741},"Object URL for the recorded audio.",{"data":743,"body":744},{},{"type":571,"children":745},[746],{"type":574,"tag":575,"props":747,"children":748},{},[749],{"type":579,"value":750},"Duration of the recording in seconds.",{"data":752,"body":753},{},{"type":571,"children":754},[755],{"type":574,"tag":575,"props":756,"children":757},{},[758],{"type":579,"value":759},"Error message if recording fails.",{"data":761,"body":762},{},{"type":571,"children":763},[764],{"type":574,"tag":575,"props":765,"children":766},{},[767],{"type":579,"value":768},"Live audio analysis data.",{"data":770,"body":771},{},{"type":571,"children":772},[773],{"type":574,"tag":575,"props":774,"children":775},{},[776],{"type":579,"value":777},"Frequency domain data (FFT).",{"data":779,"body":780},{},{"type":571,"children":781},[782],{"type":574,"tag":575,"props":783,"children":784},{},[785],{"type":579,"value":786},"Time domain waveform data.",{"data":788,"body":789},{},{"type":571,"children":790},[791],{"type":574,"tag":575,"props":792,"children":793},{},[794],{"type":579,"value":795},"Calculated RMS volume level.",{"data":797,"body":798},{},{"type":571,"children":799},[800],{"type":574,"tag":575,"props":801,"children":802},{},[803],{"type":579,"value":804},"Starts audio recording.",{"data":806,"body":807},{},{"type":571,"children":808},[809],{"type":574,"tag":575,"props":810,"children":811},{},[812],{"type":579,"value":813},"Stops audio recording.",{"data":815,"body":816},{},{"type":571,"children":817},[818],{"type":574,"tag":575,"props":819,"children":820},{},[821],{"type":579,"value":822},"Pauses the recording.",{"data":824,"body":825},{},{"type":571,"children":826},[827],{"type":574,"tag":575,"props":828,"children":829},{},[830],{"type":579,"value":831},"Resumes a paused recording.",{"data":833,"body":834},{},{"type":571,"children":835},[836],{"type":574,"tag":575,"props":837,"children":838},{},[839],{"type":579,"value":840},"Clears the current recording state.",{"data":842,"body":843},{},{"type":571,"children":844},[845],{"type":574,"tag":575,"props":846,"children":847},{},[848],{"type":579,"value":849},"Downloads the recording as a file.",{"data":851,"body":853,"toc":873},{"title":360,"description":852},"{}",{"type":571,"children":854},[855,868],{"type":574,"tag":575,"props":856,"children":857},{},[858],{"type":574,"tag":399,"props":859,"children":862},{"className":860,"language":861,"style":360},"language-ts-type shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","ts-type",[863],{"type":574,"tag":402,"props":864,"children":866},{"style":865},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[867],{"type":579,"value":852},{"type":574,"tag":542,"props":869,"children":870},{},[871],{"type":579,"value":872},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":360,"searchDepth":546,"depth":546,"links":874},[],{"data":876,"body":878,"toc":895},{"title":360,"description":877},"UseAudioRecorderOptions",{"type":571,"children":879},[880,891],{"type":574,"tag":575,"props":881,"children":882},{},[883],{"type":574,"tag":399,"props":884,"children":885},{"className":860,"language":861,"style":360},[886],{"type":574,"tag":402,"props":887,"children":889},{"style":888},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[890],{"type":579,"value":877},{"type":574,"tag":542,"props":892,"children":893},{},[894],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":896},[],{"data":898,"body":900,"toc":927},{"title":360,"description":899},"audioBitsPerSecond?: number",{"type":571,"children":901},[902,923],{"type":574,"tag":575,"props":903,"children":904},{},[905],{"type":574,"tag":399,"props":906,"children":907},{"className":860,"language":861,"style":360},[908,913,918],{"type":574,"tag":402,"props":909,"children":910},{"style":888},[911],{"type":579,"value":912},"audioBitsPerSecond",{"type":574,"tag":402,"props":914,"children":915},{"style":865},[916],{"type":579,"value":917},"?:",{"type":574,"tag":402,"props":919,"children":920},{"style":888},[921],{"type":579,"value":922}," number",{"type":574,"tag":542,"props":924,"children":925},{},[926],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":928},[],{"data":930,"body":932,"toc":958},{"title":360,"description":931},"mimeType?: AudioMimeType",{"type":571,"children":933},[934,954],{"type":574,"tag":575,"props":935,"children":936},{},[937],{"type":574,"tag":399,"props":938,"children":939},{"className":860,"language":861,"style":360},[940,945,949],{"type":574,"tag":402,"props":941,"children":942},{"style":888},[943],{"type":579,"value":944},"mimeType",{"type":574,"tag":402,"props":946,"children":947},{"style":865},[948],{"type":579,"value":917},{"type":574,"tag":402,"props":950,"children":951},{"style":888},[952],{"type":579,"value":953}," AudioMimeType",{"type":574,"tag":542,"props":955,"children":956},{},[957],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":959},[],{"data":961,"body":963,"toc":988},{"title":360,"description":962},"timeslice?: number",{"type":571,"children":964},[965,984],{"type":574,"tag":575,"props":966,"children":967},{},[968],{"type":574,"tag":399,"props":969,"children":970},{"className":860,"language":861,"style":360},[971,976,980],{"type":574,"tag":402,"props":972,"children":973},{"style":888},[974],{"type":579,"value":975},"timeslice",{"type":574,"tag":402,"props":977,"children":978},{"style":865},[979],{"type":579,"value":917},{"type":574,"tag":402,"props":981,"children":982},{"style":888},[983],{"type":579,"value":922},{"type":574,"tag":542,"props":985,"children":986},{},[987],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":989},[],{"data":991,"body":993,"toc":1019},{"title":360,"description":992},"enableAnalysis?: boolean",{"type":571,"children":994},[995,1015],{"type":574,"tag":575,"props":996,"children":997},{},[998],{"type":574,"tag":399,"props":999,"children":1000},{"className":860,"language":861,"style":360},[1001,1006,1010],{"type":574,"tag":402,"props":1002,"children":1003},{"style":888},[1004],{"type":579,"value":1005},"enableAnalysis",{"type":574,"tag":402,"props":1007,"children":1008},{"style":865},[1009],{"type":579,"value":917},{"type":574,"tag":402,"props":1011,"children":1012},{"style":888},[1013],{"type":579,"value":1014}," boolean",{"type":574,"tag":542,"props":1016,"children":1017},{},[1018],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1020},[],{"data":1022,"body":1024,"toc":1049},{"title":360,"description":1023},"fftSize?: number",{"type":571,"children":1025},[1026,1045],{"type":574,"tag":575,"props":1027,"children":1028},{},[1029],{"type":574,"tag":399,"props":1030,"children":1031},{"className":860,"language":861,"style":360},[1032,1037,1041],{"type":574,"tag":402,"props":1033,"children":1034},{"style":888},[1035],{"type":579,"value":1036},"fftSize",{"type":574,"tag":402,"props":1038,"children":1039},{"style":865},[1040],{"type":579,"value":917},{"type":574,"tag":402,"props":1042,"children":1043},{"style":888},[1044],{"type":579,"value":922},{"type":574,"tag":542,"props":1046,"children":1047},{},[1048],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1050},[],{"data":1052,"body":1054,"toc":1070},{"title":360,"description":1053},"boolean",{"type":571,"children":1055},[1056,1066],{"type":574,"tag":575,"props":1057,"children":1058},{},[1059],{"type":574,"tag":399,"props":1060,"children":1061},{"className":860,"language":861,"style":360},[1062],{"type":574,"tag":402,"props":1063,"children":1064},{"style":888},[1065],{"type":579,"value":1053},{"type":574,"tag":542,"props":1067,"children":1068},{},[1069],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1071},[],{"data":1073,"body":1075,"toc":1102},{"title":360,"description":1074},"MediaStream | null",{"type":571,"children":1076},[1077,1098],{"type":574,"tag":575,"props":1078,"children":1079},{},[1080],{"type":574,"tag":399,"props":1081,"children":1082},{"className":860,"language":861,"style":360},[1083,1088,1093],{"type":574,"tag":402,"props":1084,"children":1085},{"style":888},[1086],{"type":579,"value":1087},"MediaStream",{"type":574,"tag":402,"props":1089,"children":1090},{"style":865},[1091],{"type":579,"value":1092}," |",{"type":574,"tag":402,"props":1094,"children":1095},{"style":888},[1096],{"type":579,"value":1097}," null",{"type":574,"tag":542,"props":1099,"children":1100},{},[1101],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1103},[],{"data":1105,"body":1107,"toc":1132},{"title":360,"description":1106},"MediaRecorder | null",{"type":571,"children":1108},[1109,1128],{"type":574,"tag":575,"props":1110,"children":1111},{},[1112],{"type":574,"tag":399,"props":1113,"children":1114},{"className":860,"language":861,"style":360},[1115,1120,1124],{"type":574,"tag":402,"props":1116,"children":1117},{"style":888},[1118],{"type":579,"value":1119},"MediaRecorder",{"type":574,"tag":402,"props":1121,"children":1122},{"style":865},[1123],{"type":579,"value":1092},{"type":574,"tag":402,"props":1125,"children":1126},{"style":888},[1127],{"type":579,"value":1097},{"type":574,"tag":542,"props":1129,"children":1130},{},[1131],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1133},[],{"data":1135,"body":1137,"toc":1162},{"title":360,"description":1136},"Blob | null",{"type":571,"children":1138},[1139,1158],{"type":574,"tag":575,"props":1140,"children":1141},{},[1142],{"type":574,"tag":399,"props":1143,"children":1144},{"className":860,"language":861,"style":360},[1145,1150,1154],{"type":574,"tag":402,"props":1146,"children":1147},{"style":888},[1148],{"type":579,"value":1149},"Blob",{"type":574,"tag":402,"props":1151,"children":1152},{"style":865},[1153],{"type":579,"value":1092},{"type":574,"tag":402,"props":1155,"children":1156},{"style":888},[1157],{"type":579,"value":1097},{"type":574,"tag":542,"props":1159,"children":1160},{},[1161],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1163},[],{"data":1165,"body":1167,"toc":1192},{"title":360,"description":1166},"string | null",{"type":571,"children":1168},[1169,1188],{"type":574,"tag":575,"props":1170,"children":1171},{},[1172],{"type":574,"tag":399,"props":1173,"children":1174},{"className":860,"language":861,"style":360},[1175,1180,1184],{"type":574,"tag":402,"props":1176,"children":1177},{"style":888},[1178],{"type":579,"value":1179},"string",{"type":574,"tag":402,"props":1181,"children":1182},{"style":865},[1183],{"type":579,"value":1092},{"type":574,"tag":402,"props":1185,"children":1186},{"style":888},[1187],{"type":579,"value":1097},{"type":574,"tag":542,"props":1189,"children":1190},{},[1191],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1193},[],{"data":1195,"body":1197,"toc":1213},{"title":360,"description":1196},"number",{"type":571,"children":1198},[1199,1209],{"type":574,"tag":575,"props":1200,"children":1201},{},[1202],{"type":574,"tag":399,"props":1203,"children":1204},{"className":860,"language":861,"style":360},[1205],{"type":574,"tag":402,"props":1206,"children":1207},{"style":888},[1208],{"type":579,"value":1196},{"type":574,"tag":542,"props":1210,"children":1211},{},[1212],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1214},[],{"data":1216,"body":1218,"toc":1243},{"title":360,"description":1217},"AudioAnalysisData | null",{"type":571,"children":1219},[1220,1239],{"type":574,"tag":575,"props":1221,"children":1222},{},[1223],{"type":574,"tag":399,"props":1224,"children":1225},{"className":860,"language":861,"style":360},[1226,1231,1235],{"type":574,"tag":402,"props":1227,"children":1228},{"style":888},[1229],{"type":579,"value":1230},"AudioAnalysisData",{"type":574,"tag":402,"props":1232,"children":1233},{"style":865},[1234],{"type":579,"value":1092},{"type":574,"tag":402,"props":1236,"children":1237},{"style":888},[1238],{"type":579,"value":1097},{"type":574,"tag":542,"props":1240,"children":1241},{},[1242],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1244},[],{"data":1246,"body":1248,"toc":1290},{"title":360,"description":1247},"frequencyData: Uint8Array\u003CArrayBufferLike>",{"type":571,"children":1249},[1250,1286],{"type":574,"tag":575,"props":1251,"children":1252},{},[1253],{"type":574,"tag":399,"props":1254,"children":1255},{"className":860,"language":861,"style":360},[1256,1261,1266,1271,1276,1281],{"type":574,"tag":402,"props":1257,"children":1258},{"style":888},[1259],{"type":579,"value":1260},"frequencyData",{"type":574,"tag":402,"props":1262,"children":1263},{"style":865},[1264],{"type":579,"value":1265},":",{"type":574,"tag":402,"props":1267,"children":1268},{"style":888},[1269],{"type":579,"value":1270}," Uint8Array",{"type":574,"tag":402,"props":1272,"children":1273},{"style":865},[1274],{"type":579,"value":1275},"\u003C",{"type":574,"tag":402,"props":1277,"children":1278},{"style":888},[1279],{"type":579,"value":1280},"ArrayBufferLike",{"type":574,"tag":402,"props":1282,"children":1283},{"style":865},[1284],{"type":579,"value":1285},">",{"type":574,"tag":542,"props":1287,"children":1288},{},[1289],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1291},[],{"data":1293,"body":1295,"toc":1332},{"title":360,"description":1294},"timeData: Uint8Array\u003CArrayBufferLike>",{"type":571,"children":1296},[1297,1328],{"type":574,"tag":575,"props":1298,"children":1299},{},[1300],{"type":574,"tag":399,"props":1301,"children":1302},{"className":860,"language":861,"style":360},[1303,1308,1312,1316,1320,1324],{"type":574,"tag":402,"props":1304,"children":1305},{"style":888},[1306],{"type":579,"value":1307},"timeData",{"type":574,"tag":402,"props":1309,"children":1310},{"style":865},[1311],{"type":579,"value":1265},{"type":574,"tag":402,"props":1313,"children":1314},{"style":888},[1315],{"type":579,"value":1270},{"type":574,"tag":402,"props":1317,"children":1318},{"style":865},[1319],{"type":579,"value":1275},{"type":574,"tag":402,"props":1321,"children":1322},{"style":888},[1323],{"type":579,"value":1280},{"type":574,"tag":402,"props":1325,"children":1326},{"style":865},[1327],{"type":579,"value":1285},{"type":574,"tag":542,"props":1329,"children":1330},{},[1331],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1333},[],{"data":1335,"body":1337,"toc":1362},{"title":360,"description":1336},"volume: number",{"type":571,"children":1338},[1339,1358],{"type":574,"tag":575,"props":1340,"children":1341},{},[1342],{"type":574,"tag":399,"props":1343,"children":1344},{"className":860,"language":861,"style":360},[1345,1350,1354],{"type":574,"tag":402,"props":1346,"children":1347},{"style":888},[1348],{"type":579,"value":1349},"volume",{"type":574,"tag":402,"props":1351,"children":1352},{"style":865},[1353],{"type":579,"value":1265},{"type":574,"tag":402,"props":1355,"children":1356},{"style":888},[1357],{"type":579,"value":922},{"type":574,"tag":542,"props":1359,"children":1360},{},[1361],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1363},[],{"data":1365,"body":1367,"toc":1408},{"title":360,"description":1366},"() => Promise\u003Cvoid>",{"type":571,"children":1368},[1369,1404],{"type":574,"tag":575,"props":1370,"children":1371},{},[1372],{"type":574,"tag":399,"props":1373,"children":1374},{"className":860,"language":861,"style":360},[1375,1380,1386,1391,1395,1400],{"type":574,"tag":402,"props":1376,"children":1377},{"style":865},[1378],{"type":579,"value":1379},"()",{"type":574,"tag":402,"props":1381,"children":1383},{"style":1382},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1384],{"type":579,"value":1385}," =>",{"type":574,"tag":402,"props":1387,"children":1388},{"style":888},[1389],{"type":579,"value":1390}," Promise",{"type":574,"tag":402,"props":1392,"children":1393},{"style":865},[1394],{"type":579,"value":1275},{"type":574,"tag":402,"props":1396,"children":1397},{"style":888},[1398],{"type":579,"value":1399},"void",{"type":574,"tag":402,"props":1401,"children":1402},{"style":865},[1403],{"type":579,"value":1285},{"type":574,"tag":542,"props":1405,"children":1406},{},[1407],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1409},[],{"data":1411,"body":1413,"toc":1438},{"title":360,"description":1412},"() => void",{"type":571,"children":1414},[1415,1434],{"type":574,"tag":575,"props":1416,"children":1417},{},[1418],{"type":574,"tag":399,"props":1419,"children":1420},{"className":860,"language":861,"style":360},[1421,1425,1429],{"type":574,"tag":402,"props":1422,"children":1423},{"style":865},[1424],{"type":579,"value":1379},{"type":574,"tag":402,"props":1426,"children":1427},{"style":1382},[1428],{"type":579,"value":1385},{"type":574,"tag":402,"props":1430,"children":1431},{"style":888},[1432],{"type":579,"value":1433}," void",{"type":574,"tag":542,"props":1435,"children":1436},{},[1437],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1439},[],{"data":1441,"body":1443,"toc":1497},{"title":360,"description":1442},"(filename?: string | undefined) => void",{"type":571,"children":1444},[1445,1493],{"type":574,"tag":575,"props":1446,"children":1447},{},[1448],{"type":574,"tag":399,"props":1449,"children":1450},{"className":860,"language":861,"style":360},[1451,1456,1462,1466,1471,1475,1480,1485,1489],{"type":574,"tag":402,"props":1452,"children":1453},{"style":865},[1454],{"type":579,"value":1455},"(",{"type":574,"tag":402,"props":1457,"children":1459},{"style":1458},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[1460],{"type":579,"value":1461},"filename",{"type":574,"tag":402,"props":1463,"children":1464},{"style":865},[1465],{"type":579,"value":917},{"type":574,"tag":402,"props":1467,"children":1468},{"style":888},[1469],{"type":579,"value":1470}," string",{"type":574,"tag":402,"props":1472,"children":1473},{"style":865},[1474],{"type":579,"value":1092},{"type":574,"tag":402,"props":1476,"children":1477},{"style":888},[1478],{"type":579,"value":1479}," undefined",{"type":574,"tag":402,"props":1481,"children":1482},{"style":865},[1483],{"type":579,"value":1484},")",{"type":574,"tag":402,"props":1486,"children":1487},{"style":1382},[1488],{"type":579,"value":1385},{"type":574,"tag":402,"props":1490,"children":1491},{"style":888},[1492],{"type":579,"value":1433},{"type":574,"tag":542,"props":1494,"children":1495},{},[1496],{"type":579,"value":872},{"title":360,"searchDepth":546,"depth":546,"links":1498},[],{"data":1500,"body":1501},{},{"type":571,"children":1502},[1503,1942],{"type":574,"tag":392,"props":1504,"children":1508},{"className":1505,"code":1506,"language":1507,"meta":360,"style":360},"language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","type AudioMimeType = \n  | \"audio/webm\"\n  | \"audio/webm;codecs=opus\"\n  | \"audio/webm;codecs=vorbis\"\n  | \"audio/ogg\"\n  | \"audio/ogg;codecs=opus\"\n  | \"audio/ogg;codecs=vorbis\"\n  | \"application/ogg\"\n  | \"audio/mp4\"\n  | \"audio/mp4;codecs=mp4a.40.2\"\n  | \"audio/aac\"\n  | \"audio/x-m4a\"\n  | \"audio/mpeg\"\n  | \"audio/mp3\"\n  | \"audio/wav\"\n  | \"audio/x-wav\"\n  | \"audio/wave\"\n  | \"audio/flac\"\n  | \"audio/3gpp\"\n  | \"audio/3gpp2\";\n","ts",[1509],{"type":574,"tag":399,"props":1510,"children":1511},{"__ignoreMap":360},[1512,1535,1559,1579,1600,1621,1642,1663,1684,1705,1726,1747,1768,1789,1810,1831,1852,1873,1894,1915],{"type":574,"tag":402,"props":1513,"children":1514},{"class":404,"line":405},[1515,1520,1524,1529],{"type":574,"tag":402,"props":1516,"children":1517},{"style":1382},[1518],{"type":579,"value":1519},"type",{"type":574,"tag":402,"props":1521,"children":1522},{"style":888},[1523],{"type":579,"value":953},{"type":574,"tag":402,"props":1525,"children":1526},{"style":865},[1527],{"type":579,"value":1528}," =",{"type":574,"tag":402,"props":1530,"children":1532},{"style":1531},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[1533],{"type":579,"value":1534}," \n",{"type":574,"tag":402,"props":1536,"children":1537},{"class":404,"line":546},[1538,1543,1548,1554],{"type":574,"tag":402,"props":1539,"children":1540},{"style":865},[1541],{"type":579,"value":1542},"  |",{"type":574,"tag":402,"props":1544,"children":1545},{"style":865},[1546],{"type":579,"value":1547}," \"",{"type":574,"tag":402,"props":1549,"children":1551},{"style":1550},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[1552],{"type":579,"value":1553},"audio/webm",{"type":574,"tag":402,"props":1555,"children":1556},{"style":865},[1557],{"type":579,"value":1558},"\"\n",{"type":574,"tag":402,"props":1560,"children":1561},{"class":404,"line":553},[1562,1566,1570,1575],{"type":574,"tag":402,"props":1563,"children":1564},{"style":865},[1565],{"type":579,"value":1542},{"type":574,"tag":402,"props":1567,"children":1568},{"style":865},[1569],{"type":579,"value":1547},{"type":574,"tag":402,"props":1571,"children":1572},{"style":1550},[1573],{"type":579,"value":1574},"audio/webm;codecs=opus",{"type":574,"tag":402,"props":1576,"children":1577},{"style":865},[1578],{"type":579,"value":1558},{"type":574,"tag":402,"props":1580,"children":1582},{"class":404,"line":1581},4,[1583,1587,1591,1596],{"type":574,"tag":402,"props":1584,"children":1585},{"style":865},[1586],{"type":579,"value":1542},{"type":574,"tag":402,"props":1588,"children":1589},{"style":865},[1590],{"type":579,"value":1547},{"type":574,"tag":402,"props":1592,"children":1593},{"style":1550},[1594],{"type":579,"value":1595},"audio/webm;codecs=vorbis",{"type":574,"tag":402,"props":1597,"children":1598},{"style":865},[1599],{"type":579,"value":1558},{"type":574,"tag":402,"props":1601,"children":1603},{"class":404,"line":1602},5,[1604,1608,1612,1617],{"type":574,"tag":402,"props":1605,"children":1606},{"style":865},[1607],{"type":579,"value":1542},{"type":574,"tag":402,"props":1609,"children":1610},{"style":865},[1611],{"type":579,"value":1547},{"type":574,"tag":402,"props":1613,"children":1614},{"style":1550},[1615],{"type":579,"value":1616},"audio/ogg",{"type":574,"tag":402,"props":1618,"children":1619},{"style":865},[1620],{"type":579,"value":1558},{"type":574,"tag":402,"props":1622,"children":1624},{"class":404,"line":1623},6,[1625,1629,1633,1638],{"type":574,"tag":402,"props":1626,"children":1627},{"style":865},[1628],{"type":579,"value":1542},{"type":574,"tag":402,"props":1630,"children":1631},{"style":865},[1632],{"type":579,"value":1547},{"type":574,"tag":402,"props":1634,"children":1635},{"style":1550},[1636],{"type":579,"value":1637},"audio/ogg;codecs=opus",{"type":574,"tag":402,"props":1639,"children":1640},{"style":865},[1641],{"type":579,"value":1558},{"type":574,"tag":402,"props":1643,"children":1645},{"class":404,"line":1644},7,[1646,1650,1654,1659],{"type":574,"tag":402,"props":1647,"children":1648},{"style":865},[1649],{"type":579,"value":1542},{"type":574,"tag":402,"props":1651,"children":1652},{"style":865},[1653],{"type":579,"value":1547},{"type":574,"tag":402,"props":1655,"children":1656},{"style":1550},[1657],{"type":579,"value":1658},"audio/ogg;codecs=vorbis",{"type":574,"tag":402,"props":1660,"children":1661},{"style":865},[1662],{"type":579,"value":1558},{"type":574,"tag":402,"props":1664,"children":1666},{"class":404,"line":1665},8,[1667,1671,1675,1680],{"type":574,"tag":402,"props":1668,"children":1669},{"style":865},[1670],{"type":579,"value":1542},{"type":574,"tag":402,"props":1672,"children":1673},{"style":865},[1674],{"type":579,"value":1547},{"type":574,"tag":402,"props":1676,"children":1677},{"style":1550},[1678],{"type":579,"value":1679},"application/ogg",{"type":574,"tag":402,"props":1681,"children":1682},{"style":865},[1683],{"type":579,"value":1558},{"type":574,"tag":402,"props":1685,"children":1687},{"class":404,"line":1686},9,[1688,1692,1696,1701],{"type":574,"tag":402,"props":1689,"children":1690},{"style":865},[1691],{"type":579,"value":1542},{"type":574,"tag":402,"props":1693,"children":1694},{"style":865},[1695],{"type":579,"value":1547},{"type":574,"tag":402,"props":1697,"children":1698},{"style":1550},[1699],{"type":579,"value":1700},"audio/mp4",{"type":574,"tag":402,"props":1702,"children":1703},{"style":865},[1704],{"type":579,"value":1558},{"type":574,"tag":402,"props":1706,"children":1708},{"class":404,"line":1707},10,[1709,1713,1717,1722],{"type":574,"tag":402,"props":1710,"children":1711},{"style":865},[1712],{"type":579,"value":1542},{"type":574,"tag":402,"props":1714,"children":1715},{"style":865},[1716],{"type":579,"value":1547},{"type":574,"tag":402,"props":1718,"children":1719},{"style":1550},[1720],{"type":579,"value":1721},"audio/mp4;codecs=mp4a.40.2",{"type":574,"tag":402,"props":1723,"children":1724},{"style":865},[1725],{"type":579,"value":1558},{"type":574,"tag":402,"props":1727,"children":1729},{"class":404,"line":1728},11,[1730,1734,1738,1743],{"type":574,"tag":402,"props":1731,"children":1732},{"style":865},[1733],{"type":579,"value":1542},{"type":574,"tag":402,"props":1735,"children":1736},{"style":865},[1737],{"type":579,"value":1547},{"type":574,"tag":402,"props":1739,"children":1740},{"style":1550},[1741],{"type":579,"value":1742},"audio/aac",{"type":574,"tag":402,"props":1744,"children":1745},{"style":865},[1746],{"type":579,"value":1558},{"type":574,"tag":402,"props":1748,"children":1750},{"class":404,"line":1749},12,[1751,1755,1759,1764],{"type":574,"tag":402,"props":1752,"children":1753},{"style":865},[1754],{"type":579,"value":1542},{"type":574,"tag":402,"props":1756,"children":1757},{"style":865},[1758],{"type":579,"value":1547},{"type":574,"tag":402,"props":1760,"children":1761},{"style":1550},[1762],{"type":579,"value":1763},"audio/x-m4a",{"type":574,"tag":402,"props":1765,"children":1766},{"style":865},[1767],{"type":579,"value":1558},{"type":574,"tag":402,"props":1769,"children":1771},{"class":404,"line":1770},13,[1772,1776,1780,1785],{"type":574,"tag":402,"props":1773,"children":1774},{"style":865},[1775],{"type":579,"value":1542},{"type":574,"tag":402,"props":1777,"children":1778},{"style":865},[1779],{"type":579,"value":1547},{"type":574,"tag":402,"props":1781,"children":1782},{"style":1550},[1783],{"type":579,"value":1784},"audio/mpeg",{"type":574,"tag":402,"props":1786,"children":1787},{"style":865},[1788],{"type":579,"value":1558},{"type":574,"tag":402,"props":1790,"children":1792},{"class":404,"line":1791},14,[1793,1797,1801,1806],{"type":574,"tag":402,"props":1794,"children":1795},{"style":865},[1796],{"type":579,"value":1542},{"type":574,"tag":402,"props":1798,"children":1799},{"style":865},[1800],{"type":579,"value":1547},{"type":574,"tag":402,"props":1802,"children":1803},{"style":1550},[1804],{"type":579,"value":1805},"audio/mp3",{"type":574,"tag":402,"props":1807,"children":1808},{"style":865},[1809],{"type":579,"value":1558},{"type":574,"tag":402,"props":1811,"children":1813},{"class":404,"line":1812},15,[1814,1818,1822,1827],{"type":574,"tag":402,"props":1815,"children":1816},{"style":865},[1817],{"type":579,"value":1542},{"type":574,"tag":402,"props":1819,"children":1820},{"style":865},[1821],{"type":579,"value":1547},{"type":574,"tag":402,"props":1823,"children":1824},{"style":1550},[1825],{"type":579,"value":1826},"audio/wav",{"type":574,"tag":402,"props":1828,"children":1829},{"style":865},[1830],{"type":579,"value":1558},{"type":574,"tag":402,"props":1832,"children":1834},{"class":404,"line":1833},16,[1835,1839,1843,1848],{"type":574,"tag":402,"props":1836,"children":1837},{"style":865},[1838],{"type":579,"value":1542},{"type":574,"tag":402,"props":1840,"children":1841},{"style":865},[1842],{"type":579,"value":1547},{"type":574,"tag":402,"props":1844,"children":1845},{"style":1550},[1846],{"type":579,"value":1847},"audio/x-wav",{"type":574,"tag":402,"props":1849,"children":1850},{"style":865},[1851],{"type":579,"value":1558},{"type":574,"tag":402,"props":1853,"children":1855},{"class":404,"line":1854},17,[1856,1860,1864,1869],{"type":574,"tag":402,"props":1857,"children":1858},{"style":865},[1859],{"type":579,"value":1542},{"type":574,"tag":402,"props":1861,"children":1862},{"style":865},[1863],{"type":579,"value":1547},{"type":574,"tag":402,"props":1865,"children":1866},{"style":1550},[1867],{"type":579,"value":1868},"audio/wave",{"type":574,"tag":402,"props":1870,"children":1871},{"style":865},[1872],{"type":579,"value":1558},{"type":574,"tag":402,"props":1874,"children":1876},{"class":404,"line":1875},18,[1877,1881,1885,1890],{"type":574,"tag":402,"props":1878,"children":1879},{"style":865},[1880],{"type":579,"value":1542},{"type":574,"tag":402,"props":1882,"children":1883},{"style":865},[1884],{"type":579,"value":1547},{"type":574,"tag":402,"props":1886,"children":1887},{"style":1550},[1888],{"type":579,"value":1889},"audio/flac",{"type":574,"tag":402,"props":1891,"children":1892},{"style":865},[1893],{"type":579,"value":1558},{"type":574,"tag":402,"props":1895,"children":1897},{"class":404,"line":1896},19,[1898,1902,1906,1911],{"type":574,"tag":402,"props":1899,"children":1900},{"style":865},[1901],{"type":579,"value":1542},{"type":574,"tag":402,"props":1903,"children":1904},{"style":865},[1905],{"type":579,"value":1547},{"type":574,"tag":402,"props":1907,"children":1908},{"style":1550},[1909],{"type":579,"value":1910},"audio/3gpp",{"type":574,"tag":402,"props":1912,"children":1913},{"style":865},[1914],{"type":579,"value":1558},{"type":574,"tag":402,"props":1916,"children":1918},{"class":404,"line":1917},20,[1919,1923,1927,1932,1937],{"type":574,"tag":402,"props":1920,"children":1921},{"style":865},[1922],{"type":579,"value":1542},{"type":574,"tag":402,"props":1924,"children":1925},{"style":865},[1926],{"type":579,"value":1547},{"type":574,"tag":402,"props":1928,"children":1929},{"style":1550},[1930],{"type":579,"value":1931},"audio/3gpp2",{"type":574,"tag":402,"props":1933,"children":1934},{"style":865},[1935],{"type":579,"value":1936},"\"",{"type":574,"tag":402,"props":1938,"children":1939},{"style":865},[1940],{"type":579,"value":1941},";\n",{"type":574,"tag":542,"props":1943,"children":1944},{},[1945],{"type":579,"value":872},{"data":1947,"body":1948},{},{"type":571,"children":1949},[1950,18103],{"type":574,"tag":1951,"props":1952,"children":1953},"code-collapse",{},[1954],{"type":574,"tag":388,"props":1955,"children":1956},{"sync":1519},[1957,11554],{"type":574,"tag":392,"props":1958,"children":1961},{"className":1505,"code":1959,"filename":1960,"language":1507,"meta":360,"style":360},"import { useState, useEffect, useRef, useCallback } from \"react\";\nimport { withDefaults } from \"./with-defaults\";\n\n/** Supported audio MIME types for recording. */\ntype AudioMimeType =\n  | \"audio/webm\"\n  | \"audio/webm;codecs=opus\"\n  | \"audio/webm;codecs=vorbis\"\n  | \"audio/ogg\"\n  | \"audio/ogg;codecs=opus\"\n  | \"audio/ogg;codecs=vorbis\"\n  | \"application/ogg\"\n  | \"audio/mp4\"\n  | \"audio/mp4;codecs=mp4a.40.2\"\n  | \"audio/aac\"\n  | \"audio/x-m4a\"\n  | \"audio/mpeg\"\n  | \"audio/mp3\"\n  | \"audio/wav\"\n  | \"audio/x-wav\"\n  | \"audio/wave\"\n  | \"audio/flac\"\n  | \"audio/3gpp\"\n  | \"audio/3gpp2\";\n\n/** Options for configuring the useAudioRecorder hook. */\nexport interface UseAudioRecorderOptions {\n  /**\n   * Audio bitrate in bits per second.\n   * @default 128000\n   */\n  audioBitsPerSecond?: number;\n  /**\n   * MIME type for the recorded audio.\n   * @default \"audio/webm\"\n   */\n  mimeType?: AudioMimeType;\n  /**\n   * Timeslice (ms) for MediaRecorder data chunks.\n   */\n  timeslice?: number;\n  /**\n   * If set, enables real-time audio analysis during recording.\n   */\n  enableAnalysis?: boolean;\n  /**\n   * FFT size for audio analysis.\n   * @default 2048\n   */\n  fftSize?: number;\n}\n\n/** Audio analysis data returned when `enableAnalysis` is true. */\nexport interface AudioAnalysisData {\n  /** Frequency domain data (FFT). */\n  frequencyData: Uint8Array;\n  /** Time domain waveform data. */\n  timeData: Uint8Array;\n  /** Calculated RMS volume level. */\n  volume: number;\n}\n\n/** The useAudioRecorder return type. */\nexport interface UseAudioRecorderReturn {\n  /** Whether audio recording is supported in the current browser. */\n  isSupported: boolean;\n  /** Whether recording is currently active. */\n  isRecording: boolean;\n  /** Whether recording is currently paused. */\n  isPaused: boolean;\n  /** Active media stream. */\n  stream: MediaStream | null;\n  /** MediaRecorder instance. */\n  mediaRecorder: MediaRecorder | null;\n  /** Final recorded audio blob. */\n  audioBlob: Blob | null;\n  /** Object URL for the recorded audio. */\n  audioUrl: string | null;\n  /** Duration of the recording in seconds. */\n  duration: number;\n  /** Error message if recording fails. */\n  error: string | null;\n  /** Live audio analysis data. */\n  analysisData: AudioAnalysisData | null;\n  /** Starts audio recording. */\n  startRecording: () => Promise\u003Cvoid>;\n  /** Stops audio recording. */\n  stopRecording: () => void;\n  /** Pauses the recording. */\n  pauseRecording: () => void;\n  /** Resumes a paused recording. */\n  resumeRecording: () => void;\n  /** Clears the current recording state. */\n  clearRecording: () => void;\n  /** Downloads the recording as a file. */\n  downloadRecording: (filename?: string) => void;\n}\n\n/**\n * A comprehensive hook for audio recording with real-time analysis using getUserMedia, MediaRecorder, and Web Audio APIs\n *\n * @category sensors\n * @param {UseAudioRecorderOptions} [options] - Configuration options for audio recording.\n * @returns {UseAudioRecorderReturn} Object containing recording state, audio data, and control methods.\n * @throws Will set an error if audio recording is not supported or permission is denied.\n * @see [Documentation](https://sse-hooks.vercel.app/docs/hooks/use-audio-recorder)\n * @public\n */\nexport const useAudioRecorder = (\n  options: UseAudioRecorderOptions = {},\n): UseAudioRecorderReturn => {\n  const { audioBitsPerSecond, mimeType, timeslice, enableAnalysis, fftSize } =\n    withDefaults\u003CUseAudioRecorderOptions>(options, {\n      audioBitsPerSecond: 128000,\n      mimeType: \"audio/webm\",\n      enableAnalysis: false,\n      fftSize: 2048,\n    });\n\n  const [isRecording, setIsRecording] = useState(false);\n  const [isPaused, setIsPaused] = useState(false);\n  const [stream, setStream] = useState\u003CMediaStream | null>(null);\n  const [mediaRecorder, setMediaRecorder] = useState\u003CMediaRecorder | null>(\n    null,\n  );\n  const [audioBlob, setAudioBlob] = useState\u003CBlob | null>(null);\n  const [audioUrl, setAudioUrl] = useState\u003Cstring | null>(null);\n  const [duration, setDuration] = useState(0);\n  const [error, setError] = useState\u003Cstring | null>(null);\n  const [analysisData, setAnalysisData] = useState\u003CAudioAnalysisData | null>(\n    null,\n  );\n\n  const chunksRef = useRef\u003CBlob[]>([]);\n  const startTimeRef = useRef\u003Cnumber>(0);\n  const pausedTimeRef = useRef\u003Cnumber>(0);\n  const intervalRef = useRef\u003CNodeJS.Timeout | null>(null);\n  const audioContextRef = useRef\u003CAudioContext | null>(null);\n  const analyserRef = useRef\u003CAnalyserNode | null>(null);\n  const sourceRef = useRef\u003CMediaStreamAudioSourceNode | null>(null);\n  const animationFrameRef = useRef\u003Cnumber | null>(null);\n\n  const isSupported =\n    typeof navigator !== \"undefined\" &&\n    !!navigator.mediaDevices &&\n    !!navigator.mediaDevices.getUserMedia &&\n    !!window.MediaRecorder;\n\n  const updateDuration = useCallback(() => {\n    if (startTimeRef.current) {\n      const elapsed = Date.now() - startTimeRef.current - pausedTimeRef.current;\n      setDuration(Math.floor(elapsed / 1000));\n    }\n  }, []);\n\n  const analyzeAudio = useCallback(() => {\n    if (!analyserRef.current || !enableAnalysis) return;\n\n    const frequencyData = new Uint8Array(analyserRef.current.frequencyBinCount);\n    const timeData = new Uint8Array(analyserRef.current.fftSize);\n\n    analyserRef.current.getByteFrequencyData(frequencyData);\n    analyserRef.current.getByteTimeDomainData(timeData);\n\n    // Calculate volume (RMS)\n    let sum = 0;\n    for (let i = 0; i \u003C timeData.length; i++) {\n      const sample = ((timeData[i] ?? 0) - 128) / 128;\n      sum += sample * sample;\n    }\n    const volume = Math.sqrt(sum / timeData.length);\n\n    setAnalysisData({\n      frequencyData: frequencyData.slice(),\n      timeData: timeData.slice(),\n      volume,\n    });\n\n    if (isRecording && !isPaused) {\n      animationFrameRef.current = requestAnimationFrame(analyzeAudio);\n    }\n  }, [isRecording, isPaused, enableAnalysis]);\n\n  const setupAudioAnalysis = useCallback(\n    (mediaStream: MediaStream) => {\n      if (!enableAnalysis) return;\n\n      try {\n        audioContextRef.current = new (\n          window.AudioContext || (window as any).webkitAudioContext\n        )();\n        analyserRef.current = audioContextRef.current.createAnalyser();\n        sourceRef.current =\n          audioContextRef.current.createMediaStreamSource(mediaStream);\n\n        analyserRef.current.fftSize = fftSize;\n        analyserRef.current.smoothingTimeConstant = 0.8;\n\n        sourceRef.current.connect(analyserRef.current);\n\n        analyzeAudio();\n      } catch (err) {\n        console.warn(\"Failed to setup audio analysis:\", err);\n      }\n    },\n    [enableAnalysis, fftSize, analyzeAudio],\n  );\n\n  const startRecording = useCallback(async () => {\n    if (!isSupported) {\n      setError(\"Audio recording is not supported in this browser\");\n      return;\n    }\n\n    try {\n      setError(null);\n      const mediaStream = await navigator.mediaDevices.getUserMedia({\n        audio: {\n          echoCancellation: true,\n          noiseSuppression: true,\n          autoGainControl: true,\n        },\n      });\n\n      setStream(mediaStream);\n      setupAudioAnalysis(mediaStream);\n\n      const recorder = new MediaRecorder(mediaStream, {\n        audioBitsPerSecond,\n        mimeType: MediaRecorder.isTypeSupported(mimeType)\n          ? mimeType\n          : \"audio/webm\",\n      });\n\n      chunksRef.current = [];\n\n      recorder.ondataavailable = (event) => {\n        if (event.data.size > 0) {\n          chunksRef.current.push(event.data);\n        }\n      };\n\n      recorder.onstop = () => {\n        const blob = new Blob(chunksRef.current, { type: recorder.mimeType });\n        setAudioBlob(blob);\n        setAudioUrl(URL.createObjectURL(blob));\n        setIsRecording(false);\n        setIsPaused(false);\n\n        if (intervalRef.current) {\n          clearInterval(intervalRef.current);\n          intervalRef.current = null;\n        }\n\n        if (animationFrameRef.current) {\n          cancelAnimationFrame(animationFrameRef.current);\n          animationFrameRef.current = null;\n        }\n      };\n\n      recorder.onpause = () => {\n        setIsPaused(true);\n        pausedTimeRef.current += Date.now() - startTimeRef.current;\n        if (animationFrameRef.current) {\n          cancelAnimationFrame(animationFrameRef.current);\n          animationFrameRef.current = null;\n        }\n      };\n\n      recorder.onresume = () => {\n        setIsPaused(false);\n        startTimeRef.current = Date.now();\n        if (enableAnalysis) {\n          analyzeAudio();\n        }\n      };\n\n      recorder.onerror = (event) => {\n        setError(`Recording error: ${event.error?.message || \"Unknown error\"}`);\n        setIsRecording(false);\n        setIsPaused(false);\n      };\n\n      setMediaRecorder(recorder);\n      recorder.start(timeslice);\n      setIsRecording(true);\n      startTimeRef.current = Date.now();\n      pausedTimeRef.current = 0;\n      setDuration(0);\n\n      intervalRef.current = setInterval(updateDuration, 1000);\n    } catch (err) {\n      const errorMessage =\n        err instanceof Error ? err.message : \"Failed to start recording\";\n      setError(errorMessage);\n    }\n  }, [\n    isSupported,\n    audioBitsPerSecond,\n    mimeType,\n    timeslice,\n    setupAudioAnalysis,\n    updateDuration,\n    enableAnalysis,\n    analyzeAudio,\n  ]);\n\n  const stopRecording = useCallback(() => {\n    if (mediaRecorder && mediaRecorder.state !== \"inactive\") {\n      mediaRecorder.stop();\n    }\n\n    if (stream) {\n      stream.getTracks().forEach((track) => track.stop());\n      setStream(null);\n    }\n\n    if (audioContextRef.current) {\n      audioContextRef.current.close();\n      audioContextRef.current = null;\n    }\n  }, [mediaRecorder, stream]);\n\n  const pauseRecording = useCallback(() => {\n    if (mediaRecorder && mediaRecorder.state === \"recording\") {\n      mediaRecorder.pause();\n    }\n  }, [mediaRecorder]);\n\n  const resumeRecording = useCallback(() => {\n    if (mediaRecorder && mediaRecorder.state === \"paused\") {\n      mediaRecorder.resume();\n    }\n  }, [mediaRecorder]);\n\n  const clearRecording = useCallback(() => {\n    if (audioUrl) {\n      URL.revokeObjectURL(audioUrl);\n    }\n    setAudioBlob(null);\n    setAudioUrl(null);\n    setDuration(0);\n    setAnalysisData(null);\n    setError(null);\n  }, [audioUrl]);\n\n  const downloadRecording = useCallback(\n    (filename = \"recording.webm\") => {\n      if (!audioUrl) return;\n\n      const link = document.createElement(\"a\");\n      link.href = audioUrl;\n      link.download = filename;\n      document.body.appendChild(link);\n      link.click();\n      document.body.removeChild(link);\n    },\n    [audioUrl],\n  );\n\n  // Cleanup on unmount\n  useEffect(() => {\n    return () => {\n      if (intervalRef.current) {\n        clearInterval(intervalRef.current);\n      }\n      if (animationFrameRef.current) {\n        cancelAnimationFrame(animationFrameRef.current);\n      }\n      if (stream) {\n        stream.getTracks().forEach((track) => track.stop());\n      }\n      if (audioContextRef.current) {\n        audioContextRef.current.close();\n      }\n      if (audioUrl) {\n        URL.revokeObjectURL(audioUrl);\n      }\n    };\n  }, [stream, audioUrl]);\n\n  return {\n    isSupported,\n    isRecording,\n    isPaused,\n    stream,\n    mediaRecorder,\n    audioBlob,\n    audioUrl,\n    duration,\n    error,\n    analysisData,\n    startRecording,\n    stopRecording,\n    pauseRecording,\n    resumeRecording,\n    clearRecording,\n    downloadRecording,\n  };\n};\n","use-deep-compare-effect.ts",[1962],{"type":574,"tag":399,"props":1963,"children":1964},{"__ignoreMap":360},[1965,2039,2080,2089,2098,2114,2133,2152,2171,2190,2209,2228,2247,2266,2285,2304,2323,2342,2361,2380,2399,2419,2439,2459,2483,2491,2500,2524,2533,2542,2567,2576,2598,2606,2615,2643,2651,2672,2680,2689,2697,2718,2726,2735,2743,2764,2772,2781,2802,2810,2831,2840,2848,2857,2878,2887,2908,2917,2938,2947,2968,2976,2984,2993,3014,3023,3044,3053,3074,3083,3104,3113,3143,3152,3182,3191,3221,3230,3259,3268,3289,3298,3327,3336,3365,3374,3413,3422,3451,3460,3489,3498,3527,3536,3565,3574,3620,3628,3636,3645,3654,3663,3686,3737,3771,3793,3820,3837,3846,3874,3900,3924,3986,4024,4048,4077,4100,4122,4139,4147,4202,4256,4331,4394,4403,4416,4490,4564,4619,4693,4755,4763,4775,4783,4830,4879,4928,4995,5053,5111,5169,5226,5234,5251,5288,5315,5348,5373,5381,5418,5455,5530,5585,5594,5612,5620,5657,5714,5722,5782,5839,5847,5889,5930,5938,5947,5974,6053,6133,6164,6172,6236,6244,6261,6295,6328,6341,6357,6365,6402,6445,6453,6495,6503,6528,6562,6595,6603,6616,6645,6697,6710,6760,6781,6823,6831,6867,6905,6913,6962,6970,6987,7018,7070,7079,7088,7125,7137,7145,7187,7216,7250,7263,7271,7279,7292,7316,7366,7383,7405,7426,7447,7456,7472,7480,7505,7530,7538,7579,7592,7631,7645,7670,7686,7694,7724,7732,7775,7827,7877,7886,7895,7903,7936,8020,8046,8089,8114,8139,8147,8180,8213,8239,8247,8255,8288,8321,8346,8354,8362,8370,8403,8428,8485,8517,8549,8573,8581,8589,8597,8630,8654,8695,8719,8736,8744,8752,8760,8801,8878,8902,8926,8934,8942,8968,9001,9026,9067,9096,9120,9128,9179,9207,9224,9283,9308,9316,9329,9342,9355,9368,9381,9394,9407,9420,9433,9446,9454,9491,9549,9575,9583,9591,9615,9689,9713,9721,9729,9762,9796,9820,9828,9861,9869,9906,9964,9989,9997,10021,10029,10066,10123,10148,10156,10180,10188,10225,10249,10283,10291,10316,10341,10366,10390,10415,10439,10447,10472,10513,10545,10553,10609,10640,10670,10714,10739,10780,10788,10808,10820,10828,10837,10862,10883,10915,10948,10956,10988,11021,11029,11053,11122,11130,11162,11194,11202,11226,11259,11267,11276,11308,11316,11329,11341,11354,11367,11380,11393,11406,11419,11432,11445,11458,11471,11484,11497,11510,11523,11536,11545],{"type":574,"tag":402,"props":1966,"children":1967},{"class":404,"line":405},[1968,1974,1979,1984,1989,1994,1998,2003,2007,2012,2017,2022,2026,2031,2035],{"type":574,"tag":402,"props":1969,"children":1971},{"style":1970},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[1972],{"type":579,"value":1973},"import",{"type":574,"tag":402,"props":1975,"children":1976},{"style":865},[1977],{"type":579,"value":1978}," {",{"type":574,"tag":402,"props":1980,"children":1981},{"style":1531},[1982],{"type":579,"value":1983}," useState",{"type":574,"tag":402,"props":1985,"children":1986},{"style":865},[1987],{"type":579,"value":1988},",",{"type":574,"tag":402,"props":1990,"children":1991},{"style":1531},[1992],{"type":579,"value":1993}," useEffect",{"type":574,"tag":402,"props":1995,"children":1996},{"style":865},[1997],{"type":579,"value":1988},{"type":574,"tag":402,"props":1999,"children":2000},{"style":1531},[2001],{"type":579,"value":2002}," useRef",{"type":574,"tag":402,"props":2004,"children":2005},{"style":865},[2006],{"type":579,"value":1988},{"type":574,"tag":402,"props":2008,"children":2009},{"style":1531},[2010],{"type":579,"value":2011}," useCallback",{"type":574,"tag":402,"props":2013,"children":2014},{"style":865},[2015],{"type":579,"value":2016}," }",{"type":574,"tag":402,"props":2018,"children":2019},{"style":1970},[2020],{"type":579,"value":2021}," from",{"type":574,"tag":402,"props":2023,"children":2024},{"style":865},[2025],{"type":579,"value":1547},{"type":574,"tag":402,"props":2027,"children":2028},{"style":1550},[2029],{"type":579,"value":2030},"react",{"type":574,"tag":402,"props":2032,"children":2033},{"style":865},[2034],{"type":579,"value":1936},{"type":574,"tag":402,"props":2036,"children":2037},{"style":865},[2038],{"type":579,"value":1941},{"type":574,"tag":402,"props":2040,"children":2041},{"class":404,"line":546},[2042,2046,2050,2055,2059,2063,2067,2072,2076],{"type":574,"tag":402,"props":2043,"children":2044},{"style":1970},[2045],{"type":579,"value":1973},{"type":574,"tag":402,"props":2047,"children":2048},{"style":865},[2049],{"type":579,"value":1978},{"type":574,"tag":402,"props":2051,"children":2052},{"style":1531},[2053],{"type":579,"value":2054}," withDefaults",{"type":574,"tag":402,"props":2056,"children":2057},{"style":865},[2058],{"type":579,"value":2016},{"type":574,"tag":402,"props":2060,"children":2061},{"style":1970},[2062],{"type":579,"value":2021},{"type":574,"tag":402,"props":2064,"children":2065},{"style":865},[2066],{"type":579,"value":1547},{"type":574,"tag":402,"props":2068,"children":2069},{"style":1550},[2070],{"type":579,"value":2071},"./with-defaults",{"type":574,"tag":402,"props":2073,"children":2074},{"style":865},[2075],{"type":579,"value":1936},{"type":574,"tag":402,"props":2077,"children":2078},{"style":865},[2079],{"type":579,"value":1941},{"type":574,"tag":402,"props":2081,"children":2082},{"class":404,"line":553},[2083],{"type":574,"tag":402,"props":2084,"children":2086},{"emptyLinePlaceholder":2085},true,[2087],{"type":579,"value":2088},"\n",{"type":574,"tag":402,"props":2090,"children":2091},{"class":404,"line":1581},[2092],{"type":574,"tag":402,"props":2093,"children":2095},{"style":2094},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[2096],{"type":579,"value":2097},"/** Supported audio MIME types for recording. */\n",{"type":574,"tag":402,"props":2099,"children":2100},{"class":404,"line":1602},[2101,2105,2109],{"type":574,"tag":402,"props":2102,"children":2103},{"style":1382},[2104],{"type":579,"value":1519},{"type":574,"tag":402,"props":2106,"children":2107},{"style":888},[2108],{"type":579,"value":953},{"type":574,"tag":402,"props":2110,"children":2111},{"style":865},[2112],{"type":579,"value":2113}," =\n",{"type":574,"tag":402,"props":2115,"children":2116},{"class":404,"line":1623},[2117,2121,2125,2129],{"type":574,"tag":402,"props":2118,"children":2119},{"style":865},[2120],{"type":579,"value":1542},{"type":574,"tag":402,"props":2122,"children":2123},{"style":865},[2124],{"type":579,"value":1547},{"type":574,"tag":402,"props":2126,"children":2127},{"style":1550},[2128],{"type":579,"value":1553},{"type":574,"tag":402,"props":2130,"children":2131},{"style":865},[2132],{"type":579,"value":1558},{"type":574,"tag":402,"props":2134,"children":2135},{"class":404,"line":1644},[2136,2140,2144,2148],{"type":574,"tag":402,"props":2137,"children":2138},{"style":865},[2139],{"type":579,"value":1542},{"type":574,"tag":402,"props":2141,"children":2142},{"style":865},[2143],{"type":579,"value":1547},{"type":574,"tag":402,"props":2145,"children":2146},{"style":1550},[2147],{"type":579,"value":1574},{"type":574,"tag":402,"props":2149,"children":2150},{"style":865},[2151],{"type":579,"value":1558},{"type":574,"tag":402,"props":2153,"children":2154},{"class":404,"line":1665},[2155,2159,2163,2167],{"type":574,"tag":402,"props":2156,"children":2157},{"style":865},[2158],{"type":579,"value":1542},{"type":574,"tag":402,"props":2160,"children":2161},{"style":865},[2162],{"type":579,"value":1547},{"type":574,"tag":402,"props":2164,"children":2165},{"style":1550},[2166],{"type":579,"value":1595},{"type":574,"tag":402,"props":2168,"children":2169},{"style":865},[2170],{"type":579,"value":1558},{"type":574,"tag":402,"props":2172,"children":2173},{"class":404,"line":1686},[2174,2178,2182,2186],{"type":574,"tag":402,"props":2175,"children":2176},{"style":865},[2177],{"type":579,"value":1542},{"type":574,"tag":402,"props":2179,"children":2180},{"style":865},[2181],{"type":579,"value":1547},{"type":574,"tag":402,"props":2183,"children":2184},{"style":1550},[2185],{"type":579,"value":1616},{"type":574,"tag":402,"props":2187,"children":2188},{"style":865},[2189],{"type":579,"value":1558},{"type":574,"tag":402,"props":2191,"children":2192},{"class":404,"line":1707},[2193,2197,2201,2205],{"type":574,"tag":402,"props":2194,"children":2195},{"style":865},[2196],{"type":579,"value":1542},{"type":574,"tag":402,"props":2198,"children":2199},{"style":865},[2200],{"type":579,"value":1547},{"type":574,"tag":402,"props":2202,"children":2203},{"style":1550},[2204],{"type":579,"value":1637},{"type":574,"tag":402,"props":2206,"children":2207},{"style":865},[2208],{"type":579,"value":1558},{"type":574,"tag":402,"props":2210,"children":2211},{"class":404,"line":1728},[2212,2216,2220,2224],{"type":574,"tag":402,"props":2213,"children":2214},{"style":865},[2215],{"type":579,"value":1542},{"type":574,"tag":402,"props":2217,"children":2218},{"style":865},[2219],{"type":579,"value":1547},{"type":574,"tag":402,"props":2221,"children":2222},{"style":1550},[2223],{"type":579,"value":1658},{"type":574,"tag":402,"props":2225,"children":2226},{"style":865},[2227],{"type":579,"value":1558},{"type":574,"tag":402,"props":2229,"children":2230},{"class":404,"line":1749},[2231,2235,2239,2243],{"type":574,"tag":402,"props":2232,"children":2233},{"style":865},[2234],{"type":579,"value":1542},{"type":574,"tag":402,"props":2236,"children":2237},{"style":865},[2238],{"type":579,"value":1547},{"type":574,"tag":402,"props":2240,"children":2241},{"style":1550},[2242],{"type":579,"value":1679},{"type":574,"tag":402,"props":2244,"children":2245},{"style":865},[2246],{"type":579,"value":1558},{"type":574,"tag":402,"props":2248,"children":2249},{"class":404,"line":1770},[2250,2254,2258,2262],{"type":574,"tag":402,"props":2251,"children":2252},{"style":865},[2253],{"type":579,"value":1542},{"type":574,"tag":402,"props":2255,"children":2256},{"style":865},[2257],{"type":579,"value":1547},{"type":574,"tag":402,"props":2259,"children":2260},{"style":1550},[2261],{"type":579,"value":1700},{"type":574,"tag":402,"props":2263,"children":2264},{"style":865},[2265],{"type":579,"value":1558},{"type":574,"tag":402,"props":2267,"children":2268},{"class":404,"line":1791},[2269,2273,2277,2281],{"type":574,"tag":402,"props":2270,"children":2271},{"style":865},[2272],{"type":579,"value":1542},{"type":574,"tag":402,"props":2274,"children":2275},{"style":865},[2276],{"type":579,"value":1547},{"type":574,"tag":402,"props":2278,"children":2279},{"style":1550},[2280],{"type":579,"value":1721},{"type":574,"tag":402,"props":2282,"children":2283},{"style":865},[2284],{"type":579,"value":1558},{"type":574,"tag":402,"props":2286,"children":2287},{"class":404,"line":1812},[2288,2292,2296,2300],{"type":574,"tag":402,"props":2289,"children":2290},{"style":865},[2291],{"type":579,"value":1542},{"type":574,"tag":402,"props":2293,"children":2294},{"style":865},[2295],{"type":579,"value":1547},{"type":574,"tag":402,"props":2297,"children":2298},{"style":1550},[2299],{"type":579,"value":1742},{"type":574,"tag":402,"props":2301,"children":2302},{"style":865},[2303],{"type":579,"value":1558},{"type":574,"tag":402,"props":2305,"children":2306},{"class":404,"line":1833},[2307,2311,2315,2319],{"type":574,"tag":402,"props":2308,"children":2309},{"style":865},[2310],{"type":579,"value":1542},{"type":574,"tag":402,"props":2312,"children":2313},{"style":865},[2314],{"type":579,"value":1547},{"type":574,"tag":402,"props":2316,"children":2317},{"style":1550},[2318],{"type":579,"value":1763},{"type":574,"tag":402,"props":2320,"children":2321},{"style":865},[2322],{"type":579,"value":1558},{"type":574,"tag":402,"props":2324,"children":2325},{"class":404,"line":1854},[2326,2330,2334,2338],{"type":574,"tag":402,"props":2327,"children":2328},{"style":865},[2329],{"type":579,"value":1542},{"type":574,"tag":402,"props":2331,"children":2332},{"style":865},[2333],{"type":579,"value":1547},{"type":574,"tag":402,"props":2335,"children":2336},{"style":1550},[2337],{"type":579,"value":1784},{"type":574,"tag":402,"props":2339,"children":2340},{"style":865},[2341],{"type":579,"value":1558},{"type":574,"tag":402,"props":2343,"children":2344},{"class":404,"line":1875},[2345,2349,2353,2357],{"type":574,"tag":402,"props":2346,"children":2347},{"style":865},[2348],{"type":579,"value":1542},{"type":574,"tag":402,"props":2350,"children":2351},{"style":865},[2352],{"type":579,"value":1547},{"type":574,"tag":402,"props":2354,"children":2355},{"style":1550},[2356],{"type":579,"value":1805},{"type":574,"tag":402,"props":2358,"children":2359},{"style":865},[2360],{"type":579,"value":1558},{"type":574,"tag":402,"props":2362,"children":2363},{"class":404,"line":1896},[2364,2368,2372,2376],{"type":574,"tag":402,"props":2365,"children":2366},{"style":865},[2367],{"type":579,"value":1542},{"type":574,"tag":402,"props":2369,"children":2370},{"style":865},[2371],{"type":579,"value":1547},{"type":574,"tag":402,"props":2373,"children":2374},{"style":1550},[2375],{"type":579,"value":1826},{"type":574,"tag":402,"props":2377,"children":2378},{"style":865},[2379],{"type":579,"value":1558},{"type":574,"tag":402,"props":2381,"children":2382},{"class":404,"line":1917},[2383,2387,2391,2395],{"type":574,"tag":402,"props":2384,"children":2385},{"style":865},[2386],{"type":579,"value":1542},{"type":574,"tag":402,"props":2388,"children":2389},{"style":865},[2390],{"type":579,"value":1547},{"type":574,"tag":402,"props":2392,"children":2393},{"style":1550},[2394],{"type":579,"value":1847},{"type":574,"tag":402,"props":2396,"children":2397},{"style":865},[2398],{"type":579,"value":1558},{"type":574,"tag":402,"props":2400,"children":2402},{"class":404,"line":2401},21,[2403,2407,2411,2415],{"type":574,"tag":402,"props":2404,"children":2405},{"style":865},[2406],{"type":579,"value":1542},{"type":574,"tag":402,"props":2408,"children":2409},{"style":865},[2410],{"type":579,"value":1547},{"type":574,"tag":402,"props":2412,"children":2413},{"style":1550},[2414],{"type":579,"value":1868},{"type":574,"tag":402,"props":2416,"children":2417},{"style":865},[2418],{"type":579,"value":1558},{"type":574,"tag":402,"props":2420,"children":2422},{"class":404,"line":2421},22,[2423,2427,2431,2435],{"type":574,"tag":402,"props":2424,"children":2425},{"style":865},[2426],{"type":579,"value":1542},{"type":574,"tag":402,"props":2428,"children":2429},{"style":865},[2430],{"type":579,"value":1547},{"type":574,"tag":402,"props":2432,"children":2433},{"style":1550},[2434],{"type":579,"value":1889},{"type":574,"tag":402,"props":2436,"children":2437},{"style":865},[2438],{"type":579,"value":1558},{"type":574,"tag":402,"props":2440,"children":2442},{"class":404,"line":2441},23,[2443,2447,2451,2455],{"type":574,"tag":402,"props":2444,"children":2445},{"style":865},[2446],{"type":579,"value":1542},{"type":574,"tag":402,"props":2448,"children":2449},{"style":865},[2450],{"type":579,"value":1547},{"type":574,"tag":402,"props":2452,"children":2453},{"style":1550},[2454],{"type":579,"value":1910},{"type":574,"tag":402,"props":2456,"children":2457},{"style":865},[2458],{"type":579,"value":1558},{"type":574,"tag":402,"props":2460,"children":2462},{"class":404,"line":2461},24,[2463,2467,2471,2475,2479],{"type":574,"tag":402,"props":2464,"children":2465},{"style":865},[2466],{"type":579,"value":1542},{"type":574,"tag":402,"props":2468,"children":2469},{"style":865},[2470],{"type":579,"value":1547},{"type":574,"tag":402,"props":2472,"children":2473},{"style":1550},[2474],{"type":579,"value":1931},{"type":574,"tag":402,"props":2476,"children":2477},{"style":865},[2478],{"type":579,"value":1936},{"type":574,"tag":402,"props":2480,"children":2481},{"style":865},[2482],{"type":579,"value":1941},{"type":574,"tag":402,"props":2484,"children":2486},{"class":404,"line":2485},25,[2487],{"type":574,"tag":402,"props":2488,"children":2489},{"emptyLinePlaceholder":2085},[2490],{"type":579,"value":2088},{"type":574,"tag":402,"props":2492,"children":2494},{"class":404,"line":2493},26,[2495],{"type":574,"tag":402,"props":2496,"children":2497},{"style":2094},[2498],{"type":579,"value":2499},"/** Options for configuring the useAudioRecorder hook. */\n",{"type":574,"tag":402,"props":2501,"children":2503},{"class":404,"line":2502},27,[2504,2509,2514,2519],{"type":574,"tag":402,"props":2505,"children":2506},{"style":1970},[2507],{"type":579,"value":2508},"export",{"type":574,"tag":402,"props":2510,"children":2511},{"style":1382},[2512],{"type":579,"value":2513}," interface",{"type":574,"tag":402,"props":2515,"children":2516},{"style":888},[2517],{"type":579,"value":2518}," UseAudioRecorderOptions",{"type":574,"tag":402,"props":2520,"children":2521},{"style":865},[2522],{"type":579,"value":2523}," {\n",{"type":574,"tag":402,"props":2525,"children":2527},{"class":404,"line":2526},28,[2528],{"type":574,"tag":402,"props":2529,"children":2530},{"style":2094},[2531],{"type":579,"value":2532},"  /**\n",{"type":574,"tag":402,"props":2534,"children":2536},{"class":404,"line":2535},29,[2537],{"type":574,"tag":402,"props":2538,"children":2539},{"style":2094},[2540],{"type":579,"value":2541},"   * Audio bitrate in bits per second.\n",{"type":574,"tag":402,"props":2543,"children":2545},{"class":404,"line":2544},30,[2546,2551,2556,2562],{"type":574,"tag":402,"props":2547,"children":2548},{"style":2094},[2549],{"type":579,"value":2550},"   * ",{"type":574,"tag":402,"props":2552,"children":2553},{"style":1970},[2554],{"type":579,"value":2555},"@",{"type":574,"tag":402,"props":2557,"children":2559},{"style":2558},"--shiki-light:#9C3EDA;--shiki-light-font-style:italic;--shiki-default:#C792EA;--shiki-default-font-style:italic;--shiki-dark:#C792EA;--shiki-dark-font-style:italic",[2560],{"type":579,"value":2561},"default",{"type":574,"tag":402,"props":2563,"children":2564},{"style":1458},[2565],{"type":579,"value":2566}," 128000\n",{"type":574,"tag":402,"props":2568,"children":2570},{"class":404,"line":2569},31,[2571],{"type":574,"tag":402,"props":2572,"children":2573},{"style":2094},[2574],{"type":579,"value":2575},"   */\n",{"type":574,"tag":402,"props":2577,"children":2579},{"class":404,"line":2578},32,[2580,2586,2590,2594],{"type":574,"tag":402,"props":2581,"children":2583},{"style":2582},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[2584],{"type":579,"value":2585},"  audioBitsPerSecond",{"type":574,"tag":402,"props":2587,"children":2588},{"style":865},[2589],{"type":579,"value":917},{"type":574,"tag":402,"props":2591,"children":2592},{"style":888},[2593],{"type":579,"value":922},{"type":574,"tag":402,"props":2595,"children":2596},{"style":865},[2597],{"type":579,"value":1941},{"type":574,"tag":402,"props":2599,"children":2601},{"class":404,"line":2600},33,[2602],{"type":574,"tag":402,"props":2603,"children":2604},{"style":2094},[2605],{"type":579,"value":2532},{"type":574,"tag":402,"props":2607,"children":2609},{"class":404,"line":2608},34,[2610],{"type":574,"tag":402,"props":2611,"children":2612},{"style":2094},[2613],{"type":579,"value":2614},"   * MIME type for the recorded audio.\n",{"type":574,"tag":402,"props":2616,"children":2618},{"class":404,"line":2617},35,[2619,2623,2627,2631,2635,2639],{"type":574,"tag":402,"props":2620,"children":2621},{"style":2094},[2622],{"type":579,"value":2550},{"type":574,"tag":402,"props":2624,"children":2625},{"style":1970},[2626],{"type":579,"value":2555},{"type":574,"tag":402,"props":2628,"children":2629},{"style":2558},[2630],{"type":579,"value":2561},{"type":574,"tag":402,"props":2632,"children":2633},{"style":1970},[2634],{"type":579,"value":1547},{"type":574,"tag":402,"props":2636,"children":2637},{"style":1458},[2638],{"type":579,"value":1553},{"type":574,"tag":402,"props":2640,"children":2641},{"style":1970},[2642],{"type":579,"value":1558},{"type":574,"tag":402,"props":2644,"children":2646},{"class":404,"line":2645},36,[2647],{"type":574,"tag":402,"props":2648,"children":2649},{"style":2094},[2650],{"type":579,"value":2575},{"type":574,"tag":402,"props":2652,"children":2654},{"class":404,"line":2653},37,[2655,2660,2664,2668],{"type":574,"tag":402,"props":2656,"children":2657},{"style":2582},[2658],{"type":579,"value":2659},"  mimeType",{"type":574,"tag":402,"props":2661,"children":2662},{"style":865},[2663],{"type":579,"value":917},{"type":574,"tag":402,"props":2665,"children":2666},{"style":888},[2667],{"type":579,"value":953},{"type":574,"tag":402,"props":2669,"children":2670},{"style":865},[2671],{"type":579,"value":1941},{"type":574,"tag":402,"props":2673,"children":2675},{"class":404,"line":2674},38,[2676],{"type":574,"tag":402,"props":2677,"children":2678},{"style":2094},[2679],{"type":579,"value":2532},{"type":574,"tag":402,"props":2681,"children":2683},{"class":404,"line":2682},39,[2684],{"type":574,"tag":402,"props":2685,"children":2686},{"style":2094},[2687],{"type":579,"value":2688},"   * Timeslice (ms) for MediaRecorder data chunks.\n",{"type":574,"tag":402,"props":2690,"children":2692},{"class":404,"line":2691},40,[2693],{"type":574,"tag":402,"props":2694,"children":2695},{"style":2094},[2696],{"type":579,"value":2575},{"type":574,"tag":402,"props":2698,"children":2700},{"class":404,"line":2699},41,[2701,2706,2710,2714],{"type":574,"tag":402,"props":2702,"children":2703},{"style":2582},[2704],{"type":579,"value":2705},"  timeslice",{"type":574,"tag":402,"props":2707,"children":2708},{"style":865},[2709],{"type":579,"value":917},{"type":574,"tag":402,"props":2711,"children":2712},{"style":888},[2713],{"type":579,"value":922},{"type":574,"tag":402,"props":2715,"children":2716},{"style":865},[2717],{"type":579,"value":1941},{"type":574,"tag":402,"props":2719,"children":2721},{"class":404,"line":2720},42,[2722],{"type":574,"tag":402,"props":2723,"children":2724},{"style":2094},[2725],{"type":579,"value":2532},{"type":574,"tag":402,"props":2727,"children":2729},{"class":404,"line":2728},43,[2730],{"type":574,"tag":402,"props":2731,"children":2732},{"style":2094},[2733],{"type":579,"value":2734},"   * If set, enables real-time audio analysis during recording.\n",{"type":574,"tag":402,"props":2736,"children":2738},{"class":404,"line":2737},44,[2739],{"type":574,"tag":402,"props":2740,"children":2741},{"style":2094},[2742],{"type":579,"value":2575},{"type":574,"tag":402,"props":2744,"children":2746},{"class":404,"line":2745},45,[2747,2752,2756,2760],{"type":574,"tag":402,"props":2748,"children":2749},{"style":2582},[2750],{"type":579,"value":2751},"  enableAnalysis",{"type":574,"tag":402,"props":2753,"children":2754},{"style":865},[2755],{"type":579,"value":917},{"type":574,"tag":402,"props":2757,"children":2758},{"style":888},[2759],{"type":579,"value":1014},{"type":574,"tag":402,"props":2761,"children":2762},{"style":865},[2763],{"type":579,"value":1941},{"type":574,"tag":402,"props":2765,"children":2767},{"class":404,"line":2766},46,[2768],{"type":574,"tag":402,"props":2769,"children":2770},{"style":2094},[2771],{"type":579,"value":2532},{"type":574,"tag":402,"props":2773,"children":2775},{"class":404,"line":2774},47,[2776],{"type":574,"tag":402,"props":2777,"children":2778},{"style":2094},[2779],{"type":579,"value":2780},"   * FFT size for audio analysis.\n",{"type":574,"tag":402,"props":2782,"children":2784},{"class":404,"line":2783},48,[2785,2789,2793,2797],{"type":574,"tag":402,"props":2786,"children":2787},{"style":2094},[2788],{"type":579,"value":2550},{"type":574,"tag":402,"props":2790,"children":2791},{"style":1970},[2792],{"type":579,"value":2555},{"type":574,"tag":402,"props":2794,"children":2795},{"style":2558},[2796],{"type":579,"value":2561},{"type":574,"tag":402,"props":2798,"children":2799},{"style":1458},[2800],{"type":579,"value":2801}," 2048\n",{"type":574,"tag":402,"props":2803,"children":2805},{"class":404,"line":2804},49,[2806],{"type":574,"tag":402,"props":2807,"children":2808},{"style":2094},[2809],{"type":579,"value":2575},{"type":574,"tag":402,"props":2811,"children":2813},{"class":404,"line":2812},50,[2814,2819,2823,2827],{"type":574,"tag":402,"props":2815,"children":2816},{"style":2582},[2817],{"type":579,"value":2818},"  fftSize",{"type":574,"tag":402,"props":2820,"children":2821},{"style":865},[2822],{"type":579,"value":917},{"type":574,"tag":402,"props":2824,"children":2825},{"style":888},[2826],{"type":579,"value":922},{"type":574,"tag":402,"props":2828,"children":2829},{"style":865},[2830],{"type":579,"value":1941},{"type":574,"tag":402,"props":2832,"children":2834},{"class":404,"line":2833},51,[2835],{"type":574,"tag":402,"props":2836,"children":2837},{"style":865},[2838],{"type":579,"value":2839},"}\n",{"type":574,"tag":402,"props":2841,"children":2843},{"class":404,"line":2842},52,[2844],{"type":574,"tag":402,"props":2845,"children":2846},{"emptyLinePlaceholder":2085},[2847],{"type":579,"value":2088},{"type":574,"tag":402,"props":2849,"children":2851},{"class":404,"line":2850},53,[2852],{"type":574,"tag":402,"props":2853,"children":2854},{"style":2094},[2855],{"type":579,"value":2856},"/** Audio analysis data returned when `enableAnalysis` is true. */\n",{"type":574,"tag":402,"props":2858,"children":2860},{"class":404,"line":2859},54,[2861,2865,2869,2874],{"type":574,"tag":402,"props":2862,"children":2863},{"style":1970},[2864],{"type":579,"value":2508},{"type":574,"tag":402,"props":2866,"children":2867},{"style":1382},[2868],{"type":579,"value":2513},{"type":574,"tag":402,"props":2870,"children":2871},{"style":888},[2872],{"type":579,"value":2873}," AudioAnalysisData",{"type":574,"tag":402,"props":2875,"children":2876},{"style":865},[2877],{"type":579,"value":2523},{"type":574,"tag":402,"props":2879,"children":2881},{"class":404,"line":2880},55,[2882],{"type":574,"tag":402,"props":2883,"children":2884},{"style":2094},[2885],{"type":579,"value":2886},"  /** Frequency domain data (FFT). */\n",{"type":574,"tag":402,"props":2888,"children":2890},{"class":404,"line":2889},56,[2891,2896,2900,2904],{"type":574,"tag":402,"props":2892,"children":2893},{"style":2582},[2894],{"type":579,"value":2895},"  frequencyData",{"type":574,"tag":402,"props":2897,"children":2898},{"style":865},[2899],{"type":579,"value":1265},{"type":574,"tag":402,"props":2901,"children":2902},{"style":888},[2903],{"type":579,"value":1270},{"type":574,"tag":402,"props":2905,"children":2906},{"style":865},[2907],{"type":579,"value":1941},{"type":574,"tag":402,"props":2909,"children":2911},{"class":404,"line":2910},57,[2912],{"type":574,"tag":402,"props":2913,"children":2914},{"style":2094},[2915],{"type":579,"value":2916},"  /** Time domain waveform data. */\n",{"type":574,"tag":402,"props":2918,"children":2920},{"class":404,"line":2919},58,[2921,2926,2930,2934],{"type":574,"tag":402,"props":2922,"children":2923},{"style":2582},[2924],{"type":579,"value":2925},"  timeData",{"type":574,"tag":402,"props":2927,"children":2928},{"style":865},[2929],{"type":579,"value":1265},{"type":574,"tag":402,"props":2931,"children":2932},{"style":888},[2933],{"type":579,"value":1270},{"type":574,"tag":402,"props":2935,"children":2936},{"style":865},[2937],{"type":579,"value":1941},{"type":574,"tag":402,"props":2939,"children":2941},{"class":404,"line":2940},59,[2942],{"type":574,"tag":402,"props":2943,"children":2944},{"style":2094},[2945],{"type":579,"value":2946},"  /** Calculated RMS volume level. */\n",{"type":574,"tag":402,"props":2948,"children":2950},{"class":404,"line":2949},60,[2951,2956,2960,2964],{"type":574,"tag":402,"props":2952,"children":2953},{"style":2582},[2954],{"type":579,"value":2955},"  volume",{"type":574,"tag":402,"props":2957,"children":2958},{"style":865},[2959],{"type":579,"value":1265},{"type":574,"tag":402,"props":2961,"children":2962},{"style":888},[2963],{"type":579,"value":922},{"type":574,"tag":402,"props":2965,"children":2966},{"style":865},[2967],{"type":579,"value":1941},{"type":574,"tag":402,"props":2969,"children":2971},{"class":404,"line":2970},61,[2972],{"type":574,"tag":402,"props":2973,"children":2974},{"style":865},[2975],{"type":579,"value":2839},{"type":574,"tag":402,"props":2977,"children":2979},{"class":404,"line":2978},62,[2980],{"type":574,"tag":402,"props":2981,"children":2982},{"emptyLinePlaceholder":2085},[2983],{"type":579,"value":2088},{"type":574,"tag":402,"props":2985,"children":2987},{"class":404,"line":2986},63,[2988],{"type":574,"tag":402,"props":2989,"children":2990},{"style":2094},[2991],{"type":579,"value":2992},"/** The useAudioRecorder return type. */\n",{"type":574,"tag":402,"props":2994,"children":2996},{"class":404,"line":2995},64,[2997,3001,3005,3010],{"type":574,"tag":402,"props":2998,"children":2999},{"style":1970},[3000],{"type":579,"value":2508},{"type":574,"tag":402,"props":3002,"children":3003},{"style":1382},[3004],{"type":579,"value":2513},{"type":574,"tag":402,"props":3006,"children":3007},{"style":888},[3008],{"type":579,"value":3009}," UseAudioRecorderReturn",{"type":574,"tag":402,"props":3011,"children":3012},{"style":865},[3013],{"type":579,"value":2523},{"type":574,"tag":402,"props":3015,"children":3017},{"class":404,"line":3016},65,[3018],{"type":574,"tag":402,"props":3019,"children":3020},{"style":2094},[3021],{"type":579,"value":3022},"  /** Whether audio recording is supported in the current browser. */\n",{"type":574,"tag":402,"props":3024,"children":3026},{"class":404,"line":3025},66,[3027,3032,3036,3040],{"type":574,"tag":402,"props":3028,"children":3029},{"style":2582},[3030],{"type":579,"value":3031},"  isSupported",{"type":574,"tag":402,"props":3033,"children":3034},{"style":865},[3035],{"type":579,"value":1265},{"type":574,"tag":402,"props":3037,"children":3038},{"style":888},[3039],{"type":579,"value":1014},{"type":574,"tag":402,"props":3041,"children":3042},{"style":865},[3043],{"type":579,"value":1941},{"type":574,"tag":402,"props":3045,"children":3047},{"class":404,"line":3046},67,[3048],{"type":574,"tag":402,"props":3049,"children":3050},{"style":2094},[3051],{"type":579,"value":3052},"  /** Whether recording is currently active. */\n",{"type":574,"tag":402,"props":3054,"children":3056},{"class":404,"line":3055},68,[3057,3062,3066,3070],{"type":574,"tag":402,"props":3058,"children":3059},{"style":2582},[3060],{"type":579,"value":3061},"  isRecording",{"type":574,"tag":402,"props":3063,"children":3064},{"style":865},[3065],{"type":579,"value":1265},{"type":574,"tag":402,"props":3067,"children":3068},{"style":888},[3069],{"type":579,"value":1014},{"type":574,"tag":402,"props":3071,"children":3072},{"style":865},[3073],{"type":579,"value":1941},{"type":574,"tag":402,"props":3075,"children":3077},{"class":404,"line":3076},69,[3078],{"type":574,"tag":402,"props":3079,"children":3080},{"style":2094},[3081],{"type":579,"value":3082},"  /** Whether recording is currently paused. */\n",{"type":574,"tag":402,"props":3084,"children":3086},{"class":404,"line":3085},70,[3087,3092,3096,3100],{"type":574,"tag":402,"props":3088,"children":3089},{"style":2582},[3090],{"type":579,"value":3091},"  isPaused",{"type":574,"tag":402,"props":3093,"children":3094},{"style":865},[3095],{"type":579,"value":1265},{"type":574,"tag":402,"props":3097,"children":3098},{"style":888},[3099],{"type":579,"value":1014},{"type":574,"tag":402,"props":3101,"children":3102},{"style":865},[3103],{"type":579,"value":1941},{"type":574,"tag":402,"props":3105,"children":3107},{"class":404,"line":3106},71,[3108],{"type":574,"tag":402,"props":3109,"children":3110},{"style":2094},[3111],{"type":579,"value":3112},"  /** Active media stream. */\n",{"type":574,"tag":402,"props":3114,"children":3116},{"class":404,"line":3115},72,[3117,3122,3126,3131,3135,3139],{"type":574,"tag":402,"props":3118,"children":3119},{"style":2582},[3120],{"type":579,"value":3121},"  stream",{"type":574,"tag":402,"props":3123,"children":3124},{"style":865},[3125],{"type":579,"value":1265},{"type":574,"tag":402,"props":3127,"children":3128},{"style":888},[3129],{"type":579,"value":3130}," MediaStream",{"type":574,"tag":402,"props":3132,"children":3133},{"style":865},[3134],{"type":579,"value":1092},{"type":574,"tag":402,"props":3136,"children":3137},{"style":888},[3138],{"type":579,"value":1097},{"type":574,"tag":402,"props":3140,"children":3141},{"style":865},[3142],{"type":579,"value":1941},{"type":574,"tag":402,"props":3144,"children":3146},{"class":404,"line":3145},73,[3147],{"type":574,"tag":402,"props":3148,"children":3149},{"style":2094},[3150],{"type":579,"value":3151},"  /** MediaRecorder instance. */\n",{"type":574,"tag":402,"props":3153,"children":3155},{"class":404,"line":3154},74,[3156,3161,3165,3170,3174,3178],{"type":574,"tag":402,"props":3157,"children":3158},{"style":2582},[3159],{"type":579,"value":3160},"  mediaRecorder",{"type":574,"tag":402,"props":3162,"children":3163},{"style":865},[3164],{"type":579,"value":1265},{"type":574,"tag":402,"props":3166,"children":3167},{"style":888},[3168],{"type":579,"value":3169}," MediaRecorder",{"type":574,"tag":402,"props":3171,"children":3172},{"style":865},[3173],{"type":579,"value":1092},{"type":574,"tag":402,"props":3175,"children":3176},{"style":888},[3177],{"type":579,"value":1097},{"type":574,"tag":402,"props":3179,"children":3180},{"style":865},[3181],{"type":579,"value":1941},{"type":574,"tag":402,"props":3183,"children":3185},{"class":404,"line":3184},75,[3186],{"type":574,"tag":402,"props":3187,"children":3188},{"style":2094},[3189],{"type":579,"value":3190},"  /** Final recorded audio blob. */\n",{"type":574,"tag":402,"props":3192,"children":3194},{"class":404,"line":3193},76,[3195,3200,3204,3209,3213,3217],{"type":574,"tag":402,"props":3196,"children":3197},{"style":2582},[3198],{"type":579,"value":3199},"  audioBlob",{"type":574,"tag":402,"props":3201,"children":3202},{"style":865},[3203],{"type":579,"value":1265},{"type":574,"tag":402,"props":3205,"children":3206},{"style":888},[3207],{"type":579,"value":3208}," Blob",{"type":574,"tag":402,"props":3210,"children":3211},{"style":865},[3212],{"type":579,"value":1092},{"type":574,"tag":402,"props":3214,"children":3215},{"style":888},[3216],{"type":579,"value":1097},{"type":574,"tag":402,"props":3218,"children":3219},{"style":865},[3220],{"type":579,"value":1941},{"type":574,"tag":402,"props":3222,"children":3224},{"class":404,"line":3223},77,[3225],{"type":574,"tag":402,"props":3226,"children":3227},{"style":2094},[3228],{"type":579,"value":3229},"  /** Object URL for the recorded audio. */\n",{"type":574,"tag":402,"props":3231,"children":3233},{"class":404,"line":3232},78,[3234,3239,3243,3247,3251,3255],{"type":574,"tag":402,"props":3235,"children":3236},{"style":2582},[3237],{"type":579,"value":3238},"  audioUrl",{"type":574,"tag":402,"props":3240,"children":3241},{"style":865},[3242],{"type":579,"value":1265},{"type":574,"tag":402,"props":3244,"children":3245},{"style":888},[3246],{"type":579,"value":1470},{"type":574,"tag":402,"props":3248,"children":3249},{"style":865},[3250],{"type":579,"value":1092},{"type":574,"tag":402,"props":3252,"children":3253},{"style":888},[3254],{"type":579,"value":1097},{"type":574,"tag":402,"props":3256,"children":3257},{"style":865},[3258],{"type":579,"value":1941},{"type":574,"tag":402,"props":3260,"children":3262},{"class":404,"line":3261},79,[3263],{"type":574,"tag":402,"props":3264,"children":3265},{"style":2094},[3266],{"type":579,"value":3267},"  /** Duration of the recording in seconds. */\n",{"type":574,"tag":402,"props":3269,"children":3271},{"class":404,"line":3270},80,[3272,3277,3281,3285],{"type":574,"tag":402,"props":3273,"children":3274},{"style":2582},[3275],{"type":579,"value":3276},"  duration",{"type":574,"tag":402,"props":3278,"children":3279},{"style":865},[3280],{"type":579,"value":1265},{"type":574,"tag":402,"props":3282,"children":3283},{"style":888},[3284],{"type":579,"value":922},{"type":574,"tag":402,"props":3286,"children":3287},{"style":865},[3288],{"type":579,"value":1941},{"type":574,"tag":402,"props":3290,"children":3292},{"class":404,"line":3291},81,[3293],{"type":574,"tag":402,"props":3294,"children":3295},{"style":2094},[3296],{"type":579,"value":3297},"  /** Error message if recording fails. */\n",{"type":574,"tag":402,"props":3299,"children":3301},{"class":404,"line":3300},82,[3302,3307,3311,3315,3319,3323],{"type":574,"tag":402,"props":3303,"children":3304},{"style":2582},[3305],{"type":579,"value":3306},"  error",{"type":574,"tag":402,"props":3308,"children":3309},{"style":865},[3310],{"type":579,"value":1265},{"type":574,"tag":402,"props":3312,"children":3313},{"style":888},[3314],{"type":579,"value":1470},{"type":574,"tag":402,"props":3316,"children":3317},{"style":865},[3318],{"type":579,"value":1092},{"type":574,"tag":402,"props":3320,"children":3321},{"style":888},[3322],{"type":579,"value":1097},{"type":574,"tag":402,"props":3324,"children":3325},{"style":865},[3326],{"type":579,"value":1941},{"type":574,"tag":402,"props":3328,"children":3330},{"class":404,"line":3329},83,[3331],{"type":574,"tag":402,"props":3332,"children":3333},{"style":2094},[3334],{"type":579,"value":3335},"  /** Live audio analysis data. */\n",{"type":574,"tag":402,"props":3337,"children":3339},{"class":404,"line":3338},84,[3340,3345,3349,3353,3357,3361],{"type":574,"tag":402,"props":3341,"children":3342},{"style":2582},[3343],{"type":579,"value":3344},"  analysisData",{"type":574,"tag":402,"props":3346,"children":3347},{"style":865},[3348],{"type":579,"value":1265},{"type":574,"tag":402,"props":3350,"children":3351},{"style":888},[3352],{"type":579,"value":2873},{"type":574,"tag":402,"props":3354,"children":3355},{"style":865},[3356],{"type":579,"value":1092},{"type":574,"tag":402,"props":3358,"children":3359},{"style":888},[3360],{"type":579,"value":1097},{"type":574,"tag":402,"props":3362,"children":3363},{"style":865},[3364],{"type":579,"value":1941},{"type":574,"tag":402,"props":3366,"children":3368},{"class":404,"line":3367},85,[3369],{"type":574,"tag":402,"props":3370,"children":3371},{"style":2094},[3372],{"type":579,"value":3373},"  /** Starts audio recording. */\n",{"type":574,"tag":402,"props":3375,"children":3377},{"class":404,"line":3376},86,[3378,3383,3387,3392,3396,3400,3404,3408],{"type":574,"tag":402,"props":3379,"children":3380},{"style":2582},[3381],{"type":579,"value":3382},"  startRecording",{"type":574,"tag":402,"props":3384,"children":3385},{"style":865},[3386],{"type":579,"value":1265},{"type":574,"tag":402,"props":3388,"children":3389},{"style":865},[3390],{"type":579,"value":3391}," ()",{"type":574,"tag":402,"props":3393,"children":3394},{"style":1382},[3395],{"type":579,"value":1385},{"type":574,"tag":402,"props":3397,"children":3398},{"style":888},[3399],{"type":579,"value":1390},{"type":574,"tag":402,"props":3401,"children":3402},{"style":865},[3403],{"type":579,"value":1275},{"type":574,"tag":402,"props":3405,"children":3406},{"style":888},[3407],{"type":579,"value":1399},{"type":574,"tag":402,"props":3409,"children":3410},{"style":865},[3411],{"type":579,"value":3412},">;\n",{"type":574,"tag":402,"props":3414,"children":3416},{"class":404,"line":3415},87,[3417],{"type":574,"tag":402,"props":3418,"children":3419},{"style":2094},[3420],{"type":579,"value":3421},"  /** Stops audio recording. */\n",{"type":574,"tag":402,"props":3423,"children":3425},{"class":404,"line":3424},88,[3426,3431,3435,3439,3443,3447],{"type":574,"tag":402,"props":3427,"children":3428},{"style":2582},[3429],{"type":579,"value":3430},"  stopRecording",{"type":574,"tag":402,"props":3432,"children":3433},{"style":865},[3434],{"type":579,"value":1265},{"type":574,"tag":402,"props":3436,"children":3437},{"style":865},[3438],{"type":579,"value":3391},{"type":574,"tag":402,"props":3440,"children":3441},{"style":1382},[3442],{"type":579,"value":1385},{"type":574,"tag":402,"props":3444,"children":3445},{"style":888},[3446],{"type":579,"value":1433},{"type":574,"tag":402,"props":3448,"children":3449},{"style":865},[3450],{"type":579,"value":1941},{"type":574,"tag":402,"props":3452,"children":3454},{"class":404,"line":3453},89,[3455],{"type":574,"tag":402,"props":3456,"children":3457},{"style":2094},[3458],{"type":579,"value":3459},"  /** Pauses the recording. */\n",{"type":574,"tag":402,"props":3461,"children":3463},{"class":404,"line":3462},90,[3464,3469,3473,3477,3481,3485],{"type":574,"tag":402,"props":3465,"children":3466},{"style":2582},[3467],{"type":579,"value":3468},"  pauseRecording",{"type":574,"tag":402,"props":3470,"children":3471},{"style":865},[3472],{"type":579,"value":1265},{"type":574,"tag":402,"props":3474,"children":3475},{"style":865},[3476],{"type":579,"value":3391},{"type":574,"tag":402,"props":3478,"children":3479},{"style":1382},[3480],{"type":579,"value":1385},{"type":574,"tag":402,"props":3482,"children":3483},{"style":888},[3484],{"type":579,"value":1433},{"type":574,"tag":402,"props":3486,"children":3487},{"style":865},[3488],{"type":579,"value":1941},{"type":574,"tag":402,"props":3490,"children":3492},{"class":404,"line":3491},91,[3493],{"type":574,"tag":402,"props":3494,"children":3495},{"style":2094},[3496],{"type":579,"value":3497},"  /** Resumes a paused recording. */\n",{"type":574,"tag":402,"props":3499,"children":3501},{"class":404,"line":3500},92,[3502,3507,3511,3515,3519,3523],{"type":574,"tag":402,"props":3503,"children":3504},{"style":2582},[3505],{"type":579,"value":3506},"  resumeRecording",{"type":574,"tag":402,"props":3508,"children":3509},{"style":865},[3510],{"type":579,"value":1265},{"type":574,"tag":402,"props":3512,"children":3513},{"style":865},[3514],{"type":579,"value":3391},{"type":574,"tag":402,"props":3516,"children":3517},{"style":1382},[3518],{"type":579,"value":1385},{"type":574,"tag":402,"props":3520,"children":3521},{"style":888},[3522],{"type":579,"value":1433},{"type":574,"tag":402,"props":3524,"children":3525},{"style":865},[3526],{"type":579,"value":1941},{"type":574,"tag":402,"props":3528,"children":3530},{"class":404,"line":3529},93,[3531],{"type":574,"tag":402,"props":3532,"children":3533},{"style":2094},[3534],{"type":579,"value":3535},"  /** Clears the current recording state. */\n",{"type":574,"tag":402,"props":3537,"children":3539},{"class":404,"line":3538},94,[3540,3545,3549,3553,3557,3561],{"type":574,"tag":402,"props":3541,"children":3542},{"style":2582},[3543],{"type":579,"value":3544},"  clearRecording",{"type":574,"tag":402,"props":3546,"children":3547},{"style":865},[3548],{"type":579,"value":1265},{"type":574,"tag":402,"props":3550,"children":3551},{"style":865},[3552],{"type":579,"value":3391},{"type":574,"tag":402,"props":3554,"children":3555},{"style":1382},[3556],{"type":579,"value":1385},{"type":574,"tag":402,"props":3558,"children":3559},{"style":888},[3560],{"type":579,"value":1433},{"type":574,"tag":402,"props":3562,"children":3563},{"style":865},[3564],{"type":579,"value":1941},{"type":574,"tag":402,"props":3566,"children":3568},{"class":404,"line":3567},95,[3569],{"type":574,"tag":402,"props":3570,"children":3571},{"style":2094},[3572],{"type":579,"value":3573},"  /** Downloads the recording as a file. */\n",{"type":574,"tag":402,"props":3575,"children":3577},{"class":404,"line":3576},96,[3578,3583,3587,3592,3596,3600,3604,3608,3612,3616],{"type":574,"tag":402,"props":3579,"children":3580},{"style":2582},[3581],{"type":579,"value":3582},"  downloadRecording",{"type":574,"tag":402,"props":3584,"children":3585},{"style":865},[3586],{"type":579,"value":1265},{"type":574,"tag":402,"props":3588,"children":3589},{"style":865},[3590],{"type":579,"value":3591}," (",{"type":574,"tag":402,"props":3593,"children":3594},{"style":1458},[3595],{"type":579,"value":1461},{"type":574,"tag":402,"props":3597,"children":3598},{"style":865},[3599],{"type":579,"value":917},{"type":574,"tag":402,"props":3601,"children":3602},{"style":888},[3603],{"type":579,"value":1470},{"type":574,"tag":402,"props":3605,"children":3606},{"style":865},[3607],{"type":579,"value":1484},{"type":574,"tag":402,"props":3609,"children":3610},{"style":1382},[3611],{"type":579,"value":1385},{"type":574,"tag":402,"props":3613,"children":3614},{"style":888},[3615],{"type":579,"value":1433},{"type":574,"tag":402,"props":3617,"children":3618},{"style":865},[3619],{"type":579,"value":1941},{"type":574,"tag":402,"props":3621,"children":3623},{"class":404,"line":3622},97,[3624],{"type":574,"tag":402,"props":3625,"children":3626},{"style":865},[3627],{"type":579,"value":2839},{"type":574,"tag":402,"props":3629,"children":3631},{"class":404,"line":3630},98,[3632],{"type":574,"tag":402,"props":3633,"children":3634},{"emptyLinePlaceholder":2085},[3635],{"type":579,"value":2088},{"type":574,"tag":402,"props":3637,"children":3639},{"class":404,"line":3638},99,[3640],{"type":574,"tag":402,"props":3641,"children":3642},{"style":2094},[3643],{"type":579,"value":3644},"/**\n",{"type":574,"tag":402,"props":3646,"children":3648},{"class":404,"line":3647},100,[3649],{"type":574,"tag":402,"props":3650,"children":3651},{"style":2094},[3652],{"type":579,"value":3653}," * A comprehensive hook for audio recording with real-time analysis using getUserMedia, MediaRecorder, and Web Audio APIs\n",{"type":574,"tag":402,"props":3655,"children":3657},{"class":404,"line":3656},101,[3658],{"type":574,"tag":402,"props":3659,"children":3660},{"style":2094},[3661],{"type":579,"value":3662}," *\n",{"type":574,"tag":402,"props":3664,"children":3666},{"class":404,"line":3665},102,[3667,3672,3676,3681],{"type":574,"tag":402,"props":3668,"children":3669},{"style":2094},[3670],{"type":579,"value":3671}," * ",{"type":574,"tag":402,"props":3673,"children":3674},{"style":1970},[3675],{"type":579,"value":2555},{"type":574,"tag":402,"props":3677,"children":3678},{"style":2558},[3679],{"type":579,"value":3680},"category",{"type":574,"tag":402,"props":3682,"children":3683},{"style":2094},[3684],{"type":579,"value":3685}," sensors\n",{"type":574,"tag":402,"props":3687,"children":3689},{"class":404,"line":3688},103,[3690,3694,3698,3703,3707,3712,3717,3722,3727,3732],{"type":574,"tag":402,"props":3691,"children":3692},{"style":2094},[3693],{"type":579,"value":3671},{"type":574,"tag":402,"props":3695,"children":3696},{"style":1970},[3697],{"type":579,"value":2555},{"type":574,"tag":402,"props":3699,"children":3700},{"style":2558},[3701],{"type":579,"value":3702},"param",{"type":574,"tag":402,"props":3704,"children":3705},{"style":1970},[3706],{"type":579,"value":1978},{"type":574,"tag":402,"props":3708,"children":3710},{"style":3709},"--shiki-light:#E2931D;--shiki-light-font-style:italic;--shiki-default:#FFCB6B;--shiki-default-font-style:italic;--shiki-dark:#FFCB6B;--shiki-dark-font-style:italic",[3711],{"type":579,"value":877},{"type":574,"tag":402,"props":3713,"children":3714},{"style":1970},[3715],{"type":579,"value":3716},"}",{"type":574,"tag":402,"props":3718,"children":3719},{"style":1970},[3720],{"type":579,"value":3721}," [",{"type":574,"tag":402,"props":3723,"children":3724},{"style":1458},[3725],{"type":579,"value":3726},"options",{"type":574,"tag":402,"props":3728,"children":3729},{"style":1970},[3730],{"type":579,"value":3731},"]",{"type":574,"tag":402,"props":3733,"children":3734},{"style":2094},[3735],{"type":579,"value":3736}," - Configuration options for audio recording.\n",{"type":574,"tag":402,"props":3738,"children":3740},{"class":404,"line":3739},104,[3741,3745,3749,3753,3757,3762,3766],{"type":574,"tag":402,"props":3742,"children":3743},{"style":2094},[3744],{"type":579,"value":3671},{"type":574,"tag":402,"props":3746,"children":3747},{"style":1970},[3748],{"type":579,"value":2555},{"type":574,"tag":402,"props":3750,"children":3751},{"style":2558},[3752],{"type":579,"value":517},{"type":574,"tag":402,"props":3754,"children":3755},{"style":1970},[3756],{"type":579,"value":1978},{"type":574,"tag":402,"props":3758,"children":3759},{"style":3709},[3760],{"type":579,"value":3761},"UseAudioRecorderReturn",{"type":574,"tag":402,"props":3763,"children":3764},{"style":1970},[3765],{"type":579,"value":3716},{"type":574,"tag":402,"props":3767,"children":3768},{"style":2094},[3769],{"type":579,"value":3770}," Object containing recording state, audio data, and control methods.\n",{"type":574,"tag":402,"props":3772,"children":3774},{"class":404,"line":3773},105,[3775,3779,3783,3788],{"type":574,"tag":402,"props":3776,"children":3777},{"style":2094},[3778],{"type":579,"value":3671},{"type":574,"tag":402,"props":3780,"children":3781},{"style":1970},[3782],{"type":579,"value":2555},{"type":574,"tag":402,"props":3784,"children":3785},{"style":2558},[3786],{"type":579,"value":3787},"throws",{"type":574,"tag":402,"props":3789,"children":3790},{"style":2094},[3791],{"type":579,"value":3792}," Will set an error if audio recording is not supported or permission is denied.\n",{"type":574,"tag":402,"props":3794,"children":3796},{"class":404,"line":3795},106,[3797,3801,3805,3810,3815],{"type":574,"tag":402,"props":3798,"children":3799},{"style":2094},[3800],{"type":579,"value":3671},{"type":574,"tag":402,"props":3802,"children":3803},{"style":1970},[3804],{"type":579,"value":2555},{"type":574,"tag":402,"props":3806,"children":3807},{"style":2558},[3808],{"type":579,"value":3809},"see",{"type":574,"tag":402,"props":3811,"children":3812},{"style":3709},[3813],{"type":579,"value":3814}," [Documentation](https:",{"type":574,"tag":402,"props":3816,"children":3817},{"style":2094},[3818],{"type":579,"value":3819},"//sse-hooks.vercel.app/docs/hooks/use-audio-recorder)\n",{"type":574,"tag":402,"props":3821,"children":3823},{"class":404,"line":3822},107,[3824,3828,3832],{"type":574,"tag":402,"props":3825,"children":3826},{"style":2094},[3827],{"type":579,"value":3671},{"type":574,"tag":402,"props":3829,"children":3830},{"style":1970},[3831],{"type":579,"value":2555},{"type":574,"tag":402,"props":3833,"children":3834},{"style":2558},[3835],{"type":579,"value":3836},"public\n",{"type":574,"tag":402,"props":3838,"children":3840},{"class":404,"line":3839},108,[3841],{"type":574,"tag":402,"props":3842,"children":3843},{"style":2094},[3844],{"type":579,"value":3845}," */\n",{"type":574,"tag":402,"props":3847,"children":3849},{"class":404,"line":3848},109,[3850,3854,3859,3864,3869],{"type":574,"tag":402,"props":3851,"children":3852},{"style":1970},[3853],{"type":579,"value":2508},{"type":574,"tag":402,"props":3855,"children":3856},{"style":1382},[3857],{"type":579,"value":3858}," const",{"type":574,"tag":402,"props":3860,"children":3861},{"style":1531},[3862],{"type":579,"value":3863}," useAudioRecorder ",{"type":574,"tag":402,"props":3865,"children":3866},{"style":865},[3867],{"type":579,"value":3868},"=",{"type":574,"tag":402,"props":3870,"children":3871},{"style":1531},[3872],{"type":579,"value":3873}," (\n",{"type":574,"tag":402,"props":3875,"children":3877},{"class":404,"line":3876},110,[3878,3883,3887,3891,3895],{"type":574,"tag":402,"props":3879,"children":3880},{"style":1458},[3881],{"type":579,"value":3882},"  options",{"type":574,"tag":402,"props":3884,"children":3885},{"style":865},[3886],{"type":579,"value":1265},{"type":574,"tag":402,"props":3888,"children":3889},{"style":888},[3890],{"type":579,"value":2518},{"type":574,"tag":402,"props":3892,"children":3893},{"style":865},[3894],{"type":579,"value":1528},{"type":574,"tag":402,"props":3896,"children":3897},{"style":865},[3898],{"type":579,"value":3899}," {},\n",{"type":574,"tag":402,"props":3901,"children":3903},{"class":404,"line":3902},111,[3904,3908,3912,3916,3920],{"type":574,"tag":402,"props":3905,"children":3906},{"style":1531},[3907],{"type":579,"value":1484},{"type":574,"tag":402,"props":3909,"children":3910},{"style":865},[3911],{"type":579,"value":1265},{"type":574,"tag":402,"props":3913,"children":3914},{"style":888},[3915],{"type":579,"value":3009},{"type":574,"tag":402,"props":3917,"children":3918},{"style":1382},[3919],{"type":579,"value":1385},{"type":574,"tag":402,"props":3921,"children":3922},{"style":865},[3923],{"type":579,"value":2523},{"type":574,"tag":402,"props":3925,"children":3927},{"class":404,"line":3926},112,[3928,3933,3937,3942,3946,3951,3955,3960,3964,3969,3973,3978,3982],{"type":574,"tag":402,"props":3929,"children":3930},{"style":1382},[3931],{"type":579,"value":3932},"  const",{"type":574,"tag":402,"props":3934,"children":3935},{"style":865},[3936],{"type":579,"value":1978},{"type":574,"tag":402,"props":3938,"children":3939},{"style":1531},[3940],{"type":579,"value":3941}," audioBitsPerSecond",{"type":574,"tag":402,"props":3943,"children":3944},{"style":865},[3945],{"type":579,"value":1988},{"type":574,"tag":402,"props":3947,"children":3948},{"style":1531},[3949],{"type":579,"value":3950}," mimeType",{"type":574,"tag":402,"props":3952,"children":3953},{"style":865},[3954],{"type":579,"value":1988},{"type":574,"tag":402,"props":3956,"children":3957},{"style":1531},[3958],{"type":579,"value":3959}," timeslice",{"type":574,"tag":402,"props":3961,"children":3962},{"style":865},[3963],{"type":579,"value":1988},{"type":574,"tag":402,"props":3965,"children":3966},{"style":1531},[3967],{"type":579,"value":3968}," enableAnalysis",{"type":574,"tag":402,"props":3970,"children":3971},{"style":865},[3972],{"type":579,"value":1988},{"type":574,"tag":402,"props":3974,"children":3975},{"style":1531},[3976],{"type":579,"value":3977}," fftSize",{"type":574,"tag":402,"props":3979,"children":3980},{"style":865},[3981],{"type":579,"value":2016},{"type":574,"tag":402,"props":3983,"children":3984},{"style":865},[3985],{"type":579,"value":2113},{"type":574,"tag":402,"props":3987,"children":3989},{"class":404,"line":3988},113,[3990,3996,4000,4004,4008,4012,4016,4020],{"type":574,"tag":402,"props":3991,"children":3993},{"style":3992},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[3994],{"type":579,"value":3995},"    withDefaults",{"type":574,"tag":402,"props":3997,"children":3998},{"style":865},[3999],{"type":579,"value":1275},{"type":574,"tag":402,"props":4001,"children":4002},{"style":888},[4003],{"type":579,"value":877},{"type":574,"tag":402,"props":4005,"children":4006},{"style":865},[4007],{"type":579,"value":1285},{"type":574,"tag":402,"props":4009,"children":4010},{"style":2582},[4011],{"type":579,"value":1455},{"type":574,"tag":402,"props":4013,"children":4014},{"style":1531},[4015],{"type":579,"value":3726},{"type":574,"tag":402,"props":4017,"children":4018},{"style":865},[4019],{"type":579,"value":1988},{"type":574,"tag":402,"props":4021,"children":4022},{"style":865},[4023],{"type":579,"value":2523},{"type":574,"tag":402,"props":4025,"children":4027},{"class":404,"line":4026},114,[4028,4033,4037,4043],{"type":574,"tag":402,"props":4029,"children":4030},{"style":2582},[4031],{"type":579,"value":4032},"      audioBitsPerSecond",{"type":574,"tag":402,"props":4034,"children":4035},{"style":865},[4036],{"type":579,"value":1265},{"type":574,"tag":402,"props":4038,"children":4040},{"style":4039},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[4041],{"type":579,"value":4042}," 128000",{"type":574,"tag":402,"props":4044,"children":4045},{"style":865},[4046],{"type":579,"value":4047},",\n",{"type":574,"tag":402,"props":4049,"children":4051},{"class":404,"line":4050},115,[4052,4057,4061,4065,4069,4073],{"type":574,"tag":402,"props":4053,"children":4054},{"style":2582},[4055],{"type":579,"value":4056},"      mimeType",{"type":574,"tag":402,"props":4058,"children":4059},{"style":865},[4060],{"type":579,"value":1265},{"type":574,"tag":402,"props":4062,"children":4063},{"style":865},[4064],{"type":579,"value":1547},{"type":574,"tag":402,"props":4066,"children":4067},{"style":1550},[4068],{"type":579,"value":1553},{"type":574,"tag":402,"props":4070,"children":4071},{"style":865},[4072],{"type":579,"value":1936},{"type":574,"tag":402,"props":4074,"children":4075},{"style":865},[4076],{"type":579,"value":4047},{"type":574,"tag":402,"props":4078,"children":4080},{"class":404,"line":4079},116,[4081,4086,4090,4096],{"type":574,"tag":402,"props":4082,"children":4083},{"style":2582},[4084],{"type":579,"value":4085},"      enableAnalysis",{"type":574,"tag":402,"props":4087,"children":4088},{"style":865},[4089],{"type":579,"value":1265},{"type":574,"tag":402,"props":4091,"children":4093},{"style":4092},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[4094],{"type":579,"value":4095}," false",{"type":574,"tag":402,"props":4097,"children":4098},{"style":865},[4099],{"type":579,"value":4047},{"type":574,"tag":402,"props":4101,"children":4103},{"class":404,"line":4102},117,[4104,4109,4113,4118],{"type":574,"tag":402,"props":4105,"children":4106},{"style":2582},[4107],{"type":579,"value":4108},"      fftSize",{"type":574,"tag":402,"props":4110,"children":4111},{"style":865},[4112],{"type":579,"value":1265},{"type":574,"tag":402,"props":4114,"children":4115},{"style":4039},[4116],{"type":579,"value":4117}," 2048",{"type":574,"tag":402,"props":4119,"children":4120},{"style":865},[4121],{"type":579,"value":4047},{"type":574,"tag":402,"props":4123,"children":4125},{"class":404,"line":4124},118,[4126,4131,4135],{"type":574,"tag":402,"props":4127,"children":4128},{"style":865},[4129],{"type":579,"value":4130},"    }",{"type":574,"tag":402,"props":4132,"children":4133},{"style":2582},[4134],{"type":579,"value":1484},{"type":574,"tag":402,"props":4136,"children":4137},{"style":865},[4138],{"type":579,"value":1941},{"type":574,"tag":402,"props":4140,"children":4142},{"class":404,"line":4141},119,[4143],{"type":574,"tag":402,"props":4144,"children":4145},{"emptyLinePlaceholder":2085},[4146],{"type":579,"value":2088},{"type":574,"tag":402,"props":4148,"children":4150},{"class":404,"line":4149},120,[4151,4155,4159,4164,4168,4173,4177,4181,4185,4189,4194,4198],{"type":574,"tag":402,"props":4152,"children":4153},{"style":1382},[4154],{"type":579,"value":3932},{"type":574,"tag":402,"props":4156,"children":4157},{"style":865},[4158],{"type":579,"value":3721},{"type":574,"tag":402,"props":4160,"children":4161},{"style":1531},[4162],{"type":579,"value":4163},"isRecording",{"type":574,"tag":402,"props":4165,"children":4166},{"style":865},[4167],{"type":579,"value":1988},{"type":574,"tag":402,"props":4169,"children":4170},{"style":1531},[4171],{"type":579,"value":4172}," setIsRecording",{"type":574,"tag":402,"props":4174,"children":4175},{"style":865},[4176],{"type":579,"value":3731},{"type":574,"tag":402,"props":4178,"children":4179},{"style":865},[4180],{"type":579,"value":1528},{"type":574,"tag":402,"props":4182,"children":4183},{"style":3992},[4184],{"type":579,"value":1983},{"type":574,"tag":402,"props":4186,"children":4187},{"style":2582},[4188],{"type":579,"value":1455},{"type":574,"tag":402,"props":4190,"children":4191},{"style":4092},[4192],{"type":579,"value":4193},"false",{"type":574,"tag":402,"props":4195,"children":4196},{"style":2582},[4197],{"type":579,"value":1484},{"type":574,"tag":402,"props":4199,"children":4200},{"style":865},[4201],{"type":579,"value":1941},{"type":574,"tag":402,"props":4203,"children":4205},{"class":404,"line":4204},121,[4206,4210,4214,4219,4223,4228,4232,4236,4240,4244,4248,4252],{"type":574,"tag":402,"props":4207,"children":4208},{"style":1382},[4209],{"type":579,"value":3932},{"type":574,"tag":402,"props":4211,"children":4212},{"style":865},[4213],{"type":579,"value":3721},{"type":574,"tag":402,"props":4215,"children":4216},{"style":1531},[4217],{"type":579,"value":4218},"isPaused",{"type":574,"tag":402,"props":4220,"children":4221},{"style":865},[4222],{"type":579,"value":1988},{"type":574,"tag":402,"props":4224,"children":4225},{"style":1531},[4226],{"type":579,"value":4227}," setIsPaused",{"type":574,"tag":402,"props":4229,"children":4230},{"style":865},[4231],{"type":579,"value":3731},{"type":574,"tag":402,"props":4233,"children":4234},{"style":865},[4235],{"type":579,"value":1528},{"type":574,"tag":402,"props":4237,"children":4238},{"style":3992},[4239],{"type":579,"value":1983},{"type":574,"tag":402,"props":4241,"children":4242},{"style":2582},[4243],{"type":579,"value":1455},{"type":574,"tag":402,"props":4245,"children":4246},{"style":4092},[4247],{"type":579,"value":4193},{"type":574,"tag":402,"props":4249,"children":4250},{"style":2582},[4251],{"type":579,"value":1484},{"type":574,"tag":402,"props":4253,"children":4254},{"style":865},[4255],{"type":579,"value":1941},{"type":574,"tag":402,"props":4257,"children":4259},{"class":404,"line":4258},122,[4260,4264,4268,4273,4277,4282,4286,4290,4294,4298,4302,4306,4310,4314,4318,4323,4327],{"type":574,"tag":402,"props":4261,"children":4262},{"style":1382},[4263],{"type":579,"value":3932},{"type":574,"tag":402,"props":4265,"children":4266},{"style":865},[4267],{"type":579,"value":3721},{"type":574,"tag":402,"props":4269,"children":4270},{"style":1531},[4271],{"type":579,"value":4272},"stream",{"type":574,"tag":402,"props":4274,"children":4275},{"style":865},[4276],{"type":579,"value":1988},{"type":574,"tag":402,"props":4278,"children":4279},{"style":1531},[4280],{"type":579,"value":4281}," setStream",{"type":574,"tag":402,"props":4283,"children":4284},{"style":865},[4285],{"type":579,"value":3731},{"type":574,"tag":402,"props":4287,"children":4288},{"style":865},[4289],{"type":579,"value":1528},{"type":574,"tag":402,"props":4291,"children":4292},{"style":3992},[4293],{"type":579,"value":1983},{"type":574,"tag":402,"props":4295,"children":4296},{"style":865},[4297],{"type":579,"value":1275},{"type":574,"tag":402,"props":4299,"children":4300},{"style":888},[4301],{"type":579,"value":1087},{"type":574,"tag":402,"props":4303,"children":4304},{"style":865},[4305],{"type":579,"value":1092},{"type":574,"tag":402,"props":4307,"children":4308},{"style":888},[4309],{"type":579,"value":1097},{"type":574,"tag":402,"props":4311,"children":4312},{"style":865},[4313],{"type":579,"value":1285},{"type":574,"tag":402,"props":4315,"children":4316},{"style":2582},[4317],{"type":579,"value":1455},{"type":574,"tag":402,"props":4319,"children":4320},{"style":865},[4321],{"type":579,"value":4322},"null",{"type":574,"tag":402,"props":4324,"children":4325},{"style":2582},[4326],{"type":579,"value":1484},{"type":574,"tag":402,"props":4328,"children":4329},{"style":865},[4330],{"type":579,"value":1941},{"type":574,"tag":402,"props":4332,"children":4334},{"class":404,"line":4333},123,[4335,4339,4343,4348,4352,4357,4361,4365,4369,4373,4377,4381,4385,4389],{"type":574,"tag":402,"props":4336,"children":4337},{"style":1382},[4338],{"type":579,"value":3932},{"type":574,"tag":402,"props":4340,"children":4341},{"style":865},[4342],{"type":579,"value":3721},{"type":574,"tag":402,"props":4344,"children":4345},{"style":1531},[4346],{"type":579,"value":4347},"mediaRecorder",{"type":574,"tag":402,"props":4349,"children":4350},{"style":865},[4351],{"type":579,"value":1988},{"type":574,"tag":402,"props":4353,"children":4354},{"style":1531},[4355],{"type":579,"value":4356}," setMediaRecorder",{"type":574,"tag":402,"props":4358,"children":4359},{"style":865},[4360],{"type":579,"value":3731},{"type":574,"tag":402,"props":4362,"children":4363},{"style":865},[4364],{"type":579,"value":1528},{"type":574,"tag":402,"props":4366,"children":4367},{"style":3992},[4368],{"type":579,"value":1983},{"type":574,"tag":402,"props":4370,"children":4371},{"style":865},[4372],{"type":579,"value":1275},{"type":574,"tag":402,"props":4374,"children":4375},{"style":888},[4376],{"type":579,"value":1119},{"type":574,"tag":402,"props":4378,"children":4379},{"style":865},[4380],{"type":579,"value":1092},{"type":574,"tag":402,"props":4382,"children":4383},{"style":888},[4384],{"type":579,"value":1097},{"type":574,"tag":402,"props":4386,"children":4387},{"style":865},[4388],{"type":579,"value":1285},{"type":574,"tag":402,"props":4390,"children":4391},{"style":2582},[4392],{"type":579,"value":4393},"(\n",{"type":574,"tag":402,"props":4395,"children":4397},{"class":404,"line":4396},124,[4398],{"type":574,"tag":402,"props":4399,"children":4400},{"style":865},[4401],{"type":579,"value":4402},"    null,\n",{"type":574,"tag":402,"props":4404,"children":4406},{"class":404,"line":4405},125,[4407,4412],{"type":574,"tag":402,"props":4408,"children":4409},{"style":2582},[4410],{"type":579,"value":4411},"  )",{"type":574,"tag":402,"props":4413,"children":4414},{"style":865},[4415],{"type":579,"value":1941},{"type":574,"tag":402,"props":4417,"children":4419},{"class":404,"line":4418},126,[4420,4424,4428,4433,4437,4442,4446,4450,4454,4458,4462,4466,4470,4474,4478,4482,4486],{"type":574,"tag":402,"props":4421,"children":4422},{"style":1382},[4423],{"type":579,"value":3932},{"type":574,"tag":402,"props":4425,"children":4426},{"style":865},[4427],{"type":579,"value":3721},{"type":574,"tag":402,"props":4429,"children":4430},{"style":1531},[4431],{"type":579,"value":4432},"audioBlob",{"type":574,"tag":402,"props":4434,"children":4435},{"style":865},[4436],{"type":579,"value":1988},{"type":574,"tag":402,"props":4438,"children":4439},{"style":1531},[4440],{"type":579,"value":4441}," setAudioBlob",{"type":574,"tag":402,"props":4443,"children":4444},{"style":865},[4445],{"type":579,"value":3731},{"type":574,"tag":402,"props":4447,"children":4448},{"style":865},[4449],{"type":579,"value":1528},{"type":574,"tag":402,"props":4451,"children":4452},{"style":3992},[4453],{"type":579,"value":1983},{"type":574,"tag":402,"props":4455,"children":4456},{"style":865},[4457],{"type":579,"value":1275},{"type":574,"tag":402,"props":4459,"children":4460},{"style":888},[4461],{"type":579,"value":1149},{"type":574,"tag":402,"props":4463,"children":4464},{"style":865},[4465],{"type":579,"value":1092},{"type":574,"tag":402,"props":4467,"children":4468},{"style":888},[4469],{"type":579,"value":1097},{"type":574,"tag":402,"props":4471,"children":4472},{"style":865},[4473],{"type":579,"value":1285},{"type":574,"tag":402,"props":4475,"children":4476},{"style":2582},[4477],{"type":579,"value":1455},{"type":574,"tag":402,"props":4479,"children":4480},{"style":865},[4481],{"type":579,"value":4322},{"type":574,"tag":402,"props":4483,"children":4484},{"style":2582},[4485],{"type":579,"value":1484},{"type":574,"tag":402,"props":4487,"children":4488},{"style":865},[4489],{"type":579,"value":1941},{"type":574,"tag":402,"props":4491,"children":4493},{"class":404,"line":4492},127,[4494,4498,4502,4507,4511,4516,4520,4524,4528,4532,4536,4540,4544,4548,4552,4556,4560],{"type":574,"tag":402,"props":4495,"children":4496},{"style":1382},[4497],{"type":579,"value":3932},{"type":574,"tag":402,"props":4499,"children":4500},{"style":865},[4501],{"type":579,"value":3721},{"type":574,"tag":402,"props":4503,"children":4504},{"style":1531},[4505],{"type":579,"value":4506},"audioUrl",{"type":574,"tag":402,"props":4508,"children":4509},{"style":865},[4510],{"type":579,"value":1988},{"type":574,"tag":402,"props":4512,"children":4513},{"style":1531},[4514],{"type":579,"value":4515}," setAudioUrl",{"type":574,"tag":402,"props":4517,"children":4518},{"style":865},[4519],{"type":579,"value":3731},{"type":574,"tag":402,"props":4521,"children":4522},{"style":865},[4523],{"type":579,"value":1528},{"type":574,"tag":402,"props":4525,"children":4526},{"style":3992},[4527],{"type":579,"value":1983},{"type":574,"tag":402,"props":4529,"children":4530},{"style":865},[4531],{"type":579,"value":1275},{"type":574,"tag":402,"props":4533,"children":4534},{"style":888},[4535],{"type":579,"value":1179},{"type":574,"tag":402,"props":4537,"children":4538},{"style":865},[4539],{"type":579,"value":1092},{"type":574,"tag":402,"props":4541,"children":4542},{"style":888},[4543],{"type":579,"value":1097},{"type":574,"tag":402,"props":4545,"children":4546},{"style":865},[4547],{"type":579,"value":1285},{"type":574,"tag":402,"props":4549,"children":4550},{"style":2582},[4551],{"type":579,"value":1455},{"type":574,"tag":402,"props":4553,"children":4554},{"style":865},[4555],{"type":579,"value":4322},{"type":574,"tag":402,"props":4557,"children":4558},{"style":2582},[4559],{"type":579,"value":1484},{"type":574,"tag":402,"props":4561,"children":4562},{"style":865},[4563],{"type":579,"value":1941},{"type":574,"tag":402,"props":4565,"children":4567},{"class":404,"line":4566},128,[4568,4572,4576,4581,4585,4590,4594,4598,4602,4606,4611,4615],{"type":574,"tag":402,"props":4569,"children":4570},{"style":1382},[4571],{"type":579,"value":3932},{"type":574,"tag":402,"props":4573,"children":4574},{"style":865},[4575],{"type":579,"value":3721},{"type":574,"tag":402,"props":4577,"children":4578},{"style":1531},[4579],{"type":579,"value":4580},"duration",{"type":574,"tag":402,"props":4582,"children":4583},{"style":865},[4584],{"type":579,"value":1988},{"type":574,"tag":402,"props":4586,"children":4587},{"style":1531},[4588],{"type":579,"value":4589}," setDuration",{"type":574,"tag":402,"props":4591,"children":4592},{"style":865},[4593],{"type":579,"value":3731},{"type":574,"tag":402,"props":4595,"children":4596},{"style":865},[4597],{"type":579,"value":1528},{"type":574,"tag":402,"props":4599,"children":4600},{"style":3992},[4601],{"type":579,"value":1983},{"type":574,"tag":402,"props":4603,"children":4604},{"style":2582},[4605],{"type":579,"value":1455},{"type":574,"tag":402,"props":4607,"children":4608},{"style":4039},[4609],{"type":579,"value":4610},"0",{"type":574,"tag":402,"props":4612,"children":4613},{"style":2582},[4614],{"type":579,"value":1484},{"type":574,"tag":402,"props":4616,"children":4617},{"style":865},[4618],{"type":579,"value":1941},{"type":574,"tag":402,"props":4620,"children":4622},{"class":404,"line":4621},129,[4623,4627,4631,4636,4640,4645,4649,4653,4657,4661,4665,4669,4673,4677,4681,4685,4689],{"type":574,"tag":402,"props":4624,"children":4625},{"style":1382},[4626],{"type":579,"value":3932},{"type":574,"tag":402,"props":4628,"children":4629},{"style":865},[4630],{"type":579,"value":3721},{"type":574,"tag":402,"props":4632,"children":4633},{"style":1531},[4634],{"type":579,"value":4635},"error",{"type":574,"tag":402,"props":4637,"children":4638},{"style":865},[4639],{"type":579,"value":1988},{"type":574,"tag":402,"props":4641,"children":4642},{"style":1531},[4643],{"type":579,"value":4644}," setError",{"type":574,"tag":402,"props":4646,"children":4647},{"style":865},[4648],{"type":579,"value":3731},{"type":574,"tag":402,"props":4650,"children":4651},{"style":865},[4652],{"type":579,"value":1528},{"type":574,"tag":402,"props":4654,"children":4655},{"style":3992},[4656],{"type":579,"value":1983},{"type":574,"tag":402,"props":4658,"children":4659},{"style":865},[4660],{"type":579,"value":1275},{"type":574,"tag":402,"props":4662,"children":4663},{"style":888},[4664],{"type":579,"value":1179},{"type":574,"tag":402,"props":4666,"children":4667},{"style":865},[4668],{"type":579,"value":1092},{"type":574,"tag":402,"props":4670,"children":4671},{"style":888},[4672],{"type":579,"value":1097},{"type":574,"tag":402,"props":4674,"children":4675},{"style":865},[4676],{"type":579,"value":1285},{"type":574,"tag":402,"props":4678,"children":4679},{"style":2582},[4680],{"type":579,"value":1455},{"type":574,"tag":402,"props":4682,"children":4683},{"style":865},[4684],{"type":579,"value":4322},{"type":574,"tag":402,"props":4686,"children":4687},{"style":2582},[4688],{"type":579,"value":1484},{"type":574,"tag":402,"props":4690,"children":4691},{"style":865},[4692],{"type":579,"value":1941},{"type":574,"tag":402,"props":4694,"children":4696},{"class":404,"line":4695},130,[4697,4701,4705,4710,4714,4719,4723,4727,4731,4735,4739,4743,4747,4751],{"type":574,"tag":402,"props":4698,"children":4699},{"style":1382},[4700],{"type":579,"value":3932},{"type":574,"tag":402,"props":4702,"children":4703},{"style":865},[4704],{"type":579,"value":3721},{"type":574,"tag":402,"props":4706,"children":4707},{"style":1531},[4708],{"type":579,"value":4709},"analysisData",{"type":574,"tag":402,"props":4711,"children":4712},{"style":865},[4713],{"type":579,"value":1988},{"type":574,"tag":402,"props":4715,"children":4716},{"style":1531},[4717],{"type":579,"value":4718}," setAnalysisData",{"type":574,"tag":402,"props":4720,"children":4721},{"style":865},[4722],{"type":579,"value":3731},{"type":574,"tag":402,"props":4724,"children":4725},{"style":865},[4726],{"type":579,"value":1528},{"type":574,"tag":402,"props":4728,"children":4729},{"style":3992},[4730],{"type":579,"value":1983},{"type":574,"tag":402,"props":4732,"children":4733},{"style":865},[4734],{"type":579,"value":1275},{"type":574,"tag":402,"props":4736,"children":4737},{"style":888},[4738],{"type":579,"value":1230},{"type":574,"tag":402,"props":4740,"children":4741},{"style":865},[4742],{"type":579,"value":1092},{"type":574,"tag":402,"props":4744,"children":4745},{"style":888},[4746],{"type":579,"value":1097},{"type":574,"tag":402,"props":4748,"children":4749},{"style":865},[4750],{"type":579,"value":1285},{"type":574,"tag":402,"props":4752,"children":4753},{"style":2582},[4754],{"type":579,"value":4393},{"type":574,"tag":402,"props":4756,"children":4758},{"class":404,"line":4757},131,[4759],{"type":574,"tag":402,"props":4760,"children":4761},{"style":865},[4762],{"type":579,"value":4402},{"type":574,"tag":402,"props":4764,"children":4766},{"class":404,"line":4765},132,[4767,4771],{"type":574,"tag":402,"props":4768,"children":4769},{"style":2582},[4770],{"type":579,"value":4411},{"type":574,"tag":402,"props":4772,"children":4773},{"style":865},[4774],{"type":579,"value":1941},{"type":574,"tag":402,"props":4776,"children":4778},{"class":404,"line":4777},133,[4779],{"type":574,"tag":402,"props":4780,"children":4781},{"emptyLinePlaceholder":2085},[4782],{"type":579,"value":2088},{"type":574,"tag":402,"props":4784,"children":4786},{"class":404,"line":4785},134,[4787,4791,4796,4800,4804,4808,4812,4817,4821,4826],{"type":574,"tag":402,"props":4788,"children":4789},{"style":1382},[4790],{"type":579,"value":3932},{"type":574,"tag":402,"props":4792,"children":4793},{"style":1531},[4794],{"type":579,"value":4795}," chunksRef",{"type":574,"tag":402,"props":4797,"children":4798},{"style":865},[4799],{"type":579,"value":1528},{"type":574,"tag":402,"props":4801,"children":4802},{"style":3992},[4803],{"type":579,"value":2002},{"type":574,"tag":402,"props":4805,"children":4806},{"style":865},[4807],{"type":579,"value":1275},{"type":574,"tag":402,"props":4809,"children":4810},{"style":888},[4811],{"type":579,"value":1149},{"type":574,"tag":402,"props":4813,"children":4814},{"style":2582},[4815],{"type":579,"value":4816},"[]",{"type":574,"tag":402,"props":4818,"children":4819},{"style":865},[4820],{"type":579,"value":1285},{"type":574,"tag":402,"props":4822,"children":4823},{"style":2582},[4824],{"type":579,"value":4825},"([])",{"type":574,"tag":402,"props":4827,"children":4828},{"style":865},[4829],{"type":579,"value":1941},{"type":574,"tag":402,"props":4831,"children":4833},{"class":404,"line":4832},135,[4834,4838,4843,4847,4851,4855,4859,4863,4867,4871,4875],{"type":574,"tag":402,"props":4835,"children":4836},{"style":1382},[4837],{"type":579,"value":3932},{"type":574,"tag":402,"props":4839,"children":4840},{"style":1531},[4841],{"type":579,"value":4842}," startTimeRef",{"type":574,"tag":402,"props":4844,"children":4845},{"style":865},[4846],{"type":579,"value":1528},{"type":574,"tag":402,"props":4848,"children":4849},{"style":3992},[4850],{"type":579,"value":2002},{"type":574,"tag":402,"props":4852,"children":4853},{"style":865},[4854],{"type":579,"value":1275},{"type":574,"tag":402,"props":4856,"children":4857},{"style":888},[4858],{"type":579,"value":1196},{"type":574,"tag":402,"props":4860,"children":4861},{"style":865},[4862],{"type":579,"value":1285},{"type":574,"tag":402,"props":4864,"children":4865},{"style":2582},[4866],{"type":579,"value":1455},{"type":574,"tag":402,"props":4868,"children":4869},{"style":4039},[4870],{"type":579,"value":4610},{"type":574,"tag":402,"props":4872,"children":4873},{"style":2582},[4874],{"type":579,"value":1484},{"type":574,"tag":402,"props":4876,"children":4877},{"style":865},[4878],{"type":579,"value":1941},{"type":574,"tag":402,"props":4880,"children":4882},{"class":404,"line":4881},136,[4883,4887,4892,4896,4900,4904,4908,4912,4916,4920,4924],{"type":574,"tag":402,"props":4884,"children":4885},{"style":1382},[4886],{"type":579,"value":3932},{"type":574,"tag":402,"props":4888,"children":4889},{"style":1531},[4890],{"type":579,"value":4891}," pausedTimeRef",{"type":574,"tag":402,"props":4893,"children":4894},{"style":865},[4895],{"type":579,"value":1528},{"type":574,"tag":402,"props":4897,"children":4898},{"style":3992},[4899],{"type":579,"value":2002},{"type":574,"tag":402,"props":4901,"children":4902},{"style":865},[4903],{"type":579,"value":1275},{"type":574,"tag":402,"props":4905,"children":4906},{"style":888},[4907],{"type":579,"value":1196},{"type":574,"tag":402,"props":4909,"children":4910},{"style":865},[4911],{"type":579,"value":1285},{"type":574,"tag":402,"props":4913,"children":4914},{"style":2582},[4915],{"type":579,"value":1455},{"type":574,"tag":402,"props":4917,"children":4918},{"style":4039},[4919],{"type":579,"value":4610},{"type":574,"tag":402,"props":4921,"children":4922},{"style":2582},[4923],{"type":579,"value":1484},{"type":574,"tag":402,"props":4925,"children":4926},{"style":865},[4927],{"type":579,"value":1941},{"type":574,"tag":402,"props":4929,"children":4931},{"class":404,"line":4930},137,[4932,4936,4941,4945,4949,4953,4958,4962,4967,4971,4975,4979,4983,4987,4991],{"type":574,"tag":402,"props":4933,"children":4934},{"style":1382},[4935],{"type":579,"value":3932},{"type":574,"tag":402,"props":4937,"children":4938},{"style":1531},[4939],{"type":579,"value":4940}," intervalRef",{"type":574,"tag":402,"props":4942,"children":4943},{"style":865},[4944],{"type":579,"value":1528},{"type":574,"tag":402,"props":4946,"children":4947},{"style":3992},[4948],{"type":579,"value":2002},{"type":574,"tag":402,"props":4950,"children":4951},{"style":865},[4952],{"type":579,"value":1275},{"type":574,"tag":402,"props":4954,"children":4955},{"style":888},[4956],{"type":579,"value":4957},"NodeJS",{"type":574,"tag":402,"props":4959,"children":4960},{"style":865},[4961],{"type":579,"value":628},{"type":574,"tag":402,"props":4963,"children":4964},{"style":888},[4965],{"type":579,"value":4966},"Timeout",{"type":574,"tag":402,"props":4968,"children":4969},{"style":865},[4970],{"type":579,"value":1092},{"type":574,"tag":402,"props":4972,"children":4973},{"style":888},[4974],{"type":579,"value":1097},{"type":574,"tag":402,"props":4976,"children":4977},{"style":865},[4978],{"type":579,"value":1285},{"type":574,"tag":402,"props":4980,"children":4981},{"style":2582},[4982],{"type":579,"value":1455},{"type":574,"tag":402,"props":4984,"children":4985},{"style":865},[4986],{"type":579,"value":4322},{"type":574,"tag":402,"props":4988,"children":4989},{"style":2582},[4990],{"type":579,"value":1484},{"type":574,"tag":402,"props":4992,"children":4993},{"style":865},[4994],{"type":579,"value":1941},{"type":574,"tag":402,"props":4996,"children":4998},{"class":404,"line":4997},138,[4999,5003,5008,5012,5016,5020,5025,5029,5033,5037,5041,5045,5049],{"type":574,"tag":402,"props":5000,"children":5001},{"style":1382},[5002],{"type":579,"value":3932},{"type":574,"tag":402,"props":5004,"children":5005},{"style":1531},[5006],{"type":579,"value":5007}," audioContextRef",{"type":574,"tag":402,"props":5009,"children":5010},{"style":865},[5011],{"type":579,"value":1528},{"type":574,"tag":402,"props":5013,"children":5014},{"style":3992},[5015],{"type":579,"value":2002},{"type":574,"tag":402,"props":5017,"children":5018},{"style":865},[5019],{"type":579,"value":1275},{"type":574,"tag":402,"props":5021,"children":5022},{"style":888},[5023],{"type":579,"value":5024},"AudioContext",{"type":574,"tag":402,"props":5026,"children":5027},{"style":865},[5028],{"type":579,"value":1092},{"type":574,"tag":402,"props":5030,"children":5031},{"style":888},[5032],{"type":579,"value":1097},{"type":574,"tag":402,"props":5034,"children":5035},{"style":865},[5036],{"type":579,"value":1285},{"type":574,"tag":402,"props":5038,"children":5039},{"style":2582},[5040],{"type":579,"value":1455},{"type":574,"tag":402,"props":5042,"children":5043},{"style":865},[5044],{"type":579,"value":4322},{"type":574,"tag":402,"props":5046,"children":5047},{"style":2582},[5048],{"type":579,"value":1484},{"type":574,"tag":402,"props":5050,"children":5051},{"style":865},[5052],{"type":579,"value":1941},{"type":574,"tag":402,"props":5054,"children":5056},{"class":404,"line":5055},139,[5057,5061,5066,5070,5074,5078,5083,5087,5091,5095,5099,5103,5107],{"type":574,"tag":402,"props":5058,"children":5059},{"style":1382},[5060],{"type":579,"value":3932},{"type":574,"tag":402,"props":5062,"children":5063},{"style":1531},[5064],{"type":579,"value":5065}," analyserRef",{"type":574,"tag":402,"props":5067,"children":5068},{"style":865},[5069],{"type":579,"value":1528},{"type":574,"tag":402,"props":5071,"children":5072},{"style":3992},[5073],{"type":579,"value":2002},{"type":574,"tag":402,"props":5075,"children":5076},{"style":865},[5077],{"type":579,"value":1275},{"type":574,"tag":402,"props":5079,"children":5080},{"style":888},[5081],{"type":579,"value":5082},"AnalyserNode",{"type":574,"tag":402,"props":5084,"children":5085},{"style":865},[5086],{"type":579,"value":1092},{"type":574,"tag":402,"props":5088,"children":5089},{"style":888},[5090],{"type":579,"value":1097},{"type":574,"tag":402,"props":5092,"children":5093},{"style":865},[5094],{"type":579,"value":1285},{"type":574,"tag":402,"props":5096,"children":5097},{"style":2582},[5098],{"type":579,"value":1455},{"type":574,"tag":402,"props":5100,"children":5101},{"style":865},[5102],{"type":579,"value":4322},{"type":574,"tag":402,"props":5104,"children":5105},{"style":2582},[5106],{"type":579,"value":1484},{"type":574,"tag":402,"props":5108,"children":5109},{"style":865},[5110],{"type":579,"value":1941},{"type":574,"tag":402,"props":5112,"children":5114},{"class":404,"line":5113},140,[5115,5119,5124,5128,5132,5136,5141,5145,5149,5153,5157,5161,5165],{"type":574,"tag":402,"props":5116,"children":5117},{"style":1382},[5118],{"type":579,"value":3932},{"type":574,"tag":402,"props":5120,"children":5121},{"style":1531},[5122],{"type":579,"value":5123}," sourceRef",{"type":574,"tag":402,"props":5125,"children":5126},{"style":865},[5127],{"type":579,"value":1528},{"type":574,"tag":402,"props":5129,"children":5130},{"style":3992},[5131],{"type":579,"value":2002},{"type":574,"tag":402,"props":5133,"children":5134},{"style":865},[5135],{"type":579,"value":1275},{"type":574,"tag":402,"props":5137,"children":5138},{"style":888},[5139],{"type":579,"value":5140},"MediaStreamAudioSourceNode",{"type":574,"tag":402,"props":5142,"children":5143},{"style":865},[5144],{"type":579,"value":1092},{"type":574,"tag":402,"props":5146,"children":5147},{"style":888},[5148],{"type":579,"value":1097},{"type":574,"tag":402,"props":5150,"children":5151},{"style":865},[5152],{"type":579,"value":1285},{"type":574,"tag":402,"props":5154,"children":5155},{"style":2582},[5156],{"type":579,"value":1455},{"type":574,"tag":402,"props":5158,"children":5159},{"style":865},[5160],{"type":579,"value":4322},{"type":574,"tag":402,"props":5162,"children":5163},{"style":2582},[5164],{"type":579,"value":1484},{"type":574,"tag":402,"props":5166,"children":5167},{"style":865},[5168],{"type":579,"value":1941},{"type":574,"tag":402,"props":5170,"children":5172},{"class":404,"line":5171},141,[5173,5177,5182,5186,5190,5194,5198,5202,5206,5210,5214,5218,5222],{"type":574,"tag":402,"props":5174,"children":5175},{"style":1382},[5176],{"type":579,"value":3932},{"type":574,"tag":402,"props":5178,"children":5179},{"style":1531},[5180],{"type":579,"value":5181}," animationFrameRef",{"type":574,"tag":402,"props":5183,"children":5184},{"style":865},[5185],{"type":579,"value":1528},{"type":574,"tag":402,"props":5187,"children":5188},{"style":3992},[5189],{"type":579,"value":2002},{"type":574,"tag":402,"props":5191,"children":5192},{"style":865},[5193],{"type":579,"value":1275},{"type":574,"tag":402,"props":5195,"children":5196},{"style":888},[5197],{"type":579,"value":1196},{"type":574,"tag":402,"props":5199,"children":5200},{"style":865},[5201],{"type":579,"value":1092},{"type":574,"tag":402,"props":5203,"children":5204},{"style":888},[5205],{"type":579,"value":1097},{"type":574,"tag":402,"props":5207,"children":5208},{"style":865},[5209],{"type":579,"value":1285},{"type":574,"tag":402,"props":5211,"children":5212},{"style":2582},[5213],{"type":579,"value":1455},{"type":574,"tag":402,"props":5215,"children":5216},{"style":865},[5217],{"type":579,"value":4322},{"type":574,"tag":402,"props":5219,"children":5220},{"style":2582},[5221],{"type":579,"value":1484},{"type":574,"tag":402,"props":5223,"children":5224},{"style":865},[5225],{"type":579,"value":1941},{"type":574,"tag":402,"props":5227,"children":5229},{"class":404,"line":5228},142,[5230],{"type":574,"tag":402,"props":5231,"children":5232},{"emptyLinePlaceholder":2085},[5233],{"type":579,"value":2088},{"type":574,"tag":402,"props":5235,"children":5237},{"class":404,"line":5236},143,[5238,5242,5247],{"type":574,"tag":402,"props":5239,"children":5240},{"style":1382},[5241],{"type":579,"value":3932},{"type":574,"tag":402,"props":5243,"children":5244},{"style":1531},[5245],{"type":579,"value":5246}," isSupported",{"type":574,"tag":402,"props":5248,"children":5249},{"style":865},[5250],{"type":579,"value":2113},{"type":574,"tag":402,"props":5252,"children":5254},{"class":404,"line":5253},144,[5255,5260,5265,5270,5274,5279,5283],{"type":574,"tag":402,"props":5256,"children":5257},{"style":865},[5258],{"type":579,"value":5259},"    typeof",{"type":574,"tag":402,"props":5261,"children":5262},{"style":1531},[5263],{"type":579,"value":5264}," navigator",{"type":574,"tag":402,"props":5266,"children":5267},{"style":865},[5268],{"type":579,"value":5269}," !==",{"type":574,"tag":402,"props":5271,"children":5272},{"style":865},[5273],{"type":579,"value":1547},{"type":574,"tag":402,"props":5275,"children":5276},{"style":1550},[5277],{"type":579,"value":5278},"undefined",{"type":574,"tag":402,"props":5280,"children":5281},{"style":865},[5282],{"type":579,"value":1936},{"type":574,"tag":402,"props":5284,"children":5285},{"style":865},[5286],{"type":579,"value":5287}," &&\n",{"type":574,"tag":402,"props":5289,"children":5291},{"class":404,"line":5290},145,[5292,5297,5302,5306,5311],{"type":574,"tag":402,"props":5293,"children":5294},{"style":865},[5295],{"type":579,"value":5296},"    !!",{"type":574,"tag":402,"props":5298,"children":5299},{"style":1531},[5300],{"type":579,"value":5301},"navigator",{"type":574,"tag":402,"props":5303,"children":5304},{"style":865},[5305],{"type":579,"value":628},{"type":574,"tag":402,"props":5307,"children":5308},{"style":1531},[5309],{"type":579,"value":5310},"mediaDevices",{"type":574,"tag":402,"props":5312,"children":5313},{"style":865},[5314],{"type":579,"value":5287},{"type":574,"tag":402,"props":5316,"children":5318},{"class":404,"line":5317},146,[5319,5323,5327,5331,5335,5339,5344],{"type":574,"tag":402,"props":5320,"children":5321},{"style":865},[5322],{"type":579,"value":5296},{"type":574,"tag":402,"props":5324,"children":5325},{"style":1531},[5326],{"type":579,"value":5301},{"type":574,"tag":402,"props":5328,"children":5329},{"style":865},[5330],{"type":579,"value":628},{"type":574,"tag":402,"props":5332,"children":5333},{"style":1531},[5334],{"type":579,"value":5310},{"type":574,"tag":402,"props":5336,"children":5337},{"style":865},[5338],{"type":579,"value":628},{"type":574,"tag":402,"props":5340,"children":5341},{"style":1531},[5342],{"type":579,"value":5343},"getUserMedia",{"type":574,"tag":402,"props":5345,"children":5346},{"style":865},[5347],{"type":579,"value":5287},{"type":574,"tag":402,"props":5349,"children":5351},{"class":404,"line":5350},147,[5352,5356,5361,5365,5369],{"type":574,"tag":402,"props":5353,"children":5354},{"style":865},[5355],{"type":579,"value":5296},{"type":574,"tag":402,"props":5357,"children":5358},{"style":1531},[5359],{"type":579,"value":5360},"window",{"type":574,"tag":402,"props":5362,"children":5363},{"style":865},[5364],{"type":579,"value":628},{"type":574,"tag":402,"props":5366,"children":5367},{"style":1531},[5368],{"type":579,"value":1119},{"type":574,"tag":402,"props":5370,"children":5371},{"style":865},[5372],{"type":579,"value":1941},{"type":574,"tag":402,"props":5374,"children":5376},{"class":404,"line":5375},148,[5377],{"type":574,"tag":402,"props":5378,"children":5379},{"emptyLinePlaceholder":2085},[5380],{"type":579,"value":2088},{"type":574,"tag":402,"props":5382,"children":5384},{"class":404,"line":5383},149,[5385,5389,5394,5398,5402,5406,5410,5414],{"type":574,"tag":402,"props":5386,"children":5387},{"style":1382},[5388],{"type":579,"value":3932},{"type":574,"tag":402,"props":5390,"children":5391},{"style":1531},[5392],{"type":579,"value":5393}," updateDuration",{"type":574,"tag":402,"props":5395,"children":5396},{"style":865},[5397],{"type":579,"value":1528},{"type":574,"tag":402,"props":5399,"children":5400},{"style":3992},[5401],{"type":579,"value":2011},{"type":574,"tag":402,"props":5403,"children":5404},{"style":2582},[5405],{"type":579,"value":1455},{"type":574,"tag":402,"props":5407,"children":5408},{"style":865},[5409],{"type":579,"value":1379},{"type":574,"tag":402,"props":5411,"children":5412},{"style":1382},[5413],{"type":579,"value":1385},{"type":574,"tag":402,"props":5415,"children":5416},{"style":865},[5417],{"type":579,"value":2523},{"type":574,"tag":402,"props":5419,"children":5421},{"class":404,"line":5420},150,[5422,5427,5431,5436,5440,5445,5450],{"type":574,"tag":402,"props":5423,"children":5424},{"style":1970},[5425],{"type":579,"value":5426},"    if",{"type":574,"tag":402,"props":5428,"children":5429},{"style":2582},[5430],{"type":579,"value":3591},{"type":574,"tag":402,"props":5432,"children":5433},{"style":1531},[5434],{"type":579,"value":5435},"startTimeRef",{"type":574,"tag":402,"props":5437,"children":5438},{"style":865},[5439],{"type":579,"value":628},{"type":574,"tag":402,"props":5441,"children":5442},{"style":1531},[5443],{"type":579,"value":5444},"current",{"type":574,"tag":402,"props":5446,"children":5447},{"style":2582},[5448],{"type":579,"value":5449},") ",{"type":574,"tag":402,"props":5451,"children":5452},{"style":865},[5453],{"type":579,"value":5454},"{\n",{"type":574,"tag":402,"props":5456,"children":5458},{"class":404,"line":5457},151,[5459,5464,5469,5473,5478,5482,5487,5492,5497,5501,5505,5509,5514,5518,5522,5526],{"type":574,"tag":402,"props":5460,"children":5461},{"style":1382},[5462],{"type":579,"value":5463},"      const",{"type":574,"tag":402,"props":5465,"children":5466},{"style":1531},[5467],{"type":579,"value":5468}," elapsed",{"type":574,"tag":402,"props":5470,"children":5471},{"style":865},[5472],{"type":579,"value":1528},{"type":574,"tag":402,"props":5474,"children":5475},{"style":1531},[5476],{"type":579,"value":5477}," Date",{"type":574,"tag":402,"props":5479,"children":5480},{"style":865},[5481],{"type":579,"value":628},{"type":574,"tag":402,"props":5483,"children":5484},{"style":3992},[5485],{"type":579,"value":5486},"now",{"type":574,"tag":402,"props":5488,"children":5489},{"style":2582},[5490],{"type":579,"value":5491},"() ",{"type":574,"tag":402,"props":5493,"children":5494},{"style":865},[5495],{"type":579,"value":5496},"-",{"type":574,"tag":402,"props":5498,"children":5499},{"style":1531},[5500],{"type":579,"value":4842},{"type":574,"tag":402,"props":5502,"children":5503},{"style":865},[5504],{"type":579,"value":628},{"type":574,"tag":402,"props":5506,"children":5507},{"style":1531},[5508],{"type":579,"value":5444},{"type":574,"tag":402,"props":5510,"children":5511},{"style":865},[5512],{"type":579,"value":5513}," -",{"type":574,"tag":402,"props":5515,"children":5516},{"style":1531},[5517],{"type":579,"value":4891},{"type":574,"tag":402,"props":5519,"children":5520},{"style":865},[5521],{"type":579,"value":628},{"type":574,"tag":402,"props":5523,"children":5524},{"style":1531},[5525],{"type":579,"value":5444},{"type":574,"tag":402,"props":5527,"children":5528},{"style":865},[5529],{"type":579,"value":1941},{"type":574,"tag":402,"props":5531,"children":5533},{"class":404,"line":5532},152,[5534,5539,5543,5548,5552,5557,5561,5566,5571,5576,5581],{"type":574,"tag":402,"props":5535,"children":5536},{"style":3992},[5537],{"type":579,"value":5538},"      setDuration",{"type":574,"tag":402,"props":5540,"children":5541},{"style":2582},[5542],{"type":579,"value":1455},{"type":574,"tag":402,"props":5544,"children":5545},{"style":1531},[5546],{"type":579,"value":5547},"Math",{"type":574,"tag":402,"props":5549,"children":5550},{"style":865},[5551],{"type":579,"value":628},{"type":574,"tag":402,"props":5553,"children":5554},{"style":3992},[5555],{"type":579,"value":5556},"floor",{"type":574,"tag":402,"props":5558,"children":5559},{"style":2582},[5560],{"type":579,"value":1455},{"type":574,"tag":402,"props":5562,"children":5563},{"style":1531},[5564],{"type":579,"value":5565},"elapsed",{"type":574,"tag":402,"props":5567,"children":5568},{"style":865},[5569],{"type":579,"value":5570}," /",{"type":574,"tag":402,"props":5572,"children":5573},{"style":4039},[5574],{"type":579,"value":5575}," 1000",{"type":574,"tag":402,"props":5577,"children":5578},{"style":2582},[5579],{"type":579,"value":5580},"))",{"type":574,"tag":402,"props":5582,"children":5583},{"style":865},[5584],{"type":579,"value":1941},{"type":574,"tag":402,"props":5586,"children":5588},{"class":404,"line":5587},153,[5589],{"type":574,"tag":402,"props":5590,"children":5591},{"style":865},[5592],{"type":579,"value":5593},"    }\n",{"type":574,"tag":402,"props":5595,"children":5597},{"class":404,"line":5596},154,[5598,5603,5608],{"type":574,"tag":402,"props":5599,"children":5600},{"style":865},[5601],{"type":579,"value":5602},"  },",{"type":574,"tag":402,"props":5604,"children":5605},{"style":2582},[5606],{"type":579,"value":5607}," [])",{"type":574,"tag":402,"props":5609,"children":5610},{"style":865},[5611],{"type":579,"value":1941},{"type":574,"tag":402,"props":5613,"children":5615},{"class":404,"line":5614},155,[5616],{"type":574,"tag":402,"props":5617,"children":5618},{"emptyLinePlaceholder":2085},[5619],{"type":579,"value":2088},{"type":574,"tag":402,"props":5621,"children":5623},{"class":404,"line":5622},156,[5624,5628,5633,5637,5641,5645,5649,5653],{"type":574,"tag":402,"props":5625,"children":5626},{"style":1382},[5627],{"type":579,"value":3932},{"type":574,"tag":402,"props":5629,"children":5630},{"style":1531},[5631],{"type":579,"value":5632}," analyzeAudio",{"type":574,"tag":402,"props":5634,"children":5635},{"style":865},[5636],{"type":579,"value":1528},{"type":574,"tag":402,"props":5638,"children":5639},{"style":3992},[5640],{"type":579,"value":2011},{"type":574,"tag":402,"props":5642,"children":5643},{"style":2582},[5644],{"type":579,"value":1455},{"type":574,"tag":402,"props":5646,"children":5647},{"style":865},[5648],{"type":579,"value":1379},{"type":574,"tag":402,"props":5650,"children":5651},{"style":1382},[5652],{"type":579,"value":1385},{"type":574,"tag":402,"props":5654,"children":5655},{"style":865},[5656],{"type":579,"value":2523},{"type":574,"tag":402,"props":5658,"children":5660},{"class":404,"line":5659},157,[5661,5665,5669,5674,5679,5683,5687,5692,5697,5701,5705,5710],{"type":574,"tag":402,"props":5662,"children":5663},{"style":1970},[5664],{"type":579,"value":5426},{"type":574,"tag":402,"props":5666,"children":5667},{"style":2582},[5668],{"type":579,"value":3591},{"type":574,"tag":402,"props":5670,"children":5671},{"style":865},[5672],{"type":579,"value":5673},"!",{"type":574,"tag":402,"props":5675,"children":5676},{"style":1531},[5677],{"type":579,"value":5678},"analyserRef",{"type":574,"tag":402,"props":5680,"children":5681},{"style":865},[5682],{"type":579,"value":628},{"type":574,"tag":402,"props":5684,"children":5685},{"style":1531},[5686],{"type":579,"value":5444},{"type":574,"tag":402,"props":5688,"children":5689},{"style":865},[5690],{"type":579,"value":5691}," ||",{"type":574,"tag":402,"props":5693,"children":5694},{"style":865},[5695],{"type":579,"value":5696}," !",{"type":574,"tag":402,"props":5698,"children":5699},{"style":1531},[5700],{"type":579,"value":1005},{"type":574,"tag":402,"props":5702,"children":5703},{"style":2582},[5704],{"type":579,"value":5449},{"type":574,"tag":402,"props":5706,"children":5707},{"style":1970},[5708],{"type":579,"value":5709},"return",{"type":574,"tag":402,"props":5711,"children":5712},{"style":865},[5713],{"type":579,"value":1941},{"type":574,"tag":402,"props":5715,"children":5717},{"class":404,"line":5716},158,[5718],{"type":574,"tag":402,"props":5719,"children":5720},{"emptyLinePlaceholder":2085},[5721],{"type":579,"value":2088},{"type":574,"tag":402,"props":5723,"children":5725},{"class":404,"line":5724},159,[5726,5731,5736,5740,5745,5749,5753,5757,5761,5765,5769,5774,5778],{"type":574,"tag":402,"props":5727,"children":5728},{"style":1382},[5729],{"type":579,"value":5730},"    const",{"type":574,"tag":402,"props":5732,"children":5733},{"style":1531},[5734],{"type":579,"value":5735}," frequencyData",{"type":574,"tag":402,"props":5737,"children":5738},{"style":865},[5739],{"type":579,"value":1528},{"type":574,"tag":402,"props":5741,"children":5742},{"style":865},[5743],{"type":579,"value":5744}," new",{"type":574,"tag":402,"props":5746,"children":5747},{"style":3992},[5748],{"type":579,"value":1270},{"type":574,"tag":402,"props":5750,"children":5751},{"style":2582},[5752],{"type":579,"value":1455},{"type":574,"tag":402,"props":5754,"children":5755},{"style":1531},[5756],{"type":579,"value":5678},{"type":574,"tag":402,"props":5758,"children":5759},{"style":865},[5760],{"type":579,"value":628},{"type":574,"tag":402,"props":5762,"children":5763},{"style":1531},[5764],{"type":579,"value":5444},{"type":574,"tag":402,"props":5766,"children":5767},{"style":865},[5768],{"type":579,"value":628},{"type":574,"tag":402,"props":5770,"children":5771},{"style":1531},[5772],{"type":579,"value":5773},"frequencyBinCount",{"type":574,"tag":402,"props":5775,"children":5776},{"style":2582},[5777],{"type":579,"value":1484},{"type":574,"tag":402,"props":5779,"children":5780},{"style":865},[5781],{"type":579,"value":1941},{"type":574,"tag":402,"props":5783,"children":5785},{"class":404,"line":5784},160,[5786,5790,5795,5799,5803,5807,5811,5815,5819,5823,5827,5831,5835],{"type":574,"tag":402,"props":5787,"children":5788},{"style":1382},[5789],{"type":579,"value":5730},{"type":574,"tag":402,"props":5791,"children":5792},{"style":1531},[5793],{"type":579,"value":5794}," timeData",{"type":574,"tag":402,"props":5796,"children":5797},{"style":865},[5798],{"type":579,"value":1528},{"type":574,"tag":402,"props":5800,"children":5801},{"style":865},[5802],{"type":579,"value":5744},{"type":574,"tag":402,"props":5804,"children":5805},{"style":3992},[5806],{"type":579,"value":1270},{"type":574,"tag":402,"props":5808,"children":5809},{"style":2582},[5810],{"type":579,"value":1455},{"type":574,"tag":402,"props":5812,"children":5813},{"style":1531},[5814],{"type":579,"value":5678},{"type":574,"tag":402,"props":5816,"children":5817},{"style":865},[5818],{"type":579,"value":628},{"type":574,"tag":402,"props":5820,"children":5821},{"style":1531},[5822],{"type":579,"value":5444},{"type":574,"tag":402,"props":5824,"children":5825},{"style":865},[5826],{"type":579,"value":628},{"type":574,"tag":402,"props":5828,"children":5829},{"style":1531},[5830],{"type":579,"value":1036},{"type":574,"tag":402,"props":5832,"children":5833},{"style":2582},[5834],{"type":579,"value":1484},{"type":574,"tag":402,"props":5836,"children":5837},{"style":865},[5838],{"type":579,"value":1941},{"type":574,"tag":402,"props":5840,"children":5842},{"class":404,"line":5841},161,[5843],{"type":574,"tag":402,"props":5844,"children":5845},{"emptyLinePlaceholder":2085},[5846],{"type":579,"value":2088},{"type":574,"tag":402,"props":5848,"children":5850},{"class":404,"line":5849},162,[5851,5856,5860,5864,5868,5873,5877,5881,5885],{"type":574,"tag":402,"props":5852,"children":5853},{"style":1531},[5854],{"type":579,"value":5855},"    analyserRef",{"type":574,"tag":402,"props":5857,"children":5858},{"style":865},[5859],{"type":579,"value":628},{"type":574,"tag":402,"props":5861,"children":5862},{"style":1531},[5863],{"type":579,"value":5444},{"type":574,"tag":402,"props":5865,"children":5866},{"style":865},[5867],{"type":579,"value":628},{"type":574,"tag":402,"props":5869,"children":5870},{"style":3992},[5871],{"type":579,"value":5872},"getByteFrequencyData",{"type":574,"tag":402,"props":5874,"children":5875},{"style":2582},[5876],{"type":579,"value":1455},{"type":574,"tag":402,"props":5878,"children":5879},{"style":1531},[5880],{"type":579,"value":1260},{"type":574,"tag":402,"props":5882,"children":5883},{"style":2582},[5884],{"type":579,"value":1484},{"type":574,"tag":402,"props":5886,"children":5887},{"style":865},[5888],{"type":579,"value":1941},{"type":574,"tag":402,"props":5890,"children":5892},{"class":404,"line":5891},163,[5893,5897,5901,5905,5909,5914,5918,5922,5926],{"type":574,"tag":402,"props":5894,"children":5895},{"style":1531},[5896],{"type":579,"value":5855},{"type":574,"tag":402,"props":5898,"children":5899},{"style":865},[5900],{"type":579,"value":628},{"type":574,"tag":402,"props":5902,"children":5903},{"style":1531},[5904],{"type":579,"value":5444},{"type":574,"tag":402,"props":5906,"children":5907},{"style":865},[5908],{"type":579,"value":628},{"type":574,"tag":402,"props":5910,"children":5911},{"style":3992},[5912],{"type":579,"value":5913},"getByteTimeDomainData",{"type":574,"tag":402,"props":5915,"children":5916},{"style":2582},[5917],{"type":579,"value":1455},{"type":574,"tag":402,"props":5919,"children":5920},{"style":1531},[5921],{"type":579,"value":1307},{"type":574,"tag":402,"props":5923,"children":5924},{"style":2582},[5925],{"type":579,"value":1484},{"type":574,"tag":402,"props":5927,"children":5928},{"style":865},[5929],{"type":579,"value":1941},{"type":574,"tag":402,"props":5931,"children":5933},{"class":404,"line":5932},164,[5934],{"type":574,"tag":402,"props":5935,"children":5936},{"emptyLinePlaceholder":2085},[5937],{"type":579,"value":2088},{"type":574,"tag":402,"props":5939,"children":5941},{"class":404,"line":5940},165,[5942],{"type":574,"tag":402,"props":5943,"children":5944},{"style":2094},[5945],{"type":579,"value":5946},"    // Calculate volume (RMS)\n",{"type":574,"tag":402,"props":5948,"children":5950},{"class":404,"line":5949},166,[5951,5956,5961,5965,5970],{"type":574,"tag":402,"props":5952,"children":5953},{"style":1382},[5954],{"type":579,"value":5955},"    let",{"type":574,"tag":402,"props":5957,"children":5958},{"style":1531},[5959],{"type":579,"value":5960}," sum",{"type":574,"tag":402,"props":5962,"children":5963},{"style":865},[5964],{"type":579,"value":1528},{"type":574,"tag":402,"props":5966,"children":5967},{"style":4039},[5968],{"type":579,"value":5969}," 0",{"type":574,"tag":402,"props":5971,"children":5972},{"style":865},[5973],{"type":579,"value":1941},{"type":574,"tag":402,"props":5975,"children":5977},{"class":404,"line":5976},167,[5978,5983,5987,5992,5997,6001,6005,6010,6014,6019,6023,6027,6032,6036,6040,6045,6049],{"type":574,"tag":402,"props":5979,"children":5980},{"style":1970},[5981],{"type":579,"value":5982},"    for",{"type":574,"tag":402,"props":5984,"children":5985},{"style":2582},[5986],{"type":579,"value":3591},{"type":574,"tag":402,"props":5988,"children":5989},{"style":1382},[5990],{"type":579,"value":5991},"let",{"type":574,"tag":402,"props":5993,"children":5994},{"style":1531},[5995],{"type":579,"value":5996}," i",{"type":574,"tag":402,"props":5998,"children":5999},{"style":865},[6000],{"type":579,"value":1528},{"type":574,"tag":402,"props":6002,"children":6003},{"style":4039},[6004],{"type":579,"value":5969},{"type":574,"tag":402,"props":6006,"children":6007},{"style":865},[6008],{"type":579,"value":6009},";",{"type":574,"tag":402,"props":6011,"children":6012},{"style":1531},[6013],{"type":579,"value":5996},{"type":574,"tag":402,"props":6015,"children":6016},{"style":865},[6017],{"type":579,"value":6018}," \u003C",{"type":574,"tag":402,"props":6020,"children":6021},{"style":1531},[6022],{"type":579,"value":5794},{"type":574,"tag":402,"props":6024,"children":6025},{"style":865},[6026],{"type":579,"value":628},{"type":574,"tag":402,"props":6028,"children":6029},{"style":1531},[6030],{"type":579,"value":6031},"length",{"type":574,"tag":402,"props":6033,"children":6034},{"style":865},[6035],{"type":579,"value":6009},{"type":574,"tag":402,"props":6037,"children":6038},{"style":1531},[6039],{"type":579,"value":5996},{"type":574,"tag":402,"props":6041,"children":6042},{"style":865},[6043],{"type":579,"value":6044},"++",{"type":574,"tag":402,"props":6046,"children":6047},{"style":2582},[6048],{"type":579,"value":5449},{"type":574,"tag":402,"props":6050,"children":6051},{"style":865},[6052],{"type":579,"value":5454},{"type":574,"tag":402,"props":6054,"children":6056},{"class":404,"line":6055},168,[6057,6061,6066,6070,6075,6079,6084,6089,6094,6099,6103,6107,6111,6116,6120,6125,6129],{"type":574,"tag":402,"props":6058,"children":6059},{"style":1382},[6060],{"type":579,"value":5463},{"type":574,"tag":402,"props":6062,"children":6063},{"style":1531},[6064],{"type":579,"value":6065}," sample",{"type":574,"tag":402,"props":6067,"children":6068},{"style":865},[6069],{"type":579,"value":1528},{"type":574,"tag":402,"props":6071,"children":6072},{"style":2582},[6073],{"type":579,"value":6074}," ((",{"type":574,"tag":402,"props":6076,"children":6077},{"style":1531},[6078],{"type":579,"value":1307},{"type":574,"tag":402,"props":6080,"children":6081},{"style":2582},[6082],{"type":579,"value":6083},"[",{"type":574,"tag":402,"props":6085,"children":6086},{"style":1531},[6087],{"type":579,"value":6088},"i",{"type":574,"tag":402,"props":6090,"children":6091},{"style":2582},[6092],{"type":579,"value":6093},"] ",{"type":574,"tag":402,"props":6095,"children":6096},{"style":865},[6097],{"type":579,"value":6098},"??",{"type":574,"tag":402,"props":6100,"children":6101},{"style":4039},[6102],{"type":579,"value":5969},{"type":574,"tag":402,"props":6104,"children":6105},{"style":2582},[6106],{"type":579,"value":5449},{"type":574,"tag":402,"props":6108,"children":6109},{"style":865},[6110],{"type":579,"value":5496},{"type":574,"tag":402,"props":6112,"children":6113},{"style":4039},[6114],{"type":579,"value":6115}," 128",{"type":574,"tag":402,"props":6117,"children":6118},{"style":2582},[6119],{"type":579,"value":5449},{"type":574,"tag":402,"props":6121,"children":6122},{"style":865},[6123],{"type":579,"value":6124},"/",{"type":574,"tag":402,"props":6126,"children":6127},{"style":4039},[6128],{"type":579,"value":6115},{"type":574,"tag":402,"props":6130,"children":6131},{"style":865},[6132],{"type":579,"value":1941},{"type":574,"tag":402,"props":6134,"children":6136},{"class":404,"line":6135},169,[6137,6142,6147,6151,6156,6160],{"type":574,"tag":402,"props":6138,"children":6139},{"style":1531},[6140],{"type":579,"value":6141},"      sum",{"type":574,"tag":402,"props":6143,"children":6144},{"style":865},[6145],{"type":579,"value":6146}," +=",{"type":574,"tag":402,"props":6148,"children":6149},{"style":1531},[6150],{"type":579,"value":6065},{"type":574,"tag":402,"props":6152,"children":6153},{"style":865},[6154],{"type":579,"value":6155}," *",{"type":574,"tag":402,"props":6157,"children":6158},{"style":1531},[6159],{"type":579,"value":6065},{"type":574,"tag":402,"props":6161,"children":6162},{"style":865},[6163],{"type":579,"value":1941},{"type":574,"tag":402,"props":6165,"children":6167},{"class":404,"line":6166},170,[6168],{"type":574,"tag":402,"props":6169,"children":6170},{"style":865},[6171],{"type":579,"value":5593},{"type":574,"tag":402,"props":6173,"children":6175},{"class":404,"line":6174},171,[6176,6180,6185,6189,6194,6198,6203,6207,6212,6216,6220,6224,6228,6232],{"type":574,"tag":402,"props":6177,"children":6178},{"style":1382},[6179],{"type":579,"value":5730},{"type":574,"tag":402,"props":6181,"children":6182},{"style":1531},[6183],{"type":579,"value":6184}," volume",{"type":574,"tag":402,"props":6186,"children":6187},{"style":865},[6188],{"type":579,"value":1528},{"type":574,"tag":402,"props":6190,"children":6191},{"style":1531},[6192],{"type":579,"value":6193}," Math",{"type":574,"tag":402,"props":6195,"children":6196},{"style":865},[6197],{"type":579,"value":628},{"type":574,"tag":402,"props":6199,"children":6200},{"style":3992},[6201],{"type":579,"value":6202},"sqrt",{"type":574,"tag":402,"props":6204,"children":6205},{"style":2582},[6206],{"type":579,"value":1455},{"type":574,"tag":402,"props":6208,"children":6209},{"style":1531},[6210],{"type":579,"value":6211},"sum",{"type":574,"tag":402,"props":6213,"children":6214},{"style":865},[6215],{"type":579,"value":5570},{"type":574,"tag":402,"props":6217,"children":6218},{"style":1531},[6219],{"type":579,"value":5794},{"type":574,"tag":402,"props":6221,"children":6222},{"style":865},[6223],{"type":579,"value":628},{"type":574,"tag":402,"props":6225,"children":6226},{"style":1531},[6227],{"type":579,"value":6031},{"type":574,"tag":402,"props":6229,"children":6230},{"style":2582},[6231],{"type":579,"value":1484},{"type":574,"tag":402,"props":6233,"children":6234},{"style":865},[6235],{"type":579,"value":1941},{"type":574,"tag":402,"props":6237,"children":6239},{"class":404,"line":6238},172,[6240],{"type":574,"tag":402,"props":6241,"children":6242},{"emptyLinePlaceholder":2085},[6243],{"type":579,"value":2088},{"type":574,"tag":402,"props":6245,"children":6247},{"class":404,"line":6246},173,[6248,6253,6257],{"type":574,"tag":402,"props":6249,"children":6250},{"style":3992},[6251],{"type":579,"value":6252},"    setAnalysisData",{"type":574,"tag":402,"props":6254,"children":6255},{"style":2582},[6256],{"type":579,"value":1455},{"type":574,"tag":402,"props":6258,"children":6259},{"style":865},[6260],{"type":579,"value":5454},{"type":574,"tag":402,"props":6262,"children":6264},{"class":404,"line":6263},174,[6265,6270,6274,6278,6282,6287,6291],{"type":574,"tag":402,"props":6266,"children":6267},{"style":2582},[6268],{"type":579,"value":6269},"      frequencyData",{"type":574,"tag":402,"props":6271,"children":6272},{"style":865},[6273],{"type":579,"value":1265},{"type":574,"tag":402,"props":6275,"children":6276},{"style":1531},[6277],{"type":579,"value":5735},{"type":574,"tag":402,"props":6279,"children":6280},{"style":865},[6281],{"type":579,"value":628},{"type":574,"tag":402,"props":6283,"children":6284},{"style":3992},[6285],{"type":579,"value":6286},"slice",{"type":574,"tag":402,"props":6288,"children":6289},{"style":2582},[6290],{"type":579,"value":1379},{"type":574,"tag":402,"props":6292,"children":6293},{"style":865},[6294],{"type":579,"value":4047},{"type":574,"tag":402,"props":6296,"children":6298},{"class":404,"line":6297},175,[6299,6304,6308,6312,6316,6320,6324],{"type":574,"tag":402,"props":6300,"children":6301},{"style":2582},[6302],{"type":579,"value":6303},"      timeData",{"type":574,"tag":402,"props":6305,"children":6306},{"style":865},[6307],{"type":579,"value":1265},{"type":574,"tag":402,"props":6309,"children":6310},{"style":1531},[6311],{"type":579,"value":5794},{"type":574,"tag":402,"props":6313,"children":6314},{"style":865},[6315],{"type":579,"value":628},{"type":574,"tag":402,"props":6317,"children":6318},{"style":3992},[6319],{"type":579,"value":6286},{"type":574,"tag":402,"props":6321,"children":6322},{"style":2582},[6323],{"type":579,"value":1379},{"type":574,"tag":402,"props":6325,"children":6326},{"style":865},[6327],{"type":579,"value":4047},{"type":574,"tag":402,"props":6329,"children":6331},{"class":404,"line":6330},176,[6332,6337],{"type":574,"tag":402,"props":6333,"children":6334},{"style":1531},[6335],{"type":579,"value":6336},"      volume",{"type":574,"tag":402,"props":6338,"children":6339},{"style":865},[6340],{"type":579,"value":4047},{"type":574,"tag":402,"props":6342,"children":6344},{"class":404,"line":6343},177,[6345,6349,6353],{"type":574,"tag":402,"props":6346,"children":6347},{"style":865},[6348],{"type":579,"value":4130},{"type":574,"tag":402,"props":6350,"children":6351},{"style":2582},[6352],{"type":579,"value":1484},{"type":574,"tag":402,"props":6354,"children":6355},{"style":865},[6356],{"type":579,"value":1941},{"type":574,"tag":402,"props":6358,"children":6360},{"class":404,"line":6359},178,[6361],{"type":574,"tag":402,"props":6362,"children":6363},{"emptyLinePlaceholder":2085},[6364],{"type":579,"value":2088},{"type":574,"tag":402,"props":6366,"children":6368},{"class":404,"line":6367},179,[6369,6373,6377,6381,6386,6390,6394,6398],{"type":574,"tag":402,"props":6370,"children":6371},{"style":1970},[6372],{"type":579,"value":5426},{"type":574,"tag":402,"props":6374,"children":6375},{"style":2582},[6376],{"type":579,"value":3591},{"type":574,"tag":402,"props":6378,"children":6379},{"style":1531},[6380],{"type":579,"value":4163},{"type":574,"tag":402,"props":6382,"children":6383},{"style":865},[6384],{"type":579,"value":6385}," &&",{"type":574,"tag":402,"props":6387,"children":6388},{"style":865},[6389],{"type":579,"value":5696},{"type":574,"tag":402,"props":6391,"children":6392},{"style":1531},[6393],{"type":579,"value":4218},{"type":574,"tag":402,"props":6395,"children":6396},{"style":2582},[6397],{"type":579,"value":5449},{"type":574,"tag":402,"props":6399,"children":6400},{"style":865},[6401],{"type":579,"value":5454},{"type":574,"tag":402,"props":6403,"children":6405},{"class":404,"line":6404},180,[6406,6411,6415,6419,6423,6428,6432,6437,6441],{"type":574,"tag":402,"props":6407,"children":6408},{"style":1531},[6409],{"type":579,"value":6410},"      animationFrameRef",{"type":574,"tag":402,"props":6412,"children":6413},{"style":865},[6414],{"type":579,"value":628},{"type":574,"tag":402,"props":6416,"children":6417},{"style":1531},[6418],{"type":579,"value":5444},{"type":574,"tag":402,"props":6420,"children":6421},{"style":865},[6422],{"type":579,"value":1528},{"type":574,"tag":402,"props":6424,"children":6425},{"style":3992},[6426],{"type":579,"value":6427}," requestAnimationFrame",{"type":574,"tag":402,"props":6429,"children":6430},{"style":2582},[6431],{"type":579,"value":1455},{"type":574,"tag":402,"props":6433,"children":6434},{"style":1531},[6435],{"type":579,"value":6436},"analyzeAudio",{"type":574,"tag":402,"props":6438,"children":6439},{"style":2582},[6440],{"type":579,"value":1484},{"type":574,"tag":402,"props":6442,"children":6443},{"style":865},[6444],{"type":579,"value":1941},{"type":574,"tag":402,"props":6446,"children":6448},{"class":404,"line":6447},181,[6449],{"type":574,"tag":402,"props":6450,"children":6451},{"style":865},[6452],{"type":579,"value":5593},{"type":574,"tag":402,"props":6454,"children":6456},{"class":404,"line":6455},182,[6457,6461,6465,6469,6473,6478,6482,6486,6491],{"type":574,"tag":402,"props":6458,"children":6459},{"style":865},[6460],{"type":579,"value":5602},{"type":574,"tag":402,"props":6462,"children":6463},{"style":2582},[6464],{"type":579,"value":3721},{"type":574,"tag":402,"props":6466,"children":6467},{"style":1531},[6468],{"type":579,"value":4163},{"type":574,"tag":402,"props":6470,"children":6471},{"style":865},[6472],{"type":579,"value":1988},{"type":574,"tag":402,"props":6474,"children":6475},{"style":1531},[6476],{"type":579,"value":6477}," isPaused",{"type":574,"tag":402,"props":6479,"children":6480},{"style":865},[6481],{"type":579,"value":1988},{"type":574,"tag":402,"props":6483,"children":6484},{"style":1531},[6485],{"type":579,"value":3968},{"type":574,"tag":402,"props":6487,"children":6488},{"style":2582},[6489],{"type":579,"value":6490},"])",{"type":574,"tag":402,"props":6492,"children":6493},{"style":865},[6494],{"type":579,"value":1941},{"type":574,"tag":402,"props":6496,"children":6498},{"class":404,"line":6497},183,[6499],{"type":574,"tag":402,"props":6500,"children":6501},{"emptyLinePlaceholder":2085},[6502],{"type":579,"value":2088},{"type":574,"tag":402,"props":6504,"children":6506},{"class":404,"line":6505},184,[6507,6511,6516,6520,6524],{"type":574,"tag":402,"props":6508,"children":6509},{"style":1382},[6510],{"type":579,"value":3932},{"type":574,"tag":402,"props":6512,"children":6513},{"style":1531},[6514],{"type":579,"value":6515}," setupAudioAnalysis",{"type":574,"tag":402,"props":6517,"children":6518},{"style":865},[6519],{"type":579,"value":1528},{"type":574,"tag":402,"props":6521,"children":6522},{"style":3992},[6523],{"type":579,"value":2011},{"type":574,"tag":402,"props":6525,"children":6526},{"style":2582},[6527],{"type":579,"value":4393},{"type":574,"tag":402,"props":6529,"children":6531},{"class":404,"line":6530},185,[6532,6537,6542,6546,6550,6554,6558],{"type":574,"tag":402,"props":6533,"children":6534},{"style":865},[6535],{"type":579,"value":6536},"    (",{"type":574,"tag":402,"props":6538,"children":6539},{"style":1458},[6540],{"type":579,"value":6541},"mediaStream",{"type":574,"tag":402,"props":6543,"children":6544},{"style":865},[6545],{"type":579,"value":1265},{"type":574,"tag":402,"props":6547,"children":6548},{"style":888},[6549],{"type":579,"value":3130},{"type":574,"tag":402,"props":6551,"children":6552},{"style":865},[6553],{"type":579,"value":1484},{"type":574,"tag":402,"props":6555,"children":6556},{"style":1382},[6557],{"type":579,"value":1385},{"type":574,"tag":402,"props":6559,"children":6560},{"style":865},[6561],{"type":579,"value":2523},{"type":574,"tag":402,"props":6563,"children":6565},{"class":404,"line":6564},186,[6566,6571,6575,6579,6583,6587,6591],{"type":574,"tag":402,"props":6567,"children":6568},{"style":1970},[6569],{"type":579,"value":6570},"      if",{"type":574,"tag":402,"props":6572,"children":6573},{"style":2582},[6574],{"type":579,"value":3591},{"type":574,"tag":402,"props":6576,"children":6577},{"style":865},[6578],{"type":579,"value":5673},{"type":574,"tag":402,"props":6580,"children":6581},{"style":1531},[6582],{"type":579,"value":1005},{"type":574,"tag":402,"props":6584,"children":6585},{"style":2582},[6586],{"type":579,"value":5449},{"type":574,"tag":402,"props":6588,"children":6589},{"style":1970},[6590],{"type":579,"value":5709},{"type":574,"tag":402,"props":6592,"children":6593},{"style":865},[6594],{"type":579,"value":1941},{"type":574,"tag":402,"props":6596,"children":6598},{"class":404,"line":6597},187,[6599],{"type":574,"tag":402,"props":6600,"children":6601},{"emptyLinePlaceholder":2085},[6602],{"type":579,"value":2088},{"type":574,"tag":402,"props":6604,"children":6606},{"class":404,"line":6605},188,[6607,6612],{"type":574,"tag":402,"props":6608,"children":6609},{"style":1970},[6610],{"type":579,"value":6611},"      try",{"type":574,"tag":402,"props":6613,"children":6614},{"style":865},[6615],{"type":579,"value":2523},{"type":574,"tag":402,"props":6617,"children":6619},{"class":404,"line":6618},189,[6620,6625,6629,6633,6637,6641],{"type":574,"tag":402,"props":6621,"children":6622},{"style":1531},[6623],{"type":579,"value":6624},"        audioContextRef",{"type":574,"tag":402,"props":6626,"children":6627},{"style":865},[6628],{"type":579,"value":628},{"type":574,"tag":402,"props":6630,"children":6631},{"style":1531},[6632],{"type":579,"value":5444},{"type":574,"tag":402,"props":6634,"children":6635},{"style":865},[6636],{"type":579,"value":1528},{"type":574,"tag":402,"props":6638,"children":6639},{"style":865},[6640],{"type":579,"value":5744},{"type":574,"tag":402,"props":6642,"children":6643},{"style":2582},[6644],{"type":579,"value":3873},{"type":574,"tag":402,"props":6646,"children":6648},{"class":404,"line":6647},190,[6649,6654,6658,6662,6666,6670,6674,6679,6684,6688,6692],{"type":574,"tag":402,"props":6650,"children":6651},{"style":1531},[6652],{"type":579,"value":6653},"          window",{"type":574,"tag":402,"props":6655,"children":6656},{"style":865},[6657],{"type":579,"value":628},{"type":574,"tag":402,"props":6659,"children":6660},{"style":1531},[6661],{"type":579,"value":5024},{"type":574,"tag":402,"props":6663,"children":6664},{"style":865},[6665],{"type":579,"value":5691},{"type":574,"tag":402,"props":6667,"children":6668},{"style":2582},[6669],{"type":579,"value":3591},{"type":574,"tag":402,"props":6671,"children":6672},{"style":1531},[6673],{"type":579,"value":5360},{"type":574,"tag":402,"props":6675,"children":6676},{"style":1970},[6677],{"type":579,"value":6678}," as",{"type":574,"tag":402,"props":6680,"children":6681},{"style":888},[6682],{"type":579,"value":6683}," any",{"type":574,"tag":402,"props":6685,"children":6686},{"style":2582},[6687],{"type":579,"value":1484},{"type":574,"tag":402,"props":6689,"children":6690},{"style":865},[6691],{"type":579,"value":628},{"type":574,"tag":402,"props":6693,"children":6694},{"style":1531},[6695],{"type":579,"value":6696},"webkitAudioContext\n",{"type":574,"tag":402,"props":6698,"children":6700},{"class":404,"line":6699},191,[6701,6706],{"type":574,"tag":402,"props":6702,"children":6703},{"style":2582},[6704],{"type":579,"value":6705},"        )()",{"type":574,"tag":402,"props":6707,"children":6708},{"style":865},[6709],{"type":579,"value":1941},{"type":574,"tag":402,"props":6711,"children":6713},{"class":404,"line":6712},192,[6714,6719,6723,6727,6731,6735,6739,6743,6747,6752,6756],{"type":574,"tag":402,"props":6715,"children":6716},{"style":1531},[6717],{"type":579,"value":6718},"        analyserRef",{"type":574,"tag":402,"props":6720,"children":6721},{"style":865},[6722],{"type":579,"value":628},{"type":574,"tag":402,"props":6724,"children":6725},{"style":1531},[6726],{"type":579,"value":5444},{"type":574,"tag":402,"props":6728,"children":6729},{"style":865},[6730],{"type":579,"value":1528},{"type":574,"tag":402,"props":6732,"children":6733},{"style":1531},[6734],{"type":579,"value":5007},{"type":574,"tag":402,"props":6736,"children":6737},{"style":865},[6738],{"type":579,"value":628},{"type":574,"tag":402,"props":6740,"children":6741},{"style":1531},[6742],{"type":579,"value":5444},{"type":574,"tag":402,"props":6744,"children":6745},{"style":865},[6746],{"type":579,"value":628},{"type":574,"tag":402,"props":6748,"children":6749},{"style":3992},[6750],{"type":579,"value":6751},"createAnalyser",{"type":574,"tag":402,"props":6753,"children":6754},{"style":2582},[6755],{"type":579,"value":1379},{"type":574,"tag":402,"props":6757,"children":6758},{"style":865},[6759],{"type":579,"value":1941},{"type":574,"tag":402,"props":6761,"children":6763},{"class":404,"line":6762},193,[6764,6769,6773,6777],{"type":574,"tag":402,"props":6765,"children":6766},{"style":1531},[6767],{"type":579,"value":6768},"        sourceRef",{"type":574,"tag":402,"props":6770,"children":6771},{"style":865},[6772],{"type":579,"value":628},{"type":574,"tag":402,"props":6774,"children":6775},{"style":1531},[6776],{"type":579,"value":5444},{"type":574,"tag":402,"props":6778,"children":6779},{"style":865},[6780],{"type":579,"value":2113},{"type":574,"tag":402,"props":6782,"children":6784},{"class":404,"line":6783},194,[6785,6790,6794,6798,6802,6807,6811,6815,6819],{"type":574,"tag":402,"props":6786,"children":6787},{"style":1531},[6788],{"type":579,"value":6789},"          audioContextRef",{"type":574,"tag":402,"props":6791,"children":6792},{"style":865},[6793],{"type":579,"value":628},{"type":574,"tag":402,"props":6795,"children":6796},{"style":1531},[6797],{"type":579,"value":5444},{"type":574,"tag":402,"props":6799,"children":6800},{"style":865},[6801],{"type":579,"value":628},{"type":574,"tag":402,"props":6803,"children":6804},{"style":3992},[6805],{"type":579,"value":6806},"createMediaStreamSource",{"type":574,"tag":402,"props":6808,"children":6809},{"style":2582},[6810],{"type":579,"value":1455},{"type":574,"tag":402,"props":6812,"children":6813},{"style":1531},[6814],{"type":579,"value":6541},{"type":574,"tag":402,"props":6816,"children":6817},{"style":2582},[6818],{"type":579,"value":1484},{"type":574,"tag":402,"props":6820,"children":6821},{"style":865},[6822],{"type":579,"value":1941},{"type":574,"tag":402,"props":6824,"children":6826},{"class":404,"line":6825},195,[6827],{"type":574,"tag":402,"props":6828,"children":6829},{"emptyLinePlaceholder":2085},[6830],{"type":579,"value":2088},{"type":574,"tag":402,"props":6832,"children":6834},{"class":404,"line":6833},196,[6835,6839,6843,6847,6851,6855,6859,6863],{"type":574,"tag":402,"props":6836,"children":6837},{"style":1531},[6838],{"type":579,"value":6718},{"type":574,"tag":402,"props":6840,"children":6841},{"style":865},[6842],{"type":579,"value":628},{"type":574,"tag":402,"props":6844,"children":6845},{"style":1531},[6846],{"type":579,"value":5444},{"type":574,"tag":402,"props":6848,"children":6849},{"style":865},[6850],{"type":579,"value":628},{"type":574,"tag":402,"props":6852,"children":6853},{"style":1531},[6854],{"type":579,"value":1036},{"type":574,"tag":402,"props":6856,"children":6857},{"style":865},[6858],{"type":579,"value":1528},{"type":574,"tag":402,"props":6860,"children":6861},{"style":1531},[6862],{"type":579,"value":3977},{"type":574,"tag":402,"props":6864,"children":6865},{"style":865},[6866],{"type":579,"value":1941},{"type":574,"tag":402,"props":6868,"children":6870},{"class":404,"line":6869},197,[6871,6875,6879,6883,6887,6892,6896,6901],{"type":574,"tag":402,"props":6872,"children":6873},{"style":1531},[6874],{"type":579,"value":6718},{"type":574,"tag":402,"props":6876,"children":6877},{"style":865},[6878],{"type":579,"value":628},{"type":574,"tag":402,"props":6880,"children":6881},{"style":1531},[6882],{"type":579,"value":5444},{"type":574,"tag":402,"props":6884,"children":6885},{"style":865},[6886],{"type":579,"value":628},{"type":574,"tag":402,"props":6888,"children":6889},{"style":1531},[6890],{"type":579,"value":6891},"smoothingTimeConstant",{"type":574,"tag":402,"props":6893,"children":6894},{"style":865},[6895],{"type":579,"value":1528},{"type":574,"tag":402,"props":6897,"children":6898},{"style":4039},[6899],{"type":579,"value":6900}," 0.8",{"type":574,"tag":402,"props":6902,"children":6903},{"style":865},[6904],{"type":579,"value":1941},{"type":574,"tag":402,"props":6906,"children":6908},{"class":404,"line":6907},198,[6909],{"type":574,"tag":402,"props":6910,"children":6911},{"emptyLinePlaceholder":2085},[6912],{"type":579,"value":2088},{"type":574,"tag":402,"props":6914,"children":6916},{"class":404,"line":6915},199,[6917,6921,6925,6929,6933,6938,6942,6946,6950,6954,6958],{"type":574,"tag":402,"props":6918,"children":6919},{"style":1531},[6920],{"type":579,"value":6768},{"type":574,"tag":402,"props":6922,"children":6923},{"style":865},[6924],{"type":579,"value":628},{"type":574,"tag":402,"props":6926,"children":6927},{"style":1531},[6928],{"type":579,"value":5444},{"type":574,"tag":402,"props":6930,"children":6931},{"style":865},[6932],{"type":579,"value":628},{"type":574,"tag":402,"props":6934,"children":6935},{"style":3992},[6936],{"type":579,"value":6937},"connect",{"type":574,"tag":402,"props":6939,"children":6940},{"style":2582},[6941],{"type":579,"value":1455},{"type":574,"tag":402,"props":6943,"children":6944},{"style":1531},[6945],{"type":579,"value":5678},{"type":574,"tag":402,"props":6947,"children":6948},{"style":865},[6949],{"type":579,"value":628},{"type":574,"tag":402,"props":6951,"children":6952},{"style":1531},[6953],{"type":579,"value":5444},{"type":574,"tag":402,"props":6955,"children":6956},{"style":2582},[6957],{"type":579,"value":1484},{"type":574,"tag":402,"props":6959,"children":6960},{"style":865},[6961],{"type":579,"value":1941},{"type":574,"tag":402,"props":6963,"children":6965},{"class":404,"line":6964},200,[6966],{"type":574,"tag":402,"props":6967,"children":6968},{"emptyLinePlaceholder":2085},[6969],{"type":579,"value":2088},{"type":574,"tag":402,"props":6971,"children":6973},{"class":404,"line":6972},201,[6974,6979,6983],{"type":574,"tag":402,"props":6975,"children":6976},{"style":3992},[6977],{"type":579,"value":6978},"        analyzeAudio",{"type":574,"tag":402,"props":6980,"children":6981},{"style":2582},[6982],{"type":579,"value":1379},{"type":574,"tag":402,"props":6984,"children":6985},{"style":865},[6986],{"type":579,"value":1941},{"type":574,"tag":402,"props":6988,"children":6990},{"class":404,"line":6989},202,[6991,6996,7001,7005,7010,7014],{"type":574,"tag":402,"props":6992,"children":6993},{"style":865},[6994],{"type":579,"value":6995},"      }",{"type":574,"tag":402,"props":6997,"children":6998},{"style":1970},[6999],{"type":579,"value":7000}," catch",{"type":574,"tag":402,"props":7002,"children":7003},{"style":2582},[7004],{"type":579,"value":3591},{"type":574,"tag":402,"props":7006,"children":7007},{"style":1531},[7008],{"type":579,"value":7009},"err",{"type":574,"tag":402,"props":7011,"children":7012},{"style":2582},[7013],{"type":579,"value":5449},{"type":574,"tag":402,"props":7015,"children":7016},{"style":865},[7017],{"type":579,"value":5454},{"type":574,"tag":402,"props":7019,"children":7021},{"class":404,"line":7020},203,[7022,7027,7031,7036,7040,7044,7049,7053,7057,7062,7066],{"type":574,"tag":402,"props":7023,"children":7024},{"style":1531},[7025],{"type":579,"value":7026},"        console",{"type":574,"tag":402,"props":7028,"children":7029},{"style":865},[7030],{"type":579,"value":628},{"type":574,"tag":402,"props":7032,"children":7033},{"style":3992},[7034],{"type":579,"value":7035},"warn",{"type":574,"tag":402,"props":7037,"children":7038},{"style":2582},[7039],{"type":579,"value":1455},{"type":574,"tag":402,"props":7041,"children":7042},{"style":865},[7043],{"type":579,"value":1936},{"type":574,"tag":402,"props":7045,"children":7046},{"style":1550},[7047],{"type":579,"value":7048},"Failed to setup audio analysis:",{"type":574,"tag":402,"props":7050,"children":7051},{"style":865},[7052],{"type":579,"value":1936},{"type":574,"tag":402,"props":7054,"children":7055},{"style":865},[7056],{"type":579,"value":1988},{"type":574,"tag":402,"props":7058,"children":7059},{"style":1531},[7060],{"type":579,"value":7061}," err",{"type":574,"tag":402,"props":7063,"children":7064},{"style":2582},[7065],{"type":579,"value":1484},{"type":574,"tag":402,"props":7067,"children":7068},{"style":865},[7069],{"type":579,"value":1941},{"type":574,"tag":402,"props":7071,"children":7073},{"class":404,"line":7072},204,[7074],{"type":574,"tag":402,"props":7075,"children":7076},{"style":865},[7077],{"type":579,"value":7078},"      }\n",{"type":574,"tag":402,"props":7080,"children":7082},{"class":404,"line":7081},205,[7083],{"type":574,"tag":402,"props":7084,"children":7085},{"style":865},[7086],{"type":579,"value":7087},"    },\n",{"type":574,"tag":402,"props":7089,"children":7091},{"class":404,"line":7090},206,[7092,7097,7101,7105,7109,7113,7117,7121],{"type":574,"tag":402,"props":7093,"children":7094},{"style":2582},[7095],{"type":579,"value":7096},"    [",{"type":574,"tag":402,"props":7098,"children":7099},{"style":1531},[7100],{"type":579,"value":1005},{"type":574,"tag":402,"props":7102,"children":7103},{"style":865},[7104],{"type":579,"value":1988},{"type":574,"tag":402,"props":7106,"children":7107},{"style":1531},[7108],{"type":579,"value":3977},{"type":574,"tag":402,"props":7110,"children":7111},{"style":865},[7112],{"type":579,"value":1988},{"type":574,"tag":402,"props":7114,"children":7115},{"style":1531},[7116],{"type":579,"value":5632},{"type":574,"tag":402,"props":7118,"children":7119},{"style":2582},[7120],{"type":579,"value":3731},{"type":574,"tag":402,"props":7122,"children":7123},{"style":865},[7124],{"type":579,"value":4047},{"type":574,"tag":402,"props":7126,"children":7128},{"class":404,"line":7127},207,[7129,7133],{"type":574,"tag":402,"props":7130,"children":7131},{"style":2582},[7132],{"type":579,"value":4411},{"type":574,"tag":402,"props":7134,"children":7135},{"style":865},[7136],{"type":579,"value":1941},{"type":574,"tag":402,"props":7138,"children":7140},{"class":404,"line":7139},208,[7141],{"type":574,"tag":402,"props":7142,"children":7143},{"emptyLinePlaceholder":2085},[7144],{"type":579,"value":2088},{"type":574,"tag":402,"props":7146,"children":7148},{"class":404,"line":7147},209,[7149,7153,7158,7162,7166,7170,7175,7179,7183],{"type":574,"tag":402,"props":7150,"children":7151},{"style":1382},[7152],{"type":579,"value":3932},{"type":574,"tag":402,"props":7154,"children":7155},{"style":1531},[7156],{"type":579,"value":7157}," startRecording",{"type":574,"tag":402,"props":7159,"children":7160},{"style":865},[7161],{"type":579,"value":1528},{"type":574,"tag":402,"props":7163,"children":7164},{"style":3992},[7165],{"type":579,"value":2011},{"type":574,"tag":402,"props":7167,"children":7168},{"style":2582},[7169],{"type":579,"value":1455},{"type":574,"tag":402,"props":7171,"children":7172},{"style":1382},[7173],{"type":579,"value":7174},"async",{"type":574,"tag":402,"props":7176,"children":7177},{"style":865},[7178],{"type":579,"value":3391},{"type":574,"tag":402,"props":7180,"children":7181},{"style":1382},[7182],{"type":579,"value":1385},{"type":574,"tag":402,"props":7184,"children":7185},{"style":865},[7186],{"type":579,"value":2523},{"type":574,"tag":402,"props":7188,"children":7190},{"class":404,"line":7189},210,[7191,7195,7199,7203,7208,7212],{"type":574,"tag":402,"props":7192,"children":7193},{"style":1970},[7194],{"type":579,"value":5426},{"type":574,"tag":402,"props":7196,"children":7197},{"style":2582},[7198],{"type":579,"value":3591},{"type":574,"tag":402,"props":7200,"children":7201},{"style":865},[7202],{"type":579,"value":5673},{"type":574,"tag":402,"props":7204,"children":7205},{"style":1531},[7206],{"type":579,"value":7207},"isSupported",{"type":574,"tag":402,"props":7209,"children":7210},{"style":2582},[7211],{"type":579,"value":5449},{"type":574,"tag":402,"props":7213,"children":7214},{"style":865},[7215],{"type":579,"value":5454},{"type":574,"tag":402,"props":7217,"children":7219},{"class":404,"line":7218},211,[7220,7225,7229,7233,7238,7242,7246],{"type":574,"tag":402,"props":7221,"children":7222},{"style":3992},[7223],{"type":579,"value":7224},"      setError",{"type":574,"tag":402,"props":7226,"children":7227},{"style":2582},[7228],{"type":579,"value":1455},{"type":574,"tag":402,"props":7230,"children":7231},{"style":865},[7232],{"type":579,"value":1936},{"type":574,"tag":402,"props":7234,"children":7235},{"style":1550},[7236],{"type":579,"value":7237},"Audio recording is not supported in this browser",{"type":574,"tag":402,"props":7239,"children":7240},{"style":865},[7241],{"type":579,"value":1936},{"type":574,"tag":402,"props":7243,"children":7244},{"style":2582},[7245],{"type":579,"value":1484},{"type":574,"tag":402,"props":7247,"children":7248},{"style":865},[7249],{"type":579,"value":1941},{"type":574,"tag":402,"props":7251,"children":7253},{"class":404,"line":7252},212,[7254,7259],{"type":574,"tag":402,"props":7255,"children":7256},{"style":1970},[7257],{"type":579,"value":7258},"      return",{"type":574,"tag":402,"props":7260,"children":7261},{"style":865},[7262],{"type":579,"value":1941},{"type":574,"tag":402,"props":7264,"children":7266},{"class":404,"line":7265},213,[7267],{"type":574,"tag":402,"props":7268,"children":7269},{"style":865},[7270],{"type":579,"value":5593},{"type":574,"tag":402,"props":7272,"children":7274},{"class":404,"line":7273},214,[7275],{"type":574,"tag":402,"props":7276,"children":7277},{"emptyLinePlaceholder":2085},[7278],{"type":579,"value":2088},{"type":574,"tag":402,"props":7280,"children":7282},{"class":404,"line":7281},215,[7283,7288],{"type":574,"tag":402,"props":7284,"children":7285},{"style":1970},[7286],{"type":579,"value":7287},"    try",{"type":574,"tag":402,"props":7289,"children":7290},{"style":865},[7291],{"type":579,"value":2523},{"type":574,"tag":402,"props":7293,"children":7295},{"class":404,"line":7294},216,[7296,7300,7304,7308,7312],{"type":574,"tag":402,"props":7297,"children":7298},{"style":3992},[7299],{"type":579,"value":7224},{"type":574,"tag":402,"props":7301,"children":7302},{"style":2582},[7303],{"type":579,"value":1455},{"type":574,"tag":402,"props":7305,"children":7306},{"style":865},[7307],{"type":579,"value":4322},{"type":574,"tag":402,"props":7309,"children":7310},{"style":2582},[7311],{"type":579,"value":1484},{"type":574,"tag":402,"props":7313,"children":7314},{"style":865},[7315],{"type":579,"value":1941},{"type":574,"tag":402,"props":7317,"children":7319},{"class":404,"line":7318},217,[7320,7324,7329,7333,7338,7342,7346,7350,7354,7358,7362],{"type":574,"tag":402,"props":7321,"children":7322},{"style":1382},[7323],{"type":579,"value":5463},{"type":574,"tag":402,"props":7325,"children":7326},{"style":1531},[7327],{"type":579,"value":7328}," mediaStream",{"type":574,"tag":402,"props":7330,"children":7331},{"style":865},[7332],{"type":579,"value":1528},{"type":574,"tag":402,"props":7334,"children":7335},{"style":1970},[7336],{"type":579,"value":7337}," await",{"type":574,"tag":402,"props":7339,"children":7340},{"style":1531},[7341],{"type":579,"value":5264},{"type":574,"tag":402,"props":7343,"children":7344},{"style":865},[7345],{"type":579,"value":628},{"type":574,"tag":402,"props":7347,"children":7348},{"style":1531},[7349],{"type":579,"value":5310},{"type":574,"tag":402,"props":7351,"children":7352},{"style":865},[7353],{"type":579,"value":628},{"type":574,"tag":402,"props":7355,"children":7356},{"style":3992},[7357],{"type":579,"value":5343},{"type":574,"tag":402,"props":7359,"children":7360},{"style":2582},[7361],{"type":579,"value":1455},{"type":574,"tag":402,"props":7363,"children":7364},{"style":865},[7365],{"type":579,"value":5454},{"type":574,"tag":402,"props":7367,"children":7369},{"class":404,"line":7368},218,[7370,7375,7379],{"type":574,"tag":402,"props":7371,"children":7372},{"style":2582},[7373],{"type":579,"value":7374},"        audio",{"type":574,"tag":402,"props":7376,"children":7377},{"style":865},[7378],{"type":579,"value":1265},{"type":574,"tag":402,"props":7380,"children":7381},{"style":865},[7382],{"type":579,"value":2523},{"type":574,"tag":402,"props":7384,"children":7386},{"class":404,"line":7385},219,[7387,7392,7396,7401],{"type":574,"tag":402,"props":7388,"children":7389},{"style":2582},[7390],{"type":579,"value":7391},"          echoCancellation",{"type":574,"tag":402,"props":7393,"children":7394},{"style":865},[7395],{"type":579,"value":1265},{"type":574,"tag":402,"props":7397,"children":7398},{"style":4092},[7399],{"type":579,"value":7400}," true",{"type":574,"tag":402,"props":7402,"children":7403},{"style":865},[7404],{"type":579,"value":4047},{"type":574,"tag":402,"props":7406,"children":7408},{"class":404,"line":7407},220,[7409,7414,7418,7422],{"type":574,"tag":402,"props":7410,"children":7411},{"style":2582},[7412],{"type":579,"value":7413},"          noiseSuppression",{"type":574,"tag":402,"props":7415,"children":7416},{"style":865},[7417],{"type":579,"value":1265},{"type":574,"tag":402,"props":7419,"children":7420},{"style":4092},[7421],{"type":579,"value":7400},{"type":574,"tag":402,"props":7423,"children":7424},{"style":865},[7425],{"type":579,"value":4047},{"type":574,"tag":402,"props":7427,"children":7429},{"class":404,"line":7428},221,[7430,7435,7439,7443],{"type":574,"tag":402,"props":7431,"children":7432},{"style":2582},[7433],{"type":579,"value":7434},"          autoGainControl",{"type":574,"tag":402,"props":7436,"children":7437},{"style":865},[7438],{"type":579,"value":1265},{"type":574,"tag":402,"props":7440,"children":7441},{"style":4092},[7442],{"type":579,"value":7400},{"type":574,"tag":402,"props":7444,"children":7445},{"style":865},[7446],{"type":579,"value":4047},{"type":574,"tag":402,"props":7448,"children":7450},{"class":404,"line":7449},222,[7451],{"type":574,"tag":402,"props":7452,"children":7453},{"style":865},[7454],{"type":579,"value":7455},"        },\n",{"type":574,"tag":402,"props":7457,"children":7459},{"class":404,"line":7458},223,[7460,7464,7468],{"type":574,"tag":402,"props":7461,"children":7462},{"style":865},[7463],{"type":579,"value":6995},{"type":574,"tag":402,"props":7465,"children":7466},{"style":2582},[7467],{"type":579,"value":1484},{"type":574,"tag":402,"props":7469,"children":7470},{"style":865},[7471],{"type":579,"value":1941},{"type":574,"tag":402,"props":7473,"children":7475},{"class":404,"line":7474},224,[7476],{"type":574,"tag":402,"props":7477,"children":7478},{"emptyLinePlaceholder":2085},[7479],{"type":579,"value":2088},{"type":574,"tag":402,"props":7481,"children":7483},{"class":404,"line":7482},225,[7484,7489,7493,7497,7501],{"type":574,"tag":402,"props":7485,"children":7486},{"style":3992},[7487],{"type":579,"value":7488},"      setStream",{"type":574,"tag":402,"props":7490,"children":7491},{"style":2582},[7492],{"type":579,"value":1455},{"type":574,"tag":402,"props":7494,"children":7495},{"style":1531},[7496],{"type":579,"value":6541},{"type":574,"tag":402,"props":7498,"children":7499},{"style":2582},[7500],{"type":579,"value":1484},{"type":574,"tag":402,"props":7502,"children":7503},{"style":865},[7504],{"type":579,"value":1941},{"type":574,"tag":402,"props":7506,"children":7508},{"class":404,"line":7507},226,[7509,7514,7518,7522,7526],{"type":574,"tag":402,"props":7510,"children":7511},{"style":3992},[7512],{"type":579,"value":7513},"      setupAudioAnalysis",{"type":574,"tag":402,"props":7515,"children":7516},{"style":2582},[7517],{"type":579,"value":1455},{"type":574,"tag":402,"props":7519,"children":7520},{"style":1531},[7521],{"type":579,"value":6541},{"type":574,"tag":402,"props":7523,"children":7524},{"style":2582},[7525],{"type":579,"value":1484},{"type":574,"tag":402,"props":7527,"children":7528},{"style":865},[7529],{"type":579,"value":1941},{"type":574,"tag":402,"props":7531,"children":7533},{"class":404,"line":7532},227,[7534],{"type":574,"tag":402,"props":7535,"children":7536},{"emptyLinePlaceholder":2085},[7537],{"type":579,"value":2088},{"type":574,"tag":402,"props":7539,"children":7541},{"class":404,"line":7540},228,[7542,7546,7551,7555,7559,7563,7567,7571,7575],{"type":574,"tag":402,"props":7543,"children":7544},{"style":1382},[7545],{"type":579,"value":5463},{"type":574,"tag":402,"props":7547,"children":7548},{"style":1531},[7549],{"type":579,"value":7550}," recorder",{"type":574,"tag":402,"props":7552,"children":7553},{"style":865},[7554],{"type":579,"value":1528},{"type":574,"tag":402,"props":7556,"children":7557},{"style":865},[7558],{"type":579,"value":5744},{"type":574,"tag":402,"props":7560,"children":7561},{"style":3992},[7562],{"type":579,"value":3169},{"type":574,"tag":402,"props":7564,"children":7565},{"style":2582},[7566],{"type":579,"value":1455},{"type":574,"tag":402,"props":7568,"children":7569},{"style":1531},[7570],{"type":579,"value":6541},{"type":574,"tag":402,"props":7572,"children":7573},{"style":865},[7574],{"type":579,"value":1988},{"type":574,"tag":402,"props":7576,"children":7577},{"style":865},[7578],{"type":579,"value":2523},{"type":574,"tag":402,"props":7580,"children":7582},{"class":404,"line":7581},229,[7583,7588],{"type":574,"tag":402,"props":7584,"children":7585},{"style":1531},[7586],{"type":579,"value":7587},"        audioBitsPerSecond",{"type":574,"tag":402,"props":7589,"children":7590},{"style":865},[7591],{"type":579,"value":4047},{"type":574,"tag":402,"props":7593,"children":7595},{"class":404,"line":7594},230,[7596,7601,7605,7609,7613,7618,7622,7626],{"type":574,"tag":402,"props":7597,"children":7598},{"style":2582},[7599],{"type":579,"value":7600},"        mimeType",{"type":574,"tag":402,"props":7602,"children":7603},{"style":865},[7604],{"type":579,"value":1265},{"type":574,"tag":402,"props":7606,"children":7607},{"style":1531},[7608],{"type":579,"value":3169},{"type":574,"tag":402,"props":7610,"children":7611},{"style":865},[7612],{"type":579,"value":628},{"type":574,"tag":402,"props":7614,"children":7615},{"style":3992},[7616],{"type":579,"value":7617},"isTypeSupported",{"type":574,"tag":402,"props":7619,"children":7620},{"style":2582},[7621],{"type":579,"value":1455},{"type":574,"tag":402,"props":7623,"children":7624},{"style":1531},[7625],{"type":579,"value":944},{"type":574,"tag":402,"props":7627,"children":7628},{"style":2582},[7629],{"type":579,"value":7630},")\n",{"type":574,"tag":402,"props":7632,"children":7634},{"class":404,"line":7633},231,[7635,7640],{"type":574,"tag":402,"props":7636,"children":7637},{"style":865},[7638],{"type":579,"value":7639},"          ?",{"type":574,"tag":402,"props":7641,"children":7642},{"style":1531},[7643],{"type":579,"value":7644}," mimeType\n",{"type":574,"tag":402,"props":7646,"children":7648},{"class":404,"line":7647},232,[7649,7654,7658,7662,7666],{"type":574,"tag":402,"props":7650,"children":7651},{"style":865},[7652],{"type":579,"value":7653},"          :",{"type":574,"tag":402,"props":7655,"children":7656},{"style":865},[7657],{"type":579,"value":1547},{"type":574,"tag":402,"props":7659,"children":7660},{"style":1550},[7661],{"type":579,"value":1553},{"type":574,"tag":402,"props":7663,"children":7664},{"style":865},[7665],{"type":579,"value":1936},{"type":574,"tag":402,"props":7667,"children":7668},{"style":865},[7669],{"type":579,"value":4047},{"type":574,"tag":402,"props":7671,"children":7673},{"class":404,"line":7672},233,[7674,7678,7682],{"type":574,"tag":402,"props":7675,"children":7676},{"style":865},[7677],{"type":579,"value":6995},{"type":574,"tag":402,"props":7679,"children":7680},{"style":2582},[7681],{"type":579,"value":1484},{"type":574,"tag":402,"props":7683,"children":7684},{"style":865},[7685],{"type":579,"value":1941},{"type":574,"tag":402,"props":7687,"children":7689},{"class":404,"line":7688},234,[7690],{"type":574,"tag":402,"props":7691,"children":7692},{"emptyLinePlaceholder":2085},[7693],{"type":579,"value":2088},{"type":574,"tag":402,"props":7695,"children":7697},{"class":404,"line":7696},235,[7698,7703,7707,7711,7715,7720],{"type":574,"tag":402,"props":7699,"children":7700},{"style":1531},[7701],{"type":579,"value":7702},"      chunksRef",{"type":574,"tag":402,"props":7704,"children":7705},{"style":865},[7706],{"type":579,"value":628},{"type":574,"tag":402,"props":7708,"children":7709},{"style":1531},[7710],{"type":579,"value":5444},{"type":574,"tag":402,"props":7712,"children":7713},{"style":865},[7714],{"type":579,"value":1528},{"type":574,"tag":402,"props":7716,"children":7717},{"style":2582},[7718],{"type":579,"value":7719}," []",{"type":574,"tag":402,"props":7721,"children":7722},{"style":865},[7723],{"type":579,"value":1941},{"type":574,"tag":402,"props":7725,"children":7727},{"class":404,"line":7726},236,[7728],{"type":574,"tag":402,"props":7729,"children":7730},{"emptyLinePlaceholder":2085},[7731],{"type":579,"value":2088},{"type":574,"tag":402,"props":7733,"children":7735},{"class":404,"line":7734},237,[7736,7741,7745,7750,7754,7758,7763,7767,7771],{"type":574,"tag":402,"props":7737,"children":7738},{"style":1531},[7739],{"type":579,"value":7740},"      recorder",{"type":574,"tag":402,"props":7742,"children":7743},{"style":865},[7744],{"type":579,"value":628},{"type":574,"tag":402,"props":7746,"children":7747},{"style":3992},[7748],{"type":579,"value":7749},"ondataavailable",{"type":574,"tag":402,"props":7751,"children":7752},{"style":865},[7753],{"type":579,"value":1528},{"type":574,"tag":402,"props":7755,"children":7756},{"style":865},[7757],{"type":579,"value":3591},{"type":574,"tag":402,"props":7759,"children":7760},{"style":1458},[7761],{"type":579,"value":7762},"event",{"type":574,"tag":402,"props":7764,"children":7765},{"style":865},[7766],{"type":579,"value":1484},{"type":574,"tag":402,"props":7768,"children":7769},{"style":1382},[7770],{"type":579,"value":1385},{"type":574,"tag":402,"props":7772,"children":7773},{"style":865},[7774],{"type":579,"value":2523},{"type":574,"tag":402,"props":7776,"children":7778},{"class":404,"line":7777},238,[7779,7784,7788,7792,7796,7801,7805,7810,7815,7819,7823],{"type":574,"tag":402,"props":7780,"children":7781},{"style":1970},[7782],{"type":579,"value":7783},"        if",{"type":574,"tag":402,"props":7785,"children":7786},{"style":2582},[7787],{"type":579,"value":3591},{"type":574,"tag":402,"props":7789,"children":7790},{"style":1531},[7791],{"type":579,"value":7762},{"type":574,"tag":402,"props":7793,"children":7794},{"style":865},[7795],{"type":579,"value":628},{"type":574,"tag":402,"props":7797,"children":7798},{"style":1531},[7799],{"type":579,"value":7800},"data",{"type":574,"tag":402,"props":7802,"children":7803},{"style":865},[7804],{"type":579,"value":628},{"type":574,"tag":402,"props":7806,"children":7807},{"style":1531},[7808],{"type":579,"value":7809},"size",{"type":574,"tag":402,"props":7811,"children":7812},{"style":865},[7813],{"type":579,"value":7814}," >",{"type":574,"tag":402,"props":7816,"children":7817},{"style":4039},[7818],{"type":579,"value":5969},{"type":574,"tag":402,"props":7820,"children":7821},{"style":2582},[7822],{"type":579,"value":5449},{"type":574,"tag":402,"props":7824,"children":7825},{"style":865},[7826],{"type":579,"value":5454},{"type":574,"tag":402,"props":7828,"children":7830},{"class":404,"line":7829},239,[7831,7836,7840,7844,7848,7853,7857,7861,7865,7869,7873],{"type":574,"tag":402,"props":7832,"children":7833},{"style":1531},[7834],{"type":579,"value":7835},"          chunksRef",{"type":574,"tag":402,"props":7837,"children":7838},{"style":865},[7839],{"type":579,"value":628},{"type":574,"tag":402,"props":7841,"children":7842},{"style":1531},[7843],{"type":579,"value":5444},{"type":574,"tag":402,"props":7845,"children":7846},{"style":865},[7847],{"type":579,"value":628},{"type":574,"tag":402,"props":7849,"children":7850},{"style":3992},[7851],{"type":579,"value":7852},"push",{"type":574,"tag":402,"props":7854,"children":7855},{"style":2582},[7856],{"type":579,"value":1455},{"type":574,"tag":402,"props":7858,"children":7859},{"style":1531},[7860],{"type":579,"value":7762},{"type":574,"tag":402,"props":7862,"children":7863},{"style":865},[7864],{"type":579,"value":628},{"type":574,"tag":402,"props":7866,"children":7867},{"style":1531},[7868],{"type":579,"value":7800},{"type":574,"tag":402,"props":7870,"children":7871},{"style":2582},[7872],{"type":579,"value":1484},{"type":574,"tag":402,"props":7874,"children":7875},{"style":865},[7876],{"type":579,"value":1941},{"type":574,"tag":402,"props":7878,"children":7880},{"class":404,"line":7879},240,[7881],{"type":574,"tag":402,"props":7882,"children":7883},{"style":865},[7884],{"type":579,"value":7885},"        }\n",{"type":574,"tag":402,"props":7887,"children":7889},{"class":404,"line":7888},241,[7890],{"type":574,"tag":402,"props":7891,"children":7892},{"style":865},[7893],{"type":579,"value":7894},"      };\n",{"type":574,"tag":402,"props":7896,"children":7898},{"class":404,"line":7897},242,[7899],{"type":574,"tag":402,"props":7900,"children":7901},{"emptyLinePlaceholder":2085},[7902],{"type":579,"value":2088},{"type":574,"tag":402,"props":7904,"children":7906},{"class":404,"line":7905},243,[7907,7911,7915,7920,7924,7928,7932],{"type":574,"tag":402,"props":7908,"children":7909},{"style":1531},[7910],{"type":579,"value":7740},{"type":574,"tag":402,"props":7912,"children":7913},{"style":865},[7914],{"type":579,"value":628},{"type":574,"tag":402,"props":7916,"children":7917},{"style":3992},[7918],{"type":579,"value":7919},"onstop",{"type":574,"tag":402,"props":7921,"children":7922},{"style":865},[7923],{"type":579,"value":1528},{"type":574,"tag":402,"props":7925,"children":7926},{"style":865},[7927],{"type":579,"value":3391},{"type":574,"tag":402,"props":7929,"children":7930},{"style":1382},[7931],{"type":579,"value":1385},{"type":574,"tag":402,"props":7933,"children":7934},{"style":865},[7935],{"type":579,"value":2523},{"type":574,"tag":402,"props":7937,"children":7939},{"class":404,"line":7938},244,[7940,7945,7950,7954,7958,7962,7966,7971,7975,7979,7983,7987,7992,7996,8000,8004,8008,8012,8016],{"type":574,"tag":402,"props":7941,"children":7942},{"style":1382},[7943],{"type":579,"value":7944},"        const",{"type":574,"tag":402,"props":7946,"children":7947},{"style":1531},[7948],{"type":579,"value":7949}," blob",{"type":574,"tag":402,"props":7951,"children":7952},{"style":865},[7953],{"type":579,"value":1528},{"type":574,"tag":402,"props":7955,"children":7956},{"style":865},[7957],{"type":579,"value":5744},{"type":574,"tag":402,"props":7959,"children":7960},{"style":3992},[7961],{"type":579,"value":3208},{"type":574,"tag":402,"props":7963,"children":7964},{"style":2582},[7965],{"type":579,"value":1455},{"type":574,"tag":402,"props":7967,"children":7968},{"style":1531},[7969],{"type":579,"value":7970},"chunksRef",{"type":574,"tag":402,"props":7972,"children":7973},{"style":865},[7974],{"type":579,"value":628},{"type":574,"tag":402,"props":7976,"children":7977},{"style":1531},[7978],{"type":579,"value":5444},{"type":574,"tag":402,"props":7980,"children":7981},{"style":865},[7982],{"type":579,"value":1988},{"type":574,"tag":402,"props":7984,"children":7985},{"style":865},[7986],{"type":579,"value":1978},{"type":574,"tag":402,"props":7988,"children":7989},{"style":2582},[7990],{"type":579,"value":7991}," type",{"type":574,"tag":402,"props":7993,"children":7994},{"style":865},[7995],{"type":579,"value":1265},{"type":574,"tag":402,"props":7997,"children":7998},{"style":1531},[7999],{"type":579,"value":7550},{"type":574,"tag":402,"props":8001,"children":8002},{"style":865},[8003],{"type":579,"value":628},{"type":574,"tag":402,"props":8005,"children":8006},{"style":1531},[8007],{"type":579,"value":944},{"type":574,"tag":402,"props":8009,"children":8010},{"style":865},[8011],{"type":579,"value":2016},{"type":574,"tag":402,"props":8013,"children":8014},{"style":2582},[8015],{"type":579,"value":1484},{"type":574,"tag":402,"props":8017,"children":8018},{"style":865},[8019],{"type":579,"value":1941},{"type":574,"tag":402,"props":8021,"children":8023},{"class":404,"line":8022},245,[8024,8029,8033,8038,8042],{"type":574,"tag":402,"props":8025,"children":8026},{"style":3992},[8027],{"type":579,"value":8028},"        setAudioBlob",{"type":574,"tag":402,"props":8030,"children":8031},{"style":2582},[8032],{"type":579,"value":1455},{"type":574,"tag":402,"props":8034,"children":8035},{"style":1531},[8036],{"type":579,"value":8037},"blob",{"type":574,"tag":402,"props":8039,"children":8040},{"style":2582},[8041],{"type":579,"value":1484},{"type":574,"tag":402,"props":8043,"children":8044},{"style":865},[8045],{"type":579,"value":1941},{"type":574,"tag":402,"props":8047,"children":8049},{"class":404,"line":8048},246,[8050,8055,8059,8064,8068,8073,8077,8081,8085],{"type":574,"tag":402,"props":8051,"children":8052},{"style":3992},[8053],{"type":579,"value":8054},"        setAudioUrl",{"type":574,"tag":402,"props":8056,"children":8057},{"style":2582},[8058],{"type":579,"value":1455},{"type":574,"tag":402,"props":8060,"children":8061},{"style":1531},[8062],{"type":579,"value":8063},"URL",{"type":574,"tag":402,"props":8065,"children":8066},{"style":865},[8067],{"type":579,"value":628},{"type":574,"tag":402,"props":8069,"children":8070},{"style":3992},[8071],{"type":579,"value":8072},"createObjectURL",{"type":574,"tag":402,"props":8074,"children":8075},{"style":2582},[8076],{"type":579,"value":1455},{"type":574,"tag":402,"props":8078,"children":8079},{"style":1531},[8080],{"type":579,"value":8037},{"type":574,"tag":402,"props":8082,"children":8083},{"style":2582},[8084],{"type":579,"value":5580},{"type":574,"tag":402,"props":8086,"children":8087},{"style":865},[8088],{"type":579,"value":1941},{"type":574,"tag":402,"props":8090,"children":8092},{"class":404,"line":8091},247,[8093,8098,8102,8106,8110],{"type":574,"tag":402,"props":8094,"children":8095},{"style":3992},[8096],{"type":579,"value":8097},"        setIsRecording",{"type":574,"tag":402,"props":8099,"children":8100},{"style":2582},[8101],{"type":579,"value":1455},{"type":574,"tag":402,"props":8103,"children":8104},{"style":4092},[8105],{"type":579,"value":4193},{"type":574,"tag":402,"props":8107,"children":8108},{"style":2582},[8109],{"type":579,"value":1484},{"type":574,"tag":402,"props":8111,"children":8112},{"style":865},[8113],{"type":579,"value":1941},{"type":574,"tag":402,"props":8115,"children":8117},{"class":404,"line":8116},248,[8118,8123,8127,8131,8135],{"type":574,"tag":402,"props":8119,"children":8120},{"style":3992},[8121],{"type":579,"value":8122},"        setIsPaused",{"type":574,"tag":402,"props":8124,"children":8125},{"style":2582},[8126],{"type":579,"value":1455},{"type":574,"tag":402,"props":8128,"children":8129},{"style":4092},[8130],{"type":579,"value":4193},{"type":574,"tag":402,"props":8132,"children":8133},{"style":2582},[8134],{"type":579,"value":1484},{"type":574,"tag":402,"props":8136,"children":8137},{"style":865},[8138],{"type":579,"value":1941},{"type":574,"tag":402,"props":8140,"children":8142},{"class":404,"line":8141},249,[8143],{"type":574,"tag":402,"props":8144,"children":8145},{"emptyLinePlaceholder":2085},[8146],{"type":579,"value":2088},{"type":574,"tag":402,"props":8148,"children":8150},{"class":404,"line":8149},250,[8151,8155,8159,8164,8168,8172,8176],{"type":574,"tag":402,"props":8152,"children":8153},{"style":1970},[8154],{"type":579,"value":7783},{"type":574,"tag":402,"props":8156,"children":8157},{"style":2582},[8158],{"type":579,"value":3591},{"type":574,"tag":402,"props":8160,"children":8161},{"style":1531},[8162],{"type":579,"value":8163},"intervalRef",{"type":574,"tag":402,"props":8165,"children":8166},{"style":865},[8167],{"type":579,"value":628},{"type":574,"tag":402,"props":8169,"children":8170},{"style":1531},[8171],{"type":579,"value":5444},{"type":574,"tag":402,"props":8173,"children":8174},{"style":2582},[8175],{"type":579,"value":5449},{"type":574,"tag":402,"props":8177,"children":8178},{"style":865},[8179],{"type":579,"value":5454},{"type":574,"tag":402,"props":8181,"children":8183},{"class":404,"line":8182},251,[8184,8189,8193,8197,8201,8205,8209],{"type":574,"tag":402,"props":8185,"children":8186},{"style":3992},[8187],{"type":579,"value":8188},"          clearInterval",{"type":574,"tag":402,"props":8190,"children":8191},{"style":2582},[8192],{"type":579,"value":1455},{"type":574,"tag":402,"props":8194,"children":8195},{"style":1531},[8196],{"type":579,"value":8163},{"type":574,"tag":402,"props":8198,"children":8199},{"style":865},[8200],{"type":579,"value":628},{"type":574,"tag":402,"props":8202,"children":8203},{"style":1531},[8204],{"type":579,"value":5444},{"type":574,"tag":402,"props":8206,"children":8207},{"style":2582},[8208],{"type":579,"value":1484},{"type":574,"tag":402,"props":8210,"children":8211},{"style":865},[8212],{"type":579,"value":1941},{"type":574,"tag":402,"props":8214,"children":8216},{"class":404,"line":8215},252,[8217,8222,8226,8230,8234],{"type":574,"tag":402,"props":8218,"children":8219},{"style":1531},[8220],{"type":579,"value":8221},"          intervalRef",{"type":574,"tag":402,"props":8223,"children":8224},{"style":865},[8225],{"type":579,"value":628},{"type":574,"tag":402,"props":8227,"children":8228},{"style":1531},[8229],{"type":579,"value":5444},{"type":574,"tag":402,"props":8231,"children":8232},{"style":865},[8233],{"type":579,"value":1528},{"type":574,"tag":402,"props":8235,"children":8236},{"style":865},[8237],{"type":579,"value":8238}," null;\n",{"type":574,"tag":402,"props":8240,"children":8242},{"class":404,"line":8241},253,[8243],{"type":574,"tag":402,"props":8244,"children":8245},{"style":865},[8246],{"type":579,"value":7885},{"type":574,"tag":402,"props":8248,"children":8250},{"class":404,"line":8249},254,[8251],{"type":574,"tag":402,"props":8252,"children":8253},{"emptyLinePlaceholder":2085},[8254],{"type":579,"value":2088},{"type":574,"tag":402,"props":8256,"children":8258},{"class":404,"line":8257},255,[8259,8263,8267,8272,8276,8280,8284],{"type":574,"tag":402,"props":8260,"children":8261},{"style":1970},[8262],{"type":579,"value":7783},{"type":574,"tag":402,"props":8264,"children":8265},{"style":2582},[8266],{"type":579,"value":3591},{"type":574,"tag":402,"props":8268,"children":8269},{"style":1531},[8270],{"type":579,"value":8271},"animationFrameRef",{"type":574,"tag":402,"props":8273,"children":8274},{"style":865},[8275],{"type":579,"value":628},{"type":574,"tag":402,"props":8277,"children":8278},{"style":1531},[8279],{"type":579,"value":5444},{"type":574,"tag":402,"props":8281,"children":8282},{"style":2582},[8283],{"type":579,"value":5449},{"type":574,"tag":402,"props":8285,"children":8286},{"style":865},[8287],{"type":579,"value":5454},{"type":574,"tag":402,"props":8289,"children":8291},{"class":404,"line":8290},256,[8292,8297,8301,8305,8309,8313,8317],{"type":574,"tag":402,"props":8293,"children":8294},{"style":3992},[8295],{"type":579,"value":8296},"          cancelAnimationFrame",{"type":574,"tag":402,"props":8298,"children":8299},{"style":2582},[8300],{"type":579,"value":1455},{"type":574,"tag":402,"props":8302,"children":8303},{"style":1531},[8304],{"type":579,"value":8271},{"type":574,"tag":402,"props":8306,"children":8307},{"style":865},[8308],{"type":579,"value":628},{"type":574,"tag":402,"props":8310,"children":8311},{"style":1531},[8312],{"type":579,"value":5444},{"type":574,"tag":402,"props":8314,"children":8315},{"style":2582},[8316],{"type":579,"value":1484},{"type":574,"tag":402,"props":8318,"children":8319},{"style":865},[8320],{"type":579,"value":1941},{"type":574,"tag":402,"props":8322,"children":8324},{"class":404,"line":8323},257,[8325,8330,8334,8338,8342],{"type":574,"tag":402,"props":8326,"children":8327},{"style":1531},[8328],{"type":579,"value":8329},"          animationFrameRef",{"type":574,"tag":402,"props":8331,"children":8332},{"style":865},[8333],{"type":579,"value":628},{"type":574,"tag":402,"props":8335,"children":8336},{"style":1531},[8337],{"type":579,"value":5444},{"type":574,"tag":402,"props":8339,"children":8340},{"style":865},[8341],{"type":579,"value":1528},{"type":574,"tag":402,"props":8343,"children":8344},{"style":865},[8345],{"type":579,"value":8238},{"type":574,"tag":402,"props":8347,"children":8349},{"class":404,"line":8348},258,[8350],{"type":574,"tag":402,"props":8351,"children":8352},{"style":865},[8353],{"type":579,"value":7885},{"type":574,"tag":402,"props":8355,"children":8357},{"class":404,"line":8356},259,[8358],{"type":574,"tag":402,"props":8359,"children":8360},{"style":865},[8361],{"type":579,"value":7894},{"type":574,"tag":402,"props":8363,"children":8365},{"class":404,"line":8364},260,[8366],{"type":574,"tag":402,"props":8367,"children":8368},{"emptyLinePlaceholder":2085},[8369],{"type":579,"value":2088},{"type":574,"tag":402,"props":8371,"children":8373},{"class":404,"line":8372},261,[8374,8378,8382,8387,8391,8395,8399],{"type":574,"tag":402,"props":8375,"children":8376},{"style":1531},[8377],{"type":579,"value":7740},{"type":574,"tag":402,"props":8379,"children":8380},{"style":865},[8381],{"type":579,"value":628},{"type":574,"tag":402,"props":8383,"children":8384},{"style":3992},[8385],{"type":579,"value":8386},"onpause",{"type":574,"tag":402,"props":8388,"children":8389},{"style":865},[8390],{"type":579,"value":1528},{"type":574,"tag":402,"props":8392,"children":8393},{"style":865},[8394],{"type":579,"value":3391},{"type":574,"tag":402,"props":8396,"children":8397},{"style":1382},[8398],{"type":579,"value":1385},{"type":574,"tag":402,"props":8400,"children":8401},{"style":865},[8402],{"type":579,"value":2523},{"type":574,"tag":402,"props":8404,"children":8406},{"class":404,"line":8405},262,[8407,8411,8415,8420,8424],{"type":574,"tag":402,"props":8408,"children":8409},{"style":3992},[8410],{"type":579,"value":8122},{"type":574,"tag":402,"props":8412,"children":8413},{"style":2582},[8414],{"type":579,"value":1455},{"type":574,"tag":402,"props":8416,"children":8417},{"style":4092},[8418],{"type":579,"value":8419},"true",{"type":574,"tag":402,"props":8421,"children":8422},{"style":2582},[8423],{"type":579,"value":1484},{"type":574,"tag":402,"props":8425,"children":8426},{"style":865},[8427],{"type":579,"value":1941},{"type":574,"tag":402,"props":8429,"children":8431},{"class":404,"line":8430},263,[8432,8437,8441,8445,8449,8453,8457,8461,8465,8469,8473,8477,8481],{"type":574,"tag":402,"props":8433,"children":8434},{"style":1531},[8435],{"type":579,"value":8436},"        pausedTimeRef",{"type":574,"tag":402,"props":8438,"children":8439},{"style":865},[8440],{"type":579,"value":628},{"type":574,"tag":402,"props":8442,"children":8443},{"style":1531},[8444],{"type":579,"value":5444},{"type":574,"tag":402,"props":8446,"children":8447},{"style":865},[8448],{"type":579,"value":6146},{"type":574,"tag":402,"props":8450,"children":8451},{"style":1531},[8452],{"type":579,"value":5477},{"type":574,"tag":402,"props":8454,"children":8455},{"style":865},[8456],{"type":579,"value":628},{"type":574,"tag":402,"props":8458,"children":8459},{"style":3992},[8460],{"type":579,"value":5486},{"type":574,"tag":402,"props":8462,"children":8463},{"style":2582},[8464],{"type":579,"value":5491},{"type":574,"tag":402,"props":8466,"children":8467},{"style":865},[8468],{"type":579,"value":5496},{"type":574,"tag":402,"props":8470,"children":8471},{"style":1531},[8472],{"type":579,"value":4842},{"type":574,"tag":402,"props":8474,"children":8475},{"style":865},[8476],{"type":579,"value":628},{"type":574,"tag":402,"props":8478,"children":8479},{"style":1531},[8480],{"type":579,"value":5444},{"type":574,"tag":402,"props":8482,"children":8483},{"style":865},[8484],{"type":579,"value":1941},{"type":574,"tag":402,"props":8486,"children":8488},{"class":404,"line":8487},264,[8489,8493,8497,8501,8505,8509,8513],{"type":574,"tag":402,"props":8490,"children":8491},{"style":1970},[8492],{"type":579,"value":7783},{"type":574,"tag":402,"props":8494,"children":8495},{"style":2582},[8496],{"type":579,"value":3591},{"type":574,"tag":402,"props":8498,"children":8499},{"style":1531},[8500],{"type":579,"value":8271},{"type":574,"tag":402,"props":8502,"children":8503},{"style":865},[8504],{"type":579,"value":628},{"type":574,"tag":402,"props":8506,"children":8507},{"style":1531},[8508],{"type":579,"value":5444},{"type":574,"tag":402,"props":8510,"children":8511},{"style":2582},[8512],{"type":579,"value":5449},{"type":574,"tag":402,"props":8514,"children":8515},{"style":865},[8516],{"type":579,"value":5454},{"type":574,"tag":402,"props":8518,"children":8520},{"class":404,"line":8519},265,[8521,8525,8529,8533,8537,8541,8545],{"type":574,"tag":402,"props":8522,"children":8523},{"style":3992},[8524],{"type":579,"value":8296},{"type":574,"tag":402,"props":8526,"children":8527},{"style":2582},[8528],{"type":579,"value":1455},{"type":574,"tag":402,"props":8530,"children":8531},{"style":1531},[8532],{"type":579,"value":8271},{"type":574,"tag":402,"props":8534,"children":8535},{"style":865},[8536],{"type":579,"value":628},{"type":574,"tag":402,"props":8538,"children":8539},{"style":1531},[8540],{"type":579,"value":5444},{"type":574,"tag":402,"props":8542,"children":8543},{"style":2582},[8544],{"type":579,"value":1484},{"type":574,"tag":402,"props":8546,"children":8547},{"style":865},[8548],{"type":579,"value":1941},{"type":574,"tag":402,"props":8550,"children":8552},{"class":404,"line":8551},266,[8553,8557,8561,8565,8569],{"type":574,"tag":402,"props":8554,"children":8555},{"style":1531},[8556],{"type":579,"value":8329},{"type":574,"tag":402,"props":8558,"children":8559},{"style":865},[8560],{"type":579,"value":628},{"type":574,"tag":402,"props":8562,"children":8563},{"style":1531},[8564],{"type":579,"value":5444},{"type":574,"tag":402,"props":8566,"children":8567},{"style":865},[8568],{"type":579,"value":1528},{"type":574,"tag":402,"props":8570,"children":8571},{"style":865},[8572],{"type":579,"value":8238},{"type":574,"tag":402,"props":8574,"children":8576},{"class":404,"line":8575},267,[8577],{"type":574,"tag":402,"props":8578,"children":8579},{"style":865},[8580],{"type":579,"value":7885},{"type":574,"tag":402,"props":8582,"children":8584},{"class":404,"line":8583},268,[8585],{"type":574,"tag":402,"props":8586,"children":8587},{"style":865},[8588],{"type":579,"value":7894},{"type":574,"tag":402,"props":8590,"children":8592},{"class":404,"line":8591},269,[8593],{"type":574,"tag":402,"props":8594,"children":8595},{"emptyLinePlaceholder":2085},[8596],{"type":579,"value":2088},{"type":574,"tag":402,"props":8598,"children":8600},{"class":404,"line":8599},270,[8601,8605,8609,8614,8618,8622,8626],{"type":574,"tag":402,"props":8602,"children":8603},{"style":1531},[8604],{"type":579,"value":7740},{"type":574,"tag":402,"props":8606,"children":8607},{"style":865},[8608],{"type":579,"value":628},{"type":574,"tag":402,"props":8610,"children":8611},{"style":3992},[8612],{"type":579,"value":8613},"onresume",{"type":574,"tag":402,"props":8615,"children":8616},{"style":865},[8617],{"type":579,"value":1528},{"type":574,"tag":402,"props":8619,"children":8620},{"style":865},[8621],{"type":579,"value":3391},{"type":574,"tag":402,"props":8623,"children":8624},{"style":1382},[8625],{"type":579,"value":1385},{"type":574,"tag":402,"props":8627,"children":8628},{"style":865},[8629],{"type":579,"value":2523},{"type":574,"tag":402,"props":8631,"children":8633},{"class":404,"line":8632},271,[8634,8638,8642,8646,8650],{"type":574,"tag":402,"props":8635,"children":8636},{"style":3992},[8637],{"type":579,"value":8122},{"type":574,"tag":402,"props":8639,"children":8640},{"style":2582},[8641],{"type":579,"value":1455},{"type":574,"tag":402,"props":8643,"children":8644},{"style":4092},[8645],{"type":579,"value":4193},{"type":574,"tag":402,"props":8647,"children":8648},{"style":2582},[8649],{"type":579,"value":1484},{"type":574,"tag":402,"props":8651,"children":8652},{"style":865},[8653],{"type":579,"value":1941},{"type":574,"tag":402,"props":8655,"children":8657},{"class":404,"line":8656},272,[8658,8663,8667,8671,8675,8679,8683,8687,8691],{"type":574,"tag":402,"props":8659,"children":8660},{"style":1531},[8661],{"type":579,"value":8662},"        startTimeRef",{"type":574,"tag":402,"props":8664,"children":8665},{"style":865},[8666],{"type":579,"value":628},{"type":574,"tag":402,"props":8668,"children":8669},{"style":1531},[8670],{"type":579,"value":5444},{"type":574,"tag":402,"props":8672,"children":8673},{"style":865},[8674],{"type":579,"value":1528},{"type":574,"tag":402,"props":8676,"children":8677},{"style":1531},[8678],{"type":579,"value":5477},{"type":574,"tag":402,"props":8680,"children":8681},{"style":865},[8682],{"type":579,"value":628},{"type":574,"tag":402,"props":8684,"children":8685},{"style":3992},[8686],{"type":579,"value":5486},{"type":574,"tag":402,"props":8688,"children":8689},{"style":2582},[8690],{"type":579,"value":1379},{"type":574,"tag":402,"props":8692,"children":8693},{"style":865},[8694],{"type":579,"value":1941},{"type":574,"tag":402,"props":8696,"children":8698},{"class":404,"line":8697},273,[8699,8703,8707,8711,8715],{"type":574,"tag":402,"props":8700,"children":8701},{"style":1970},[8702],{"type":579,"value":7783},{"type":574,"tag":402,"props":8704,"children":8705},{"style":2582},[8706],{"type":579,"value":3591},{"type":574,"tag":402,"props":8708,"children":8709},{"style":1531},[8710],{"type":579,"value":1005},{"type":574,"tag":402,"props":8712,"children":8713},{"style":2582},[8714],{"type":579,"value":5449},{"type":574,"tag":402,"props":8716,"children":8717},{"style":865},[8718],{"type":579,"value":5454},{"type":574,"tag":402,"props":8720,"children":8722},{"class":404,"line":8721},274,[8723,8728,8732],{"type":574,"tag":402,"props":8724,"children":8725},{"style":3992},[8726],{"type":579,"value":8727},"          analyzeAudio",{"type":574,"tag":402,"props":8729,"children":8730},{"style":2582},[8731],{"type":579,"value":1379},{"type":574,"tag":402,"props":8733,"children":8734},{"style":865},[8735],{"type":579,"value":1941},{"type":574,"tag":402,"props":8737,"children":8739},{"class":404,"line":8738},275,[8740],{"type":574,"tag":402,"props":8741,"children":8742},{"style":865},[8743],{"type":579,"value":7885},{"type":574,"tag":402,"props":8745,"children":8747},{"class":404,"line":8746},276,[8748],{"type":574,"tag":402,"props":8749,"children":8750},{"style":865},[8751],{"type":579,"value":7894},{"type":574,"tag":402,"props":8753,"children":8755},{"class":404,"line":8754},277,[8756],{"type":574,"tag":402,"props":8757,"children":8758},{"emptyLinePlaceholder":2085},[8759],{"type":579,"value":2088},{"type":574,"tag":402,"props":8761,"children":8763},{"class":404,"line":8762},278,[8764,8768,8772,8777,8781,8785,8789,8793,8797],{"type":574,"tag":402,"props":8765,"children":8766},{"style":1531},[8767],{"type":579,"value":7740},{"type":574,"tag":402,"props":8769,"children":8770},{"style":865},[8771],{"type":579,"value":628},{"type":574,"tag":402,"props":8773,"children":8774},{"style":3992},[8775],{"type":579,"value":8776},"onerror",{"type":574,"tag":402,"props":8778,"children":8779},{"style":865},[8780],{"type":579,"value":1528},{"type":574,"tag":402,"props":8782,"children":8783},{"style":865},[8784],{"type":579,"value":3591},{"type":574,"tag":402,"props":8786,"children":8787},{"style":1458},[8788],{"type":579,"value":7762},{"type":574,"tag":402,"props":8790,"children":8791},{"style":865},[8792],{"type":579,"value":1484},{"type":574,"tag":402,"props":8794,"children":8795},{"style":1382},[8796],{"type":579,"value":1385},{"type":574,"tag":402,"props":8798,"children":8799},{"style":865},[8800],{"type":579,"value":2523},{"type":574,"tag":402,"props":8802,"children":8804},{"class":404,"line":8803},279,[8805,8810,8814,8819,8824,8829,8833,8837,8841,8846,8851,8856,8860,8865,8870,8874],{"type":574,"tag":402,"props":8806,"children":8807},{"style":3992},[8808],{"type":579,"value":8809},"        setError",{"type":574,"tag":402,"props":8811,"children":8812},{"style":2582},[8813],{"type":579,"value":1455},{"type":574,"tag":402,"props":8815,"children":8816},{"style":865},[8817],{"type":579,"value":8818},"`",{"type":574,"tag":402,"props":8820,"children":8821},{"style":1550},[8822],{"type":579,"value":8823},"Recording error: ",{"type":574,"tag":402,"props":8825,"children":8826},{"style":865},[8827],{"type":579,"value":8828},"${",{"type":574,"tag":402,"props":8830,"children":8831},{"style":1531},[8832],{"type":579,"value":7762},{"type":574,"tag":402,"props":8834,"children":8835},{"style":865},[8836],{"type":579,"value":628},{"type":574,"tag":402,"props":8838,"children":8839},{"style":1531},[8840],{"type":579,"value":4635},{"type":574,"tag":402,"props":8842,"children":8843},{"style":865},[8844],{"type":579,"value":8845},"?.",{"type":574,"tag":402,"props":8847,"children":8848},{"style":1531},[8849],{"type":579,"value":8850},"message ",{"type":574,"tag":402,"props":8852,"children":8853},{"style":865},[8854],{"type":579,"value":8855},"||",{"type":574,"tag":402,"props":8857,"children":8858},{"style":865},[8859],{"type":579,"value":1547},{"type":574,"tag":402,"props":8861,"children":8862},{"style":1550},[8863],{"type":579,"value":8864},"Unknown error",{"type":574,"tag":402,"props":8866,"children":8867},{"style":865},[8868],{"type":579,"value":8869},"\"}`",{"type":574,"tag":402,"props":8871,"children":8872},{"style":2582},[8873],{"type":579,"value":1484},{"type":574,"tag":402,"props":8875,"children":8876},{"style":865},[8877],{"type":579,"value":1941},{"type":574,"tag":402,"props":8879,"children":8881},{"class":404,"line":8880},280,[8882,8886,8890,8894,8898],{"type":574,"tag":402,"props":8883,"children":8884},{"style":3992},[8885],{"type":579,"value":8097},{"type":574,"tag":402,"props":8887,"children":8888},{"style":2582},[8889],{"type":579,"value":1455},{"type":574,"tag":402,"props":8891,"children":8892},{"style":4092},[8893],{"type":579,"value":4193},{"type":574,"tag":402,"props":8895,"children":8896},{"style":2582},[8897],{"type":579,"value":1484},{"type":574,"tag":402,"props":8899,"children":8900},{"style":865},[8901],{"type":579,"value":1941},{"type":574,"tag":402,"props":8903,"children":8905},{"class":404,"line":8904},281,[8906,8910,8914,8918,8922],{"type":574,"tag":402,"props":8907,"children":8908},{"style":3992},[8909],{"type":579,"value":8122},{"type":574,"tag":402,"props":8911,"children":8912},{"style":2582},[8913],{"type":579,"value":1455},{"type":574,"tag":402,"props":8915,"children":8916},{"style":4092},[8917],{"type":579,"value":4193},{"type":574,"tag":402,"props":8919,"children":8920},{"style":2582},[8921],{"type":579,"value":1484},{"type":574,"tag":402,"props":8923,"children":8924},{"style":865},[8925],{"type":579,"value":1941},{"type":574,"tag":402,"props":8927,"children":8929},{"class":404,"line":8928},282,[8930],{"type":574,"tag":402,"props":8931,"children":8932},{"style":865},[8933],{"type":579,"value":7894},{"type":574,"tag":402,"props":8935,"children":8937},{"class":404,"line":8936},283,[8938],{"type":574,"tag":402,"props":8939,"children":8940},{"emptyLinePlaceholder":2085},[8941],{"type":579,"value":2088},{"type":574,"tag":402,"props":8943,"children":8945},{"class":404,"line":8944},284,[8946,8951,8955,8960,8964],{"type":574,"tag":402,"props":8947,"children":8948},{"style":3992},[8949],{"type":579,"value":8950},"      setMediaRecorder",{"type":574,"tag":402,"props":8952,"children":8953},{"style":2582},[8954],{"type":579,"value":1455},{"type":574,"tag":402,"props":8956,"children":8957},{"style":1531},[8958],{"type":579,"value":8959},"recorder",{"type":574,"tag":402,"props":8961,"children":8962},{"style":2582},[8963],{"type":579,"value":1484},{"type":574,"tag":402,"props":8965,"children":8966},{"style":865},[8967],{"type":579,"value":1941},{"type":574,"tag":402,"props":8969,"children":8971},{"class":404,"line":8970},285,[8972,8976,8980,8985,8989,8993,8997],{"type":574,"tag":402,"props":8973,"children":8974},{"style":1531},[8975],{"type":579,"value":7740},{"type":574,"tag":402,"props":8977,"children":8978},{"style":865},[8979],{"type":579,"value":628},{"type":574,"tag":402,"props":8981,"children":8982},{"style":3992},[8983],{"type":579,"value":8984},"start",{"type":574,"tag":402,"props":8986,"children":8987},{"style":2582},[8988],{"type":579,"value":1455},{"type":574,"tag":402,"props":8990,"children":8991},{"style":1531},[8992],{"type":579,"value":975},{"type":574,"tag":402,"props":8994,"children":8995},{"style":2582},[8996],{"type":579,"value":1484},{"type":574,"tag":402,"props":8998,"children":8999},{"style":865},[9000],{"type":579,"value":1941},{"type":574,"tag":402,"props":9002,"children":9004},{"class":404,"line":9003},286,[9005,9010,9014,9018,9022],{"type":574,"tag":402,"props":9006,"children":9007},{"style":3992},[9008],{"type":579,"value":9009},"      setIsRecording",{"type":574,"tag":402,"props":9011,"children":9012},{"style":2582},[9013],{"type":579,"value":1455},{"type":574,"tag":402,"props":9015,"children":9016},{"style":4092},[9017],{"type":579,"value":8419},{"type":574,"tag":402,"props":9019,"children":9020},{"style":2582},[9021],{"type":579,"value":1484},{"type":574,"tag":402,"props":9023,"children":9024},{"style":865},[9025],{"type":579,"value":1941},{"type":574,"tag":402,"props":9027,"children":9029},{"class":404,"line":9028},287,[9030,9035,9039,9043,9047,9051,9055,9059,9063],{"type":574,"tag":402,"props":9031,"children":9032},{"style":1531},[9033],{"type":579,"value":9034},"      startTimeRef",{"type":574,"tag":402,"props":9036,"children":9037},{"style":865},[9038],{"type":579,"value":628},{"type":574,"tag":402,"props":9040,"children":9041},{"style":1531},[9042],{"type":579,"value":5444},{"type":574,"tag":402,"props":9044,"children":9045},{"style":865},[9046],{"type":579,"value":1528},{"type":574,"tag":402,"props":9048,"children":9049},{"style":1531},[9050],{"type":579,"value":5477},{"type":574,"tag":402,"props":9052,"children":9053},{"style":865},[9054],{"type":579,"value":628},{"type":574,"tag":402,"props":9056,"children":9057},{"style":3992},[9058],{"type":579,"value":5486},{"type":574,"tag":402,"props":9060,"children":9061},{"style":2582},[9062],{"type":579,"value":1379},{"type":574,"tag":402,"props":9064,"children":9065},{"style":865},[9066],{"type":579,"value":1941},{"type":574,"tag":402,"props":9068,"children":9070},{"class":404,"line":9069},288,[9071,9076,9080,9084,9088,9092],{"type":574,"tag":402,"props":9072,"children":9073},{"style":1531},[9074],{"type":579,"value":9075},"      pausedTimeRef",{"type":574,"tag":402,"props":9077,"children":9078},{"style":865},[9079],{"type":579,"value":628},{"type":574,"tag":402,"props":9081,"children":9082},{"style":1531},[9083],{"type":579,"value":5444},{"type":574,"tag":402,"props":9085,"children":9086},{"style":865},[9087],{"type":579,"value":1528},{"type":574,"tag":402,"props":9089,"children":9090},{"style":4039},[9091],{"type":579,"value":5969},{"type":574,"tag":402,"props":9093,"children":9094},{"style":865},[9095],{"type":579,"value":1941},{"type":574,"tag":402,"props":9097,"children":9099},{"class":404,"line":9098},289,[9100,9104,9108,9112,9116],{"type":574,"tag":402,"props":9101,"children":9102},{"style":3992},[9103],{"type":579,"value":5538},{"type":574,"tag":402,"props":9105,"children":9106},{"style":2582},[9107],{"type":579,"value":1455},{"type":574,"tag":402,"props":9109,"children":9110},{"style":4039},[9111],{"type":579,"value":4610},{"type":574,"tag":402,"props":9113,"children":9114},{"style":2582},[9115],{"type":579,"value":1484},{"type":574,"tag":402,"props":9117,"children":9118},{"style":865},[9119],{"type":579,"value":1941},{"type":574,"tag":402,"props":9121,"children":9123},{"class":404,"line":9122},290,[9124],{"type":574,"tag":402,"props":9125,"children":9126},{"emptyLinePlaceholder":2085},[9127],{"type":579,"value":2088},{"type":574,"tag":402,"props":9129,"children":9131},{"class":404,"line":9130},291,[9132,9137,9141,9145,9149,9154,9158,9163,9167,9171,9175],{"type":574,"tag":402,"props":9133,"children":9134},{"style":1531},[9135],{"type":579,"value":9136},"      intervalRef",{"type":574,"tag":402,"props":9138,"children":9139},{"style":865},[9140],{"type":579,"value":628},{"type":574,"tag":402,"props":9142,"children":9143},{"style":1531},[9144],{"type":579,"value":5444},{"type":574,"tag":402,"props":9146,"children":9147},{"style":865},[9148],{"type":579,"value":1528},{"type":574,"tag":402,"props":9150,"children":9151},{"style":3992},[9152],{"type":579,"value":9153}," setInterval",{"type":574,"tag":402,"props":9155,"children":9156},{"style":2582},[9157],{"type":579,"value":1455},{"type":574,"tag":402,"props":9159,"children":9160},{"style":1531},[9161],{"type":579,"value":9162},"updateDuration",{"type":574,"tag":402,"props":9164,"children":9165},{"style":865},[9166],{"type":579,"value":1988},{"type":574,"tag":402,"props":9168,"children":9169},{"style":4039},[9170],{"type":579,"value":5575},{"type":574,"tag":402,"props":9172,"children":9173},{"style":2582},[9174],{"type":579,"value":1484},{"type":574,"tag":402,"props":9176,"children":9177},{"style":865},[9178],{"type":579,"value":1941},{"type":574,"tag":402,"props":9180,"children":9182},{"class":404,"line":9181},292,[9183,9187,9191,9195,9199,9203],{"type":574,"tag":402,"props":9184,"children":9185},{"style":865},[9186],{"type":579,"value":4130},{"type":574,"tag":402,"props":9188,"children":9189},{"style":1970},[9190],{"type":579,"value":7000},{"type":574,"tag":402,"props":9192,"children":9193},{"style":2582},[9194],{"type":579,"value":3591},{"type":574,"tag":402,"props":9196,"children":9197},{"style":1531},[9198],{"type":579,"value":7009},{"type":574,"tag":402,"props":9200,"children":9201},{"style":2582},[9202],{"type":579,"value":5449},{"type":574,"tag":402,"props":9204,"children":9205},{"style":865},[9206],{"type":579,"value":5454},{"type":574,"tag":402,"props":9208,"children":9210},{"class":404,"line":9209},293,[9211,9215,9220],{"type":574,"tag":402,"props":9212,"children":9213},{"style":1382},[9214],{"type":579,"value":5463},{"type":574,"tag":402,"props":9216,"children":9217},{"style":1531},[9218],{"type":579,"value":9219}," errorMessage",{"type":574,"tag":402,"props":9221,"children":9222},{"style":865},[9223],{"type":579,"value":2113},{"type":574,"tag":402,"props":9225,"children":9227},{"class":404,"line":9226},294,[9228,9233,9238,9243,9248,9252,9256,9261,9266,9270,9275,9279],{"type":574,"tag":402,"props":9229,"children":9230},{"style":1531},[9231],{"type":579,"value":9232},"        err",{"type":574,"tag":402,"props":9234,"children":9235},{"style":865},[9236],{"type":579,"value":9237}," instanceof",{"type":574,"tag":402,"props":9239,"children":9240},{"style":888},[9241],{"type":579,"value":9242}," Error",{"type":574,"tag":402,"props":9244,"children":9245},{"style":865},[9246],{"type":579,"value":9247}," ?",{"type":574,"tag":402,"props":9249,"children":9250},{"style":1531},[9251],{"type":579,"value":7061},{"type":574,"tag":402,"props":9253,"children":9254},{"style":865},[9255],{"type":579,"value":628},{"type":574,"tag":402,"props":9257,"children":9258},{"style":1531},[9259],{"type":579,"value":9260},"message",{"type":574,"tag":402,"props":9262,"children":9263},{"style":865},[9264],{"type":579,"value":9265}," :",{"type":574,"tag":402,"props":9267,"children":9268},{"style":865},[9269],{"type":579,"value":1547},{"type":574,"tag":402,"props":9271,"children":9272},{"style":1550},[9273],{"type":579,"value":9274},"Failed to start recording",{"type":574,"tag":402,"props":9276,"children":9277},{"style":865},[9278],{"type":579,"value":1936},{"type":574,"tag":402,"props":9280,"children":9281},{"style":865},[9282],{"type":579,"value":1941},{"type":574,"tag":402,"props":9284,"children":9286},{"class":404,"line":9285},295,[9287,9291,9295,9300,9304],{"type":574,"tag":402,"props":9288,"children":9289},{"style":3992},[9290],{"type":579,"value":7224},{"type":574,"tag":402,"props":9292,"children":9293},{"style":2582},[9294],{"type":579,"value":1455},{"type":574,"tag":402,"props":9296,"children":9297},{"style":1531},[9298],{"type":579,"value":9299},"errorMessage",{"type":574,"tag":402,"props":9301,"children":9302},{"style":2582},[9303],{"type":579,"value":1484},{"type":574,"tag":402,"props":9305,"children":9306},{"style":865},[9307],{"type":579,"value":1941},{"type":574,"tag":402,"props":9309,"children":9311},{"class":404,"line":9310},296,[9312],{"type":574,"tag":402,"props":9313,"children":9314},{"style":865},[9315],{"type":579,"value":5593},{"type":574,"tag":402,"props":9317,"children":9319},{"class":404,"line":9318},297,[9320,9324],{"type":574,"tag":402,"props":9321,"children":9322},{"style":865},[9323],{"type":579,"value":5602},{"type":574,"tag":402,"props":9325,"children":9326},{"style":2582},[9327],{"type":579,"value":9328}," [\n",{"type":574,"tag":402,"props":9330,"children":9332},{"class":404,"line":9331},298,[9333,9338],{"type":574,"tag":402,"props":9334,"children":9335},{"style":1531},[9336],{"type":579,"value":9337},"    isSupported",{"type":574,"tag":402,"props":9339,"children":9340},{"style":865},[9341],{"type":579,"value":4047},{"type":574,"tag":402,"props":9343,"children":9345},{"class":404,"line":9344},299,[9346,9351],{"type":574,"tag":402,"props":9347,"children":9348},{"style":1531},[9349],{"type":579,"value":9350},"    audioBitsPerSecond",{"type":574,"tag":402,"props":9352,"children":9353},{"style":865},[9354],{"type":579,"value":4047},{"type":574,"tag":402,"props":9356,"children":9358},{"class":404,"line":9357},300,[9359,9364],{"type":574,"tag":402,"props":9360,"children":9361},{"style":1531},[9362],{"type":579,"value":9363},"    mimeType",{"type":574,"tag":402,"props":9365,"children":9366},{"style":865},[9367],{"type":579,"value":4047},{"type":574,"tag":402,"props":9369,"children":9371},{"class":404,"line":9370},301,[9372,9377],{"type":574,"tag":402,"props":9373,"children":9374},{"style":1531},[9375],{"type":579,"value":9376},"    timeslice",{"type":574,"tag":402,"props":9378,"children":9379},{"style":865},[9380],{"type":579,"value":4047},{"type":574,"tag":402,"props":9382,"children":9384},{"class":404,"line":9383},302,[9385,9390],{"type":574,"tag":402,"props":9386,"children":9387},{"style":1531},[9388],{"type":579,"value":9389},"    setupAudioAnalysis",{"type":574,"tag":402,"props":9391,"children":9392},{"style":865},[9393],{"type":579,"value":4047},{"type":574,"tag":402,"props":9395,"children":9397},{"class":404,"line":9396},303,[9398,9403],{"type":574,"tag":402,"props":9399,"children":9400},{"style":1531},[9401],{"type":579,"value":9402},"    updateDuration",{"type":574,"tag":402,"props":9404,"children":9405},{"style":865},[9406],{"type":579,"value":4047},{"type":574,"tag":402,"props":9408,"children":9410},{"class":404,"line":9409},304,[9411,9416],{"type":574,"tag":402,"props":9412,"children":9413},{"style":1531},[9414],{"type":579,"value":9415},"    enableAnalysis",{"type":574,"tag":402,"props":9417,"children":9418},{"style":865},[9419],{"type":579,"value":4047},{"type":574,"tag":402,"props":9421,"children":9423},{"class":404,"line":9422},305,[9424,9429],{"type":574,"tag":402,"props":9425,"children":9426},{"style":1531},[9427],{"type":579,"value":9428},"    analyzeAudio",{"type":574,"tag":402,"props":9430,"children":9431},{"style":865},[9432],{"type":579,"value":4047},{"type":574,"tag":402,"props":9434,"children":9436},{"class":404,"line":9435},306,[9437,9442],{"type":574,"tag":402,"props":9438,"children":9439},{"style":2582},[9440],{"type":579,"value":9441},"  ])",{"type":574,"tag":402,"props":9443,"children":9444},{"style":865},[9445],{"type":579,"value":1941},{"type":574,"tag":402,"props":9447,"children":9449},{"class":404,"line":9448},307,[9450],{"type":574,"tag":402,"props":9451,"children":9452},{"emptyLinePlaceholder":2085},[9453],{"type":579,"value":2088},{"type":574,"tag":402,"props":9455,"children":9457},{"class":404,"line":9456},308,[9458,9462,9467,9471,9475,9479,9483,9487],{"type":574,"tag":402,"props":9459,"children":9460},{"style":1382},[9461],{"type":579,"value":3932},{"type":574,"tag":402,"props":9463,"children":9464},{"style":1531},[9465],{"type":579,"value":9466}," stopRecording",{"type":574,"tag":402,"props":9468,"children":9469},{"style":865},[9470],{"type":579,"value":1528},{"type":574,"tag":402,"props":9472,"children":9473},{"style":3992},[9474],{"type":579,"value":2011},{"type":574,"tag":402,"props":9476,"children":9477},{"style":2582},[9478],{"type":579,"value":1455},{"type":574,"tag":402,"props":9480,"children":9481},{"style":865},[9482],{"type":579,"value":1379},{"type":574,"tag":402,"props":9484,"children":9485},{"style":1382},[9486],{"type":579,"value":1385},{"type":574,"tag":402,"props":9488,"children":9489},{"style":865},[9490],{"type":579,"value":2523},{"type":574,"tag":402,"props":9492,"children":9494},{"class":404,"line":9493},309,[9495,9499,9503,9507,9511,9516,9520,9524,9528,9532,9537,9541,9545],{"type":574,"tag":402,"props":9496,"children":9497},{"style":1970},[9498],{"type":579,"value":5426},{"type":574,"tag":402,"props":9500,"children":9501},{"style":2582},[9502],{"type":579,"value":3591},{"type":574,"tag":402,"props":9504,"children":9505},{"style":1531},[9506],{"type":579,"value":4347},{"type":574,"tag":402,"props":9508,"children":9509},{"style":865},[9510],{"type":579,"value":6385},{"type":574,"tag":402,"props":9512,"children":9513},{"style":1531},[9514],{"type":579,"value":9515}," mediaRecorder",{"type":574,"tag":402,"props":9517,"children":9518},{"style":865},[9519],{"type":579,"value":628},{"type":574,"tag":402,"props":9521,"children":9522},{"style":1531},[9523],{"type":579,"value":60},{"type":574,"tag":402,"props":9525,"children":9526},{"style":865},[9527],{"type":579,"value":5269},{"type":574,"tag":402,"props":9529,"children":9530},{"style":865},[9531],{"type":579,"value":1547},{"type":574,"tag":402,"props":9533,"children":9534},{"style":1550},[9535],{"type":579,"value":9536},"inactive",{"type":574,"tag":402,"props":9538,"children":9539},{"style":865},[9540],{"type":579,"value":1936},{"type":574,"tag":402,"props":9542,"children":9543},{"style":2582},[9544],{"type":579,"value":5449},{"type":574,"tag":402,"props":9546,"children":9547},{"style":865},[9548],{"type":579,"value":5454},{"type":574,"tag":402,"props":9550,"children":9552},{"class":404,"line":9551},310,[9553,9558,9562,9567,9571],{"type":574,"tag":402,"props":9554,"children":9555},{"style":1531},[9556],{"type":579,"value":9557},"      mediaRecorder",{"type":574,"tag":402,"props":9559,"children":9560},{"style":865},[9561],{"type":579,"value":628},{"type":574,"tag":402,"props":9563,"children":9564},{"style":3992},[9565],{"type":579,"value":9566},"stop",{"type":574,"tag":402,"props":9568,"children":9569},{"style":2582},[9570],{"type":579,"value":1379},{"type":574,"tag":402,"props":9572,"children":9573},{"style":865},[9574],{"type":579,"value":1941},{"type":574,"tag":402,"props":9576,"children":9578},{"class":404,"line":9577},311,[9579],{"type":574,"tag":402,"props":9580,"children":9581},{"style":865},[9582],{"type":579,"value":5593},{"type":574,"tag":402,"props":9584,"children":9586},{"class":404,"line":9585},312,[9587],{"type":574,"tag":402,"props":9588,"children":9589},{"emptyLinePlaceholder":2085},[9590],{"type":579,"value":2088},{"type":574,"tag":402,"props":9592,"children":9594},{"class":404,"line":9593},313,[9595,9599,9603,9607,9611],{"type":574,"tag":402,"props":9596,"children":9597},{"style":1970},[9598],{"type":579,"value":5426},{"type":574,"tag":402,"props":9600,"children":9601},{"style":2582},[9602],{"type":579,"value":3591},{"type":574,"tag":402,"props":9604,"children":9605},{"style":1531},[9606],{"type":579,"value":4272},{"type":574,"tag":402,"props":9608,"children":9609},{"style":2582},[9610],{"type":579,"value":5449},{"type":574,"tag":402,"props":9612,"children":9613},{"style":865},[9614],{"type":579,"value":5454},{"type":574,"tag":402,"props":9616,"children":9618},{"class":404,"line":9617},314,[9619,9624,9628,9633,9637,9641,9646,9650,9654,9659,9663,9667,9672,9676,9680,9685],{"type":574,"tag":402,"props":9620,"children":9621},{"style":1531},[9622],{"type":579,"value":9623},"      stream",{"type":574,"tag":402,"props":9625,"children":9626},{"style":865},[9627],{"type":579,"value":628},{"type":574,"tag":402,"props":9629,"children":9630},{"style":3992},[9631],{"type":579,"value":9632},"getTracks",{"type":574,"tag":402,"props":9634,"children":9635},{"style":2582},[9636],{"type":579,"value":1379},{"type":574,"tag":402,"props":9638,"children":9639},{"style":865},[9640],{"type":579,"value":628},{"type":574,"tag":402,"props":9642,"children":9643},{"style":3992},[9644],{"type":579,"value":9645},"forEach",{"type":574,"tag":402,"props":9647,"children":9648},{"style":2582},[9649],{"type":579,"value":1455},{"type":574,"tag":402,"props":9651,"children":9652},{"style":865},[9653],{"type":579,"value":1455},{"type":574,"tag":402,"props":9655,"children":9656},{"style":1458},[9657],{"type":579,"value":9658},"track",{"type":574,"tag":402,"props":9660,"children":9661},{"style":865},[9662],{"type":579,"value":1484},{"type":574,"tag":402,"props":9664,"children":9665},{"style":1382},[9666],{"type":579,"value":1385},{"type":574,"tag":402,"props":9668,"children":9669},{"style":1531},[9670],{"type":579,"value":9671}," track",{"type":574,"tag":402,"props":9673,"children":9674},{"style":865},[9675],{"type":579,"value":628},{"type":574,"tag":402,"props":9677,"children":9678},{"style":3992},[9679],{"type":579,"value":9566},{"type":574,"tag":402,"props":9681,"children":9682},{"style":2582},[9683],{"type":579,"value":9684},"())",{"type":574,"tag":402,"props":9686,"children":9687},{"style":865},[9688],{"type":579,"value":1941},{"type":574,"tag":402,"props":9690,"children":9692},{"class":404,"line":9691},315,[9693,9697,9701,9705,9709],{"type":574,"tag":402,"props":9694,"children":9695},{"style":3992},[9696],{"type":579,"value":7488},{"type":574,"tag":402,"props":9698,"children":9699},{"style":2582},[9700],{"type":579,"value":1455},{"type":574,"tag":402,"props":9702,"children":9703},{"style":865},[9704],{"type":579,"value":4322},{"type":574,"tag":402,"props":9706,"children":9707},{"style":2582},[9708],{"type":579,"value":1484},{"type":574,"tag":402,"props":9710,"children":9711},{"style":865},[9712],{"type":579,"value":1941},{"type":574,"tag":402,"props":9714,"children":9716},{"class":404,"line":9715},316,[9717],{"type":574,"tag":402,"props":9718,"children":9719},{"style":865},[9720],{"type":579,"value":5593},{"type":574,"tag":402,"props":9722,"children":9724},{"class":404,"line":9723},317,[9725],{"type":574,"tag":402,"props":9726,"children":9727},{"emptyLinePlaceholder":2085},[9728],{"type":579,"value":2088},{"type":574,"tag":402,"props":9730,"children":9732},{"class":404,"line":9731},318,[9733,9737,9741,9746,9750,9754,9758],{"type":574,"tag":402,"props":9734,"children":9735},{"style":1970},[9736],{"type":579,"value":5426},{"type":574,"tag":402,"props":9738,"children":9739},{"style":2582},[9740],{"type":579,"value":3591},{"type":574,"tag":402,"props":9742,"children":9743},{"style":1531},[9744],{"type":579,"value":9745},"audioContextRef",{"type":574,"tag":402,"props":9747,"children":9748},{"style":865},[9749],{"type":579,"value":628},{"type":574,"tag":402,"props":9751,"children":9752},{"style":1531},[9753],{"type":579,"value":5444},{"type":574,"tag":402,"props":9755,"children":9756},{"style":2582},[9757],{"type":579,"value":5449},{"type":574,"tag":402,"props":9759,"children":9760},{"style":865},[9761],{"type":579,"value":5454},{"type":574,"tag":402,"props":9763,"children":9765},{"class":404,"line":9764},319,[9766,9771,9775,9779,9783,9788,9792],{"type":574,"tag":402,"props":9767,"children":9768},{"style":1531},[9769],{"type":579,"value":9770},"      audioContextRef",{"type":574,"tag":402,"props":9772,"children":9773},{"style":865},[9774],{"type":579,"value":628},{"type":574,"tag":402,"props":9776,"children":9777},{"style":1531},[9778],{"type":579,"value":5444},{"type":574,"tag":402,"props":9780,"children":9781},{"style":865},[9782],{"type":579,"value":628},{"type":574,"tag":402,"props":9784,"children":9785},{"style":3992},[9786],{"type":579,"value":9787},"close",{"type":574,"tag":402,"props":9789,"children":9790},{"style":2582},[9791],{"type":579,"value":1379},{"type":574,"tag":402,"props":9793,"children":9794},{"style":865},[9795],{"type":579,"value":1941},{"type":574,"tag":402,"props":9797,"children":9799},{"class":404,"line":9798},320,[9800,9804,9808,9812,9816],{"type":574,"tag":402,"props":9801,"children":9802},{"style":1531},[9803],{"type":579,"value":9770},{"type":574,"tag":402,"props":9805,"children":9806},{"style":865},[9807],{"type":579,"value":628},{"type":574,"tag":402,"props":9809,"children":9810},{"style":1531},[9811],{"type":579,"value":5444},{"type":574,"tag":402,"props":9813,"children":9814},{"style":865},[9815],{"type":579,"value":1528},{"type":574,"tag":402,"props":9817,"children":9818},{"style":865},[9819],{"type":579,"value":8238},{"type":574,"tag":402,"props":9821,"children":9823},{"class":404,"line":9822},321,[9824],{"type":574,"tag":402,"props":9825,"children":9826},{"style":865},[9827],{"type":579,"value":5593},{"type":574,"tag":402,"props":9829,"children":9831},{"class":404,"line":9830},322,[9832,9836,9840,9844,9848,9853,9857],{"type":574,"tag":402,"props":9833,"children":9834},{"style":865},[9835],{"type":579,"value":5602},{"type":574,"tag":402,"props":9837,"children":9838},{"style":2582},[9839],{"type":579,"value":3721},{"type":574,"tag":402,"props":9841,"children":9842},{"style":1531},[9843],{"type":579,"value":4347},{"type":574,"tag":402,"props":9845,"children":9846},{"style":865},[9847],{"type":579,"value":1988},{"type":574,"tag":402,"props":9849,"children":9850},{"style":1531},[9851],{"type":579,"value":9852}," stream",{"type":574,"tag":402,"props":9854,"children":9855},{"style":2582},[9856],{"type":579,"value":6490},{"type":574,"tag":402,"props":9858,"children":9859},{"style":865},[9860],{"type":579,"value":1941},{"type":574,"tag":402,"props":9862,"children":9864},{"class":404,"line":9863},323,[9865],{"type":574,"tag":402,"props":9866,"children":9867},{"emptyLinePlaceholder":2085},[9868],{"type":579,"value":2088},{"type":574,"tag":402,"props":9870,"children":9872},{"class":404,"line":9871},324,[9873,9877,9882,9886,9890,9894,9898,9902],{"type":574,"tag":402,"props":9874,"children":9875},{"style":1382},[9876],{"type":579,"value":3932},{"type":574,"tag":402,"props":9878,"children":9879},{"style":1531},[9880],{"type":579,"value":9881}," pauseRecording",{"type":574,"tag":402,"props":9883,"children":9884},{"style":865},[9885],{"type":579,"value":1528},{"type":574,"tag":402,"props":9887,"children":9888},{"style":3992},[9889],{"type":579,"value":2011},{"type":574,"tag":402,"props":9891,"children":9892},{"style":2582},[9893],{"type":579,"value":1455},{"type":574,"tag":402,"props":9895,"children":9896},{"style":865},[9897],{"type":579,"value":1379},{"type":574,"tag":402,"props":9899,"children":9900},{"style":1382},[9901],{"type":579,"value":1385},{"type":574,"tag":402,"props":9903,"children":9904},{"style":865},[9905],{"type":579,"value":2523},{"type":574,"tag":402,"props":9907,"children":9909},{"class":404,"line":9908},325,[9910,9914,9918,9922,9926,9930,9934,9938,9943,9947,9952,9956,9960],{"type":574,"tag":402,"props":9911,"children":9912},{"style":1970},[9913],{"type":579,"value":5426},{"type":574,"tag":402,"props":9915,"children":9916},{"style":2582},[9917],{"type":579,"value":3591},{"type":574,"tag":402,"props":9919,"children":9920},{"style":1531},[9921],{"type":579,"value":4347},{"type":574,"tag":402,"props":9923,"children":9924},{"style":865},[9925],{"type":579,"value":6385},{"type":574,"tag":402,"props":9927,"children":9928},{"style":1531},[9929],{"type":579,"value":9515},{"type":574,"tag":402,"props":9931,"children":9932},{"style":865},[9933],{"type":579,"value":628},{"type":574,"tag":402,"props":9935,"children":9936},{"style":1531},[9937],{"type":579,"value":60},{"type":574,"tag":402,"props":9939,"children":9940},{"style":865},[9941],{"type":579,"value":9942}," ===",{"type":574,"tag":402,"props":9944,"children":9945},{"style":865},[9946],{"type":579,"value":1547},{"type":574,"tag":402,"props":9948,"children":9949},{"style":1550},[9950],{"type":579,"value":9951},"recording",{"type":574,"tag":402,"props":9953,"children":9954},{"style":865},[9955],{"type":579,"value":1936},{"type":574,"tag":402,"props":9957,"children":9958},{"style":2582},[9959],{"type":579,"value":5449},{"type":574,"tag":402,"props":9961,"children":9962},{"style":865},[9963],{"type":579,"value":5454},{"type":574,"tag":402,"props":9965,"children":9967},{"class":404,"line":9966},326,[9968,9972,9976,9981,9985],{"type":574,"tag":402,"props":9969,"children":9970},{"style":1531},[9971],{"type":579,"value":9557},{"type":574,"tag":402,"props":9973,"children":9974},{"style":865},[9975],{"type":579,"value":628},{"type":574,"tag":402,"props":9977,"children":9978},{"style":3992},[9979],{"type":579,"value":9980},"pause",{"type":574,"tag":402,"props":9982,"children":9983},{"style":2582},[9984],{"type":579,"value":1379},{"type":574,"tag":402,"props":9986,"children":9987},{"style":865},[9988],{"type":579,"value":1941},{"type":574,"tag":402,"props":9990,"children":9992},{"class":404,"line":9991},327,[9993],{"type":574,"tag":402,"props":9994,"children":9995},{"style":865},[9996],{"type":579,"value":5593},{"type":574,"tag":402,"props":9998,"children":10000},{"class":404,"line":9999},328,[10001,10005,10009,10013,10017],{"type":574,"tag":402,"props":10002,"children":10003},{"style":865},[10004],{"type":579,"value":5602},{"type":574,"tag":402,"props":10006,"children":10007},{"style":2582},[10008],{"type":579,"value":3721},{"type":574,"tag":402,"props":10010,"children":10011},{"style":1531},[10012],{"type":579,"value":4347},{"type":574,"tag":402,"props":10014,"children":10015},{"style":2582},[10016],{"type":579,"value":6490},{"type":574,"tag":402,"props":10018,"children":10019},{"style":865},[10020],{"type":579,"value":1941},{"type":574,"tag":402,"props":10022,"children":10024},{"class":404,"line":10023},329,[10025],{"type":574,"tag":402,"props":10026,"children":10027},{"emptyLinePlaceholder":2085},[10028],{"type":579,"value":2088},{"type":574,"tag":402,"props":10030,"children":10032},{"class":404,"line":10031},330,[10033,10037,10042,10046,10050,10054,10058,10062],{"type":574,"tag":402,"props":10034,"children":10035},{"style":1382},[10036],{"type":579,"value":3932},{"type":574,"tag":402,"props":10038,"children":10039},{"style":1531},[10040],{"type":579,"value":10041}," resumeRecording",{"type":574,"tag":402,"props":10043,"children":10044},{"style":865},[10045],{"type":579,"value":1528},{"type":574,"tag":402,"props":10047,"children":10048},{"style":3992},[10049],{"type":579,"value":2011},{"type":574,"tag":402,"props":10051,"children":10052},{"style":2582},[10053],{"type":579,"value":1455},{"type":574,"tag":402,"props":10055,"children":10056},{"style":865},[10057],{"type":579,"value":1379},{"type":574,"tag":402,"props":10059,"children":10060},{"style":1382},[10061],{"type":579,"value":1385},{"type":574,"tag":402,"props":10063,"children":10064},{"style":865},[10065],{"type":579,"value":2523},{"type":574,"tag":402,"props":10067,"children":10069},{"class":404,"line":10068},331,[10070,10074,10078,10082,10086,10090,10094,10098,10102,10106,10111,10115,10119],{"type":574,"tag":402,"props":10071,"children":10072},{"style":1970},[10073],{"type":579,"value":5426},{"type":574,"tag":402,"props":10075,"children":10076},{"style":2582},[10077],{"type":579,"value":3591},{"type":574,"tag":402,"props":10079,"children":10080},{"style":1531},[10081],{"type":579,"value":4347},{"type":574,"tag":402,"props":10083,"children":10084},{"style":865},[10085],{"type":579,"value":6385},{"type":574,"tag":402,"props":10087,"children":10088},{"style":1531},[10089],{"type":579,"value":9515},{"type":574,"tag":402,"props":10091,"children":10092},{"style":865},[10093],{"type":579,"value":628},{"type":574,"tag":402,"props":10095,"children":10096},{"style":1531},[10097],{"type":579,"value":60},{"type":574,"tag":402,"props":10099,"children":10100},{"style":865},[10101],{"type":579,"value":9942},{"type":574,"tag":402,"props":10103,"children":10104},{"style":865},[10105],{"type":579,"value":1547},{"type":574,"tag":402,"props":10107,"children":10108},{"style":1550},[10109],{"type":579,"value":10110},"paused",{"type":574,"tag":402,"props":10112,"children":10113},{"style":865},[10114],{"type":579,"value":1936},{"type":574,"tag":402,"props":10116,"children":10117},{"style":2582},[10118],{"type":579,"value":5449},{"type":574,"tag":402,"props":10120,"children":10121},{"style":865},[10122],{"type":579,"value":5454},{"type":574,"tag":402,"props":10124,"children":10126},{"class":404,"line":10125},332,[10127,10131,10135,10140,10144],{"type":574,"tag":402,"props":10128,"children":10129},{"style":1531},[10130],{"type":579,"value":9557},{"type":574,"tag":402,"props":10132,"children":10133},{"style":865},[10134],{"type":579,"value":628},{"type":574,"tag":402,"props":10136,"children":10137},{"style":3992},[10138],{"type":579,"value":10139},"resume",{"type":574,"tag":402,"props":10141,"children":10142},{"style":2582},[10143],{"type":579,"value":1379},{"type":574,"tag":402,"props":10145,"children":10146},{"style":865},[10147],{"type":579,"value":1941},{"type":574,"tag":402,"props":10149,"children":10151},{"class":404,"line":10150},333,[10152],{"type":574,"tag":402,"props":10153,"children":10154},{"style":865},[10155],{"type":579,"value":5593},{"type":574,"tag":402,"props":10157,"children":10159},{"class":404,"line":10158},334,[10160,10164,10168,10172,10176],{"type":574,"tag":402,"props":10161,"children":10162},{"style":865},[10163],{"type":579,"value":5602},{"type":574,"tag":402,"props":10165,"children":10166},{"style":2582},[10167],{"type":579,"value":3721},{"type":574,"tag":402,"props":10169,"children":10170},{"style":1531},[10171],{"type":579,"value":4347},{"type":574,"tag":402,"props":10173,"children":10174},{"style":2582},[10175],{"type":579,"value":6490},{"type":574,"tag":402,"props":10177,"children":10178},{"style":865},[10179],{"type":579,"value":1941},{"type":574,"tag":402,"props":10181,"children":10183},{"class":404,"line":10182},335,[10184],{"type":574,"tag":402,"props":10185,"children":10186},{"emptyLinePlaceholder":2085},[10187],{"type":579,"value":2088},{"type":574,"tag":402,"props":10189,"children":10191},{"class":404,"line":10190},336,[10192,10196,10201,10205,10209,10213,10217,10221],{"type":574,"tag":402,"props":10193,"children":10194},{"style":1382},[10195],{"type":579,"value":3932},{"type":574,"tag":402,"props":10197,"children":10198},{"style":1531},[10199],{"type":579,"value":10200}," clearRecording",{"type":574,"tag":402,"props":10202,"children":10203},{"style":865},[10204],{"type":579,"value":1528},{"type":574,"tag":402,"props":10206,"children":10207},{"style":3992},[10208],{"type":579,"value":2011},{"type":574,"tag":402,"props":10210,"children":10211},{"style":2582},[10212],{"type":579,"value":1455},{"type":574,"tag":402,"props":10214,"children":10215},{"style":865},[10216],{"type":579,"value":1379},{"type":574,"tag":402,"props":10218,"children":10219},{"style":1382},[10220],{"type":579,"value":1385},{"type":574,"tag":402,"props":10222,"children":10223},{"style":865},[10224],{"type":579,"value":2523},{"type":574,"tag":402,"props":10226,"children":10228},{"class":404,"line":10227},337,[10229,10233,10237,10241,10245],{"type":574,"tag":402,"props":10230,"children":10231},{"style":1970},[10232],{"type":579,"value":5426},{"type":574,"tag":402,"props":10234,"children":10235},{"style":2582},[10236],{"type":579,"value":3591},{"type":574,"tag":402,"props":10238,"children":10239},{"style":1531},[10240],{"type":579,"value":4506},{"type":574,"tag":402,"props":10242,"children":10243},{"style":2582},[10244],{"type":579,"value":5449},{"type":574,"tag":402,"props":10246,"children":10247},{"style":865},[10248],{"type":579,"value":5454},{"type":574,"tag":402,"props":10250,"children":10252},{"class":404,"line":10251},338,[10253,10258,10262,10267,10271,10275,10279],{"type":574,"tag":402,"props":10254,"children":10255},{"style":1531},[10256],{"type":579,"value":10257},"      URL",{"type":574,"tag":402,"props":10259,"children":10260},{"style":865},[10261],{"type":579,"value":628},{"type":574,"tag":402,"props":10263,"children":10264},{"style":3992},[10265],{"type":579,"value":10266},"revokeObjectURL",{"type":574,"tag":402,"props":10268,"children":10269},{"style":2582},[10270],{"type":579,"value":1455},{"type":574,"tag":402,"props":10272,"children":10273},{"style":1531},[10274],{"type":579,"value":4506},{"type":574,"tag":402,"props":10276,"children":10277},{"style":2582},[10278],{"type":579,"value":1484},{"type":574,"tag":402,"props":10280,"children":10281},{"style":865},[10282],{"type":579,"value":1941},{"type":574,"tag":402,"props":10284,"children":10286},{"class":404,"line":10285},339,[10287],{"type":574,"tag":402,"props":10288,"children":10289},{"style":865},[10290],{"type":579,"value":5593},{"type":574,"tag":402,"props":10292,"children":10294},{"class":404,"line":10293},340,[10295,10300,10304,10308,10312],{"type":574,"tag":402,"props":10296,"children":10297},{"style":3992},[10298],{"type":579,"value":10299},"    setAudioBlob",{"type":574,"tag":402,"props":10301,"children":10302},{"style":2582},[10303],{"type":579,"value":1455},{"type":574,"tag":402,"props":10305,"children":10306},{"style":865},[10307],{"type":579,"value":4322},{"type":574,"tag":402,"props":10309,"children":10310},{"style":2582},[10311],{"type":579,"value":1484},{"type":574,"tag":402,"props":10313,"children":10314},{"style":865},[10315],{"type":579,"value":1941},{"type":574,"tag":402,"props":10317,"children":10319},{"class":404,"line":10318},341,[10320,10325,10329,10333,10337],{"type":574,"tag":402,"props":10321,"children":10322},{"style":3992},[10323],{"type":579,"value":10324},"    setAudioUrl",{"type":574,"tag":402,"props":10326,"children":10327},{"style":2582},[10328],{"type":579,"value":1455},{"type":574,"tag":402,"props":10330,"children":10331},{"style":865},[10332],{"type":579,"value":4322},{"type":574,"tag":402,"props":10334,"children":10335},{"style":2582},[10336],{"type":579,"value":1484},{"type":574,"tag":402,"props":10338,"children":10339},{"style":865},[10340],{"type":579,"value":1941},{"type":574,"tag":402,"props":10342,"children":10344},{"class":404,"line":10343},342,[10345,10350,10354,10358,10362],{"type":574,"tag":402,"props":10346,"children":10347},{"style":3992},[10348],{"type":579,"value":10349},"    setDuration",{"type":574,"tag":402,"props":10351,"children":10352},{"style":2582},[10353],{"type":579,"value":1455},{"type":574,"tag":402,"props":10355,"children":10356},{"style":4039},[10357],{"type":579,"value":4610},{"type":574,"tag":402,"props":10359,"children":10360},{"style":2582},[10361],{"type":579,"value":1484},{"type":574,"tag":402,"props":10363,"children":10364},{"style":865},[10365],{"type":579,"value":1941},{"type":574,"tag":402,"props":10367,"children":10369},{"class":404,"line":10368},343,[10370,10374,10378,10382,10386],{"type":574,"tag":402,"props":10371,"children":10372},{"style":3992},[10373],{"type":579,"value":6252},{"type":574,"tag":402,"props":10375,"children":10376},{"style":2582},[10377],{"type":579,"value":1455},{"type":574,"tag":402,"props":10379,"children":10380},{"style":865},[10381],{"type":579,"value":4322},{"type":574,"tag":402,"props":10383,"children":10384},{"style":2582},[10385],{"type":579,"value":1484},{"type":574,"tag":402,"props":10387,"children":10388},{"style":865},[10389],{"type":579,"value":1941},{"type":574,"tag":402,"props":10391,"children":10393},{"class":404,"line":10392},344,[10394,10399,10403,10407,10411],{"type":574,"tag":402,"props":10395,"children":10396},{"style":3992},[10397],{"type":579,"value":10398},"    setError",{"type":574,"tag":402,"props":10400,"children":10401},{"style":2582},[10402],{"type":579,"value":1455},{"type":574,"tag":402,"props":10404,"children":10405},{"style":865},[10406],{"type":579,"value":4322},{"type":574,"tag":402,"props":10408,"children":10409},{"style":2582},[10410],{"type":579,"value":1484},{"type":574,"tag":402,"props":10412,"children":10413},{"style":865},[10414],{"type":579,"value":1941},{"type":574,"tag":402,"props":10416,"children":10418},{"class":404,"line":10417},345,[10419,10423,10427,10431,10435],{"type":574,"tag":402,"props":10420,"children":10421},{"style":865},[10422],{"type":579,"value":5602},{"type":574,"tag":402,"props":10424,"children":10425},{"style":2582},[10426],{"type":579,"value":3721},{"type":574,"tag":402,"props":10428,"children":10429},{"style":1531},[10430],{"type":579,"value":4506},{"type":574,"tag":402,"props":10432,"children":10433},{"style":2582},[10434],{"type":579,"value":6490},{"type":574,"tag":402,"props":10436,"children":10437},{"style":865},[10438],{"type":579,"value":1941},{"type":574,"tag":402,"props":10440,"children":10442},{"class":404,"line":10441},346,[10443],{"type":574,"tag":402,"props":10444,"children":10445},{"emptyLinePlaceholder":2085},[10446],{"type":579,"value":2088},{"type":574,"tag":402,"props":10448,"children":10450},{"class":404,"line":10449},347,[10451,10455,10460,10464,10468],{"type":574,"tag":402,"props":10452,"children":10453},{"style":1382},[10454],{"type":579,"value":3932},{"type":574,"tag":402,"props":10456,"children":10457},{"style":1531},[10458],{"type":579,"value":10459}," downloadRecording",{"type":574,"tag":402,"props":10461,"children":10462},{"style":865},[10463],{"type":579,"value":1528},{"type":574,"tag":402,"props":10465,"children":10466},{"style":3992},[10467],{"type":579,"value":2011},{"type":574,"tag":402,"props":10469,"children":10470},{"style":2582},[10471],{"type":579,"value":4393},{"type":574,"tag":402,"props":10473,"children":10475},{"class":404,"line":10474},348,[10476,10480,10484,10488,10492,10497,10501,10505,10509],{"type":574,"tag":402,"props":10477,"children":10478},{"style":865},[10479],{"type":579,"value":6536},{"type":574,"tag":402,"props":10481,"children":10482},{"style":1458},[10483],{"type":579,"value":1461},{"type":574,"tag":402,"props":10485,"children":10486},{"style":865},[10487],{"type":579,"value":1528},{"type":574,"tag":402,"props":10489,"children":10490},{"style":865},[10491],{"type":579,"value":1547},{"type":574,"tag":402,"props":10493,"children":10494},{"style":1550},[10495],{"type":579,"value":10496},"recording.webm",{"type":574,"tag":402,"props":10498,"children":10499},{"style":865},[10500],{"type":579,"value":1936},{"type":574,"tag":402,"props":10502,"children":10503},{"style":865},[10504],{"type":579,"value":1484},{"type":574,"tag":402,"props":10506,"children":10507},{"style":1382},[10508],{"type":579,"value":1385},{"type":574,"tag":402,"props":10510,"children":10511},{"style":865},[10512],{"type":579,"value":2523},{"type":574,"tag":402,"props":10514,"children":10516},{"class":404,"line":10515},349,[10517,10521,10525,10529,10533,10537,10541],{"type":574,"tag":402,"props":10518,"children":10519},{"style":1970},[10520],{"type":579,"value":6570},{"type":574,"tag":402,"props":10522,"children":10523},{"style":2582},[10524],{"type":579,"value":3591},{"type":574,"tag":402,"props":10526,"children":10527},{"style":865},[10528],{"type":579,"value":5673},{"type":574,"tag":402,"props":10530,"children":10531},{"style":1531},[10532],{"type":579,"value":4506},{"type":574,"tag":402,"props":10534,"children":10535},{"style":2582},[10536],{"type":579,"value":5449},{"type":574,"tag":402,"props":10538,"children":10539},{"style":1970},[10540],{"type":579,"value":5709},{"type":574,"tag":402,"props":10542,"children":10543},{"style":865},[10544],{"type":579,"value":1941},{"type":574,"tag":402,"props":10546,"children":10548},{"class":404,"line":10547},350,[10549],{"type":574,"tag":402,"props":10550,"children":10551},{"emptyLinePlaceholder":2085},[10552],{"type":579,"value":2088},{"type":574,"tag":402,"props":10554,"children":10556},{"class":404,"line":10555},351,[10557,10561,10566,10570,10575,10579,10584,10588,10592,10597,10601,10605],{"type":574,"tag":402,"props":10558,"children":10559},{"style":1382},[10560],{"type":579,"value":5463},{"type":574,"tag":402,"props":10562,"children":10563},{"style":1531},[10564],{"type":579,"value":10565}," link",{"type":574,"tag":402,"props":10567,"children":10568},{"style":865},[10569],{"type":579,"value":1528},{"type":574,"tag":402,"props":10571,"children":10572},{"style":1531},[10573],{"type":579,"value":10574}," document",{"type":574,"tag":402,"props":10576,"children":10577},{"style":865},[10578],{"type":579,"value":628},{"type":574,"tag":402,"props":10580,"children":10581},{"style":3992},[10582],{"type":579,"value":10583},"createElement",{"type":574,"tag":402,"props":10585,"children":10586},{"style":2582},[10587],{"type":579,"value":1455},{"type":574,"tag":402,"props":10589,"children":10590},{"style":865},[10591],{"type":579,"value":1936},{"type":574,"tag":402,"props":10593,"children":10594},{"style":1550},[10595],{"type":579,"value":10596},"a",{"type":574,"tag":402,"props":10598,"children":10599},{"style":865},[10600],{"type":579,"value":1936},{"type":574,"tag":402,"props":10602,"children":10603},{"style":2582},[10604],{"type":579,"value":1484},{"type":574,"tag":402,"props":10606,"children":10607},{"style":865},[10608],{"type":579,"value":1941},{"type":574,"tag":402,"props":10610,"children":10612},{"class":404,"line":10611},352,[10613,10618,10622,10627,10631,10636],{"type":574,"tag":402,"props":10614,"children":10615},{"style":1531},[10616],{"type":579,"value":10617},"      link",{"type":574,"tag":402,"props":10619,"children":10620},{"style":865},[10621],{"type":579,"value":628},{"type":574,"tag":402,"props":10623,"children":10624},{"style":1531},[10625],{"type":579,"value":10626},"href",{"type":574,"tag":402,"props":10628,"children":10629},{"style":865},[10630],{"type":579,"value":1528},{"type":574,"tag":402,"props":10632,"children":10633},{"style":1531},[10634],{"type":579,"value":10635}," audioUrl",{"type":574,"tag":402,"props":10637,"children":10638},{"style":865},[10639],{"type":579,"value":1941},{"type":574,"tag":402,"props":10641,"children":10643},{"class":404,"line":10642},353,[10644,10648,10652,10657,10661,10666],{"type":574,"tag":402,"props":10645,"children":10646},{"style":1531},[10647],{"type":579,"value":10617},{"type":574,"tag":402,"props":10649,"children":10650},{"style":865},[10651],{"type":579,"value":628},{"type":574,"tag":402,"props":10653,"children":10654},{"style":1531},[10655],{"type":579,"value":10656},"download",{"type":574,"tag":402,"props":10658,"children":10659},{"style":865},[10660],{"type":579,"value":1528},{"type":574,"tag":402,"props":10662,"children":10663},{"style":1531},[10664],{"type":579,"value":10665}," filename",{"type":574,"tag":402,"props":10667,"children":10668},{"style":865},[10669],{"type":579,"value":1941},{"type":574,"tag":402,"props":10671,"children":10673},{"class":404,"line":10672},354,[10674,10679,10683,10688,10692,10697,10701,10706,10710],{"type":574,"tag":402,"props":10675,"children":10676},{"style":1531},[10677],{"type":579,"value":10678},"      document",{"type":574,"tag":402,"props":10680,"children":10681},{"style":865},[10682],{"type":579,"value":628},{"type":574,"tag":402,"props":10684,"children":10685},{"style":1531},[10686],{"type":579,"value":10687},"body",{"type":574,"tag":402,"props":10689,"children":10690},{"style":865},[10691],{"type":579,"value":628},{"type":574,"tag":402,"props":10693,"children":10694},{"style":3992},[10695],{"type":579,"value":10696},"appendChild",{"type":574,"tag":402,"props":10698,"children":10699},{"style":2582},[10700],{"type":579,"value":1455},{"type":574,"tag":402,"props":10702,"children":10703},{"style":1531},[10704],{"type":579,"value":10705},"link",{"type":574,"tag":402,"props":10707,"children":10708},{"style":2582},[10709],{"type":579,"value":1484},{"type":574,"tag":402,"props":10711,"children":10712},{"style":865},[10713],{"type":579,"value":1941},{"type":574,"tag":402,"props":10715,"children":10717},{"class":404,"line":10716},355,[10718,10722,10726,10731,10735],{"type":574,"tag":402,"props":10719,"children":10720},{"style":1531},[10721],{"type":579,"value":10617},{"type":574,"tag":402,"props":10723,"children":10724},{"style":865},[10725],{"type":579,"value":628},{"type":574,"tag":402,"props":10727,"children":10728},{"style":3992},[10729],{"type":579,"value":10730},"click",{"type":574,"tag":402,"props":10732,"children":10733},{"style":2582},[10734],{"type":579,"value":1379},{"type":574,"tag":402,"props":10736,"children":10737},{"style":865},[10738],{"type":579,"value":1941},{"type":574,"tag":402,"props":10740,"children":10742},{"class":404,"line":10741},356,[10743,10747,10751,10755,10759,10764,10768,10772,10776],{"type":574,"tag":402,"props":10744,"children":10745},{"style":1531},[10746],{"type":579,"value":10678},{"type":574,"tag":402,"props":10748,"children":10749},{"style":865},[10750],{"type":579,"value":628},{"type":574,"tag":402,"props":10752,"children":10753},{"style":1531},[10754],{"type":579,"value":10687},{"type":574,"tag":402,"props":10756,"children":10757},{"style":865},[10758],{"type":579,"value":628},{"type":574,"tag":402,"props":10760,"children":10761},{"style":3992},[10762],{"type":579,"value":10763},"removeChild",{"type":574,"tag":402,"props":10765,"children":10766},{"style":2582},[10767],{"type":579,"value":1455},{"type":574,"tag":402,"props":10769,"children":10770},{"style":1531},[10771],{"type":579,"value":10705},{"type":574,"tag":402,"props":10773,"children":10774},{"style":2582},[10775],{"type":579,"value":1484},{"type":574,"tag":402,"props":10777,"children":10778},{"style":865},[10779],{"type":579,"value":1941},{"type":574,"tag":402,"props":10781,"children":10783},{"class":404,"line":10782},357,[10784],{"type":574,"tag":402,"props":10785,"children":10786},{"style":865},[10787],{"type":579,"value":7087},{"type":574,"tag":402,"props":10789,"children":10791},{"class":404,"line":10790},358,[10792,10796,10800,10804],{"type":574,"tag":402,"props":10793,"children":10794},{"style":2582},[10795],{"type":579,"value":7096},{"type":574,"tag":402,"props":10797,"children":10798},{"style":1531},[10799],{"type":579,"value":4506},{"type":574,"tag":402,"props":10801,"children":10802},{"style":2582},[10803],{"type":579,"value":3731},{"type":574,"tag":402,"props":10805,"children":10806},{"style":865},[10807],{"type":579,"value":4047},{"type":574,"tag":402,"props":10809,"children":10811},{"class":404,"line":10810},359,[10812,10816],{"type":574,"tag":402,"props":10813,"children":10814},{"style":2582},[10815],{"type":579,"value":4411},{"type":574,"tag":402,"props":10817,"children":10818},{"style":865},[10819],{"type":579,"value":1941},{"type":574,"tag":402,"props":10821,"children":10823},{"class":404,"line":10822},360,[10824],{"type":574,"tag":402,"props":10825,"children":10826},{"emptyLinePlaceholder":2085},[10827],{"type":579,"value":2088},{"type":574,"tag":402,"props":10829,"children":10831},{"class":404,"line":10830},361,[10832],{"type":574,"tag":402,"props":10833,"children":10834},{"style":2094},[10835],{"type":579,"value":10836},"  // Cleanup on unmount\n",{"type":574,"tag":402,"props":10838,"children":10840},{"class":404,"line":10839},362,[10841,10846,10850,10854,10858],{"type":574,"tag":402,"props":10842,"children":10843},{"style":3992},[10844],{"type":579,"value":10845},"  useEffect",{"type":574,"tag":402,"props":10847,"children":10848},{"style":2582},[10849],{"type":579,"value":1455},{"type":574,"tag":402,"props":10851,"children":10852},{"style":865},[10853],{"type":579,"value":1379},{"type":574,"tag":402,"props":10855,"children":10856},{"style":1382},[10857],{"type":579,"value":1385},{"type":574,"tag":402,"props":10859,"children":10860},{"style":865},[10861],{"type":579,"value":2523},{"type":574,"tag":402,"props":10863,"children":10865},{"class":404,"line":10864},363,[10866,10871,10875,10879],{"type":574,"tag":402,"props":10867,"children":10868},{"style":1970},[10869],{"type":579,"value":10870},"    return",{"type":574,"tag":402,"props":10872,"children":10873},{"style":865},[10874],{"type":579,"value":3391},{"type":574,"tag":402,"props":10876,"children":10877},{"style":1382},[10878],{"type":579,"value":1385},{"type":574,"tag":402,"props":10880,"children":10881},{"style":865},[10882],{"type":579,"value":2523},{"type":574,"tag":402,"props":10884,"children":10886},{"class":404,"line":10885},364,[10887,10891,10895,10899,10903,10907,10911],{"type":574,"tag":402,"props":10888,"children":10889},{"style":1970},[10890],{"type":579,"value":6570},{"type":574,"tag":402,"props":10892,"children":10893},{"style":2582},[10894],{"type":579,"value":3591},{"type":574,"tag":402,"props":10896,"children":10897},{"style":1531},[10898],{"type":579,"value":8163},{"type":574,"tag":402,"props":10900,"children":10901},{"style":865},[10902],{"type":579,"value":628},{"type":574,"tag":402,"props":10904,"children":10905},{"style":1531},[10906],{"type":579,"value":5444},{"type":574,"tag":402,"props":10908,"children":10909},{"style":2582},[10910],{"type":579,"value":5449},{"type":574,"tag":402,"props":10912,"children":10913},{"style":865},[10914],{"type":579,"value":5454},{"type":574,"tag":402,"props":10916,"children":10918},{"class":404,"line":10917},365,[10919,10924,10928,10932,10936,10940,10944],{"type":574,"tag":402,"props":10920,"children":10921},{"style":3992},[10922],{"type":579,"value":10923},"        clearInterval",{"type":574,"tag":402,"props":10925,"children":10926},{"style":2582},[10927],{"type":579,"value":1455},{"type":574,"tag":402,"props":10929,"children":10930},{"style":1531},[10931],{"type":579,"value":8163},{"type":574,"tag":402,"props":10933,"children":10934},{"style":865},[10935],{"type":579,"value":628},{"type":574,"tag":402,"props":10937,"children":10938},{"style":1531},[10939],{"type":579,"value":5444},{"type":574,"tag":402,"props":10941,"children":10942},{"style":2582},[10943],{"type":579,"value":1484},{"type":574,"tag":402,"props":10945,"children":10946},{"style":865},[10947],{"type":579,"value":1941},{"type":574,"tag":402,"props":10949,"children":10951},{"class":404,"line":10950},366,[10952],{"type":574,"tag":402,"props":10953,"children":10954},{"style":865},[10955],{"type":579,"value":7078},{"type":574,"tag":402,"props":10957,"children":10959},{"class":404,"line":10958},367,[10960,10964,10968,10972,10976,10980,10984],{"type":574,"tag":402,"props":10961,"children":10962},{"style":1970},[10963],{"type":579,"value":6570},{"type":574,"tag":402,"props":10965,"children":10966},{"style":2582},[10967],{"type":579,"value":3591},{"type":574,"tag":402,"props":10969,"children":10970},{"style":1531},[10971],{"type":579,"value":8271},{"type":574,"tag":402,"props":10973,"children":10974},{"style":865},[10975],{"type":579,"value":628},{"type":574,"tag":402,"props":10977,"children":10978},{"style":1531},[10979],{"type":579,"value":5444},{"type":574,"tag":402,"props":10981,"children":10982},{"style":2582},[10983],{"type":579,"value":5449},{"type":574,"tag":402,"props":10985,"children":10986},{"style":865},[10987],{"type":579,"value":5454},{"type":574,"tag":402,"props":10989,"children":10991},{"class":404,"line":10990},368,[10992,10997,11001,11005,11009,11013,11017],{"type":574,"tag":402,"props":10993,"children":10994},{"style":3992},[10995],{"type":579,"value":10996},"        cancelAnimationFrame",{"type":574,"tag":402,"props":10998,"children":10999},{"style":2582},[11000],{"type":579,"value":1455},{"type":574,"tag":402,"props":11002,"children":11003},{"style":1531},[11004],{"type":579,"value":8271},{"type":574,"tag":402,"props":11006,"children":11007},{"style":865},[11008],{"type":579,"value":628},{"type":574,"tag":402,"props":11010,"children":11011},{"style":1531},[11012],{"type":579,"value":5444},{"type":574,"tag":402,"props":11014,"children":11015},{"style":2582},[11016],{"type":579,"value":1484},{"type":574,"tag":402,"props":11018,"children":11019},{"style":865},[11020],{"type":579,"value":1941},{"type":574,"tag":402,"props":11022,"children":11024},{"class":404,"line":11023},369,[11025],{"type":574,"tag":402,"props":11026,"children":11027},{"style":865},[11028],{"type":579,"value":7078},{"type":574,"tag":402,"props":11030,"children":11032},{"class":404,"line":11031},370,[11033,11037,11041,11045,11049],{"type":574,"tag":402,"props":11034,"children":11035},{"style":1970},[11036],{"type":579,"value":6570},{"type":574,"tag":402,"props":11038,"children":11039},{"style":2582},[11040],{"type":579,"value":3591},{"type":574,"tag":402,"props":11042,"children":11043},{"style":1531},[11044],{"type":579,"value":4272},{"type":574,"tag":402,"props":11046,"children":11047},{"style":2582},[11048],{"type":579,"value":5449},{"type":574,"tag":402,"props":11050,"children":11051},{"style":865},[11052],{"type":579,"value":5454},{"type":574,"tag":402,"props":11054,"children":11056},{"class":404,"line":11055},371,[11057,11062,11066,11070,11074,11078,11082,11086,11090,11094,11098,11102,11106,11110,11114,11118],{"type":574,"tag":402,"props":11058,"children":11059},{"style":1531},[11060],{"type":579,"value":11061},"        stream",{"type":574,"tag":402,"props":11063,"children":11064},{"style":865},[11065],{"type":579,"value":628},{"type":574,"tag":402,"props":11067,"children":11068},{"style":3992},[11069],{"type":579,"value":9632},{"type":574,"tag":402,"props":11071,"children":11072},{"style":2582},[11073],{"type":579,"value":1379},{"type":574,"tag":402,"props":11075,"children":11076},{"style":865},[11077],{"type":579,"value":628},{"type":574,"tag":402,"props":11079,"children":11080},{"style":3992},[11081],{"type":579,"value":9645},{"type":574,"tag":402,"props":11083,"children":11084},{"style":2582},[11085],{"type":579,"value":1455},{"type":574,"tag":402,"props":11087,"children":11088},{"style":865},[11089],{"type":579,"value":1455},{"type":574,"tag":402,"props":11091,"children":11092},{"style":1458},[11093],{"type":579,"value":9658},{"type":574,"tag":402,"props":11095,"children":11096},{"style":865},[11097],{"type":579,"value":1484},{"type":574,"tag":402,"props":11099,"children":11100},{"style":1382},[11101],{"type":579,"value":1385},{"type":574,"tag":402,"props":11103,"children":11104},{"style":1531},[11105],{"type":579,"value":9671},{"type":574,"tag":402,"props":11107,"children":11108},{"style":865},[11109],{"type":579,"value":628},{"type":574,"tag":402,"props":11111,"children":11112},{"style":3992},[11113],{"type":579,"value":9566},{"type":574,"tag":402,"props":11115,"children":11116},{"style":2582},[11117],{"type":579,"value":9684},{"type":574,"tag":402,"props":11119,"children":11120},{"style":865},[11121],{"type":579,"value":1941},{"type":574,"tag":402,"props":11123,"children":11125},{"class":404,"line":11124},372,[11126],{"type":574,"tag":402,"props":11127,"children":11128},{"style":865},[11129],{"type":579,"value":7078},{"type":574,"tag":402,"props":11131,"children":11133},{"class":404,"line":11132},373,[11134,11138,11142,11146,11150,11154,11158],{"type":574,"tag":402,"props":11135,"children":11136},{"style":1970},[11137],{"type":579,"value":6570},{"type":574,"tag":402,"props":11139,"children":11140},{"style":2582},[11141],{"type":579,"value":3591},{"type":574,"tag":402,"props":11143,"children":11144},{"style":1531},[11145],{"type":579,"value":9745},{"type":574,"tag":402,"props":11147,"children":11148},{"style":865},[11149],{"type":579,"value":628},{"type":574,"tag":402,"props":11151,"children":11152},{"style":1531},[11153],{"type":579,"value":5444},{"type":574,"tag":402,"props":11155,"children":11156},{"style":2582},[11157],{"type":579,"value":5449},{"type":574,"tag":402,"props":11159,"children":11160},{"style":865},[11161],{"type":579,"value":5454},{"type":574,"tag":402,"props":11163,"children":11165},{"class":404,"line":11164},374,[11166,11170,11174,11178,11182,11186,11190],{"type":574,"tag":402,"props":11167,"children":11168},{"style":1531},[11169],{"type":579,"value":6624},{"type":574,"tag":402,"props":11171,"children":11172},{"style":865},[11173],{"type":579,"value":628},{"type":574,"tag":402,"props":11175,"children":11176},{"style":1531},[11177],{"type":579,"value":5444},{"type":574,"tag":402,"props":11179,"children":11180},{"style":865},[11181],{"type":579,"value":628},{"type":574,"tag":402,"props":11183,"children":11184},{"style":3992},[11185],{"type":579,"value":9787},{"type":574,"tag":402,"props":11187,"children":11188},{"style":2582},[11189],{"type":579,"value":1379},{"type":574,"tag":402,"props":11191,"children":11192},{"style":865},[11193],{"type":579,"value":1941},{"type":574,"tag":402,"props":11195,"children":11197},{"class":404,"line":11196},375,[11198],{"type":574,"tag":402,"props":11199,"children":11200},{"style":865},[11201],{"type":579,"value":7078},{"type":574,"tag":402,"props":11203,"children":11205},{"class":404,"line":11204},376,[11206,11210,11214,11218,11222],{"type":574,"tag":402,"props":11207,"children":11208},{"style":1970},[11209],{"type":579,"value":6570},{"type":574,"tag":402,"props":11211,"children":11212},{"style":2582},[11213],{"type":579,"value":3591},{"type":574,"tag":402,"props":11215,"children":11216},{"style":1531},[11217],{"type":579,"value":4506},{"type":574,"tag":402,"props":11219,"children":11220},{"style":2582},[11221],{"type":579,"value":5449},{"type":574,"tag":402,"props":11223,"children":11224},{"style":865},[11225],{"type":579,"value":5454},{"type":574,"tag":402,"props":11227,"children":11229},{"class":404,"line":11228},377,[11230,11235,11239,11243,11247,11251,11255],{"type":574,"tag":402,"props":11231,"children":11232},{"style":1531},[11233],{"type":579,"value":11234},"        URL",{"type":574,"tag":402,"props":11236,"children":11237},{"style":865},[11238],{"type":579,"value":628},{"type":574,"tag":402,"props":11240,"children":11241},{"style":3992},[11242],{"type":579,"value":10266},{"type":574,"tag":402,"props":11244,"children":11245},{"style":2582},[11246],{"type":579,"value":1455},{"type":574,"tag":402,"props":11248,"children":11249},{"style":1531},[11250],{"type":579,"value":4506},{"type":574,"tag":402,"props":11252,"children":11253},{"style":2582},[11254],{"type":579,"value":1484},{"type":574,"tag":402,"props":11256,"children":11257},{"style":865},[11258],{"type":579,"value":1941},{"type":574,"tag":402,"props":11260,"children":11262},{"class":404,"line":11261},378,[11263],{"type":574,"tag":402,"props":11264,"children":11265},{"style":865},[11266],{"type":579,"value":7078},{"type":574,"tag":402,"props":11268,"children":11270},{"class":404,"line":11269},379,[11271],{"type":574,"tag":402,"props":11272,"children":11273},{"style":865},[11274],{"type":579,"value":11275},"    };\n",{"type":574,"tag":402,"props":11277,"children":11279},{"class":404,"line":11278},380,[11280,11284,11288,11292,11296,11300,11304],{"type":574,"tag":402,"props":11281,"children":11282},{"style":865},[11283],{"type":579,"value":5602},{"type":574,"tag":402,"props":11285,"children":11286},{"style":2582},[11287],{"type":579,"value":3721},{"type":574,"tag":402,"props":11289,"children":11290},{"style":1531},[11291],{"type":579,"value":4272},{"type":574,"tag":402,"props":11293,"children":11294},{"style":865},[11295],{"type":579,"value":1988},{"type":574,"tag":402,"props":11297,"children":11298},{"style":1531},[11299],{"type":579,"value":10635},{"type":574,"tag":402,"props":11301,"children":11302},{"style":2582},[11303],{"type":579,"value":6490},{"type":574,"tag":402,"props":11305,"children":11306},{"style":865},[11307],{"type":579,"value":1941},{"type":574,"tag":402,"props":11309,"children":11311},{"class":404,"line":11310},381,[11312],{"type":574,"tag":402,"props":11313,"children":11314},{"emptyLinePlaceholder":2085},[11315],{"type":579,"value":2088},{"type":574,"tag":402,"props":11317,"children":11319},{"class":404,"line":11318},382,[11320,11325],{"type":574,"tag":402,"props":11321,"children":11322},{"style":1970},[11323],{"type":579,"value":11324},"  return",{"type":574,"tag":402,"props":11326,"children":11327},{"style":865},[11328],{"type":579,"value":2523},{"type":574,"tag":402,"props":11330,"children":11332},{"class":404,"line":11331},383,[11333,11337],{"type":574,"tag":402,"props":11334,"children":11335},{"style":1531},[11336],{"type":579,"value":9337},{"type":574,"tag":402,"props":11338,"children":11339},{"style":865},[11340],{"type":579,"value":4047},{"type":574,"tag":402,"props":11342,"children":11344},{"class":404,"line":11343},384,[11345,11350],{"type":574,"tag":402,"props":11346,"children":11347},{"style":1531},[11348],{"type":579,"value":11349},"    isRecording",{"type":574,"tag":402,"props":11351,"children":11352},{"style":865},[11353],{"type":579,"value":4047},{"type":574,"tag":402,"props":11355,"children":11357},{"class":404,"line":11356},385,[11358,11363],{"type":574,"tag":402,"props":11359,"children":11360},{"style":1531},[11361],{"type":579,"value":11362},"    isPaused",{"type":574,"tag":402,"props":11364,"children":11365},{"style":865},[11366],{"type":579,"value":4047},{"type":574,"tag":402,"props":11368,"children":11370},{"class":404,"line":11369},386,[11371,11376],{"type":574,"tag":402,"props":11372,"children":11373},{"style":1531},[11374],{"type":579,"value":11375},"    stream",{"type":574,"tag":402,"props":11377,"children":11378},{"style":865},[11379],{"type":579,"value":4047},{"type":574,"tag":402,"props":11381,"children":11383},{"class":404,"line":11382},387,[11384,11389],{"type":574,"tag":402,"props":11385,"children":11386},{"style":1531},[11387],{"type":579,"value":11388},"    mediaRecorder",{"type":574,"tag":402,"props":11390,"children":11391},{"style":865},[11392],{"type":579,"value":4047},{"type":574,"tag":402,"props":11394,"children":11396},{"class":404,"line":11395},388,[11397,11402],{"type":574,"tag":402,"props":11398,"children":11399},{"style":1531},[11400],{"type":579,"value":11401},"    audioBlob",{"type":574,"tag":402,"props":11403,"children":11404},{"style":865},[11405],{"type":579,"value":4047},{"type":574,"tag":402,"props":11407,"children":11409},{"class":404,"line":11408},389,[11410,11415],{"type":574,"tag":402,"props":11411,"children":11412},{"style":1531},[11413],{"type":579,"value":11414},"    audioUrl",{"type":574,"tag":402,"props":11416,"children":11417},{"style":865},[11418],{"type":579,"value":4047},{"type":574,"tag":402,"props":11420,"children":11422},{"class":404,"line":11421},390,[11423,11428],{"type":574,"tag":402,"props":11424,"children":11425},{"style":1531},[11426],{"type":579,"value":11427},"    duration",{"type":574,"tag":402,"props":11429,"children":11430},{"style":865},[11431],{"type":579,"value":4047},{"type":574,"tag":402,"props":11433,"children":11435},{"class":404,"line":11434},391,[11436,11441],{"type":574,"tag":402,"props":11437,"children":11438},{"style":1531},[11439],{"type":579,"value":11440},"    error",{"type":574,"tag":402,"props":11442,"children":11443},{"style":865},[11444],{"type":579,"value":4047},{"type":574,"tag":402,"props":11446,"children":11448},{"class":404,"line":11447},392,[11449,11454],{"type":574,"tag":402,"props":11450,"children":11451},{"style":1531},[11452],{"type":579,"value":11453},"    analysisData",{"type":574,"tag":402,"props":11455,"children":11456},{"style":865},[11457],{"type":579,"value":4047},{"type":574,"tag":402,"props":11459,"children":11461},{"class":404,"line":11460},393,[11462,11467],{"type":574,"tag":402,"props":11463,"children":11464},{"style":1531},[11465],{"type":579,"value":11466},"    startRecording",{"type":574,"tag":402,"props":11468,"children":11469},{"style":865},[11470],{"type":579,"value":4047},{"type":574,"tag":402,"props":11472,"children":11474},{"class":404,"line":11473},394,[11475,11480],{"type":574,"tag":402,"props":11476,"children":11477},{"style":1531},[11478],{"type":579,"value":11479},"    stopRecording",{"type":574,"tag":402,"props":11481,"children":11482},{"style":865},[11483],{"type":579,"value":4047},{"type":574,"tag":402,"props":11485,"children":11487},{"class":404,"line":11486},395,[11488,11493],{"type":574,"tag":402,"props":11489,"children":11490},{"style":1531},[11491],{"type":579,"value":11492},"    pauseRecording",{"type":574,"tag":402,"props":11494,"children":11495},{"style":865},[11496],{"type":579,"value":4047},{"type":574,"tag":402,"props":11498,"children":11500},{"class":404,"line":11499},396,[11501,11506],{"type":574,"tag":402,"props":11502,"children":11503},{"style":1531},[11504],{"type":579,"value":11505},"    resumeRecording",{"type":574,"tag":402,"props":11507,"children":11508},{"style":865},[11509],{"type":579,"value":4047},{"type":574,"tag":402,"props":11511,"children":11513},{"class":404,"line":11512},397,[11514,11519],{"type":574,"tag":402,"props":11515,"children":11516},{"style":1531},[11517],{"type":579,"value":11518},"    clearRecording",{"type":574,"tag":402,"props":11520,"children":11521},{"style":865},[11522],{"type":579,"value":4047},{"type":574,"tag":402,"props":11524,"children":11526},{"class":404,"line":11525},398,[11527,11532],{"type":574,"tag":402,"props":11528,"children":11529},{"style":1531},[11530],{"type":579,"value":11531},"    downloadRecording",{"type":574,"tag":402,"props":11533,"children":11534},{"style":865},[11535],{"type":579,"value":4047},{"type":574,"tag":402,"props":11537,"children":11539},{"class":404,"line":11538},399,[11540],{"type":574,"tag":402,"props":11541,"children":11542},{"style":865},[11543],{"type":579,"value":11544},"  };\n",{"type":574,"tag":402,"props":11546,"children":11548},{"class":404,"line":11547},400,[11549],{"type":574,"tag":402,"props":11550,"children":11551},{"style":865},[11552],{"type":579,"value":11553},"};\n",{"type":574,"tag":392,"props":11555,"children":11560},{"className":11556,"code":11557,"filename":11558,"language":11559,"meta":360,"style":360},"language-js shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import { useState, useEffect, useRef, useCallback } from \"react\";\nimport { withDefaults } from \"./with-defaults\";\nexport const useAudioRecorder = (options = {}) => {\n  const { audioBitsPerSecond, mimeType, timeslice, enableAnalysis, fftSize } =\n    withDefaults(options, {\n      audioBitsPerSecond: 128000,\n      mimeType: \"audio/webm\",\n      enableAnalysis: false,\n      fftSize: 2048,\n    });\n  const [isRecording, setIsRecording] = useState(false);\n  const [isPaused, setIsPaused] = useState(false);\n  const [stream, setStream] = useState(null);\n  const [mediaRecorder, setMediaRecorder] = useState(null);\n  const [audioBlob, setAudioBlob] = useState(null);\n  const [audioUrl, setAudioUrl] = useState(null);\n  const [duration, setDuration] = useState(0);\n  const [error, setError] = useState(null);\n  const [analysisData, setAnalysisData] = useState(null);\n  const chunksRef = useRef([]);\n  const startTimeRef = useRef(0);\n  const pausedTimeRef = useRef(0);\n  const intervalRef = useRef(null);\n  const audioContextRef = useRef(null);\n  const analyserRef = useRef(null);\n  const sourceRef = useRef(null);\n  const animationFrameRef = useRef(null);\n  const isSupported =\n    typeof navigator !== \"undefined\" &&\n    !!navigator.mediaDevices &&\n    !!navigator.mediaDevices.getUserMedia &&\n    !!window.MediaRecorder;\n  const updateDuration = useCallback(() => {\n    if (startTimeRef.current) {\n      const elapsed = Date.now() - startTimeRef.current - pausedTimeRef.current;\n      setDuration(Math.floor(elapsed / 1000));\n    }\n  }, []);\n  const analyzeAudio = useCallback(() => {\n    if (!analyserRef.current || !enableAnalysis) return;\n    const frequencyData = new Uint8Array(analyserRef.current.frequencyBinCount);\n    const timeData = new Uint8Array(analyserRef.current.fftSize);\n    analyserRef.current.getByteFrequencyData(frequencyData);\n    analyserRef.current.getByteTimeDomainData(timeData);\n    let sum = 0;\n    for (let i = 0; i \u003C timeData.length; i++) {\n      const sample = ((timeData[i] ?? 0) - 128) / 128;\n      sum += sample * sample;\n    }\n    const volume = Math.sqrt(sum / timeData.length);\n    setAnalysisData({\n      frequencyData: frequencyData.slice(),\n      timeData: timeData.slice(),\n      volume,\n    });\n    if (isRecording && !isPaused) {\n      animationFrameRef.current = requestAnimationFrame(analyzeAudio);\n    }\n  }, [isRecording, isPaused, enableAnalysis]);\n  const setupAudioAnalysis = useCallback(\n    (mediaStream) => {\n      if (!enableAnalysis) return;\n      try {\n        audioContextRef.current = new (\n          window.AudioContext || window.webkitAudioContext\n        )();\n        analyserRef.current = audioContextRef.current.createAnalyser();\n        sourceRef.current =\n          audioContextRef.current.createMediaStreamSource(mediaStream);\n        analyserRef.current.fftSize = fftSize;\n        analyserRef.current.smoothingTimeConstant = 0.8;\n        sourceRef.current.connect(analyserRef.current);\n        analyzeAudio();\n      } catch (err) {\n        console.warn(\"Failed to setup audio analysis:\", err);\n      }\n    },\n    [enableAnalysis, fftSize, analyzeAudio],\n  );\n  const startRecording = useCallback(async () => {\n    if (!isSupported) {\n      setError(\"Audio recording is not supported in this browser\");\n      return;\n    }\n    try {\n      setError(null);\n      const mediaStream = await navigator.mediaDevices.getUserMedia({\n        audio: {\n          echoCancellation: true,\n          noiseSuppression: true,\n          autoGainControl: true,\n        },\n      });\n      setStream(mediaStream);\n      setupAudioAnalysis(mediaStream);\n      const recorder = new MediaRecorder(mediaStream, {\n        audioBitsPerSecond,\n        mimeType: MediaRecorder.isTypeSupported(mimeType)\n          ? mimeType\n          : \"audio/webm\",\n      });\n      chunksRef.current = [];\n      recorder.ondataavailable = (event) => {\n        if (event.data.size > 0) {\n          chunksRef.current.push(event.data);\n        }\n      };\n      recorder.onstop = () => {\n        const blob = new Blob(chunksRef.current, { type: recorder.mimeType });\n        setAudioBlob(blob);\n        setAudioUrl(URL.createObjectURL(blob));\n        setIsRecording(false);\n        setIsPaused(false);\n        if (intervalRef.current) {\n          clearInterval(intervalRef.current);\n          intervalRef.current = null;\n        }\n        if (animationFrameRef.current) {\n          cancelAnimationFrame(animationFrameRef.current);\n          animationFrameRef.current = null;\n        }\n      };\n      recorder.onpause = () => {\n        setIsPaused(true);\n        pausedTimeRef.current += Date.now() - startTimeRef.current;\n        if (animationFrameRef.current) {\n          cancelAnimationFrame(animationFrameRef.current);\n          animationFrameRef.current = null;\n        }\n      };\n      recorder.onresume = () => {\n        setIsPaused(false);\n        startTimeRef.current = Date.now();\n        if (enableAnalysis) {\n          analyzeAudio();\n        }\n      };\n      recorder.onerror = (event) => {\n        setError(`Recording error: ${event.error?.message || \"Unknown error\"}`);\n        setIsRecording(false);\n        setIsPaused(false);\n      };\n      setMediaRecorder(recorder);\n      recorder.start(timeslice);\n      setIsRecording(true);\n      startTimeRef.current = Date.now();\n      pausedTimeRef.current = 0;\n      setDuration(0);\n      intervalRef.current = setInterval(updateDuration, 1000);\n    } catch (err) {\n      const errorMessage =\n        err instanceof Error ? err.message : \"Failed to start recording\";\n      setError(errorMessage);\n    }\n  }, [\n    isSupported,\n    audioBitsPerSecond,\n    mimeType,\n    timeslice,\n    setupAudioAnalysis,\n    updateDuration,\n    enableAnalysis,\n    analyzeAudio,\n  ]);\n  const stopRecording = useCallback(() => {\n    if (mediaRecorder && mediaRecorder.state !== \"inactive\") {\n      mediaRecorder.stop();\n    }\n    if (stream) {\n      stream.getTracks().forEach((track) => track.stop());\n      setStream(null);\n    }\n    if (audioContextRef.current) {\n      audioContextRef.current.close();\n      audioContextRef.current = null;\n    }\n  }, [mediaRecorder, stream]);\n  const pauseRecording = useCallback(() => {\n    if (mediaRecorder && mediaRecorder.state === \"recording\") {\n      mediaRecorder.pause();\n    }\n  }, [mediaRecorder]);\n  const resumeRecording = useCallback(() => {\n    if (mediaRecorder && mediaRecorder.state === \"paused\") {\n      mediaRecorder.resume();\n    }\n  }, [mediaRecorder]);\n  const clearRecording = useCallback(() => {\n    if (audioUrl) {\n      URL.revokeObjectURL(audioUrl);\n    }\n    setAudioBlob(null);\n    setAudioUrl(null);\n    setDuration(0);\n    setAnalysisData(null);\n    setError(null);\n  }, [audioUrl]);\n  const downloadRecording = useCallback(\n    (filename = \"recording.webm\") => {\n      if (!audioUrl) return;\n      const link = document.createElement(\"a\");\n      link.href = audioUrl;\n      link.download = filename;\n      document.body.appendChild(link);\n      link.click();\n      document.body.removeChild(link);\n    },\n    [audioUrl],\n  );\n  useEffect(() => {\n    return () => {\n      if (intervalRef.current) {\n        clearInterval(intervalRef.current);\n      }\n      if (animationFrameRef.current) {\n        cancelAnimationFrame(animationFrameRef.current);\n      }\n      if (stream) {\n        stream.getTracks().forEach((track) => track.stop());\n      }\n      if (audioContextRef.current) {\n        audioContextRef.current.close();\n      }\n      if (audioUrl) {\n        URL.revokeObjectURL(audioUrl);\n      }\n    };\n  }, [stream, audioUrl]);\n  return {\n    isSupported,\n    isRecording,\n    isPaused,\n    stream,\n    mediaRecorder,\n    audioBlob,\n    audioUrl,\n    duration,\n    error,\n    analysisData,\n    startRecording,\n    stopRecording,\n    pauseRecording,\n    resumeRecording,\n    clearRecording,\n    downloadRecording,\n  };\n};\n","use-deep-compare-effect.js","js",[11561],{"type":574,"tag":399,"props":11562,"children":11563},{"__ignoreMap":360},[11564,11627,11666,11710,11765,11788,11807,11834,11853,11872,11887,11938,11989,12040,12091,12142,12193,12244,12295,12346,12373,12408,12443,12478,12513,12548,12583,12618,12633,12664,12687,12718,12741,12776,12807,12874,12921,12928,12943,12978,13029,13084,13139,13178,13217,13240,13311,13382,13409,13416,13475,13490,13521,13552,13563,13578,13613,13652,13659,13698,13721,13744,13775,13786,13813,13845,13856,13903,13922,13961,13996,14031,14078,14093,14120,14167,14174,14181,14216,14227,14266,14293,14324,14335,14342,14353,14376,14423,14438,14457,14476,14495,14502,14517,14540,14563,14602,14613,14648,14659,14682,14697,14724,14763,14810,14857,14864,14871,14902,14981,15004,15043,15066,15089,15120,15151,15174,15181,15212,15243,15266,15273,15280,15311,15334,15389,15420,15451,15474,15481,15488,15519,15542,15581,15604,15619,15626,15633,15672,15739,15762,15785,15792,15815,15846,15869,15908,15935,15958,16005,16032,16047,16098,16121,16128,16139,16150,16161,16172,16183,16194,16205,16216,16227,16238,16273,16328,16351,16358,16381,16448,16471,16478,16509,16540,16563,16570,16601,16636,16691,16714,16721,16744,16779,16834,16857,16864,16887,16922,16945,16976,16983,17006,17029,17052,17075,17098,17121,17144,17183,17214,17265,17292,17319,17358,17381,17420,17427,17446,17457,17480,17499,17530,17561,17568,17599,17630,17637,17660,17727,17734,17765,17796,17803,17826,17857,17864,17871,17902,17913,17924,17935,17946,17957,17968,17979,17990,18001,18012,18023,18034,18045,18056,18067,18078,18089,18096],{"type":574,"tag":402,"props":11565,"children":11566},{"class":404,"line":405},[11567,11571,11575,11579,11583,11587,11591,11595,11599,11603,11607,11611,11615,11619,11623],{"type":574,"tag":402,"props":11568,"children":11569},{"style":1970},[11570],{"type":579,"value":1973},{"type":574,"tag":402,"props":11572,"children":11573},{"style":865},[11574],{"type":579,"value":1978},{"type":574,"tag":402,"props":11576,"children":11577},{"style":1531},[11578],{"type":579,"value":1983},{"type":574,"tag":402,"props":11580,"children":11581},{"style":865},[11582],{"type":579,"value":1988},{"type":574,"tag":402,"props":11584,"children":11585},{"style":1531},[11586],{"type":579,"value":1993},{"type":574,"tag":402,"props":11588,"children":11589},{"style":865},[11590],{"type":579,"value":1988},{"type":574,"tag":402,"props":11592,"children":11593},{"style":1531},[11594],{"type":579,"value":2002},{"type":574,"tag":402,"props":11596,"children":11597},{"style":865},[11598],{"type":579,"value":1988},{"type":574,"tag":402,"props":11600,"children":11601},{"style":1531},[11602],{"type":579,"value":2011},{"type":574,"tag":402,"props":11604,"children":11605},{"style":865},[11606],{"type":579,"value":2016},{"type":574,"tag":402,"props":11608,"children":11609},{"style":1970},[11610],{"type":579,"value":2021},{"type":574,"tag":402,"props":11612,"children":11613},{"style":865},[11614],{"type":579,"value":1547},{"type":574,"tag":402,"props":11616,"children":11617},{"style":1550},[11618],{"type":579,"value":2030},{"type":574,"tag":402,"props":11620,"children":11621},{"style":865},[11622],{"type":579,"value":1936},{"type":574,"tag":402,"props":11624,"children":11625},{"style":865},[11626],{"type":579,"value":1941},{"type":574,"tag":402,"props":11628,"children":11629},{"class":404,"line":546},[11630,11634,11638,11642,11646,11650,11654,11658,11662],{"type":574,"tag":402,"props":11631,"children":11632},{"style":1970},[11633],{"type":579,"value":1973},{"type":574,"tag":402,"props":11635,"children":11636},{"style":865},[11637],{"type":579,"value":1978},{"type":574,"tag":402,"props":11639,"children":11640},{"style":1531},[11641],{"type":579,"value":2054},{"type":574,"tag":402,"props":11643,"children":11644},{"style":865},[11645],{"type":579,"value":2016},{"type":574,"tag":402,"props":11647,"children":11648},{"style":1970},[11649],{"type":579,"value":2021},{"type":574,"tag":402,"props":11651,"children":11652},{"style":865},[11653],{"type":579,"value":1547},{"type":574,"tag":402,"props":11655,"children":11656},{"style":1550},[11657],{"type":579,"value":2071},{"type":574,"tag":402,"props":11659,"children":11660},{"style":865},[11661],{"type":579,"value":1936},{"type":574,"tag":402,"props":11663,"children":11664},{"style":865},[11665],{"type":579,"value":1941},{"type":574,"tag":402,"props":11667,"children":11668},{"class":404,"line":553},[11669,11673,11677,11681,11685,11689,11693,11697,11702,11706],{"type":574,"tag":402,"props":11670,"children":11671},{"style":1970},[11672],{"type":579,"value":2508},{"type":574,"tag":402,"props":11674,"children":11675},{"style":1382},[11676],{"type":579,"value":3858},{"type":574,"tag":402,"props":11678,"children":11679},{"style":1531},[11680],{"type":579,"value":3863},{"type":574,"tag":402,"props":11682,"children":11683},{"style":865},[11684],{"type":579,"value":3868},{"type":574,"tag":402,"props":11686,"children":11687},{"style":865},[11688],{"type":579,"value":3591},{"type":574,"tag":402,"props":11690,"children":11691},{"style":1458},[11692],{"type":579,"value":3726},{"type":574,"tag":402,"props":11694,"children":11695},{"style":865},[11696],{"type":579,"value":1528},{"type":574,"tag":402,"props":11698,"children":11699},{"style":865},[11700],{"type":579,"value":11701}," {})",{"type":574,"tag":402,"props":11703,"children":11704},{"style":1382},[11705],{"type":579,"value":1385},{"type":574,"tag":402,"props":11707,"children":11708},{"style":865},[11709],{"type":579,"value":2523},{"type":574,"tag":402,"props":11711,"children":11712},{"class":404,"line":1581},[11713,11717,11721,11725,11729,11733,11737,11741,11745,11749,11753,11757,11761],{"type":574,"tag":402,"props":11714,"children":11715},{"style":1382},[11716],{"type":579,"value":3932},{"type":574,"tag":402,"props":11718,"children":11719},{"style":865},[11720],{"type":579,"value":1978},{"type":574,"tag":402,"props":11722,"children":11723},{"style":1531},[11724],{"type":579,"value":3941},{"type":574,"tag":402,"props":11726,"children":11727},{"style":865},[11728],{"type":579,"value":1988},{"type":574,"tag":402,"props":11730,"children":11731},{"style":1531},[11732],{"type":579,"value":3950},{"type":574,"tag":402,"props":11734,"children":11735},{"style":865},[11736],{"type":579,"value":1988},{"type":574,"tag":402,"props":11738,"children":11739},{"style":1531},[11740],{"type":579,"value":3959},{"type":574,"tag":402,"props":11742,"children":11743},{"style":865},[11744],{"type":579,"value":1988},{"type":574,"tag":402,"props":11746,"children":11747},{"style":1531},[11748],{"type":579,"value":3968},{"type":574,"tag":402,"props":11750,"children":11751},{"style":865},[11752],{"type":579,"value":1988},{"type":574,"tag":402,"props":11754,"children":11755},{"style":1531},[11756],{"type":579,"value":3977},{"type":574,"tag":402,"props":11758,"children":11759},{"style":865},[11760],{"type":579,"value":2016},{"type":574,"tag":402,"props":11762,"children":11763},{"style":865},[11764],{"type":579,"value":2113},{"type":574,"tag":402,"props":11766,"children":11767},{"class":404,"line":1602},[11768,11772,11776,11780,11784],{"type":574,"tag":402,"props":11769,"children":11770},{"style":3992},[11771],{"type":579,"value":3995},{"type":574,"tag":402,"props":11773,"children":11774},{"style":2582},[11775],{"type":579,"value":1455},{"type":574,"tag":402,"props":11777,"children":11778},{"style":1531},[11779],{"type":579,"value":3726},{"type":574,"tag":402,"props":11781,"children":11782},{"style":865},[11783],{"type":579,"value":1988},{"type":574,"tag":402,"props":11785,"children":11786},{"style":865},[11787],{"type":579,"value":2523},{"type":574,"tag":402,"props":11789,"children":11790},{"class":404,"line":1623},[11791,11795,11799,11803],{"type":574,"tag":402,"props":11792,"children":11793},{"style":2582},[11794],{"type":579,"value":4032},{"type":574,"tag":402,"props":11796,"children":11797},{"style":865},[11798],{"type":579,"value":1265},{"type":574,"tag":402,"props":11800,"children":11801},{"style":4039},[11802],{"type":579,"value":4042},{"type":574,"tag":402,"props":11804,"children":11805},{"style":865},[11806],{"type":579,"value":4047},{"type":574,"tag":402,"props":11808,"children":11809},{"class":404,"line":1644},[11810,11814,11818,11822,11826,11830],{"type":574,"tag":402,"props":11811,"children":11812},{"style":2582},[11813],{"type":579,"value":4056},{"type":574,"tag":402,"props":11815,"children":11816},{"style":865},[11817],{"type":579,"value":1265},{"type":574,"tag":402,"props":11819,"children":11820},{"style":865},[11821],{"type":579,"value":1547},{"type":574,"tag":402,"props":11823,"children":11824},{"style":1550},[11825],{"type":579,"value":1553},{"type":574,"tag":402,"props":11827,"children":11828},{"style":865},[11829],{"type":579,"value":1936},{"type":574,"tag":402,"props":11831,"children":11832},{"style":865},[11833],{"type":579,"value":4047},{"type":574,"tag":402,"props":11835,"children":11836},{"class":404,"line":1665},[11837,11841,11845,11849],{"type":574,"tag":402,"props":11838,"children":11839},{"style":2582},[11840],{"type":579,"value":4085},{"type":574,"tag":402,"props":11842,"children":11843},{"style":865},[11844],{"type":579,"value":1265},{"type":574,"tag":402,"props":11846,"children":11847},{"style":4092},[11848],{"type":579,"value":4095},{"type":574,"tag":402,"props":11850,"children":11851},{"style":865},[11852],{"type":579,"value":4047},{"type":574,"tag":402,"props":11854,"children":11855},{"class":404,"line":1686},[11856,11860,11864,11868],{"type":574,"tag":402,"props":11857,"children":11858},{"style":2582},[11859],{"type":579,"value":4108},{"type":574,"tag":402,"props":11861,"children":11862},{"style":865},[11863],{"type":579,"value":1265},{"type":574,"tag":402,"props":11865,"children":11866},{"style":4039},[11867],{"type":579,"value":4117},{"type":574,"tag":402,"props":11869,"children":11870},{"style":865},[11871],{"type":579,"value":4047},{"type":574,"tag":402,"props":11873,"children":11874},{"class":404,"line":1707},[11875,11879,11883],{"type":574,"tag":402,"props":11876,"children":11877},{"style":865},[11878],{"type":579,"value":4130},{"type":574,"tag":402,"props":11880,"children":11881},{"style":2582},[11882],{"type":579,"value":1484},{"type":574,"tag":402,"props":11884,"children":11885},{"style":865},[11886],{"type":579,"value":1941},{"type":574,"tag":402,"props":11888,"children":11889},{"class":404,"line":1728},[11890,11894,11898,11902,11906,11910,11914,11918,11922,11926,11930,11934],{"type":574,"tag":402,"props":11891,"children":11892},{"style":1382},[11893],{"type":579,"value":3932},{"type":574,"tag":402,"props":11895,"children":11896},{"style":865},[11897],{"type":579,"value":3721},{"type":574,"tag":402,"props":11899,"children":11900},{"style":1531},[11901],{"type":579,"value":4163},{"type":574,"tag":402,"props":11903,"children":11904},{"style":865},[11905],{"type":579,"value":1988},{"type":574,"tag":402,"props":11907,"children":11908},{"style":1531},[11909],{"type":579,"value":4172},{"type":574,"tag":402,"props":11911,"children":11912},{"style":865},[11913],{"type":579,"value":3731},{"type":574,"tag":402,"props":11915,"children":11916},{"style":865},[11917],{"type":579,"value":1528},{"type":574,"tag":402,"props":11919,"children":11920},{"style":3992},[11921],{"type":579,"value":1983},{"type":574,"tag":402,"props":11923,"children":11924},{"style":2582},[11925],{"type":579,"value":1455},{"type":574,"tag":402,"props":11927,"children":11928},{"style":4092},[11929],{"type":579,"value":4193},{"type":574,"tag":402,"props":11931,"children":11932},{"style":2582},[11933],{"type":579,"value":1484},{"type":574,"tag":402,"props":11935,"children":11936},{"style":865},[11937],{"type":579,"value":1941},{"type":574,"tag":402,"props":11939,"children":11940},{"class":404,"line":1749},[11941,11945,11949,11953,11957,11961,11965,11969,11973,11977,11981,11985],{"type":574,"tag":402,"props":11942,"children":11943},{"style":1382},[11944],{"type":579,"value":3932},{"type":574,"tag":402,"props":11946,"children":11947},{"style":865},[11948],{"type":579,"value":3721},{"type":574,"tag":402,"props":11950,"children":11951},{"style":1531},[11952],{"type":579,"value":4218},{"type":574,"tag":402,"props":11954,"children":11955},{"style":865},[11956],{"type":579,"value":1988},{"type":574,"tag":402,"props":11958,"children":11959},{"style":1531},[11960],{"type":579,"value":4227},{"type":574,"tag":402,"props":11962,"children":11963},{"style":865},[11964],{"type":579,"value":3731},{"type":574,"tag":402,"props":11966,"children":11967},{"style":865},[11968],{"type":579,"value":1528},{"type":574,"tag":402,"props":11970,"children":11971},{"style":3992},[11972],{"type":579,"value":1983},{"type":574,"tag":402,"props":11974,"children":11975},{"style":2582},[11976],{"type":579,"value":1455},{"type":574,"tag":402,"props":11978,"children":11979},{"style":4092},[11980],{"type":579,"value":4193},{"type":574,"tag":402,"props":11982,"children":11983},{"style":2582},[11984],{"type":579,"value":1484},{"type":574,"tag":402,"props":11986,"children":11987},{"style":865},[11988],{"type":579,"value":1941},{"type":574,"tag":402,"props":11990,"children":11991},{"class":404,"line":1770},[11992,11996,12000,12004,12008,12012,12016,12020,12024,12028,12032,12036],{"type":574,"tag":402,"props":11993,"children":11994},{"style":1382},[11995],{"type":579,"value":3932},{"type":574,"tag":402,"props":11997,"children":11998},{"style":865},[11999],{"type":579,"value":3721},{"type":574,"tag":402,"props":12001,"children":12002},{"style":1531},[12003],{"type":579,"value":4272},{"type":574,"tag":402,"props":12005,"children":12006},{"style":865},[12007],{"type":579,"value":1988},{"type":574,"tag":402,"props":12009,"children":12010},{"style":1531},[12011],{"type":579,"value":4281},{"type":574,"tag":402,"props":12013,"children":12014},{"style":865},[12015],{"type":579,"value":3731},{"type":574,"tag":402,"props":12017,"children":12018},{"style":865},[12019],{"type":579,"value":1528},{"type":574,"tag":402,"props":12021,"children":12022},{"style":3992},[12023],{"type":579,"value":1983},{"type":574,"tag":402,"props":12025,"children":12026},{"style":2582},[12027],{"type":579,"value":1455},{"type":574,"tag":402,"props":12029,"children":12030},{"style":865},[12031],{"type":579,"value":4322},{"type":574,"tag":402,"props":12033,"children":12034},{"style":2582},[12035],{"type":579,"value":1484},{"type":574,"tag":402,"props":12037,"children":12038},{"style":865},[12039],{"type":579,"value":1941},{"type":574,"tag":402,"props":12041,"children":12042},{"class":404,"line":1791},[12043,12047,12051,12055,12059,12063,12067,12071,12075,12079,12083,12087],{"type":574,"tag":402,"props":12044,"children":12045},{"style":1382},[12046],{"type":579,"value":3932},{"type":574,"tag":402,"props":12048,"children":12049},{"style":865},[12050],{"type":579,"value":3721},{"type":574,"tag":402,"props":12052,"children":12053},{"style":1531},[12054],{"type":579,"value":4347},{"type":574,"tag":402,"props":12056,"children":12057},{"style":865},[12058],{"type":579,"value":1988},{"type":574,"tag":402,"props":12060,"children":12061},{"style":1531},[12062],{"type":579,"value":4356},{"type":574,"tag":402,"props":12064,"children":12065},{"style":865},[12066],{"type":579,"value":3731},{"type":574,"tag":402,"props":12068,"children":12069},{"style":865},[12070],{"type":579,"value":1528},{"type":574,"tag":402,"props":12072,"children":12073},{"style":3992},[12074],{"type":579,"value":1983},{"type":574,"tag":402,"props":12076,"children":12077},{"style":2582},[12078],{"type":579,"value":1455},{"type":574,"tag":402,"props":12080,"children":12081},{"style":865},[12082],{"type":579,"value":4322},{"type":574,"tag":402,"props":12084,"children":12085},{"style":2582},[12086],{"type":579,"value":1484},{"type":574,"tag":402,"props":12088,"children":12089},{"style":865},[12090],{"type":579,"value":1941},{"type":574,"tag":402,"props":12092,"children":12093},{"class":404,"line":1812},[12094,12098,12102,12106,12110,12114,12118,12122,12126,12130,12134,12138],{"type":574,"tag":402,"props":12095,"children":12096},{"style":1382},[12097],{"type":579,"value":3932},{"type":574,"tag":402,"props":12099,"children":12100},{"style":865},[12101],{"type":579,"value":3721},{"type":574,"tag":402,"props":12103,"children":12104},{"style":1531},[12105],{"type":579,"value":4432},{"type":574,"tag":402,"props":12107,"children":12108},{"style":865},[12109],{"type":579,"value":1988},{"type":574,"tag":402,"props":12111,"children":12112},{"style":1531},[12113],{"type":579,"value":4441},{"type":574,"tag":402,"props":12115,"children":12116},{"style":865},[12117],{"type":579,"value":3731},{"type":574,"tag":402,"props":12119,"children":12120},{"style":865},[12121],{"type":579,"value":1528},{"type":574,"tag":402,"props":12123,"children":12124},{"style":3992},[12125],{"type":579,"value":1983},{"type":574,"tag":402,"props":12127,"children":12128},{"style":2582},[12129],{"type":579,"value":1455},{"type":574,"tag":402,"props":12131,"children":12132},{"style":865},[12133],{"type":579,"value":4322},{"type":574,"tag":402,"props":12135,"children":12136},{"style":2582},[12137],{"type":579,"value":1484},{"type":574,"tag":402,"props":12139,"children":12140},{"style":865},[12141],{"type":579,"value":1941},{"type":574,"tag":402,"props":12143,"children":12144},{"class":404,"line":1833},[12145,12149,12153,12157,12161,12165,12169,12173,12177,12181,12185,12189],{"type":574,"tag":402,"props":12146,"children":12147},{"style":1382},[12148],{"type":579,"value":3932},{"type":574,"tag":402,"props":12150,"children":12151},{"style":865},[12152],{"type":579,"value":3721},{"type":574,"tag":402,"props":12154,"children":12155},{"style":1531},[12156],{"type":579,"value":4506},{"type":574,"tag":402,"props":12158,"children":12159},{"style":865},[12160],{"type":579,"value":1988},{"type":574,"tag":402,"props":12162,"children":12163},{"style":1531},[12164],{"type":579,"value":4515},{"type":574,"tag":402,"props":12166,"children":12167},{"style":865},[12168],{"type":579,"value":3731},{"type":574,"tag":402,"props":12170,"children":12171},{"style":865},[12172],{"type":579,"value":1528},{"type":574,"tag":402,"props":12174,"children":12175},{"style":3992},[12176],{"type":579,"value":1983},{"type":574,"tag":402,"props":12178,"children":12179},{"style":2582},[12180],{"type":579,"value":1455},{"type":574,"tag":402,"props":12182,"children":12183},{"style":865},[12184],{"type":579,"value":4322},{"type":574,"tag":402,"props":12186,"children":12187},{"style":2582},[12188],{"type":579,"value":1484},{"type":574,"tag":402,"props":12190,"children":12191},{"style":865},[12192],{"type":579,"value":1941},{"type":574,"tag":402,"props":12194,"children":12195},{"class":404,"line":1854},[12196,12200,12204,12208,12212,12216,12220,12224,12228,12232,12236,12240],{"type":574,"tag":402,"props":12197,"children":12198},{"style":1382},[12199],{"type":579,"value":3932},{"type":574,"tag":402,"props":12201,"children":12202},{"style":865},[12203],{"type":579,"value":3721},{"type":574,"tag":402,"props":12205,"children":12206},{"style":1531},[12207],{"type":579,"value":4580},{"type":574,"tag":402,"props":12209,"children":12210},{"style":865},[12211],{"type":579,"value":1988},{"type":574,"tag":402,"props":12213,"children":12214},{"style":1531},[12215],{"type":579,"value":4589},{"type":574,"tag":402,"props":12217,"children":12218},{"style":865},[12219],{"type":579,"value":3731},{"type":574,"tag":402,"props":12221,"children":12222},{"style":865},[12223],{"type":579,"value":1528},{"type":574,"tag":402,"props":12225,"children":12226},{"style":3992},[12227],{"type":579,"value":1983},{"type":574,"tag":402,"props":12229,"children":12230},{"style":2582},[12231],{"type":579,"value":1455},{"type":574,"tag":402,"props":12233,"children":12234},{"style":4039},[12235],{"type":579,"value":4610},{"type":574,"tag":402,"props":12237,"children":12238},{"style":2582},[12239],{"type":579,"value":1484},{"type":574,"tag":402,"props":12241,"children":12242},{"style":865},[12243],{"type":579,"value":1941},{"type":574,"tag":402,"props":12245,"children":12246},{"class":404,"line":1875},[12247,12251,12255,12259,12263,12267,12271,12275,12279,12283,12287,12291],{"type":574,"tag":402,"props":12248,"children":12249},{"style":1382},[12250],{"type":579,"value":3932},{"type":574,"tag":402,"props":12252,"children":12253},{"style":865},[12254],{"type":579,"value":3721},{"type":574,"tag":402,"props":12256,"children":12257},{"style":1531},[12258],{"type":579,"value":4635},{"type":574,"tag":402,"props":12260,"children":12261},{"style":865},[12262],{"type":579,"value":1988},{"type":574,"tag":402,"props":12264,"children":12265},{"style":1531},[12266],{"type":579,"value":4644},{"type":574,"tag":402,"props":12268,"children":12269},{"style":865},[12270],{"type":579,"value":3731},{"type":574,"tag":402,"props":12272,"children":12273},{"style":865},[12274],{"type":579,"value":1528},{"type":574,"tag":402,"props":12276,"children":12277},{"style":3992},[12278],{"type":579,"value":1983},{"type":574,"tag":402,"props":12280,"children":12281},{"style":2582},[12282],{"type":579,"value":1455},{"type":574,"tag":402,"props":12284,"children":12285},{"style":865},[12286],{"type":579,"value":4322},{"type":574,"tag":402,"props":12288,"children":12289},{"style":2582},[12290],{"type":579,"value":1484},{"type":574,"tag":402,"props":12292,"children":12293},{"style":865},[12294],{"type":579,"value":1941},{"type":574,"tag":402,"props":12296,"children":12297},{"class":404,"line":1896},[12298,12302,12306,12310,12314,12318,12322,12326,12330,12334,12338,12342],{"type":574,"tag":402,"props":12299,"children":12300},{"style":1382},[12301],{"type":579,"value":3932},{"type":574,"tag":402,"props":12303,"children":12304},{"style":865},[12305],{"type":579,"value":3721},{"type":574,"tag":402,"props":12307,"children":12308},{"style":1531},[12309],{"type":579,"value":4709},{"type":574,"tag":402,"props":12311,"children":12312},{"style":865},[12313],{"type":579,"value":1988},{"type":574,"tag":402,"props":12315,"children":12316},{"style":1531},[12317],{"type":579,"value":4718},{"type":574,"tag":402,"props":12319,"children":12320},{"style":865},[12321],{"type":579,"value":3731},{"type":574,"tag":402,"props":12323,"children":12324},{"style":865},[12325],{"type":579,"value":1528},{"type":574,"tag":402,"props":12327,"children":12328},{"style":3992},[12329],{"type":579,"value":1983},{"type":574,"tag":402,"props":12331,"children":12332},{"style":2582},[12333],{"type":579,"value":1455},{"type":574,"tag":402,"props":12335,"children":12336},{"style":865},[12337],{"type":579,"value":4322},{"type":574,"tag":402,"props":12339,"children":12340},{"style":2582},[12341],{"type":579,"value":1484},{"type":574,"tag":402,"props":12343,"children":12344},{"style":865},[12345],{"type":579,"value":1941},{"type":574,"tag":402,"props":12347,"children":12348},{"class":404,"line":1917},[12349,12353,12357,12361,12365,12369],{"type":574,"tag":402,"props":12350,"children":12351},{"style":1382},[12352],{"type":579,"value":3932},{"type":574,"tag":402,"props":12354,"children":12355},{"style":1531},[12356],{"type":579,"value":4795},{"type":574,"tag":402,"props":12358,"children":12359},{"style":865},[12360],{"type":579,"value":1528},{"type":574,"tag":402,"props":12362,"children":12363},{"style":3992},[12364],{"type":579,"value":2002},{"type":574,"tag":402,"props":12366,"children":12367},{"style":2582},[12368],{"type":579,"value":4825},{"type":574,"tag":402,"props":12370,"children":12371},{"style":865},[12372],{"type":579,"value":1941},{"type":574,"tag":402,"props":12374,"children":12375},{"class":404,"line":2401},[12376,12380,12384,12388,12392,12396,12400,12404],{"type":574,"tag":402,"props":12377,"children":12378},{"style":1382},[12379],{"type":579,"value":3932},{"type":574,"tag":402,"props":12381,"children":12382},{"style":1531},[12383],{"type":579,"value":4842},{"type":574,"tag":402,"props":12385,"children":12386},{"style":865},[12387],{"type":579,"value":1528},{"type":574,"tag":402,"props":12389,"children":12390},{"style":3992},[12391],{"type":579,"value":2002},{"type":574,"tag":402,"props":12393,"children":12394},{"style":2582},[12395],{"type":579,"value":1455},{"type":574,"tag":402,"props":12397,"children":12398},{"style":4039},[12399],{"type":579,"value":4610},{"type":574,"tag":402,"props":12401,"children":12402},{"style":2582},[12403],{"type":579,"value":1484},{"type":574,"tag":402,"props":12405,"children":12406},{"style":865},[12407],{"type":579,"value":1941},{"type":574,"tag":402,"props":12409,"children":12410},{"class":404,"line":2421},[12411,12415,12419,12423,12427,12431,12435,12439],{"type":574,"tag":402,"props":12412,"children":12413},{"style":1382},[12414],{"type":579,"value":3932},{"type":574,"tag":402,"props":12416,"children":12417},{"style":1531},[12418],{"type":579,"value":4891},{"type":574,"tag":402,"props":12420,"children":12421},{"style":865},[12422],{"type":579,"value":1528},{"type":574,"tag":402,"props":12424,"children":12425},{"style":3992},[12426],{"type":579,"value":2002},{"type":574,"tag":402,"props":12428,"children":12429},{"style":2582},[12430],{"type":579,"value":1455},{"type":574,"tag":402,"props":12432,"children":12433},{"style":4039},[12434],{"type":579,"value":4610},{"type":574,"tag":402,"props":12436,"children":12437},{"style":2582},[12438],{"type":579,"value":1484},{"type":574,"tag":402,"props":12440,"children":12441},{"style":865},[12442],{"type":579,"value":1941},{"type":574,"tag":402,"props":12444,"children":12445},{"class":404,"line":2441},[12446,12450,12454,12458,12462,12466,12470,12474],{"type":574,"tag":402,"props":12447,"children":12448},{"style":1382},[12449],{"type":579,"value":3932},{"type":574,"tag":402,"props":12451,"children":12452},{"style":1531},[12453],{"type":579,"value":4940},{"type":574,"tag":402,"props":12455,"children":12456},{"style":865},[12457],{"type":579,"value":1528},{"type":574,"tag":402,"props":12459,"children":12460},{"style":3992},[12461],{"type":579,"value":2002},{"type":574,"tag":402,"props":12463,"children":12464},{"style":2582},[12465],{"type":579,"value":1455},{"type":574,"tag":402,"props":12467,"children":12468},{"style":865},[12469],{"type":579,"value":4322},{"type":574,"tag":402,"props":12471,"children":12472},{"style":2582},[12473],{"type":579,"value":1484},{"type":574,"tag":402,"props":12475,"children":12476},{"style":865},[12477],{"type":579,"value":1941},{"type":574,"tag":402,"props":12479,"children":12480},{"class":404,"line":2461},[12481,12485,12489,12493,12497,12501,12505,12509],{"type":574,"tag":402,"props":12482,"children":12483},{"style":1382},[12484],{"type":579,"value":3932},{"type":574,"tag":402,"props":12486,"children":12487},{"style":1531},[12488],{"type":579,"value":5007},{"type":574,"tag":402,"props":12490,"children":12491},{"style":865},[12492],{"type":579,"value":1528},{"type":574,"tag":402,"props":12494,"children":12495},{"style":3992},[12496],{"type":579,"value":2002},{"type":574,"tag":402,"props":12498,"children":12499},{"style":2582},[12500],{"type":579,"value":1455},{"type":574,"tag":402,"props":12502,"children":12503},{"style":865},[12504],{"type":579,"value":4322},{"type":574,"tag":402,"props":12506,"children":12507},{"style":2582},[12508],{"type":579,"value":1484},{"type":574,"tag":402,"props":12510,"children":12511},{"style":865},[12512],{"type":579,"value":1941},{"type":574,"tag":402,"props":12514,"children":12515},{"class":404,"line":2485},[12516,12520,12524,12528,12532,12536,12540,12544],{"type":574,"tag":402,"props":12517,"children":12518},{"style":1382},[12519],{"type":579,"value":3932},{"type":574,"tag":402,"props":12521,"children":12522},{"style":1531},[12523],{"type":579,"value":5065},{"type":574,"tag":402,"props":12525,"children":12526},{"style":865},[12527],{"type":579,"value":1528},{"type":574,"tag":402,"props":12529,"children":12530},{"style":3992},[12531],{"type":579,"value":2002},{"type":574,"tag":402,"props":12533,"children":12534},{"style":2582},[12535],{"type":579,"value":1455},{"type":574,"tag":402,"props":12537,"children":12538},{"style":865},[12539],{"type":579,"value":4322},{"type":574,"tag":402,"props":12541,"children":12542},{"style":2582},[12543],{"type":579,"value":1484},{"type":574,"tag":402,"props":12545,"children":12546},{"style":865},[12547],{"type":579,"value":1941},{"type":574,"tag":402,"props":12549,"children":12550},{"class":404,"line":2493},[12551,12555,12559,12563,12567,12571,12575,12579],{"type":574,"tag":402,"props":12552,"children":12553},{"style":1382},[12554],{"type":579,"value":3932},{"type":574,"tag":402,"props":12556,"children":12557},{"style":1531},[12558],{"type":579,"value":5123},{"type":574,"tag":402,"props":12560,"children":12561},{"style":865},[12562],{"type":579,"value":1528},{"type":574,"tag":402,"props":12564,"children":12565},{"style":3992},[12566],{"type":579,"value":2002},{"type":574,"tag":402,"props":12568,"children":12569},{"style":2582},[12570],{"type":579,"value":1455},{"type":574,"tag":402,"props":12572,"children":12573},{"style":865},[12574],{"type":579,"value":4322},{"type":574,"tag":402,"props":12576,"children":12577},{"style":2582},[12578],{"type":579,"value":1484},{"type":574,"tag":402,"props":12580,"children":12581},{"style":865},[12582],{"type":579,"value":1941},{"type":574,"tag":402,"props":12584,"children":12585},{"class":404,"line":2502},[12586,12590,12594,12598,12602,12606,12610,12614],{"type":574,"tag":402,"props":12587,"children":12588},{"style":1382},[12589],{"type":579,"value":3932},{"type":574,"tag":402,"props":12591,"children":12592},{"style":1531},[12593],{"type":579,"value":5181},{"type":574,"tag":402,"props":12595,"children":12596},{"style":865},[12597],{"type":579,"value":1528},{"type":574,"tag":402,"props":12599,"children":12600},{"style":3992},[12601],{"type":579,"value":2002},{"type":574,"tag":402,"props":12603,"children":12604},{"style":2582},[12605],{"type":579,"value":1455},{"type":574,"tag":402,"props":12607,"children":12608},{"style":865},[12609],{"type":579,"value":4322},{"type":574,"tag":402,"props":12611,"children":12612},{"style":2582},[12613],{"type":579,"value":1484},{"type":574,"tag":402,"props":12615,"children":12616},{"style":865},[12617],{"type":579,"value":1941},{"type":574,"tag":402,"props":12619,"children":12620},{"class":404,"line":2526},[12621,12625,12629],{"type":574,"tag":402,"props":12622,"children":12623},{"style":1382},[12624],{"type":579,"value":3932},{"type":574,"tag":402,"props":12626,"children":12627},{"style":1531},[12628],{"type":579,"value":5246},{"type":574,"tag":402,"props":12630,"children":12631},{"style":865},[12632],{"type":579,"value":2113},{"type":574,"tag":402,"props":12634,"children":12635},{"class":404,"line":2535},[12636,12640,12644,12648,12652,12656,12660],{"type":574,"tag":402,"props":12637,"children":12638},{"style":865},[12639],{"type":579,"value":5259},{"type":574,"tag":402,"props":12641,"children":12642},{"style":1531},[12643],{"type":579,"value":5264},{"type":574,"tag":402,"props":12645,"children":12646},{"style":865},[12647],{"type":579,"value":5269},{"type":574,"tag":402,"props":12649,"children":12650},{"style":865},[12651],{"type":579,"value":1547},{"type":574,"tag":402,"props":12653,"children":12654},{"style":1550},[12655],{"type":579,"value":5278},{"type":574,"tag":402,"props":12657,"children":12658},{"style":865},[12659],{"type":579,"value":1936},{"type":574,"tag":402,"props":12661,"children":12662},{"style":865},[12663],{"type":579,"value":5287},{"type":574,"tag":402,"props":12665,"children":12666},{"class":404,"line":2544},[12667,12671,12675,12679,12683],{"type":574,"tag":402,"props":12668,"children":12669},{"style":865},[12670],{"type":579,"value":5296},{"type":574,"tag":402,"props":12672,"children":12673},{"style":1531},[12674],{"type":579,"value":5301},{"type":574,"tag":402,"props":12676,"children":12677},{"style":865},[12678],{"type":579,"value":628},{"type":574,"tag":402,"props":12680,"children":12681},{"style":1531},[12682],{"type":579,"value":5310},{"type":574,"tag":402,"props":12684,"children":12685},{"style":865},[12686],{"type":579,"value":5287},{"type":574,"tag":402,"props":12688,"children":12689},{"class":404,"line":2569},[12690,12694,12698,12702,12706,12710,12714],{"type":574,"tag":402,"props":12691,"children":12692},{"style":865},[12693],{"type":579,"value":5296},{"type":574,"tag":402,"props":12695,"children":12696},{"style":1531},[12697],{"type":579,"value":5301},{"type":574,"tag":402,"props":12699,"children":12700},{"style":865},[12701],{"type":579,"value":628},{"type":574,"tag":402,"props":12703,"children":12704},{"style":1531},[12705],{"type":579,"value":5310},{"type":574,"tag":402,"props":12707,"children":12708},{"style":865},[12709],{"type":579,"value":628},{"type":574,"tag":402,"props":12711,"children":12712},{"style":1531},[12713],{"type":579,"value":5343},{"type":574,"tag":402,"props":12715,"children":12716},{"style":865},[12717],{"type":579,"value":5287},{"type":574,"tag":402,"props":12719,"children":12720},{"class":404,"line":2578},[12721,12725,12729,12733,12737],{"type":574,"tag":402,"props":12722,"children":12723},{"style":865},[12724],{"type":579,"value":5296},{"type":574,"tag":402,"props":12726,"children":12727},{"style":1531},[12728],{"type":579,"value":5360},{"type":574,"tag":402,"props":12730,"children":12731},{"style":865},[12732],{"type":579,"value":628},{"type":574,"tag":402,"props":12734,"children":12735},{"style":1531},[12736],{"type":579,"value":1119},{"type":574,"tag":402,"props":12738,"children":12739},{"style":865},[12740],{"type":579,"value":1941},{"type":574,"tag":402,"props":12742,"children":12743},{"class":404,"line":2600},[12744,12748,12752,12756,12760,12764,12768,12772],{"type":574,"tag":402,"props":12745,"children":12746},{"style":1382},[12747],{"type":579,"value":3932},{"type":574,"tag":402,"props":12749,"children":12750},{"style":1531},[12751],{"type":579,"value":5393},{"type":574,"tag":402,"props":12753,"children":12754},{"style":865},[12755],{"type":579,"value":1528},{"type":574,"tag":402,"props":12757,"children":12758},{"style":3992},[12759],{"type":579,"value":2011},{"type":574,"tag":402,"props":12761,"children":12762},{"style":2582},[12763],{"type":579,"value":1455},{"type":574,"tag":402,"props":12765,"children":12766},{"style":865},[12767],{"type":579,"value":1379},{"type":574,"tag":402,"props":12769,"children":12770},{"style":1382},[12771],{"type":579,"value":1385},{"type":574,"tag":402,"props":12773,"children":12774},{"style":865},[12775],{"type":579,"value":2523},{"type":574,"tag":402,"props":12777,"children":12778},{"class":404,"line":2608},[12779,12783,12787,12791,12795,12799,12803],{"type":574,"tag":402,"props":12780,"children":12781},{"style":1970},[12782],{"type":579,"value":5426},{"type":574,"tag":402,"props":12784,"children":12785},{"style":2582},[12786],{"type":579,"value":3591},{"type":574,"tag":402,"props":12788,"children":12789},{"style":1531},[12790],{"type":579,"value":5435},{"type":574,"tag":402,"props":12792,"children":12793},{"style":865},[12794],{"type":579,"value":628},{"type":574,"tag":402,"props":12796,"children":12797},{"style":1531},[12798],{"type":579,"value":5444},{"type":574,"tag":402,"props":12800,"children":12801},{"style":2582},[12802],{"type":579,"value":5449},{"type":574,"tag":402,"props":12804,"children":12805},{"style":865},[12806],{"type":579,"value":5454},{"type":574,"tag":402,"props":12808,"children":12809},{"class":404,"line":2617},[12810,12814,12818,12822,12826,12830,12834,12838,12842,12846,12850,12854,12858,12862,12866,12870],{"type":574,"tag":402,"props":12811,"children":12812},{"style":1382},[12813],{"type":579,"value":5463},{"type":574,"tag":402,"props":12815,"children":12816},{"style":1531},[12817],{"type":579,"value":5468},{"type":574,"tag":402,"props":12819,"children":12820},{"style":865},[12821],{"type":579,"value":1528},{"type":574,"tag":402,"props":12823,"children":12824},{"style":1531},[12825],{"type":579,"value":5477},{"type":574,"tag":402,"props":12827,"children":12828},{"style":865},[12829],{"type":579,"value":628},{"type":574,"tag":402,"props":12831,"children":12832},{"style":3992},[12833],{"type":579,"value":5486},{"type":574,"tag":402,"props":12835,"children":12836},{"style":2582},[12837],{"type":579,"value":5491},{"type":574,"tag":402,"props":12839,"children":12840},{"style":865},[12841],{"type":579,"value":5496},{"type":574,"tag":402,"props":12843,"children":12844},{"style":1531},[12845],{"type":579,"value":4842},{"type":574,"tag":402,"props":12847,"children":12848},{"style":865},[12849],{"type":579,"value":628},{"type":574,"tag":402,"props":12851,"children":12852},{"style":1531},[12853],{"type":579,"value":5444},{"type":574,"tag":402,"props":12855,"children":12856},{"style":865},[12857],{"type":579,"value":5513},{"type":574,"tag":402,"props":12859,"children":12860},{"style":1531},[12861],{"type":579,"value":4891},{"type":574,"tag":402,"props":12863,"children":12864},{"style":865},[12865],{"type":579,"value":628},{"type":574,"tag":402,"props":12867,"children":12868},{"style":1531},[12869],{"type":579,"value":5444},{"type":574,"tag":402,"props":12871,"children":12872},{"style":865},[12873],{"type":579,"value":1941},{"type":574,"tag":402,"props":12875,"children":12876},{"class":404,"line":2645},[12877,12881,12885,12889,12893,12897,12901,12905,12909,12913,12917],{"type":574,"tag":402,"props":12878,"children":12879},{"style":3992},[12880],{"type":579,"value":5538},{"type":574,"tag":402,"props":12882,"children":12883},{"style":2582},[12884],{"type":579,"value":1455},{"type":574,"tag":402,"props":12886,"children":12887},{"style":1531},[12888],{"type":579,"value":5547},{"type":574,"tag":402,"props":12890,"children":12891},{"style":865},[12892],{"type":579,"value":628},{"type":574,"tag":402,"props":12894,"children":12895},{"style":3992},[12896],{"type":579,"value":5556},{"type":574,"tag":402,"props":12898,"children":12899},{"style":2582},[12900],{"type":579,"value":1455},{"type":574,"tag":402,"props":12902,"children":12903},{"style":1531},[12904],{"type":579,"value":5565},{"type":574,"tag":402,"props":12906,"children":12907},{"style":865},[12908],{"type":579,"value":5570},{"type":574,"tag":402,"props":12910,"children":12911},{"style":4039},[12912],{"type":579,"value":5575},{"type":574,"tag":402,"props":12914,"children":12915},{"style":2582},[12916],{"type":579,"value":5580},{"type":574,"tag":402,"props":12918,"children":12919},{"style":865},[12920],{"type":579,"value":1941},{"type":574,"tag":402,"props":12922,"children":12923},{"class":404,"line":2653},[12924],{"type":574,"tag":402,"props":12925,"children":12926},{"style":865},[12927],{"type":579,"value":5593},{"type":574,"tag":402,"props":12929,"children":12930},{"class":404,"line":2674},[12931,12935,12939],{"type":574,"tag":402,"props":12932,"children":12933},{"style":865},[12934],{"type":579,"value":5602},{"type":574,"tag":402,"props":12936,"children":12937},{"style":2582},[12938],{"type":579,"value":5607},{"type":574,"tag":402,"props":12940,"children":12941},{"style":865},[12942],{"type":579,"value":1941},{"type":574,"tag":402,"props":12944,"children":12945},{"class":404,"line":2682},[12946,12950,12954,12958,12962,12966,12970,12974],{"type":574,"tag":402,"props":12947,"children":12948},{"style":1382},[12949],{"type":579,"value":3932},{"type":574,"tag":402,"props":12951,"children":12952},{"style":1531},[12953],{"type":579,"value":5632},{"type":574,"tag":402,"props":12955,"children":12956},{"style":865},[12957],{"type":579,"value":1528},{"type":574,"tag":402,"props":12959,"children":12960},{"style":3992},[12961],{"type":579,"value":2011},{"type":574,"tag":402,"props":12963,"children":12964},{"style":2582},[12965],{"type":579,"value":1455},{"type":574,"tag":402,"props":12967,"children":12968},{"style":865},[12969],{"type":579,"value":1379},{"type":574,"tag":402,"props":12971,"children":12972},{"style":1382},[12973],{"type":579,"value":1385},{"type":574,"tag":402,"props":12975,"children":12976},{"style":865},[12977],{"type":579,"value":2523},{"type":574,"tag":402,"props":12979,"children":12980},{"class":404,"line":2691},[12981,12985,12989,12993,12997,13001,13005,13009,13013,13017,13021,13025],{"type":574,"tag":402,"props":12982,"children":12983},{"style":1970},[12984],{"type":579,"value":5426},{"type":574,"tag":402,"props":12986,"children":12987},{"style":2582},[12988],{"type":579,"value":3591},{"type":574,"tag":402,"props":12990,"children":12991},{"style":865},[12992],{"type":579,"value":5673},{"type":574,"tag":402,"props":12994,"children":12995},{"style":1531},[12996],{"type":579,"value":5678},{"type":574,"tag":402,"props":12998,"children":12999},{"style":865},[13000],{"type":579,"value":628},{"type":574,"tag":402,"props":13002,"children":13003},{"style":1531},[13004],{"type":579,"value":5444},{"type":574,"tag":402,"props":13006,"children":13007},{"style":865},[13008],{"type":579,"value":5691},{"type":574,"tag":402,"props":13010,"children":13011},{"style":865},[13012],{"type":579,"value":5696},{"type":574,"tag":402,"props":13014,"children":13015},{"style":1531},[13016],{"type":579,"value":1005},{"type":574,"tag":402,"props":13018,"children":13019},{"style":2582},[13020],{"type":579,"value":5449},{"type":574,"tag":402,"props":13022,"children":13023},{"style":1970},[13024],{"type":579,"value":5709},{"type":574,"tag":402,"props":13026,"children":13027},{"style":865},[13028],{"type":579,"value":1941},{"type":574,"tag":402,"props":13030,"children":13031},{"class":404,"line":2699},[13032,13036,13040,13044,13048,13052,13056,13060,13064,13068,13072,13076,13080],{"type":574,"tag":402,"props":13033,"children":13034},{"style":1382},[13035],{"type":579,"value":5730},{"type":574,"tag":402,"props":13037,"children":13038},{"style":1531},[13039],{"type":579,"value":5735},{"type":574,"tag":402,"props":13041,"children":13042},{"style":865},[13043],{"type":579,"value":1528},{"type":574,"tag":402,"props":13045,"children":13046},{"style":865},[13047],{"type":579,"value":5744},{"type":574,"tag":402,"props":13049,"children":13050},{"style":3992},[13051],{"type":579,"value":1270},{"type":574,"tag":402,"props":13053,"children":13054},{"style":2582},[13055],{"type":579,"value":1455},{"type":574,"tag":402,"props":13057,"children":13058},{"style":1531},[13059],{"type":579,"value":5678},{"type":574,"tag":402,"props":13061,"children":13062},{"style":865},[13063],{"type":579,"value":628},{"type":574,"tag":402,"props":13065,"children":13066},{"style":1531},[13067],{"type":579,"value":5444},{"type":574,"tag":402,"props":13069,"children":13070},{"style":865},[13071],{"type":579,"value":628},{"type":574,"tag":402,"props":13073,"children":13074},{"style":1531},[13075],{"type":579,"value":5773},{"type":574,"tag":402,"props":13077,"children":13078},{"style":2582},[13079],{"type":579,"value":1484},{"type":574,"tag":402,"props":13081,"children":13082},{"style":865},[13083],{"type":579,"value":1941},{"type":574,"tag":402,"props":13085,"children":13086},{"class":404,"line":2720},[13087,13091,13095,13099,13103,13107,13111,13115,13119,13123,13127,13131,13135],{"type":574,"tag":402,"props":13088,"children":13089},{"style":1382},[13090],{"type":579,"value":5730},{"type":574,"tag":402,"props":13092,"children":13093},{"style":1531},[13094],{"type":579,"value":5794},{"type":574,"tag":402,"props":13096,"children":13097},{"style":865},[13098],{"type":579,"value":1528},{"type":574,"tag":402,"props":13100,"children":13101},{"style":865},[13102],{"type":579,"value":5744},{"type":574,"tag":402,"props":13104,"children":13105},{"style":3992},[13106],{"type":579,"value":1270},{"type":574,"tag":402,"props":13108,"children":13109},{"style":2582},[13110],{"type":579,"value":1455},{"type":574,"tag":402,"props":13112,"children":13113},{"style":1531},[13114],{"type":579,"value":5678},{"type":574,"tag":402,"props":13116,"children":13117},{"style":865},[13118],{"type":579,"value":628},{"type":574,"tag":402,"props":13120,"children":13121},{"style":1531},[13122],{"type":579,"value":5444},{"type":574,"tag":402,"props":13124,"children":13125},{"style":865},[13126],{"type":579,"value":628},{"type":574,"tag":402,"props":13128,"children":13129},{"style":1531},[13130],{"type":579,"value":1036},{"type":574,"tag":402,"props":13132,"children":13133},{"style":2582},[13134],{"type":579,"value":1484},{"type":574,"tag":402,"props":13136,"children":13137},{"style":865},[13138],{"type":579,"value":1941},{"type":574,"tag":402,"props":13140,"children":13141},{"class":404,"line":2728},[13142,13146,13150,13154,13158,13162,13166,13170,13174],{"type":574,"tag":402,"props":13143,"children":13144},{"style":1531},[13145],{"type":579,"value":5855},{"type":574,"tag":402,"props":13147,"children":13148},{"style":865},[13149],{"type":579,"value":628},{"type":574,"tag":402,"props":13151,"children":13152},{"style":1531},[13153],{"type":579,"value":5444},{"type":574,"tag":402,"props":13155,"children":13156},{"style":865},[13157],{"type":579,"value":628},{"type":574,"tag":402,"props":13159,"children":13160},{"style":3992},[13161],{"type":579,"value":5872},{"type":574,"tag":402,"props":13163,"children":13164},{"style":2582},[13165],{"type":579,"value":1455},{"type":574,"tag":402,"props":13167,"children":13168},{"style":1531},[13169],{"type":579,"value":1260},{"type":574,"tag":402,"props":13171,"children":13172},{"style":2582},[13173],{"type":579,"value":1484},{"type":574,"tag":402,"props":13175,"children":13176},{"style":865},[13177],{"type":579,"value":1941},{"type":574,"tag":402,"props":13179,"children":13180},{"class":404,"line":2737},[13181,13185,13189,13193,13197,13201,13205,13209,13213],{"type":574,"tag":402,"props":13182,"children":13183},{"style":1531},[13184],{"type":579,"value":5855},{"type":574,"tag":402,"props":13186,"children":13187},{"style":865},[13188],{"type":579,"value":628},{"type":574,"tag":402,"props":13190,"children":13191},{"style":1531},[13192],{"type":579,"value":5444},{"type":574,"tag":402,"props":13194,"children":13195},{"style":865},[13196],{"type":579,"value":628},{"type":574,"tag":402,"props":13198,"children":13199},{"style":3992},[13200],{"type":579,"value":5913},{"type":574,"tag":402,"props":13202,"children":13203},{"style":2582},[13204],{"type":579,"value":1455},{"type":574,"tag":402,"props":13206,"children":13207},{"style":1531},[13208],{"type":579,"value":1307},{"type":574,"tag":402,"props":13210,"children":13211},{"style":2582},[13212],{"type":579,"value":1484},{"type":574,"tag":402,"props":13214,"children":13215},{"style":865},[13216],{"type":579,"value":1941},{"type":574,"tag":402,"props":13218,"children":13219},{"class":404,"line":2745},[13220,13224,13228,13232,13236],{"type":574,"tag":402,"props":13221,"children":13222},{"style":1382},[13223],{"type":579,"value":5955},{"type":574,"tag":402,"props":13225,"children":13226},{"style":1531},[13227],{"type":579,"value":5960},{"type":574,"tag":402,"props":13229,"children":13230},{"style":865},[13231],{"type":579,"value":1528},{"type":574,"tag":402,"props":13233,"children":13234},{"style":4039},[13235],{"type":579,"value":5969},{"type":574,"tag":402,"props":13237,"children":13238},{"style":865},[13239],{"type":579,"value":1941},{"type":574,"tag":402,"props":13241,"children":13242},{"class":404,"line":2766},[13243,13247,13251,13255,13259,13263,13267,13271,13275,13279,13283,13287,13291,13295,13299,13303,13307],{"type":574,"tag":402,"props":13244,"children":13245},{"style":1970},[13246],{"type":579,"value":5982},{"type":574,"tag":402,"props":13248,"children":13249},{"style":2582},[13250],{"type":579,"value":3591},{"type":574,"tag":402,"props":13252,"children":13253},{"style":1382},[13254],{"type":579,"value":5991},{"type":574,"tag":402,"props":13256,"children":13257},{"style":1531},[13258],{"type":579,"value":5996},{"type":574,"tag":402,"props":13260,"children":13261},{"style":865},[13262],{"type":579,"value":1528},{"type":574,"tag":402,"props":13264,"children":13265},{"style":4039},[13266],{"type":579,"value":5969},{"type":574,"tag":402,"props":13268,"children":13269},{"style":865},[13270],{"type":579,"value":6009},{"type":574,"tag":402,"props":13272,"children":13273},{"style":1531},[13274],{"type":579,"value":5996},{"type":574,"tag":402,"props":13276,"children":13277},{"style":865},[13278],{"type":579,"value":6018},{"type":574,"tag":402,"props":13280,"children":13281},{"style":1531},[13282],{"type":579,"value":5794},{"type":574,"tag":402,"props":13284,"children":13285},{"style":865},[13286],{"type":579,"value":628},{"type":574,"tag":402,"props":13288,"children":13289},{"style":1531},[13290],{"type":579,"value":6031},{"type":574,"tag":402,"props":13292,"children":13293},{"style":865},[13294],{"type":579,"value":6009},{"type":574,"tag":402,"props":13296,"children":13297},{"style":1531},[13298],{"type":579,"value":5996},{"type":574,"tag":402,"props":13300,"children":13301},{"style":865},[13302],{"type":579,"value":6044},{"type":574,"tag":402,"props":13304,"children":13305},{"style":2582},[13306],{"type":579,"value":5449},{"type":574,"tag":402,"props":13308,"children":13309},{"style":865},[13310],{"type":579,"value":5454},{"type":574,"tag":402,"props":13312,"children":13313},{"class":404,"line":2774},[13314,13318,13322,13326,13330,13334,13338,13342,13346,13350,13354,13358,13362,13366,13370,13374,13378],{"type":574,"tag":402,"props":13315,"children":13316},{"style":1382},[13317],{"type":579,"value":5463},{"type":574,"tag":402,"props":13319,"children":13320},{"style":1531},[13321],{"type":579,"value":6065},{"type":574,"tag":402,"props":13323,"children":13324},{"style":865},[13325],{"type":579,"value":1528},{"type":574,"tag":402,"props":13327,"children":13328},{"style":2582},[13329],{"type":579,"value":6074},{"type":574,"tag":402,"props":13331,"children":13332},{"style":1531},[13333],{"type":579,"value":1307},{"type":574,"tag":402,"props":13335,"children":13336},{"style":2582},[13337],{"type":579,"value":6083},{"type":574,"tag":402,"props":13339,"children":13340},{"style":1531},[13341],{"type":579,"value":6088},{"type":574,"tag":402,"props":13343,"children":13344},{"style":2582},[13345],{"type":579,"value":6093},{"type":574,"tag":402,"props":13347,"children":13348},{"style":865},[13349],{"type":579,"value":6098},{"type":574,"tag":402,"props":13351,"children":13352},{"style":4039},[13353],{"type":579,"value":5969},{"type":574,"tag":402,"props":13355,"children":13356},{"style":2582},[13357],{"type":579,"value":5449},{"type":574,"tag":402,"props":13359,"children":13360},{"style":865},[13361],{"type":579,"value":5496},{"type":574,"tag":402,"props":13363,"children":13364},{"style":4039},[13365],{"type":579,"value":6115},{"type":574,"tag":402,"props":13367,"children":13368},{"style":2582},[13369],{"type":579,"value":5449},{"type":574,"tag":402,"props":13371,"children":13372},{"style":865},[13373],{"type":579,"value":6124},{"type":574,"tag":402,"props":13375,"children":13376},{"style":4039},[13377],{"type":579,"value":6115},{"type":574,"tag":402,"props":13379,"children":13380},{"style":865},[13381],{"type":579,"value":1941},{"type":574,"tag":402,"props":13383,"children":13384},{"class":404,"line":2783},[13385,13389,13393,13397,13401,13405],{"type":574,"tag":402,"props":13386,"children":13387},{"style":1531},[13388],{"type":579,"value":6141},{"type":574,"tag":402,"props":13390,"children":13391},{"style":865},[13392],{"type":579,"value":6146},{"type":574,"tag":402,"props":13394,"children":13395},{"style":1531},[13396],{"type":579,"value":6065},{"type":574,"tag":402,"props":13398,"children":13399},{"style":865},[13400],{"type":579,"value":6155},{"type":574,"tag":402,"props":13402,"children":13403},{"style":1531},[13404],{"type":579,"value":6065},{"type":574,"tag":402,"props":13406,"children":13407},{"style":865},[13408],{"type":579,"value":1941},{"type":574,"tag":402,"props":13410,"children":13411},{"class":404,"line":2804},[13412],{"type":574,"tag":402,"props":13413,"children":13414},{"style":865},[13415],{"type":579,"value":5593},{"type":574,"tag":402,"props":13417,"children":13418},{"class":404,"line":2812},[13419,13423,13427,13431,13435,13439,13443,13447,13451,13455,13459,13463,13467,13471],{"type":574,"tag":402,"props":13420,"children":13421},{"style":1382},[13422],{"type":579,"value":5730},{"type":574,"tag":402,"props":13424,"children":13425},{"style":1531},[13426],{"type":579,"value":6184},{"type":574,"tag":402,"props":13428,"children":13429},{"style":865},[13430],{"type":579,"value":1528},{"type":574,"tag":402,"props":13432,"children":13433},{"style":1531},[13434],{"type":579,"value":6193},{"type":574,"tag":402,"props":13436,"children":13437},{"style":865},[13438],{"type":579,"value":628},{"type":574,"tag":402,"props":13440,"children":13441},{"style":3992},[13442],{"type":579,"value":6202},{"type":574,"tag":402,"props":13444,"children":13445},{"style":2582},[13446],{"type":579,"value":1455},{"type":574,"tag":402,"props":13448,"children":13449},{"style":1531},[13450],{"type":579,"value":6211},{"type":574,"tag":402,"props":13452,"children":13453},{"style":865},[13454],{"type":579,"value":5570},{"type":574,"tag":402,"props":13456,"children":13457},{"style":1531},[13458],{"type":579,"value":5794},{"type":574,"tag":402,"props":13460,"children":13461},{"style":865},[13462],{"type":579,"value":628},{"type":574,"tag":402,"props":13464,"children":13465},{"style":1531},[13466],{"type":579,"value":6031},{"type":574,"tag":402,"props":13468,"children":13469},{"style":2582},[13470],{"type":579,"value":1484},{"type":574,"tag":402,"props":13472,"children":13473},{"style":865},[13474],{"type":579,"value":1941},{"type":574,"tag":402,"props":13476,"children":13477},{"class":404,"line":2833},[13478,13482,13486],{"type":574,"tag":402,"props":13479,"children":13480},{"style":3992},[13481],{"type":579,"value":6252},{"type":574,"tag":402,"props":13483,"children":13484},{"style":2582},[13485],{"type":579,"value":1455},{"type":574,"tag":402,"props":13487,"children":13488},{"style":865},[13489],{"type":579,"value":5454},{"type":574,"tag":402,"props":13491,"children":13492},{"class":404,"line":2842},[13493,13497,13501,13505,13509,13513,13517],{"type":574,"tag":402,"props":13494,"children":13495},{"style":2582},[13496],{"type":579,"value":6269},{"type":574,"tag":402,"props":13498,"children":13499},{"style":865},[13500],{"type":579,"value":1265},{"type":574,"tag":402,"props":13502,"children":13503},{"style":1531},[13504],{"type":579,"value":5735},{"type":574,"tag":402,"props":13506,"children":13507},{"style":865},[13508],{"type":579,"value":628},{"type":574,"tag":402,"props":13510,"children":13511},{"style":3992},[13512],{"type":579,"value":6286},{"type":574,"tag":402,"props":13514,"children":13515},{"style":2582},[13516],{"type":579,"value":1379},{"type":574,"tag":402,"props":13518,"children":13519},{"style":865},[13520],{"type":579,"value":4047},{"type":574,"tag":402,"props":13522,"children":13523},{"class":404,"line":2850},[13524,13528,13532,13536,13540,13544,13548],{"type":574,"tag":402,"props":13525,"children":13526},{"style":2582},[13527],{"type":579,"value":6303},{"type":574,"tag":402,"props":13529,"children":13530},{"style":865},[13531],{"type":579,"value":1265},{"type":574,"tag":402,"props":13533,"children":13534},{"style":1531},[13535],{"type":579,"value":5794},{"type":574,"tag":402,"props":13537,"children":13538},{"style":865},[13539],{"type":579,"value":628},{"type":574,"tag":402,"props":13541,"children":13542},{"style":3992},[13543],{"type":579,"value":6286},{"type":574,"tag":402,"props":13545,"children":13546},{"style":2582},[13547],{"type":579,"value":1379},{"type":574,"tag":402,"props":13549,"children":13550},{"style":865},[13551],{"type":579,"value":4047},{"type":574,"tag":402,"props":13553,"children":13554},{"class":404,"line":2859},[13555,13559],{"type":574,"tag":402,"props":13556,"children":13557},{"style":1531},[13558],{"type":579,"value":6336},{"type":574,"tag":402,"props":13560,"children":13561},{"style":865},[13562],{"type":579,"value":4047},{"type":574,"tag":402,"props":13564,"children":13565},{"class":404,"line":2880},[13566,13570,13574],{"type":574,"tag":402,"props":13567,"children":13568},{"style":865},[13569],{"type":579,"value":4130},{"type":574,"tag":402,"props":13571,"children":13572},{"style":2582},[13573],{"type":579,"value":1484},{"type":574,"tag":402,"props":13575,"children":13576},{"style":865},[13577],{"type":579,"value":1941},{"type":574,"tag":402,"props":13579,"children":13580},{"class":404,"line":2889},[13581,13585,13589,13593,13597,13601,13605,13609],{"type":574,"tag":402,"props":13582,"children":13583},{"style":1970},[13584],{"type":579,"value":5426},{"type":574,"tag":402,"props":13586,"children":13587},{"style":2582},[13588],{"type":579,"value":3591},{"type":574,"tag":402,"props":13590,"children":13591},{"style":1531},[13592],{"type":579,"value":4163},{"type":574,"tag":402,"props":13594,"children":13595},{"style":865},[13596],{"type":579,"value":6385},{"type":574,"tag":402,"props":13598,"children":13599},{"style":865},[13600],{"type":579,"value":5696},{"type":574,"tag":402,"props":13602,"children":13603},{"style":1531},[13604],{"type":579,"value":4218},{"type":574,"tag":402,"props":13606,"children":13607},{"style":2582},[13608],{"type":579,"value":5449},{"type":574,"tag":402,"props":13610,"children":13611},{"style":865},[13612],{"type":579,"value":5454},{"type":574,"tag":402,"props":13614,"children":13615},{"class":404,"line":2910},[13616,13620,13624,13628,13632,13636,13640,13644,13648],{"type":574,"tag":402,"props":13617,"children":13618},{"style":1531},[13619],{"type":579,"value":6410},{"type":574,"tag":402,"props":13621,"children":13622},{"style":865},[13623],{"type":579,"value":628},{"type":574,"tag":402,"props":13625,"children":13626},{"style":1531},[13627],{"type":579,"value":5444},{"type":574,"tag":402,"props":13629,"children":13630},{"style":865},[13631],{"type":579,"value":1528},{"type":574,"tag":402,"props":13633,"children":13634},{"style":3992},[13635],{"type":579,"value":6427},{"type":574,"tag":402,"props":13637,"children":13638},{"style":2582},[13639],{"type":579,"value":1455},{"type":574,"tag":402,"props":13641,"children":13642},{"style":1531},[13643],{"type":579,"value":6436},{"type":574,"tag":402,"props":13645,"children":13646},{"style":2582},[13647],{"type":579,"value":1484},{"type":574,"tag":402,"props":13649,"children":13650},{"style":865},[13651],{"type":579,"value":1941},{"type":574,"tag":402,"props":13653,"children":13654},{"class":404,"line":2919},[13655],{"type":574,"tag":402,"props":13656,"children":13657},{"style":865},[13658],{"type":579,"value":5593},{"type":574,"tag":402,"props":13660,"children":13661},{"class":404,"line":2940},[13662,13666,13670,13674,13678,13682,13686,13690,13694],{"type":574,"tag":402,"props":13663,"children":13664},{"style":865},[13665],{"type":579,"value":5602},{"type":574,"tag":402,"props":13667,"children":13668},{"style":2582},[13669],{"type":579,"value":3721},{"type":574,"tag":402,"props":13671,"children":13672},{"style":1531},[13673],{"type":579,"value":4163},{"type":574,"tag":402,"props":13675,"children":13676},{"style":865},[13677],{"type":579,"value":1988},{"type":574,"tag":402,"props":13679,"children":13680},{"style":1531},[13681],{"type":579,"value":6477},{"type":574,"tag":402,"props":13683,"children":13684},{"style":865},[13685],{"type":579,"value":1988},{"type":574,"tag":402,"props":13687,"children":13688},{"style":1531},[13689],{"type":579,"value":3968},{"type":574,"tag":402,"props":13691,"children":13692},{"style":2582},[13693],{"type":579,"value":6490},{"type":574,"tag":402,"props":13695,"children":13696},{"style":865},[13697],{"type":579,"value":1941},{"type":574,"tag":402,"props":13699,"children":13700},{"class":404,"line":2949},[13701,13705,13709,13713,13717],{"type":574,"tag":402,"props":13702,"children":13703},{"style":1382},[13704],{"type":579,"value":3932},{"type":574,"tag":402,"props":13706,"children":13707},{"style":1531},[13708],{"type":579,"value":6515},{"type":574,"tag":402,"props":13710,"children":13711},{"style":865},[13712],{"type":579,"value":1528},{"type":574,"tag":402,"props":13714,"children":13715},{"style":3992},[13716],{"type":579,"value":2011},{"type":574,"tag":402,"props":13718,"children":13719},{"style":2582},[13720],{"type":579,"value":4393},{"type":574,"tag":402,"props":13722,"children":13723},{"class":404,"line":2970},[13724,13728,13732,13736,13740],{"type":574,"tag":402,"props":13725,"children":13726},{"style":865},[13727],{"type":579,"value":6536},{"type":574,"tag":402,"props":13729,"children":13730},{"style":1458},[13731],{"type":579,"value":6541},{"type":574,"tag":402,"props":13733,"children":13734},{"style":865},[13735],{"type":579,"value":1484},{"type":574,"tag":402,"props":13737,"children":13738},{"style":1382},[13739],{"type":579,"value":1385},{"type":574,"tag":402,"props":13741,"children":13742},{"style":865},[13743],{"type":579,"value":2523},{"type":574,"tag":402,"props":13745,"children":13746},{"class":404,"line":2978},[13747,13751,13755,13759,13763,13767,13771],{"type":574,"tag":402,"props":13748,"children":13749},{"style":1970},[13750],{"type":579,"value":6570},{"type":574,"tag":402,"props":13752,"children":13753},{"style":2582},[13754],{"type":579,"value":3591},{"type":574,"tag":402,"props":13756,"children":13757},{"style":865},[13758],{"type":579,"value":5673},{"type":574,"tag":402,"props":13760,"children":13761},{"style":1531},[13762],{"type":579,"value":1005},{"type":574,"tag":402,"props":13764,"children":13765},{"style":2582},[13766],{"type":579,"value":5449},{"type":574,"tag":402,"props":13768,"children":13769},{"style":1970},[13770],{"type":579,"value":5709},{"type":574,"tag":402,"props":13772,"children":13773},{"style":865},[13774],{"type":579,"value":1941},{"type":574,"tag":402,"props":13776,"children":13777},{"class":404,"line":2986},[13778,13782],{"type":574,"tag":402,"props":13779,"children":13780},{"style":1970},[13781],{"type":579,"value":6611},{"type":574,"tag":402,"props":13783,"children":13784},{"style":865},[13785],{"type":579,"value":2523},{"type":574,"tag":402,"props":13787,"children":13788},{"class":404,"line":2995},[13789,13793,13797,13801,13805,13809],{"type":574,"tag":402,"props":13790,"children":13791},{"style":1531},[13792],{"type":579,"value":6624},{"type":574,"tag":402,"props":13794,"children":13795},{"style":865},[13796],{"type":579,"value":628},{"type":574,"tag":402,"props":13798,"children":13799},{"style":1531},[13800],{"type":579,"value":5444},{"type":574,"tag":402,"props":13802,"children":13803},{"style":865},[13804],{"type":579,"value":1528},{"type":574,"tag":402,"props":13806,"children":13807},{"style":865},[13808],{"type":579,"value":5744},{"type":574,"tag":402,"props":13810,"children":13811},{"style":2582},[13812],{"type":579,"value":3873},{"type":574,"tag":402,"props":13814,"children":13815},{"class":404,"line":3016},[13816,13820,13824,13828,13832,13837,13841],{"type":574,"tag":402,"props":13817,"children":13818},{"style":1531},[13819],{"type":579,"value":6653},{"type":574,"tag":402,"props":13821,"children":13822},{"style":865},[13823],{"type":579,"value":628},{"type":574,"tag":402,"props":13825,"children":13826},{"style":1531},[13827],{"type":579,"value":5024},{"type":574,"tag":402,"props":13829,"children":13830},{"style":865},[13831],{"type":579,"value":5691},{"type":574,"tag":402,"props":13833,"children":13834},{"style":1531},[13835],{"type":579,"value":13836}," window",{"type":574,"tag":402,"props":13838,"children":13839},{"style":865},[13840],{"type":579,"value":628},{"type":574,"tag":402,"props":13842,"children":13843},{"style":1531},[13844],{"type":579,"value":6696},{"type":574,"tag":402,"props":13846,"children":13847},{"class":404,"line":3025},[13848,13852],{"type":574,"tag":402,"props":13849,"children":13850},{"style":2582},[13851],{"type":579,"value":6705},{"type":574,"tag":402,"props":13853,"children":13854},{"style":865},[13855],{"type":579,"value":1941},{"type":574,"tag":402,"props":13857,"children":13858},{"class":404,"line":3046},[13859,13863,13867,13871,13875,13879,13883,13887,13891,13895,13899],{"type":574,"tag":402,"props":13860,"children":13861},{"style":1531},[13862],{"type":579,"value":6718},{"type":574,"tag":402,"props":13864,"children":13865},{"style":865},[13866],{"type":579,"value":628},{"type":574,"tag":402,"props":13868,"children":13869},{"style":1531},[13870],{"type":579,"value":5444},{"type":574,"tag":402,"props":13872,"children":13873},{"style":865},[13874],{"type":579,"value":1528},{"type":574,"tag":402,"props":13876,"children":13877},{"style":1531},[13878],{"type":579,"value":5007},{"type":574,"tag":402,"props":13880,"children":13881},{"style":865},[13882],{"type":579,"value":628},{"type":574,"tag":402,"props":13884,"children":13885},{"style":1531},[13886],{"type":579,"value":5444},{"type":574,"tag":402,"props":13888,"children":13889},{"style":865},[13890],{"type":579,"value":628},{"type":574,"tag":402,"props":13892,"children":13893},{"style":3992},[13894],{"type":579,"value":6751},{"type":574,"tag":402,"props":13896,"children":13897},{"style":2582},[13898],{"type":579,"value":1379},{"type":574,"tag":402,"props":13900,"children":13901},{"style":865},[13902],{"type":579,"value":1941},{"type":574,"tag":402,"props":13904,"children":13905},{"class":404,"line":3055},[13906,13910,13914,13918],{"type":574,"tag":402,"props":13907,"children":13908},{"style":1531},[13909],{"type":579,"value":6768},{"type":574,"tag":402,"props":13911,"children":13912},{"style":865},[13913],{"type":579,"value":628},{"type":574,"tag":402,"props":13915,"children":13916},{"style":1531},[13917],{"type":579,"value":5444},{"type":574,"tag":402,"props":13919,"children":13920},{"style":865},[13921],{"type":579,"value":2113},{"type":574,"tag":402,"props":13923,"children":13924},{"class":404,"line":3076},[13925,13929,13933,13937,13941,13945,13949,13953,13957],{"type":574,"tag":402,"props":13926,"children":13927},{"style":1531},[13928],{"type":579,"value":6789},{"type":574,"tag":402,"props":13930,"children":13931},{"style":865},[13932],{"type":579,"value":628},{"type":574,"tag":402,"props":13934,"children":13935},{"style":1531},[13936],{"type":579,"value":5444},{"type":574,"tag":402,"props":13938,"children":13939},{"style":865},[13940],{"type":579,"value":628},{"type":574,"tag":402,"props":13942,"children":13943},{"style":3992},[13944],{"type":579,"value":6806},{"type":574,"tag":402,"props":13946,"children":13947},{"style":2582},[13948],{"type":579,"value":1455},{"type":574,"tag":402,"props":13950,"children":13951},{"style":1531},[13952],{"type":579,"value":6541},{"type":574,"tag":402,"props":13954,"children":13955},{"style":2582},[13956],{"type":579,"value":1484},{"type":574,"tag":402,"props":13958,"children":13959},{"style":865},[13960],{"type":579,"value":1941},{"type":574,"tag":402,"props":13962,"children":13963},{"class":404,"line":3085},[13964,13968,13972,13976,13980,13984,13988,13992],{"type":574,"tag":402,"props":13965,"children":13966},{"style":1531},[13967],{"type":579,"value":6718},{"type":574,"tag":402,"props":13969,"children":13970},{"style":865},[13971],{"type":579,"value":628},{"type":574,"tag":402,"props":13973,"children":13974},{"style":1531},[13975],{"type":579,"value":5444},{"type":574,"tag":402,"props":13977,"children":13978},{"style":865},[13979],{"type":579,"value":628},{"type":574,"tag":402,"props":13981,"children":13982},{"style":1531},[13983],{"type":579,"value":1036},{"type":574,"tag":402,"props":13985,"children":13986},{"style":865},[13987],{"type":579,"value":1528},{"type":574,"tag":402,"props":13989,"children":13990},{"style":1531},[13991],{"type":579,"value":3977},{"type":574,"tag":402,"props":13993,"children":13994},{"style":865},[13995],{"type":579,"value":1941},{"type":574,"tag":402,"props":13997,"children":13998},{"class":404,"line":3106},[13999,14003,14007,14011,14015,14019,14023,14027],{"type":574,"tag":402,"props":14000,"children":14001},{"style":1531},[14002],{"type":579,"value":6718},{"type":574,"tag":402,"props":14004,"children":14005},{"style":865},[14006],{"type":579,"value":628},{"type":574,"tag":402,"props":14008,"children":14009},{"style":1531},[14010],{"type":579,"value":5444},{"type":574,"tag":402,"props":14012,"children":14013},{"style":865},[14014],{"type":579,"value":628},{"type":574,"tag":402,"props":14016,"children":14017},{"style":1531},[14018],{"type":579,"value":6891},{"type":574,"tag":402,"props":14020,"children":14021},{"style":865},[14022],{"type":579,"value":1528},{"type":574,"tag":402,"props":14024,"children":14025},{"style":4039},[14026],{"type":579,"value":6900},{"type":574,"tag":402,"props":14028,"children":14029},{"style":865},[14030],{"type":579,"value":1941},{"type":574,"tag":402,"props":14032,"children":14033},{"class":404,"line":3115},[14034,14038,14042,14046,14050,14054,14058,14062,14066,14070,14074],{"type":574,"tag":402,"props":14035,"children":14036},{"style":1531},[14037],{"type":579,"value":6768},{"type":574,"tag":402,"props":14039,"children":14040},{"style":865},[14041],{"type":579,"value":628},{"type":574,"tag":402,"props":14043,"children":14044},{"style":1531},[14045],{"type":579,"value":5444},{"type":574,"tag":402,"props":14047,"children":14048},{"style":865},[14049],{"type":579,"value":628},{"type":574,"tag":402,"props":14051,"children":14052},{"style":3992},[14053],{"type":579,"value":6937},{"type":574,"tag":402,"props":14055,"children":14056},{"style":2582},[14057],{"type":579,"value":1455},{"type":574,"tag":402,"props":14059,"children":14060},{"style":1531},[14061],{"type":579,"value":5678},{"type":574,"tag":402,"props":14063,"children":14064},{"style":865},[14065],{"type":579,"value":628},{"type":574,"tag":402,"props":14067,"children":14068},{"style":1531},[14069],{"type":579,"value":5444},{"type":574,"tag":402,"props":14071,"children":14072},{"style":2582},[14073],{"type":579,"value":1484},{"type":574,"tag":402,"props":14075,"children":14076},{"style":865},[14077],{"type":579,"value":1941},{"type":574,"tag":402,"props":14079,"children":14080},{"class":404,"line":3145},[14081,14085,14089],{"type":574,"tag":402,"props":14082,"children":14083},{"style":3992},[14084],{"type":579,"value":6978},{"type":574,"tag":402,"props":14086,"children":14087},{"style":2582},[14088],{"type":579,"value":1379},{"type":574,"tag":402,"props":14090,"children":14091},{"style":865},[14092],{"type":579,"value":1941},{"type":574,"tag":402,"props":14094,"children":14095},{"class":404,"line":3154},[14096,14100,14104,14108,14112,14116],{"type":574,"tag":402,"props":14097,"children":14098},{"style":865},[14099],{"type":579,"value":6995},{"type":574,"tag":402,"props":14101,"children":14102},{"style":1970},[14103],{"type":579,"value":7000},{"type":574,"tag":402,"props":14105,"children":14106},{"style":2582},[14107],{"type":579,"value":3591},{"type":574,"tag":402,"props":14109,"children":14110},{"style":1531},[14111],{"type":579,"value":7009},{"type":574,"tag":402,"props":14113,"children":14114},{"style":2582},[14115],{"type":579,"value":5449},{"type":574,"tag":402,"props":14117,"children":14118},{"style":865},[14119],{"type":579,"value":5454},{"type":574,"tag":402,"props":14121,"children":14122},{"class":404,"line":3184},[14123,14127,14131,14135,14139,14143,14147,14151,14155,14159,14163],{"type":574,"tag":402,"props":14124,"children":14125},{"style":1531},[14126],{"type":579,"value":7026},{"type":574,"tag":402,"props":14128,"children":14129},{"style":865},[14130],{"type":579,"value":628},{"type":574,"tag":402,"props":14132,"children":14133},{"style":3992},[14134],{"type":579,"value":7035},{"type":574,"tag":402,"props":14136,"children":14137},{"style":2582},[14138],{"type":579,"value":1455},{"type":574,"tag":402,"props":14140,"children":14141},{"style":865},[14142],{"type":579,"value":1936},{"type":574,"tag":402,"props":14144,"children":14145},{"style":1550},[14146],{"type":579,"value":7048},{"type":574,"tag":402,"props":14148,"children":14149},{"style":865},[14150],{"type":579,"value":1936},{"type":574,"tag":402,"props":14152,"children":14153},{"style":865},[14154],{"type":579,"value":1988},{"type":574,"tag":402,"props":14156,"children":14157},{"style":1531},[14158],{"type":579,"value":7061},{"type":574,"tag":402,"props":14160,"children":14161},{"style":2582},[14162],{"type":579,"value":1484},{"type":574,"tag":402,"props":14164,"children":14165},{"style":865},[14166],{"type":579,"value":1941},{"type":574,"tag":402,"props":14168,"children":14169},{"class":404,"line":3193},[14170],{"type":574,"tag":402,"props":14171,"children":14172},{"style":865},[14173],{"type":579,"value":7078},{"type":574,"tag":402,"props":14175,"children":14176},{"class":404,"line":3223},[14177],{"type":574,"tag":402,"props":14178,"children":14179},{"style":865},[14180],{"type":579,"value":7087},{"type":574,"tag":402,"props":14182,"children":14183},{"class":404,"line":3232},[14184,14188,14192,14196,14200,14204,14208,14212],{"type":574,"tag":402,"props":14185,"children":14186},{"style":2582},[14187],{"type":579,"value":7096},{"type":574,"tag":402,"props":14189,"children":14190},{"style":1531},[14191],{"type":579,"value":1005},{"type":574,"tag":402,"props":14193,"children":14194},{"style":865},[14195],{"type":579,"value":1988},{"type":574,"tag":402,"props":14197,"children":14198},{"style":1531},[14199],{"type":579,"value":3977},{"type":574,"tag":402,"props":14201,"children":14202},{"style":865},[14203],{"type":579,"value":1988},{"type":574,"tag":402,"props":14205,"children":14206},{"style":1531},[14207],{"type":579,"value":5632},{"type":574,"tag":402,"props":14209,"children":14210},{"style":2582},[14211],{"type":579,"value":3731},{"type":574,"tag":402,"props":14213,"children":14214},{"style":865},[14215],{"type":579,"value":4047},{"type":574,"tag":402,"props":14217,"children":14218},{"class":404,"line":3261},[14219,14223],{"type":574,"tag":402,"props":14220,"children":14221},{"style":2582},[14222],{"type":579,"value":4411},{"type":574,"tag":402,"props":14224,"children":14225},{"style":865},[14226],{"type":579,"value":1941},{"type":574,"tag":402,"props":14228,"children":14229},{"class":404,"line":3270},[14230,14234,14238,14242,14246,14250,14254,14258,14262],{"type":574,"tag":402,"props":14231,"children":14232},{"style":1382},[14233],{"type":579,"value":3932},{"type":574,"tag":402,"props":14235,"children":14236},{"style":1531},[14237],{"type":579,"value":7157},{"type":574,"tag":402,"props":14239,"children":14240},{"style":865},[14241],{"type":579,"value":1528},{"type":574,"tag":402,"props":14243,"children":14244},{"style":3992},[14245],{"type":579,"value":2011},{"type":574,"tag":402,"props":14247,"children":14248},{"style":2582},[14249],{"type":579,"value":1455},{"type":574,"tag":402,"props":14251,"children":14252},{"style":1382},[14253],{"type":579,"value":7174},{"type":574,"tag":402,"props":14255,"children":14256},{"style":865},[14257],{"type":579,"value":3391},{"type":574,"tag":402,"props":14259,"children":14260},{"style":1382},[14261],{"type":579,"value":1385},{"type":574,"tag":402,"props":14263,"children":14264},{"style":865},[14265],{"type":579,"value":2523},{"type":574,"tag":402,"props":14267,"children":14268},{"class":404,"line":3291},[14269,14273,14277,14281,14285,14289],{"type":574,"tag":402,"props":14270,"children":14271},{"style":1970},[14272],{"type":579,"value":5426},{"type":574,"tag":402,"props":14274,"children":14275},{"style":2582},[14276],{"type":579,"value":3591},{"type":574,"tag":402,"props":14278,"children":14279},{"style":865},[14280],{"type":579,"value":5673},{"type":574,"tag":402,"props":14282,"children":14283},{"style":1531},[14284],{"type":579,"value":7207},{"type":574,"tag":402,"props":14286,"children":14287},{"style":2582},[14288],{"type":579,"value":5449},{"type":574,"tag":402,"props":14290,"children":14291},{"style":865},[14292],{"type":579,"value":5454},{"type":574,"tag":402,"props":14294,"children":14295},{"class":404,"line":3300},[14296,14300,14304,14308,14312,14316,14320],{"type":574,"tag":402,"props":14297,"children":14298},{"style":3992},[14299],{"type":579,"value":7224},{"type":574,"tag":402,"props":14301,"children":14302},{"style":2582},[14303],{"type":579,"value":1455},{"type":574,"tag":402,"props":14305,"children":14306},{"style":865},[14307],{"type":579,"value":1936},{"type":574,"tag":402,"props":14309,"children":14310},{"style":1550},[14311],{"type":579,"value":7237},{"type":574,"tag":402,"props":14313,"children":14314},{"style":865},[14315],{"type":579,"value":1936},{"type":574,"tag":402,"props":14317,"children":14318},{"style":2582},[14319],{"type":579,"value":1484},{"type":574,"tag":402,"props":14321,"children":14322},{"style":865},[14323],{"type":579,"value":1941},{"type":574,"tag":402,"props":14325,"children":14326},{"class":404,"line":3329},[14327,14331],{"type":574,"tag":402,"props":14328,"children":14329},{"style":1970},[14330],{"type":579,"value":7258},{"type":574,"tag":402,"props":14332,"children":14333},{"style":865},[14334],{"type":579,"value":1941},{"type":574,"tag":402,"props":14336,"children":14337},{"class":404,"line":3338},[14338],{"type":574,"tag":402,"props":14339,"children":14340},{"style":865},[14341],{"type":579,"value":5593},{"type":574,"tag":402,"props":14343,"children":14344},{"class":404,"line":3367},[14345,14349],{"type":574,"tag":402,"props":14346,"children":14347},{"style":1970},[14348],{"type":579,"value":7287},{"type":574,"tag":402,"props":14350,"children":14351},{"style":865},[14352],{"type":579,"value":2523},{"type":574,"tag":402,"props":14354,"children":14355},{"class":404,"line":3376},[14356,14360,14364,14368,14372],{"type":574,"tag":402,"props":14357,"children":14358},{"style":3992},[14359],{"type":579,"value":7224},{"type":574,"tag":402,"props":14361,"children":14362},{"style":2582},[14363],{"type":579,"value":1455},{"type":574,"tag":402,"props":14365,"children":14366},{"style":865},[14367],{"type":579,"value":4322},{"type":574,"tag":402,"props":14369,"children":14370},{"style":2582},[14371],{"type":579,"value":1484},{"type":574,"tag":402,"props":14373,"children":14374},{"style":865},[14375],{"type":579,"value":1941},{"type":574,"tag":402,"props":14377,"children":14378},{"class":404,"line":3415},[14379,14383,14387,14391,14395,14399,14403,14407,14411,14415,14419],{"type":574,"tag":402,"props":14380,"children":14381},{"style":1382},[14382],{"type":579,"value":5463},{"type":574,"tag":402,"props":14384,"children":14385},{"style":1531},[14386],{"type":579,"value":7328},{"type":574,"tag":402,"props":14388,"children":14389},{"style":865},[14390],{"type":579,"value":1528},{"type":574,"tag":402,"props":14392,"children":14393},{"style":1970},[14394],{"type":579,"value":7337},{"type":574,"tag":402,"props":14396,"children":14397},{"style":1531},[14398],{"type":579,"value":5264},{"type":574,"tag":402,"props":14400,"children":14401},{"style":865},[14402],{"type":579,"value":628},{"type":574,"tag":402,"props":14404,"children":14405},{"style":1531},[14406],{"type":579,"value":5310},{"type":574,"tag":402,"props":14408,"children":14409},{"style":865},[14410],{"type":579,"value":628},{"type":574,"tag":402,"props":14412,"children":14413},{"style":3992},[14414],{"type":579,"value":5343},{"type":574,"tag":402,"props":14416,"children":14417},{"style":2582},[14418],{"type":579,"value":1455},{"type":574,"tag":402,"props":14420,"children":14421},{"style":865},[14422],{"type":579,"value":5454},{"type":574,"tag":402,"props":14424,"children":14425},{"class":404,"line":3424},[14426,14430,14434],{"type":574,"tag":402,"props":14427,"children":14428},{"style":2582},[14429],{"type":579,"value":7374},{"type":574,"tag":402,"props":14431,"children":14432},{"style":865},[14433],{"type":579,"value":1265},{"type":574,"tag":402,"props":14435,"children":14436},{"style":865},[14437],{"type":579,"value":2523},{"type":574,"tag":402,"props":14439,"children":14440},{"class":404,"line":3453},[14441,14445,14449,14453],{"type":574,"tag":402,"props":14442,"children":14443},{"style":2582},[14444],{"type":579,"value":7391},{"type":574,"tag":402,"props":14446,"children":14447},{"style":865},[14448],{"type":579,"value":1265},{"type":574,"tag":402,"props":14450,"children":14451},{"style":4092},[14452],{"type":579,"value":7400},{"type":574,"tag":402,"props":14454,"children":14455},{"style":865},[14456],{"type":579,"value":4047},{"type":574,"tag":402,"props":14458,"children":14459},{"class":404,"line":3462},[14460,14464,14468,14472],{"type":574,"tag":402,"props":14461,"children":14462},{"style":2582},[14463],{"type":579,"value":7413},{"type":574,"tag":402,"props":14465,"children":14466},{"style":865},[14467],{"type":579,"value":1265},{"type":574,"tag":402,"props":14469,"children":14470},{"style":4092},[14471],{"type":579,"value":7400},{"type":574,"tag":402,"props":14473,"children":14474},{"style":865},[14475],{"type":579,"value":4047},{"type":574,"tag":402,"props":14477,"children":14478},{"class":404,"line":3491},[14479,14483,14487,14491],{"type":574,"tag":402,"props":14480,"children":14481},{"style":2582},[14482],{"type":579,"value":7434},{"type":574,"tag":402,"props":14484,"children":14485},{"style":865},[14486],{"type":579,"value":1265},{"type":574,"tag":402,"props":14488,"children":14489},{"style":4092},[14490],{"type":579,"value":7400},{"type":574,"tag":402,"props":14492,"children":14493},{"style":865},[14494],{"type":579,"value":4047},{"type":574,"tag":402,"props":14496,"children":14497},{"class":404,"line":3500},[14498],{"type":574,"tag":402,"props":14499,"children":14500},{"style":865},[14501],{"type":579,"value":7455},{"type":574,"tag":402,"props":14503,"children":14504},{"class":404,"line":3529},[14505,14509,14513],{"type":574,"tag":402,"props":14506,"children":14507},{"style":865},[14508],{"type":579,"value":6995},{"type":574,"tag":402,"props":14510,"children":14511},{"style":2582},[14512],{"type":579,"value":1484},{"type":574,"tag":402,"props":14514,"children":14515},{"style":865},[14516],{"type":579,"value":1941},{"type":574,"tag":402,"props":14518,"children":14519},{"class":404,"line":3538},[14520,14524,14528,14532,14536],{"type":574,"tag":402,"props":14521,"children":14522},{"style":3992},[14523],{"type":579,"value":7488},{"type":574,"tag":402,"props":14525,"children":14526},{"style":2582},[14527],{"type":579,"value":1455},{"type":574,"tag":402,"props":14529,"children":14530},{"style":1531},[14531],{"type":579,"value":6541},{"type":574,"tag":402,"props":14533,"children":14534},{"style":2582},[14535],{"type":579,"value":1484},{"type":574,"tag":402,"props":14537,"children":14538},{"style":865},[14539],{"type":579,"value":1941},{"type":574,"tag":402,"props":14541,"children":14542},{"class":404,"line":3567},[14543,14547,14551,14555,14559],{"type":574,"tag":402,"props":14544,"children":14545},{"style":3992},[14546],{"type":579,"value":7513},{"type":574,"tag":402,"props":14548,"children":14549},{"style":2582},[14550],{"type":579,"value":1455},{"type":574,"tag":402,"props":14552,"children":14553},{"style":1531},[14554],{"type":579,"value":6541},{"type":574,"tag":402,"props":14556,"children":14557},{"style":2582},[14558],{"type":579,"value":1484},{"type":574,"tag":402,"props":14560,"children":14561},{"style":865},[14562],{"type":579,"value":1941},{"type":574,"tag":402,"props":14564,"children":14565},{"class":404,"line":3576},[14566,14570,14574,14578,14582,14586,14590,14594,14598],{"type":574,"tag":402,"props":14567,"children":14568},{"style":1382},[14569],{"type":579,"value":5463},{"type":574,"tag":402,"props":14571,"children":14572},{"style":1531},[14573],{"type":579,"value":7550},{"type":574,"tag":402,"props":14575,"children":14576},{"style":865},[14577],{"type":579,"value":1528},{"type":574,"tag":402,"props":14579,"children":14580},{"style":865},[14581],{"type":579,"value":5744},{"type":574,"tag":402,"props":14583,"children":14584},{"style":3992},[14585],{"type":579,"value":3169},{"type":574,"tag":402,"props":14587,"children":14588},{"style":2582},[14589],{"type":579,"value":1455},{"type":574,"tag":402,"props":14591,"children":14592},{"style":1531},[14593],{"type":579,"value":6541},{"type":574,"tag":402,"props":14595,"children":14596},{"style":865},[14597],{"type":579,"value":1988},{"type":574,"tag":402,"props":14599,"children":14600},{"style":865},[14601],{"type":579,"value":2523},{"type":574,"tag":402,"props":14603,"children":14604},{"class":404,"line":3622},[14605,14609],{"type":574,"tag":402,"props":14606,"children":14607},{"style":1531},[14608],{"type":579,"value":7587},{"type":574,"tag":402,"props":14610,"children":14611},{"style":865},[14612],{"type":579,"value":4047},{"type":574,"tag":402,"props":14614,"children":14615},{"class":404,"line":3630},[14616,14620,14624,14628,14632,14636,14640,14644],{"type":574,"tag":402,"props":14617,"children":14618},{"style":2582},[14619],{"type":579,"value":7600},{"type":574,"tag":402,"props":14621,"children":14622},{"style":865},[14623],{"type":579,"value":1265},{"type":574,"tag":402,"props":14625,"children":14626},{"style":1531},[14627],{"type":579,"value":3169},{"type":574,"tag":402,"props":14629,"children":14630},{"style":865},[14631],{"type":579,"value":628},{"type":574,"tag":402,"props":14633,"children":14634},{"style":3992},[14635],{"type":579,"value":7617},{"type":574,"tag":402,"props":14637,"children":14638},{"style":2582},[14639],{"type":579,"value":1455},{"type":574,"tag":402,"props":14641,"children":14642},{"style":1531},[14643],{"type":579,"value":944},{"type":574,"tag":402,"props":14645,"children":14646},{"style":2582},[14647],{"type":579,"value":7630},{"type":574,"tag":402,"props":14649,"children":14650},{"class":404,"line":3638},[14651,14655],{"type":574,"tag":402,"props":14652,"children":14653},{"style":865},[14654],{"type":579,"value":7639},{"type":574,"tag":402,"props":14656,"children":14657},{"style":1531},[14658],{"type":579,"value":7644},{"type":574,"tag":402,"props":14660,"children":14661},{"class":404,"line":3647},[14662,14666,14670,14674,14678],{"type":574,"tag":402,"props":14663,"children":14664},{"style":865},[14665],{"type":579,"value":7653},{"type":574,"tag":402,"props":14667,"children":14668},{"style":865},[14669],{"type":579,"value":1547},{"type":574,"tag":402,"props":14671,"children":14672},{"style":1550},[14673],{"type":579,"value":1553},{"type":574,"tag":402,"props":14675,"children":14676},{"style":865},[14677],{"type":579,"value":1936},{"type":574,"tag":402,"props":14679,"children":14680},{"style":865},[14681],{"type":579,"value":4047},{"type":574,"tag":402,"props":14683,"children":14684},{"class":404,"line":3656},[14685,14689,14693],{"type":574,"tag":402,"props":14686,"children":14687},{"style":865},[14688],{"type":579,"value":6995},{"type":574,"tag":402,"props":14690,"children":14691},{"style":2582},[14692],{"type":579,"value":1484},{"type":574,"tag":402,"props":14694,"children":14695},{"style":865},[14696],{"type":579,"value":1941},{"type":574,"tag":402,"props":14698,"children":14699},{"class":404,"line":3665},[14700,14704,14708,14712,14716,14720],{"type":574,"tag":402,"props":14701,"children":14702},{"style":1531},[14703],{"type":579,"value":7702},{"type":574,"tag":402,"props":14705,"children":14706},{"style":865},[14707],{"type":579,"value":628},{"type":574,"tag":402,"props":14709,"children":14710},{"style":1531},[14711],{"type":579,"value":5444},{"type":574,"tag":402,"props":14713,"children":14714},{"style":865},[14715],{"type":579,"value":1528},{"type":574,"tag":402,"props":14717,"children":14718},{"style":2582},[14719],{"type":579,"value":7719},{"type":574,"tag":402,"props":14721,"children":14722},{"style":865},[14723],{"type":579,"value":1941},{"type":574,"tag":402,"props":14725,"children":14726},{"class":404,"line":3688},[14727,14731,14735,14739,14743,14747,14751,14755,14759],{"type":574,"tag":402,"props":14728,"children":14729},{"style":1531},[14730],{"type":579,"value":7740},{"type":574,"tag":402,"props":14732,"children":14733},{"style":865},[14734],{"type":579,"value":628},{"type":574,"tag":402,"props":14736,"children":14737},{"style":3992},[14738],{"type":579,"value":7749},{"type":574,"tag":402,"props":14740,"children":14741},{"style":865},[14742],{"type":579,"value":1528},{"type":574,"tag":402,"props":14744,"children":14745},{"style":865},[14746],{"type":579,"value":3591},{"type":574,"tag":402,"props":14748,"children":14749},{"style":1458},[14750],{"type":579,"value":7762},{"type":574,"tag":402,"props":14752,"children":14753},{"style":865},[14754],{"type":579,"value":1484},{"type":574,"tag":402,"props":14756,"children":14757},{"style":1382},[14758],{"type":579,"value":1385},{"type":574,"tag":402,"props":14760,"children":14761},{"style":865},[14762],{"type":579,"value":2523},{"type":574,"tag":402,"props":14764,"children":14765},{"class":404,"line":3739},[14766,14770,14774,14778,14782,14786,14790,14794,14798,14802,14806],{"type":574,"tag":402,"props":14767,"children":14768},{"style":1970},[14769],{"type":579,"value":7783},{"type":574,"tag":402,"props":14771,"children":14772},{"style":2582},[14773],{"type":579,"value":3591},{"type":574,"tag":402,"props":14775,"children":14776},{"style":1531},[14777],{"type":579,"value":7762},{"type":574,"tag":402,"props":14779,"children":14780},{"style":865},[14781],{"type":579,"value":628},{"type":574,"tag":402,"props":14783,"children":14784},{"style":1531},[14785],{"type":579,"value":7800},{"type":574,"tag":402,"props":14787,"children":14788},{"style":865},[14789],{"type":579,"value":628},{"type":574,"tag":402,"props":14791,"children":14792},{"style":1531},[14793],{"type":579,"value":7809},{"type":574,"tag":402,"props":14795,"children":14796},{"style":865},[14797],{"type":579,"value":7814},{"type":574,"tag":402,"props":14799,"children":14800},{"style":4039},[14801],{"type":579,"value":5969},{"type":574,"tag":402,"props":14803,"children":14804},{"style":2582},[14805],{"type":579,"value":5449},{"type":574,"tag":402,"props":14807,"children":14808},{"style":865},[14809],{"type":579,"value":5454},{"type":574,"tag":402,"props":14811,"children":14812},{"class":404,"line":3773},[14813,14817,14821,14825,14829,14833,14837,14841,14845,14849,14853],{"type":574,"tag":402,"props":14814,"children":14815},{"style":1531},[14816],{"type":579,"value":7835},{"type":574,"tag":402,"props":14818,"children":14819},{"style":865},[14820],{"type":579,"value":628},{"type":574,"tag":402,"props":14822,"children":14823},{"style":1531},[14824],{"type":579,"value":5444},{"type":574,"tag":402,"props":14826,"children":14827},{"style":865},[14828],{"type":579,"value":628},{"type":574,"tag":402,"props":14830,"children":14831},{"style":3992},[14832],{"type":579,"value":7852},{"type":574,"tag":402,"props":14834,"children":14835},{"style":2582},[14836],{"type":579,"value":1455},{"type":574,"tag":402,"props":14838,"children":14839},{"style":1531},[14840],{"type":579,"value":7762},{"type":574,"tag":402,"props":14842,"children":14843},{"style":865},[14844],{"type":579,"value":628},{"type":574,"tag":402,"props":14846,"children":14847},{"style":1531},[14848],{"type":579,"value":7800},{"type":574,"tag":402,"props":14850,"children":14851},{"style":2582},[14852],{"type":579,"value":1484},{"type":574,"tag":402,"props":14854,"children":14855},{"style":865},[14856],{"type":579,"value":1941},{"type":574,"tag":402,"props":14858,"children":14859},{"class":404,"line":3795},[14860],{"type":574,"tag":402,"props":14861,"children":14862},{"style":865},[14863],{"type":579,"value":7885},{"type":574,"tag":402,"props":14865,"children":14866},{"class":404,"line":3822},[14867],{"type":574,"tag":402,"props":14868,"children":14869},{"style":865},[14870],{"type":579,"value":7894},{"type":574,"tag":402,"props":14872,"children":14873},{"class":404,"line":3839},[14874,14878,14882,14886,14890,14894,14898],{"type":574,"tag":402,"props":14875,"children":14876},{"style":1531},[14877],{"type":579,"value":7740},{"type":574,"tag":402,"props":14879,"children":14880},{"style":865},[14881],{"type":579,"value":628},{"type":574,"tag":402,"props":14883,"children":14884},{"style":3992},[14885],{"type":579,"value":7919},{"type":574,"tag":402,"props":14887,"children":14888},{"style":865},[14889],{"type":579,"value":1528},{"type":574,"tag":402,"props":14891,"children":14892},{"style":865},[14893],{"type":579,"value":3391},{"type":574,"tag":402,"props":14895,"children":14896},{"style":1382},[14897],{"type":579,"value":1385},{"type":574,"tag":402,"props":14899,"children":14900},{"style":865},[14901],{"type":579,"value":2523},{"type":574,"tag":402,"props":14903,"children":14904},{"class":404,"line":3848},[14905,14909,14913,14917,14921,14925,14929,14933,14937,14941,14945,14949,14953,14957,14961,14965,14969,14973,14977],{"type":574,"tag":402,"props":14906,"children":14907},{"style":1382},[14908],{"type":579,"value":7944},{"type":574,"tag":402,"props":14910,"children":14911},{"style":1531},[14912],{"type":579,"value":7949},{"type":574,"tag":402,"props":14914,"children":14915},{"style":865},[14916],{"type":579,"value":1528},{"type":574,"tag":402,"props":14918,"children":14919},{"style":865},[14920],{"type":579,"value":5744},{"type":574,"tag":402,"props":14922,"children":14923},{"style":3992},[14924],{"type":579,"value":3208},{"type":574,"tag":402,"props":14926,"children":14927},{"style":2582},[14928],{"type":579,"value":1455},{"type":574,"tag":402,"props":14930,"children":14931},{"style":1531},[14932],{"type":579,"value":7970},{"type":574,"tag":402,"props":14934,"children":14935},{"style":865},[14936],{"type":579,"value":628},{"type":574,"tag":402,"props":14938,"children":14939},{"style":1531},[14940],{"type":579,"value":5444},{"type":574,"tag":402,"props":14942,"children":14943},{"style":865},[14944],{"type":579,"value":1988},{"type":574,"tag":402,"props":14946,"children":14947},{"style":865},[14948],{"type":579,"value":1978},{"type":574,"tag":402,"props":14950,"children":14951},{"style":2582},[14952],{"type":579,"value":7991},{"type":574,"tag":402,"props":14954,"children":14955},{"style":865},[14956],{"type":579,"value":1265},{"type":574,"tag":402,"props":14958,"children":14959},{"style":1531},[14960],{"type":579,"value":7550},{"type":574,"tag":402,"props":14962,"children":14963},{"style":865},[14964],{"type":579,"value":628},{"type":574,"tag":402,"props":14966,"children":14967},{"style":1531},[14968],{"type":579,"value":944},{"type":574,"tag":402,"props":14970,"children":14971},{"style":865},[14972],{"type":579,"value":2016},{"type":574,"tag":402,"props":14974,"children":14975},{"style":2582},[14976],{"type":579,"value":1484},{"type":574,"tag":402,"props":14978,"children":14979},{"style":865},[14980],{"type":579,"value":1941},{"type":574,"tag":402,"props":14982,"children":14983},{"class":404,"line":3876},[14984,14988,14992,14996,15000],{"type":574,"tag":402,"props":14985,"children":14986},{"style":3992},[14987],{"type":579,"value":8028},{"type":574,"tag":402,"props":14989,"children":14990},{"style":2582},[14991],{"type":579,"value":1455},{"type":574,"tag":402,"props":14993,"children":14994},{"style":1531},[14995],{"type":579,"value":8037},{"type":574,"tag":402,"props":14997,"children":14998},{"style":2582},[14999],{"type":579,"value":1484},{"type":574,"tag":402,"props":15001,"children":15002},{"style":865},[15003],{"type":579,"value":1941},{"type":574,"tag":402,"props":15005,"children":15006},{"class":404,"line":3902},[15007,15011,15015,15019,15023,15027,15031,15035,15039],{"type":574,"tag":402,"props":15008,"children":15009},{"style":3992},[15010],{"type":579,"value":8054},{"type":574,"tag":402,"props":15012,"children":15013},{"style":2582},[15014],{"type":579,"value":1455},{"type":574,"tag":402,"props":15016,"children":15017},{"style":1531},[15018],{"type":579,"value":8063},{"type":574,"tag":402,"props":15020,"children":15021},{"style":865},[15022],{"type":579,"value":628},{"type":574,"tag":402,"props":15024,"children":15025},{"style":3992},[15026],{"type":579,"value":8072},{"type":574,"tag":402,"props":15028,"children":15029},{"style":2582},[15030],{"type":579,"value":1455},{"type":574,"tag":402,"props":15032,"children":15033},{"style":1531},[15034],{"type":579,"value":8037},{"type":574,"tag":402,"props":15036,"children":15037},{"style":2582},[15038],{"type":579,"value":5580},{"type":574,"tag":402,"props":15040,"children":15041},{"style":865},[15042],{"type":579,"value":1941},{"type":574,"tag":402,"props":15044,"children":15045},{"class":404,"line":3926},[15046,15050,15054,15058,15062],{"type":574,"tag":402,"props":15047,"children":15048},{"style":3992},[15049],{"type":579,"value":8097},{"type":574,"tag":402,"props":15051,"children":15052},{"style":2582},[15053],{"type":579,"value":1455},{"type":574,"tag":402,"props":15055,"children":15056},{"style":4092},[15057],{"type":579,"value":4193},{"type":574,"tag":402,"props":15059,"children":15060},{"style":2582},[15061],{"type":579,"value":1484},{"type":574,"tag":402,"props":15063,"children":15064},{"style":865},[15065],{"type":579,"value":1941},{"type":574,"tag":402,"props":15067,"children":15068},{"class":404,"line":3988},[15069,15073,15077,15081,15085],{"type":574,"tag":402,"props":15070,"children":15071},{"style":3992},[15072],{"type":579,"value":8122},{"type":574,"tag":402,"props":15074,"children":15075},{"style":2582},[15076],{"type":579,"value":1455},{"type":574,"tag":402,"props":15078,"children":15079},{"style":4092},[15080],{"type":579,"value":4193},{"type":574,"tag":402,"props":15082,"children":15083},{"style":2582},[15084],{"type":579,"value":1484},{"type":574,"tag":402,"props":15086,"children":15087},{"style":865},[15088],{"type":579,"value":1941},{"type":574,"tag":402,"props":15090,"children":15091},{"class":404,"line":4026},[15092,15096,15100,15104,15108,15112,15116],{"type":574,"tag":402,"props":15093,"children":15094},{"style":1970},[15095],{"type":579,"value":7783},{"type":574,"tag":402,"props":15097,"children":15098},{"style":2582},[15099],{"type":579,"value":3591},{"type":574,"tag":402,"props":15101,"children":15102},{"style":1531},[15103],{"type":579,"value":8163},{"type":574,"tag":402,"props":15105,"children":15106},{"style":865},[15107],{"type":579,"value":628},{"type":574,"tag":402,"props":15109,"children":15110},{"style":1531},[15111],{"type":579,"value":5444},{"type":574,"tag":402,"props":15113,"children":15114},{"style":2582},[15115],{"type":579,"value":5449},{"type":574,"tag":402,"props":15117,"children":15118},{"style":865},[15119],{"type":579,"value":5454},{"type":574,"tag":402,"props":15121,"children":15122},{"class":404,"line":4050},[15123,15127,15131,15135,15139,15143,15147],{"type":574,"tag":402,"props":15124,"children":15125},{"style":3992},[15126],{"type":579,"value":8188},{"type":574,"tag":402,"props":15128,"children":15129},{"style":2582},[15130],{"type":579,"value":1455},{"type":574,"tag":402,"props":15132,"children":15133},{"style":1531},[15134],{"type":579,"value":8163},{"type":574,"tag":402,"props":15136,"children":15137},{"style":865},[15138],{"type":579,"value":628},{"type":574,"tag":402,"props":15140,"children":15141},{"style":1531},[15142],{"type":579,"value":5444},{"type":574,"tag":402,"props":15144,"children":15145},{"style":2582},[15146],{"type":579,"value":1484},{"type":574,"tag":402,"props":15148,"children":15149},{"style":865},[15150],{"type":579,"value":1941},{"type":574,"tag":402,"props":15152,"children":15153},{"class":404,"line":4079},[15154,15158,15162,15166,15170],{"type":574,"tag":402,"props":15155,"children":15156},{"style":1531},[15157],{"type":579,"value":8221},{"type":574,"tag":402,"props":15159,"children":15160},{"style":865},[15161],{"type":579,"value":628},{"type":574,"tag":402,"props":15163,"children":15164},{"style":1531},[15165],{"type":579,"value":5444},{"type":574,"tag":402,"props":15167,"children":15168},{"style":865},[15169],{"type":579,"value":1528},{"type":574,"tag":402,"props":15171,"children":15172},{"style":865},[15173],{"type":579,"value":8238},{"type":574,"tag":402,"props":15175,"children":15176},{"class":404,"line":4102},[15177],{"type":574,"tag":402,"props":15178,"children":15179},{"style":865},[15180],{"type":579,"value":7885},{"type":574,"tag":402,"props":15182,"children":15183},{"class":404,"line":4124},[15184,15188,15192,15196,15200,15204,15208],{"type":574,"tag":402,"props":15185,"children":15186},{"style":1970},[15187],{"type":579,"value":7783},{"type":574,"tag":402,"props":15189,"children":15190},{"style":2582},[15191],{"type":579,"value":3591},{"type":574,"tag":402,"props":15193,"children":15194},{"style":1531},[15195],{"type":579,"value":8271},{"type":574,"tag":402,"props":15197,"children":15198},{"style":865},[15199],{"type":579,"value":628},{"type":574,"tag":402,"props":15201,"children":15202},{"style":1531},[15203],{"type":579,"value":5444},{"type":574,"tag":402,"props":15205,"children":15206},{"style":2582},[15207],{"type":579,"value":5449},{"type":574,"tag":402,"props":15209,"children":15210},{"style":865},[15211],{"type":579,"value":5454},{"type":574,"tag":402,"props":15213,"children":15214},{"class":404,"line":4141},[15215,15219,15223,15227,15231,15235,15239],{"type":574,"tag":402,"props":15216,"children":15217},{"style":3992},[15218],{"type":579,"value":8296},{"type":574,"tag":402,"props":15220,"children":15221},{"style":2582},[15222],{"type":579,"value":1455},{"type":574,"tag":402,"props":15224,"children":15225},{"style":1531},[15226],{"type":579,"value":8271},{"type":574,"tag":402,"props":15228,"children":15229},{"style":865},[15230],{"type":579,"value":628},{"type":574,"tag":402,"props":15232,"children":15233},{"style":1531},[15234],{"type":579,"value":5444},{"type":574,"tag":402,"props":15236,"children":15237},{"style":2582},[15238],{"type":579,"value":1484},{"type":574,"tag":402,"props":15240,"children":15241},{"style":865},[15242],{"type":579,"value":1941},{"type":574,"tag":402,"props":15244,"children":15245},{"class":404,"line":4149},[15246,15250,15254,15258,15262],{"type":574,"tag":402,"props":15247,"children":15248},{"style":1531},[15249],{"type":579,"value":8329},{"type":574,"tag":402,"props":15251,"children":15252},{"style":865},[15253],{"type":579,"value":628},{"type":574,"tag":402,"props":15255,"children":15256},{"style":1531},[15257],{"type":579,"value":5444},{"type":574,"tag":402,"props":15259,"children":15260},{"style":865},[15261],{"type":579,"value":1528},{"type":574,"tag":402,"props":15263,"children":15264},{"style":865},[15265],{"type":579,"value":8238},{"type":574,"tag":402,"props":15267,"children":15268},{"class":404,"line":4204},[15269],{"type":574,"tag":402,"props":15270,"children":15271},{"style":865},[15272],{"type":579,"value":7885},{"type":574,"tag":402,"props":15274,"children":15275},{"class":404,"line":4258},[15276],{"type":574,"tag":402,"props":15277,"children":15278},{"style":865},[15279],{"type":579,"value":7894},{"type":574,"tag":402,"props":15281,"children":15282},{"class":404,"line":4333},[15283,15287,15291,15295,15299,15303,15307],{"type":574,"tag":402,"props":15284,"children":15285},{"style":1531},[15286],{"type":579,"value":7740},{"type":574,"tag":402,"props":15288,"children":15289},{"style":865},[15290],{"type":579,"value":628},{"type":574,"tag":402,"props":15292,"children":15293},{"style":3992},[15294],{"type":579,"value":8386},{"type":574,"tag":402,"props":15296,"children":15297},{"style":865},[15298],{"type":579,"value":1528},{"type":574,"tag":402,"props":15300,"children":15301},{"style":865},[15302],{"type":579,"value":3391},{"type":574,"tag":402,"props":15304,"children":15305},{"style":1382},[15306],{"type":579,"value":1385},{"type":574,"tag":402,"props":15308,"children":15309},{"style":865},[15310],{"type":579,"value":2523},{"type":574,"tag":402,"props":15312,"children":15313},{"class":404,"line":4396},[15314,15318,15322,15326,15330],{"type":574,"tag":402,"props":15315,"children":15316},{"style":3992},[15317],{"type":579,"value":8122},{"type":574,"tag":402,"props":15319,"children":15320},{"style":2582},[15321],{"type":579,"value":1455},{"type":574,"tag":402,"props":15323,"children":15324},{"style":4092},[15325],{"type":579,"value":8419},{"type":574,"tag":402,"props":15327,"children":15328},{"style":2582},[15329],{"type":579,"value":1484},{"type":574,"tag":402,"props":15331,"children":15332},{"style":865},[15333],{"type":579,"value":1941},{"type":574,"tag":402,"props":15335,"children":15336},{"class":404,"line":4405},[15337,15341,15345,15349,15353,15357,15361,15365,15369,15373,15377,15381,15385],{"type":574,"tag":402,"props":15338,"children":15339},{"style":1531},[15340],{"type":579,"value":8436},{"type":574,"tag":402,"props":15342,"children":15343},{"style":865},[15344],{"type":579,"value":628},{"type":574,"tag":402,"props":15346,"children":15347},{"style":1531},[15348],{"type":579,"value":5444},{"type":574,"tag":402,"props":15350,"children":15351},{"style":865},[15352],{"type":579,"value":6146},{"type":574,"tag":402,"props":15354,"children":15355},{"style":1531},[15356],{"type":579,"value":5477},{"type":574,"tag":402,"props":15358,"children":15359},{"style":865},[15360],{"type":579,"value":628},{"type":574,"tag":402,"props":15362,"children":15363},{"style":3992},[15364],{"type":579,"value":5486},{"type":574,"tag":402,"props":15366,"children":15367},{"style":2582},[15368],{"type":579,"value":5491},{"type":574,"tag":402,"props":15370,"children":15371},{"style":865},[15372],{"type":579,"value":5496},{"type":574,"tag":402,"props":15374,"children":15375},{"style":1531},[15376],{"type":579,"value":4842},{"type":574,"tag":402,"props":15378,"children":15379},{"style":865},[15380],{"type":579,"value":628},{"type":574,"tag":402,"props":15382,"children":15383},{"style":1531},[15384],{"type":579,"value":5444},{"type":574,"tag":402,"props":15386,"children":15387},{"style":865},[15388],{"type":579,"value":1941},{"type":574,"tag":402,"props":15390,"children":15391},{"class":404,"line":4418},[15392,15396,15400,15404,15408,15412,15416],{"type":574,"tag":402,"props":15393,"children":15394},{"style":1970},[15395],{"type":579,"value":7783},{"type":574,"tag":402,"props":15397,"children":15398},{"style":2582},[15399],{"type":579,"value":3591},{"type":574,"tag":402,"props":15401,"children":15402},{"style":1531},[15403],{"type":579,"value":8271},{"type":574,"tag":402,"props":15405,"children":15406},{"style":865},[15407],{"type":579,"value":628},{"type":574,"tag":402,"props":15409,"children":15410},{"style":1531},[15411],{"type":579,"value":5444},{"type":574,"tag":402,"props":15413,"children":15414},{"style":2582},[15415],{"type":579,"value":5449},{"type":574,"tag":402,"props":15417,"children":15418},{"style":865},[15419],{"type":579,"value":5454},{"type":574,"tag":402,"props":15421,"children":15422},{"class":404,"line":4492},[15423,15427,15431,15435,15439,15443,15447],{"type":574,"tag":402,"props":15424,"children":15425},{"style":3992},[15426],{"type":579,"value":8296},{"type":574,"tag":402,"props":15428,"children":15429},{"style":2582},[15430],{"type":579,"value":1455},{"type":574,"tag":402,"props":15432,"children":15433},{"style":1531},[15434],{"type":579,"value":8271},{"type":574,"tag":402,"props":15436,"children":15437},{"style":865},[15438],{"type":579,"value":628},{"type":574,"tag":402,"props":15440,"children":15441},{"style":1531},[15442],{"type":579,"value":5444},{"type":574,"tag":402,"props":15444,"children":15445},{"style":2582},[15446],{"type":579,"value":1484},{"type":574,"tag":402,"props":15448,"children":15449},{"style":865},[15450],{"type":579,"value":1941},{"type":574,"tag":402,"props":15452,"children":15453},{"class":404,"line":4566},[15454,15458,15462,15466,15470],{"type":574,"tag":402,"props":15455,"children":15456},{"style":1531},[15457],{"type":579,"value":8329},{"type":574,"tag":402,"props":15459,"children":15460},{"style":865},[15461],{"type":579,"value":628},{"type":574,"tag":402,"props":15463,"children":15464},{"style":1531},[15465],{"type":579,"value":5444},{"type":574,"tag":402,"props":15467,"children":15468},{"style":865},[15469],{"type":579,"value":1528},{"type":574,"tag":402,"props":15471,"children":15472},{"style":865},[15473],{"type":579,"value":8238},{"type":574,"tag":402,"props":15475,"children":15476},{"class":404,"line":4621},[15477],{"type":574,"tag":402,"props":15478,"children":15479},{"style":865},[15480],{"type":579,"value":7885},{"type":574,"tag":402,"props":15482,"children":15483},{"class":404,"line":4695},[15484],{"type":574,"tag":402,"props":15485,"children":15486},{"style":865},[15487],{"type":579,"value":7894},{"type":574,"tag":402,"props":15489,"children":15490},{"class":404,"line":4757},[15491,15495,15499,15503,15507,15511,15515],{"type":574,"tag":402,"props":15492,"children":15493},{"style":1531},[15494],{"type":579,"value":7740},{"type":574,"tag":402,"props":15496,"children":15497},{"style":865},[15498],{"type":579,"value":628},{"type":574,"tag":402,"props":15500,"children":15501},{"style":3992},[15502],{"type":579,"value":8613},{"type":574,"tag":402,"props":15504,"children":15505},{"style":865},[15506],{"type":579,"value":1528},{"type":574,"tag":402,"props":15508,"children":15509},{"style":865},[15510],{"type":579,"value":3391},{"type":574,"tag":402,"props":15512,"children":15513},{"style":1382},[15514],{"type":579,"value":1385},{"type":574,"tag":402,"props":15516,"children":15517},{"style":865},[15518],{"type":579,"value":2523},{"type":574,"tag":402,"props":15520,"children":15521},{"class":404,"line":4765},[15522,15526,15530,15534,15538],{"type":574,"tag":402,"props":15523,"children":15524},{"style":3992},[15525],{"type":579,"value":8122},{"type":574,"tag":402,"props":15527,"children":15528},{"style":2582},[15529],{"type":579,"value":1455},{"type":574,"tag":402,"props":15531,"children":15532},{"style":4092},[15533],{"type":579,"value":4193},{"type":574,"tag":402,"props":15535,"children":15536},{"style":2582},[15537],{"type":579,"value":1484},{"type":574,"tag":402,"props":15539,"children":15540},{"style":865},[15541],{"type":579,"value":1941},{"type":574,"tag":402,"props":15543,"children":15544},{"class":404,"line":4777},[15545,15549,15553,15557,15561,15565,15569,15573,15577],{"type":574,"tag":402,"props":15546,"children":15547},{"style":1531},[15548],{"type":579,"value":8662},{"type":574,"tag":402,"props":15550,"children":15551},{"style":865},[15552],{"type":579,"value":628},{"type":574,"tag":402,"props":15554,"children":15555},{"style":1531},[15556],{"type":579,"value":5444},{"type":574,"tag":402,"props":15558,"children":15559},{"style":865},[15560],{"type":579,"value":1528},{"type":574,"tag":402,"props":15562,"children":15563},{"style":1531},[15564],{"type":579,"value":5477},{"type":574,"tag":402,"props":15566,"children":15567},{"style":865},[15568],{"type":579,"value":628},{"type":574,"tag":402,"props":15570,"children":15571},{"style":3992},[15572],{"type":579,"value":5486},{"type":574,"tag":402,"props":15574,"children":15575},{"style":2582},[15576],{"type":579,"value":1379},{"type":574,"tag":402,"props":15578,"children":15579},{"style":865},[15580],{"type":579,"value":1941},{"type":574,"tag":402,"props":15582,"children":15583},{"class":404,"line":4785},[15584,15588,15592,15596,15600],{"type":574,"tag":402,"props":15585,"children":15586},{"style":1970},[15587],{"type":579,"value":7783},{"type":574,"tag":402,"props":15589,"children":15590},{"style":2582},[15591],{"type":579,"value":3591},{"type":574,"tag":402,"props":15593,"children":15594},{"style":1531},[15595],{"type":579,"value":1005},{"type":574,"tag":402,"props":15597,"children":15598},{"style":2582},[15599],{"type":579,"value":5449},{"type":574,"tag":402,"props":15601,"children":15602},{"style":865},[15603],{"type":579,"value":5454},{"type":574,"tag":402,"props":15605,"children":15606},{"class":404,"line":4832},[15607,15611,15615],{"type":574,"tag":402,"props":15608,"children":15609},{"style":3992},[15610],{"type":579,"value":8727},{"type":574,"tag":402,"props":15612,"children":15613},{"style":2582},[15614],{"type":579,"value":1379},{"type":574,"tag":402,"props":15616,"children":15617},{"style":865},[15618],{"type":579,"value":1941},{"type":574,"tag":402,"props":15620,"children":15621},{"class":404,"line":4881},[15622],{"type":574,"tag":402,"props":15623,"children":15624},{"style":865},[15625],{"type":579,"value":7885},{"type":574,"tag":402,"props":15627,"children":15628},{"class":404,"line":4930},[15629],{"type":574,"tag":402,"props":15630,"children":15631},{"style":865},[15632],{"type":579,"value":7894},{"type":574,"tag":402,"props":15634,"children":15635},{"class":404,"line":4997},[15636,15640,15644,15648,15652,15656,15660,15664,15668],{"type":574,"tag":402,"props":15637,"children":15638},{"style":1531},[15639],{"type":579,"value":7740},{"type":574,"tag":402,"props":15641,"children":15642},{"style":865},[15643],{"type":579,"value":628},{"type":574,"tag":402,"props":15645,"children":15646},{"style":3992},[15647],{"type":579,"value":8776},{"type":574,"tag":402,"props":15649,"children":15650},{"style":865},[15651],{"type":579,"value":1528},{"type":574,"tag":402,"props":15653,"children":15654},{"style":865},[15655],{"type":579,"value":3591},{"type":574,"tag":402,"props":15657,"children":15658},{"style":1458},[15659],{"type":579,"value":7762},{"type":574,"tag":402,"props":15661,"children":15662},{"style":865},[15663],{"type":579,"value":1484},{"type":574,"tag":402,"props":15665,"children":15666},{"style":1382},[15667],{"type":579,"value":1385},{"type":574,"tag":402,"props":15669,"children":15670},{"style":865},[15671],{"type":579,"value":2523},{"type":574,"tag":402,"props":15673,"children":15674},{"class":404,"line":5055},[15675,15679,15683,15687,15691,15695,15699,15703,15707,15711,15715,15719,15723,15727,15731,15735],{"type":574,"tag":402,"props":15676,"children":15677},{"style":3992},[15678],{"type":579,"value":8809},{"type":574,"tag":402,"props":15680,"children":15681},{"style":2582},[15682],{"type":579,"value":1455},{"type":574,"tag":402,"props":15684,"children":15685},{"style":865},[15686],{"type":579,"value":8818},{"type":574,"tag":402,"props":15688,"children":15689},{"style":1550},[15690],{"type":579,"value":8823},{"type":574,"tag":402,"props":15692,"children":15693},{"style":865},[15694],{"type":579,"value":8828},{"type":574,"tag":402,"props":15696,"children":15697},{"style":1531},[15698],{"type":579,"value":7762},{"type":574,"tag":402,"props":15700,"children":15701},{"style":865},[15702],{"type":579,"value":628},{"type":574,"tag":402,"props":15704,"children":15705},{"style":1531},[15706],{"type":579,"value":4635},{"type":574,"tag":402,"props":15708,"children":15709},{"style":865},[15710],{"type":579,"value":8845},{"type":574,"tag":402,"props":15712,"children":15713},{"style":1531},[15714],{"type":579,"value":8850},{"type":574,"tag":402,"props":15716,"children":15717},{"style":865},[15718],{"type":579,"value":8855},{"type":574,"tag":402,"props":15720,"children":15721},{"style":865},[15722],{"type":579,"value":1547},{"type":574,"tag":402,"props":15724,"children":15725},{"style":1550},[15726],{"type":579,"value":8864},{"type":574,"tag":402,"props":15728,"children":15729},{"style":865},[15730],{"type":579,"value":8869},{"type":574,"tag":402,"props":15732,"children":15733},{"style":2582},[15734],{"type":579,"value":1484},{"type":574,"tag":402,"props":15736,"children":15737},{"style":865},[15738],{"type":579,"value":1941},{"type":574,"tag":402,"props":15740,"children":15741},{"class":404,"line":5113},[15742,15746,15750,15754,15758],{"type":574,"tag":402,"props":15743,"children":15744},{"style":3992},[15745],{"type":579,"value":8097},{"type":574,"tag":402,"props":15747,"children":15748},{"style":2582},[15749],{"type":579,"value":1455},{"type":574,"tag":402,"props":15751,"children":15752},{"style":4092},[15753],{"type":579,"value":4193},{"type":574,"tag":402,"props":15755,"children":15756},{"style":2582},[15757],{"type":579,"value":1484},{"type":574,"tag":402,"props":15759,"children":15760},{"style":865},[15761],{"type":579,"value":1941},{"type":574,"tag":402,"props":15763,"children":15764},{"class":404,"line":5171},[15765,15769,15773,15777,15781],{"type":574,"tag":402,"props":15766,"children":15767},{"style":3992},[15768],{"type":579,"value":8122},{"type":574,"tag":402,"props":15770,"children":15771},{"style":2582},[15772],{"type":579,"value":1455},{"type":574,"tag":402,"props":15774,"children":15775},{"style":4092},[15776],{"type":579,"value":4193},{"type":574,"tag":402,"props":15778,"children":15779},{"style":2582},[15780],{"type":579,"value":1484},{"type":574,"tag":402,"props":15782,"children":15783},{"style":865},[15784],{"type":579,"value":1941},{"type":574,"tag":402,"props":15786,"children":15787},{"class":404,"line":5228},[15788],{"type":574,"tag":402,"props":15789,"children":15790},{"style":865},[15791],{"type":579,"value":7894},{"type":574,"tag":402,"props":15793,"children":15794},{"class":404,"line":5236},[15795,15799,15803,15807,15811],{"type":574,"tag":402,"props":15796,"children":15797},{"style":3992},[15798],{"type":579,"value":8950},{"type":574,"tag":402,"props":15800,"children":15801},{"style":2582},[15802],{"type":579,"value":1455},{"type":574,"tag":402,"props":15804,"children":15805},{"style":1531},[15806],{"type":579,"value":8959},{"type":574,"tag":402,"props":15808,"children":15809},{"style":2582},[15810],{"type":579,"value":1484},{"type":574,"tag":402,"props":15812,"children":15813},{"style":865},[15814],{"type":579,"value":1941},{"type":574,"tag":402,"props":15816,"children":15817},{"class":404,"line":5253},[15818,15822,15826,15830,15834,15838,15842],{"type":574,"tag":402,"props":15819,"children":15820},{"style":1531},[15821],{"type":579,"value":7740},{"type":574,"tag":402,"props":15823,"children":15824},{"style":865},[15825],{"type":579,"value":628},{"type":574,"tag":402,"props":15827,"children":15828},{"style":3992},[15829],{"type":579,"value":8984},{"type":574,"tag":402,"props":15831,"children":15832},{"style":2582},[15833],{"type":579,"value":1455},{"type":574,"tag":402,"props":15835,"children":15836},{"style":1531},[15837],{"type":579,"value":975},{"type":574,"tag":402,"props":15839,"children":15840},{"style":2582},[15841],{"type":579,"value":1484},{"type":574,"tag":402,"props":15843,"children":15844},{"style":865},[15845],{"type":579,"value":1941},{"type":574,"tag":402,"props":15847,"children":15848},{"class":404,"line":5290},[15849,15853,15857,15861,15865],{"type":574,"tag":402,"props":15850,"children":15851},{"style":3992},[15852],{"type":579,"value":9009},{"type":574,"tag":402,"props":15854,"children":15855},{"style":2582},[15856],{"type":579,"value":1455},{"type":574,"tag":402,"props":15858,"children":15859},{"style":4092},[15860],{"type":579,"value":8419},{"type":574,"tag":402,"props":15862,"children":15863},{"style":2582},[15864],{"type":579,"value":1484},{"type":574,"tag":402,"props":15866,"children":15867},{"style":865},[15868],{"type":579,"value":1941},{"type":574,"tag":402,"props":15870,"children":15871},{"class":404,"line":5317},[15872,15876,15880,15884,15888,15892,15896,15900,15904],{"type":574,"tag":402,"props":15873,"children":15874},{"style":1531},[15875],{"type":579,"value":9034},{"type":574,"tag":402,"props":15877,"children":15878},{"style":865},[15879],{"type":579,"value":628},{"type":574,"tag":402,"props":15881,"children":15882},{"style":1531},[15883],{"type":579,"value":5444},{"type":574,"tag":402,"props":15885,"children":15886},{"style":865},[15887],{"type":579,"value":1528},{"type":574,"tag":402,"props":15889,"children":15890},{"style":1531},[15891],{"type":579,"value":5477},{"type":574,"tag":402,"props":15893,"children":15894},{"style":865},[15895],{"type":579,"value":628},{"type":574,"tag":402,"props":15897,"children":15898},{"style":3992},[15899],{"type":579,"value":5486},{"type":574,"tag":402,"props":15901,"children":15902},{"style":2582},[15903],{"type":579,"value":1379},{"type":574,"tag":402,"props":15905,"children":15906},{"style":865},[15907],{"type":579,"value":1941},{"type":574,"tag":402,"props":15909,"children":15910},{"class":404,"line":5350},[15911,15915,15919,15923,15927,15931],{"type":574,"tag":402,"props":15912,"children":15913},{"style":1531},[15914],{"type":579,"value":9075},{"type":574,"tag":402,"props":15916,"children":15917},{"style":865},[15918],{"type":579,"value":628},{"type":574,"tag":402,"props":15920,"children":15921},{"style":1531},[15922],{"type":579,"value":5444},{"type":574,"tag":402,"props":15924,"children":15925},{"style":865},[15926],{"type":579,"value":1528},{"type":574,"tag":402,"props":15928,"children":15929},{"style":4039},[15930],{"type":579,"value":5969},{"type":574,"tag":402,"props":15932,"children":15933},{"style":865},[15934],{"type":579,"value":1941},{"type":574,"tag":402,"props":15936,"children":15937},{"class":404,"line":5375},[15938,15942,15946,15950,15954],{"type":574,"tag":402,"props":15939,"children":15940},{"style":3992},[15941],{"type":579,"value":5538},{"type":574,"tag":402,"props":15943,"children":15944},{"style":2582},[15945],{"type":579,"value":1455},{"type":574,"tag":402,"props":15947,"children":15948},{"style":4039},[15949],{"type":579,"value":4610},{"type":574,"tag":402,"props":15951,"children":15952},{"style":2582},[15953],{"type":579,"value":1484},{"type":574,"tag":402,"props":15955,"children":15956},{"style":865},[15957],{"type":579,"value":1941},{"type":574,"tag":402,"props":15959,"children":15960},{"class":404,"line":5383},[15961,15965,15969,15973,15977,15981,15985,15989,15993,15997,16001],{"type":574,"tag":402,"props":15962,"children":15963},{"style":1531},[15964],{"type":579,"value":9136},{"type":574,"tag":402,"props":15966,"children":15967},{"style":865},[15968],{"type":579,"value":628},{"type":574,"tag":402,"props":15970,"children":15971},{"style":1531},[15972],{"type":579,"value":5444},{"type":574,"tag":402,"props":15974,"children":15975},{"style":865},[15976],{"type":579,"value":1528},{"type":574,"tag":402,"props":15978,"children":15979},{"style":3992},[15980],{"type":579,"value":9153},{"type":574,"tag":402,"props":15982,"children":15983},{"style":2582},[15984],{"type":579,"value":1455},{"type":574,"tag":402,"props":15986,"children":15987},{"style":1531},[15988],{"type":579,"value":9162},{"type":574,"tag":402,"props":15990,"children":15991},{"style":865},[15992],{"type":579,"value":1988},{"type":574,"tag":402,"props":15994,"children":15995},{"style":4039},[15996],{"type":579,"value":5575},{"type":574,"tag":402,"props":15998,"children":15999},{"style":2582},[16000],{"type":579,"value":1484},{"type":574,"tag":402,"props":16002,"children":16003},{"style":865},[16004],{"type":579,"value":1941},{"type":574,"tag":402,"props":16006,"children":16007},{"class":404,"line":5420},[16008,16012,16016,16020,16024,16028],{"type":574,"tag":402,"props":16009,"children":16010},{"style":865},[16011],{"type":579,"value":4130},{"type":574,"tag":402,"props":16013,"children":16014},{"style":1970},[16015],{"type":579,"value":7000},{"type":574,"tag":402,"props":16017,"children":16018},{"style":2582},[16019],{"type":579,"value":3591},{"type":574,"tag":402,"props":16021,"children":16022},{"style":1531},[16023],{"type":579,"value":7009},{"type":574,"tag":402,"props":16025,"children":16026},{"style":2582},[16027],{"type":579,"value":5449},{"type":574,"tag":402,"props":16029,"children":16030},{"style":865},[16031],{"type":579,"value":5454},{"type":574,"tag":402,"props":16033,"children":16034},{"class":404,"line":5457},[16035,16039,16043],{"type":574,"tag":402,"props":16036,"children":16037},{"style":1382},[16038],{"type":579,"value":5463},{"type":574,"tag":402,"props":16040,"children":16041},{"style":1531},[16042],{"type":579,"value":9219},{"type":574,"tag":402,"props":16044,"children":16045},{"style":865},[16046],{"type":579,"value":2113},{"type":574,"tag":402,"props":16048,"children":16049},{"class":404,"line":5532},[16050,16054,16058,16062,16066,16070,16074,16078,16082,16086,16090,16094],{"type":574,"tag":402,"props":16051,"children":16052},{"style":1531},[16053],{"type":579,"value":9232},{"type":574,"tag":402,"props":16055,"children":16056},{"style":865},[16057],{"type":579,"value":9237},{"type":574,"tag":402,"props":16059,"children":16060},{"style":888},[16061],{"type":579,"value":9242},{"type":574,"tag":402,"props":16063,"children":16064},{"style":865},[16065],{"type":579,"value":9247},{"type":574,"tag":402,"props":16067,"children":16068},{"style":1531},[16069],{"type":579,"value":7061},{"type":574,"tag":402,"props":16071,"children":16072},{"style":865},[16073],{"type":579,"value":628},{"type":574,"tag":402,"props":16075,"children":16076},{"style":1531},[16077],{"type":579,"value":9260},{"type":574,"tag":402,"props":16079,"children":16080},{"style":865},[16081],{"type":579,"value":9265},{"type":574,"tag":402,"props":16083,"children":16084},{"style":865},[16085],{"type":579,"value":1547},{"type":574,"tag":402,"props":16087,"children":16088},{"style":1550},[16089],{"type":579,"value":9274},{"type":574,"tag":402,"props":16091,"children":16092},{"style":865},[16093],{"type":579,"value":1936},{"type":574,"tag":402,"props":16095,"children":16096},{"style":865},[16097],{"type":579,"value":1941},{"type":574,"tag":402,"props":16099,"children":16100},{"class":404,"line":5587},[16101,16105,16109,16113,16117],{"type":574,"tag":402,"props":16102,"children":16103},{"style":3992},[16104],{"type":579,"value":7224},{"type":574,"tag":402,"props":16106,"children":16107},{"style":2582},[16108],{"type":579,"value":1455},{"type":574,"tag":402,"props":16110,"children":16111},{"style":1531},[16112],{"type":579,"value":9299},{"type":574,"tag":402,"props":16114,"children":16115},{"style":2582},[16116],{"type":579,"value":1484},{"type":574,"tag":402,"props":16118,"children":16119},{"style":865},[16120],{"type":579,"value":1941},{"type":574,"tag":402,"props":16122,"children":16123},{"class":404,"line":5596},[16124],{"type":574,"tag":402,"props":16125,"children":16126},{"style":865},[16127],{"type":579,"value":5593},{"type":574,"tag":402,"props":16129,"children":16130},{"class":404,"line":5614},[16131,16135],{"type":574,"tag":402,"props":16132,"children":16133},{"style":865},[16134],{"type":579,"value":5602},{"type":574,"tag":402,"props":16136,"children":16137},{"style":2582},[16138],{"type":579,"value":9328},{"type":574,"tag":402,"props":16140,"children":16141},{"class":404,"line":5622},[16142,16146],{"type":574,"tag":402,"props":16143,"children":16144},{"style":1531},[16145],{"type":579,"value":9337},{"type":574,"tag":402,"props":16147,"children":16148},{"style":865},[16149],{"type":579,"value":4047},{"type":574,"tag":402,"props":16151,"children":16152},{"class":404,"line":5659},[16153,16157],{"type":574,"tag":402,"props":16154,"children":16155},{"style":1531},[16156],{"type":579,"value":9350},{"type":574,"tag":402,"props":16158,"children":16159},{"style":865},[16160],{"type":579,"value":4047},{"type":574,"tag":402,"props":16162,"children":16163},{"class":404,"line":5716},[16164,16168],{"type":574,"tag":402,"props":16165,"children":16166},{"style":1531},[16167],{"type":579,"value":9363},{"type":574,"tag":402,"props":16169,"children":16170},{"style":865},[16171],{"type":579,"value":4047},{"type":574,"tag":402,"props":16173,"children":16174},{"class":404,"line":5724},[16175,16179],{"type":574,"tag":402,"props":16176,"children":16177},{"style":1531},[16178],{"type":579,"value":9376},{"type":574,"tag":402,"props":16180,"children":16181},{"style":865},[16182],{"type":579,"value":4047},{"type":574,"tag":402,"props":16184,"children":16185},{"class":404,"line":5784},[16186,16190],{"type":574,"tag":402,"props":16187,"children":16188},{"style":1531},[16189],{"type":579,"value":9389},{"type":574,"tag":402,"props":16191,"children":16192},{"style":865},[16193],{"type":579,"value":4047},{"type":574,"tag":402,"props":16195,"children":16196},{"class":404,"line":5841},[16197,16201],{"type":574,"tag":402,"props":16198,"children":16199},{"style":1531},[16200],{"type":579,"value":9402},{"type":574,"tag":402,"props":16202,"children":16203},{"style":865},[16204],{"type":579,"value":4047},{"type":574,"tag":402,"props":16206,"children":16207},{"class":404,"line":5849},[16208,16212],{"type":574,"tag":402,"props":16209,"children":16210},{"style":1531},[16211],{"type":579,"value":9415},{"type":574,"tag":402,"props":16213,"children":16214},{"style":865},[16215],{"type":579,"value":4047},{"type":574,"tag":402,"props":16217,"children":16218},{"class":404,"line":5891},[16219,16223],{"type":574,"tag":402,"props":16220,"children":16221},{"style":1531},[16222],{"type":579,"value":9428},{"type":574,"tag":402,"props":16224,"children":16225},{"style":865},[16226],{"type":579,"value":4047},{"type":574,"tag":402,"props":16228,"children":16229},{"class":404,"line":5932},[16230,16234],{"type":574,"tag":402,"props":16231,"children":16232},{"style":2582},[16233],{"type":579,"value":9441},{"type":574,"tag":402,"props":16235,"children":16236},{"style":865},[16237],{"type":579,"value":1941},{"type":574,"tag":402,"props":16239,"children":16240},{"class":404,"line":5940},[16241,16245,16249,16253,16257,16261,16265,16269],{"type":574,"tag":402,"props":16242,"children":16243},{"style":1382},[16244],{"type":579,"value":3932},{"type":574,"tag":402,"props":16246,"children":16247},{"style":1531},[16248],{"type":579,"value":9466},{"type":574,"tag":402,"props":16250,"children":16251},{"style":865},[16252],{"type":579,"value":1528},{"type":574,"tag":402,"props":16254,"children":16255},{"style":3992},[16256],{"type":579,"value":2011},{"type":574,"tag":402,"props":16258,"children":16259},{"style":2582},[16260],{"type":579,"value":1455},{"type":574,"tag":402,"props":16262,"children":16263},{"style":865},[16264],{"type":579,"value":1379},{"type":574,"tag":402,"props":16266,"children":16267},{"style":1382},[16268],{"type":579,"value":1385},{"type":574,"tag":402,"props":16270,"children":16271},{"style":865},[16272],{"type":579,"value":2523},{"type":574,"tag":402,"props":16274,"children":16275},{"class":404,"line":5949},[16276,16280,16284,16288,16292,16296,16300,16304,16308,16312,16316,16320,16324],{"type":574,"tag":402,"props":16277,"children":16278},{"style":1970},[16279],{"type":579,"value":5426},{"type":574,"tag":402,"props":16281,"children":16282},{"style":2582},[16283],{"type":579,"value":3591},{"type":574,"tag":402,"props":16285,"children":16286},{"style":1531},[16287],{"type":579,"value":4347},{"type":574,"tag":402,"props":16289,"children":16290},{"style":865},[16291],{"type":579,"value":6385},{"type":574,"tag":402,"props":16293,"children":16294},{"style":1531},[16295],{"type":579,"value":9515},{"type":574,"tag":402,"props":16297,"children":16298},{"style":865},[16299],{"type":579,"value":628},{"type":574,"tag":402,"props":16301,"children":16302},{"style":1531},[16303],{"type":579,"value":60},{"type":574,"tag":402,"props":16305,"children":16306},{"style":865},[16307],{"type":579,"value":5269},{"type":574,"tag":402,"props":16309,"children":16310},{"style":865},[16311],{"type":579,"value":1547},{"type":574,"tag":402,"props":16313,"children":16314},{"style":1550},[16315],{"type":579,"value":9536},{"type":574,"tag":402,"props":16317,"children":16318},{"style":865},[16319],{"type":579,"value":1936},{"type":574,"tag":402,"props":16321,"children":16322},{"style":2582},[16323],{"type":579,"value":5449},{"type":574,"tag":402,"props":16325,"children":16326},{"style":865},[16327],{"type":579,"value":5454},{"type":574,"tag":402,"props":16329,"children":16330},{"class":404,"line":5976},[16331,16335,16339,16343,16347],{"type":574,"tag":402,"props":16332,"children":16333},{"style":1531},[16334],{"type":579,"value":9557},{"type":574,"tag":402,"props":16336,"children":16337},{"style":865},[16338],{"type":579,"value":628},{"type":574,"tag":402,"props":16340,"children":16341},{"style":3992},[16342],{"type":579,"value":9566},{"type":574,"tag":402,"props":16344,"children":16345},{"style":2582},[16346],{"type":579,"value":1379},{"type":574,"tag":402,"props":16348,"children":16349},{"style":865},[16350],{"type":579,"value":1941},{"type":574,"tag":402,"props":16352,"children":16353},{"class":404,"line":6055},[16354],{"type":574,"tag":402,"props":16355,"children":16356},{"style":865},[16357],{"type":579,"value":5593},{"type":574,"tag":402,"props":16359,"children":16360},{"class":404,"line":6135},[16361,16365,16369,16373,16377],{"type":574,"tag":402,"props":16362,"children":16363},{"style":1970},[16364],{"type":579,"value":5426},{"type":574,"tag":402,"props":16366,"children":16367},{"style":2582},[16368],{"type":579,"value":3591},{"type":574,"tag":402,"props":16370,"children":16371},{"style":1531},[16372],{"type":579,"value":4272},{"type":574,"tag":402,"props":16374,"children":16375},{"style":2582},[16376],{"type":579,"value":5449},{"type":574,"tag":402,"props":16378,"children":16379},{"style":865},[16380],{"type":579,"value":5454},{"type":574,"tag":402,"props":16382,"children":16383},{"class":404,"line":6166},[16384,16388,16392,16396,16400,16404,16408,16412,16416,16420,16424,16428,16432,16436,16440,16444],{"type":574,"tag":402,"props":16385,"children":16386},{"style":1531},[16387],{"type":579,"value":9623},{"type":574,"tag":402,"props":16389,"children":16390},{"style":865},[16391],{"type":579,"value":628},{"type":574,"tag":402,"props":16393,"children":16394},{"style":3992},[16395],{"type":579,"value":9632},{"type":574,"tag":402,"props":16397,"children":16398},{"style":2582},[16399],{"type":579,"value":1379},{"type":574,"tag":402,"props":16401,"children":16402},{"style":865},[16403],{"type":579,"value":628},{"type":574,"tag":402,"props":16405,"children":16406},{"style":3992},[16407],{"type":579,"value":9645},{"type":574,"tag":402,"props":16409,"children":16410},{"style":2582},[16411],{"type":579,"value":1455},{"type":574,"tag":402,"props":16413,"children":16414},{"style":865},[16415],{"type":579,"value":1455},{"type":574,"tag":402,"props":16417,"children":16418},{"style":1458},[16419],{"type":579,"value":9658},{"type":574,"tag":402,"props":16421,"children":16422},{"style":865},[16423],{"type":579,"value":1484},{"type":574,"tag":402,"props":16425,"children":16426},{"style":1382},[16427],{"type":579,"value":1385},{"type":574,"tag":402,"props":16429,"children":16430},{"style":1531},[16431],{"type":579,"value":9671},{"type":574,"tag":402,"props":16433,"children":16434},{"style":865},[16435],{"type":579,"value":628},{"type":574,"tag":402,"props":16437,"children":16438},{"style":3992},[16439],{"type":579,"value":9566},{"type":574,"tag":402,"props":16441,"children":16442},{"style":2582},[16443],{"type":579,"value":9684},{"type":574,"tag":402,"props":16445,"children":16446},{"style":865},[16447],{"type":579,"value":1941},{"type":574,"tag":402,"props":16449,"children":16450},{"class":404,"line":6174},[16451,16455,16459,16463,16467],{"type":574,"tag":402,"props":16452,"children":16453},{"style":3992},[16454],{"type":579,"value":7488},{"type":574,"tag":402,"props":16456,"children":16457},{"style":2582},[16458],{"type":579,"value":1455},{"type":574,"tag":402,"props":16460,"children":16461},{"style":865},[16462],{"type":579,"value":4322},{"type":574,"tag":402,"props":16464,"children":16465},{"style":2582},[16466],{"type":579,"value":1484},{"type":574,"tag":402,"props":16468,"children":16469},{"style":865},[16470],{"type":579,"value":1941},{"type":574,"tag":402,"props":16472,"children":16473},{"class":404,"line":6238},[16474],{"type":574,"tag":402,"props":16475,"children":16476},{"style":865},[16477],{"type":579,"value":5593},{"type":574,"tag":402,"props":16479,"children":16480},{"class":404,"line":6246},[16481,16485,16489,16493,16497,16501,16505],{"type":574,"tag":402,"props":16482,"children":16483},{"style":1970},[16484],{"type":579,"value":5426},{"type":574,"tag":402,"props":16486,"children":16487},{"style":2582},[16488],{"type":579,"value":3591},{"type":574,"tag":402,"props":16490,"children":16491},{"style":1531},[16492],{"type":579,"value":9745},{"type":574,"tag":402,"props":16494,"children":16495},{"style":865},[16496],{"type":579,"value":628},{"type":574,"tag":402,"props":16498,"children":16499},{"style":1531},[16500],{"type":579,"value":5444},{"type":574,"tag":402,"props":16502,"children":16503},{"style":2582},[16504],{"type":579,"value":5449},{"type":574,"tag":402,"props":16506,"children":16507},{"style":865},[16508],{"type":579,"value":5454},{"type":574,"tag":402,"props":16510,"children":16511},{"class":404,"line":6263},[16512,16516,16520,16524,16528,16532,16536],{"type":574,"tag":402,"props":16513,"children":16514},{"style":1531},[16515],{"type":579,"value":9770},{"type":574,"tag":402,"props":16517,"children":16518},{"style":865},[16519],{"type":579,"value":628},{"type":574,"tag":402,"props":16521,"children":16522},{"style":1531},[16523],{"type":579,"value":5444},{"type":574,"tag":402,"props":16525,"children":16526},{"style":865},[16527],{"type":579,"value":628},{"type":574,"tag":402,"props":16529,"children":16530},{"style":3992},[16531],{"type":579,"value":9787},{"type":574,"tag":402,"props":16533,"children":16534},{"style":2582},[16535],{"type":579,"value":1379},{"type":574,"tag":402,"props":16537,"children":16538},{"style":865},[16539],{"type":579,"value":1941},{"type":574,"tag":402,"props":16541,"children":16542},{"class":404,"line":6297},[16543,16547,16551,16555,16559],{"type":574,"tag":402,"props":16544,"children":16545},{"style":1531},[16546],{"type":579,"value":9770},{"type":574,"tag":402,"props":16548,"children":16549},{"style":865},[16550],{"type":579,"value":628},{"type":574,"tag":402,"props":16552,"children":16553},{"style":1531},[16554],{"type":579,"value":5444},{"type":574,"tag":402,"props":16556,"children":16557},{"style":865},[16558],{"type":579,"value":1528},{"type":574,"tag":402,"props":16560,"children":16561},{"style":865},[16562],{"type":579,"value":8238},{"type":574,"tag":402,"props":16564,"children":16565},{"class":404,"line":6330},[16566],{"type":574,"tag":402,"props":16567,"children":16568},{"style":865},[16569],{"type":579,"value":5593},{"type":574,"tag":402,"props":16571,"children":16572},{"class":404,"line":6343},[16573,16577,16581,16585,16589,16593,16597],{"type":574,"tag":402,"props":16574,"children":16575},{"style":865},[16576],{"type":579,"value":5602},{"type":574,"tag":402,"props":16578,"children":16579},{"style":2582},[16580],{"type":579,"value":3721},{"type":574,"tag":402,"props":16582,"children":16583},{"style":1531},[16584],{"type":579,"value":4347},{"type":574,"tag":402,"props":16586,"children":16587},{"style":865},[16588],{"type":579,"value":1988},{"type":574,"tag":402,"props":16590,"children":16591},{"style":1531},[16592],{"type":579,"value":9852},{"type":574,"tag":402,"props":16594,"children":16595},{"style":2582},[16596],{"type":579,"value":6490},{"type":574,"tag":402,"props":16598,"children":16599},{"style":865},[16600],{"type":579,"value":1941},{"type":574,"tag":402,"props":16602,"children":16603},{"class":404,"line":6359},[16604,16608,16612,16616,16620,16624,16628,16632],{"type":574,"tag":402,"props":16605,"children":16606},{"style":1382},[16607],{"type":579,"value":3932},{"type":574,"tag":402,"props":16609,"children":16610},{"style":1531},[16611],{"type":579,"value":9881},{"type":574,"tag":402,"props":16613,"children":16614},{"style":865},[16615],{"type":579,"value":1528},{"type":574,"tag":402,"props":16617,"children":16618},{"style":3992},[16619],{"type":579,"value":2011},{"type":574,"tag":402,"props":16621,"children":16622},{"style":2582},[16623],{"type":579,"value":1455},{"type":574,"tag":402,"props":16625,"children":16626},{"style":865},[16627],{"type":579,"value":1379},{"type":574,"tag":402,"props":16629,"children":16630},{"style":1382},[16631],{"type":579,"value":1385},{"type":574,"tag":402,"props":16633,"children":16634},{"style":865},[16635],{"type":579,"value":2523},{"type":574,"tag":402,"props":16637,"children":16638},{"class":404,"line":6367},[16639,16643,16647,16651,16655,16659,16663,16667,16671,16675,16679,16683,16687],{"type":574,"tag":402,"props":16640,"children":16641},{"style":1970},[16642],{"type":579,"value":5426},{"type":574,"tag":402,"props":16644,"children":16645},{"style":2582},[16646],{"type":579,"value":3591},{"type":574,"tag":402,"props":16648,"children":16649},{"style":1531},[16650],{"type":579,"value":4347},{"type":574,"tag":402,"props":16652,"children":16653},{"style":865},[16654],{"type":579,"value":6385},{"type":574,"tag":402,"props":16656,"children":16657},{"style":1531},[16658],{"type":579,"value":9515},{"type":574,"tag":402,"props":16660,"children":16661},{"style":865},[16662],{"type":579,"value":628},{"type":574,"tag":402,"props":16664,"children":16665},{"style":1531},[16666],{"type":579,"value":60},{"type":574,"tag":402,"props":16668,"children":16669},{"style":865},[16670],{"type":579,"value":9942},{"type":574,"tag":402,"props":16672,"children":16673},{"style":865},[16674],{"type":579,"value":1547},{"type":574,"tag":402,"props":16676,"children":16677},{"style":1550},[16678],{"type":579,"value":9951},{"type":574,"tag":402,"props":16680,"children":16681},{"style":865},[16682],{"type":579,"value":1936},{"type":574,"tag":402,"props":16684,"children":16685},{"style":2582},[16686],{"type":579,"value":5449},{"type":574,"tag":402,"props":16688,"children":16689},{"style":865},[16690],{"type":579,"value":5454},{"type":574,"tag":402,"props":16692,"children":16693},{"class":404,"line":6404},[16694,16698,16702,16706,16710],{"type":574,"tag":402,"props":16695,"children":16696},{"style":1531},[16697],{"type":579,"value":9557},{"type":574,"tag":402,"props":16699,"children":16700},{"style":865},[16701],{"type":579,"value":628},{"type":574,"tag":402,"props":16703,"children":16704},{"style":3992},[16705],{"type":579,"value":9980},{"type":574,"tag":402,"props":16707,"children":16708},{"style":2582},[16709],{"type":579,"value":1379},{"type":574,"tag":402,"props":16711,"children":16712},{"style":865},[16713],{"type":579,"value":1941},{"type":574,"tag":402,"props":16715,"children":16716},{"class":404,"line":6447},[16717],{"type":574,"tag":402,"props":16718,"children":16719},{"style":865},[16720],{"type":579,"value":5593},{"type":574,"tag":402,"props":16722,"children":16723},{"class":404,"line":6455},[16724,16728,16732,16736,16740],{"type":574,"tag":402,"props":16725,"children":16726},{"style":865},[16727],{"type":579,"value":5602},{"type":574,"tag":402,"props":16729,"children":16730},{"style":2582},[16731],{"type":579,"value":3721},{"type":574,"tag":402,"props":16733,"children":16734},{"style":1531},[16735],{"type":579,"value":4347},{"type":574,"tag":402,"props":16737,"children":16738},{"style":2582},[16739],{"type":579,"value":6490},{"type":574,"tag":402,"props":16741,"children":16742},{"style":865},[16743],{"type":579,"value":1941},{"type":574,"tag":402,"props":16745,"children":16746},{"class":404,"line":6497},[16747,16751,16755,16759,16763,16767,16771,16775],{"type":574,"tag":402,"props":16748,"children":16749},{"style":1382},[16750],{"type":579,"value":3932},{"type":574,"tag":402,"props":16752,"children":16753},{"style":1531},[16754],{"type":579,"value":10041},{"type":574,"tag":402,"props":16756,"children":16757},{"style":865},[16758],{"type":579,"value":1528},{"type":574,"tag":402,"props":16760,"children":16761},{"style":3992},[16762],{"type":579,"value":2011},{"type":574,"tag":402,"props":16764,"children":16765},{"style":2582},[16766],{"type":579,"value":1455},{"type":574,"tag":402,"props":16768,"children":16769},{"style":865},[16770],{"type":579,"value":1379},{"type":574,"tag":402,"props":16772,"children":16773},{"style":1382},[16774],{"type":579,"value":1385},{"type":574,"tag":402,"props":16776,"children":16777},{"style":865},[16778],{"type":579,"value":2523},{"type":574,"tag":402,"props":16780,"children":16781},{"class":404,"line":6505},[16782,16786,16790,16794,16798,16802,16806,16810,16814,16818,16822,16826,16830],{"type":574,"tag":402,"props":16783,"children":16784},{"style":1970},[16785],{"type":579,"value":5426},{"type":574,"tag":402,"props":16787,"children":16788},{"style":2582},[16789],{"type":579,"value":3591},{"type":574,"tag":402,"props":16791,"children":16792},{"style":1531},[16793],{"type":579,"value":4347},{"type":574,"tag":402,"props":16795,"children":16796},{"style":865},[16797],{"type":579,"value":6385},{"type":574,"tag":402,"props":16799,"children":16800},{"style":1531},[16801],{"type":579,"value":9515},{"type":574,"tag":402,"props":16803,"children":16804},{"style":865},[16805],{"type":579,"value":628},{"type":574,"tag":402,"props":16807,"children":16808},{"style":1531},[16809],{"type":579,"value":60},{"type":574,"tag":402,"props":16811,"children":16812},{"style":865},[16813],{"type":579,"value":9942},{"type":574,"tag":402,"props":16815,"children":16816},{"style":865},[16817],{"type":579,"value":1547},{"type":574,"tag":402,"props":16819,"children":16820},{"style":1550},[16821],{"type":579,"value":10110},{"type":574,"tag":402,"props":16823,"children":16824},{"style":865},[16825],{"type":579,"value":1936},{"type":574,"tag":402,"props":16827,"children":16828},{"style":2582},[16829],{"type":579,"value":5449},{"type":574,"tag":402,"props":16831,"children":16832},{"style":865},[16833],{"type":579,"value":5454},{"type":574,"tag":402,"props":16835,"children":16836},{"class":404,"line":6530},[16837,16841,16845,16849,16853],{"type":574,"tag":402,"props":16838,"children":16839},{"style":1531},[16840],{"type":579,"value":9557},{"type":574,"tag":402,"props":16842,"children":16843},{"style":865},[16844],{"type":579,"value":628},{"type":574,"tag":402,"props":16846,"children":16847},{"style":3992},[16848],{"type":579,"value":10139},{"type":574,"tag":402,"props":16850,"children":16851},{"style":2582},[16852],{"type":579,"value":1379},{"type":574,"tag":402,"props":16854,"children":16855},{"style":865},[16856],{"type":579,"value":1941},{"type":574,"tag":402,"props":16858,"children":16859},{"class":404,"line":6564},[16860],{"type":574,"tag":402,"props":16861,"children":16862},{"style":865},[16863],{"type":579,"value":5593},{"type":574,"tag":402,"props":16865,"children":16866},{"class":404,"line":6597},[16867,16871,16875,16879,16883],{"type":574,"tag":402,"props":16868,"children":16869},{"style":865},[16870],{"type":579,"value":5602},{"type":574,"tag":402,"props":16872,"children":16873},{"style":2582},[16874],{"type":579,"value":3721},{"type":574,"tag":402,"props":16876,"children":16877},{"style":1531},[16878],{"type":579,"value":4347},{"type":574,"tag":402,"props":16880,"children":16881},{"style":2582},[16882],{"type":579,"value":6490},{"type":574,"tag":402,"props":16884,"children":16885},{"style":865},[16886],{"type":579,"value":1941},{"type":574,"tag":402,"props":16888,"children":16889},{"class":404,"line":6605},[16890,16894,16898,16902,16906,16910,16914,16918],{"type":574,"tag":402,"props":16891,"children":16892},{"style":1382},[16893],{"type":579,"value":3932},{"type":574,"tag":402,"props":16895,"children":16896},{"style":1531},[16897],{"type":579,"value":10200},{"type":574,"tag":402,"props":16899,"children":16900},{"style":865},[16901],{"type":579,"value":1528},{"type":574,"tag":402,"props":16903,"children":16904},{"style":3992},[16905],{"type":579,"value":2011},{"type":574,"tag":402,"props":16907,"children":16908},{"style":2582},[16909],{"type":579,"value":1455},{"type":574,"tag":402,"props":16911,"children":16912},{"style":865},[16913],{"type":579,"value":1379},{"type":574,"tag":402,"props":16915,"children":16916},{"style":1382},[16917],{"type":579,"value":1385},{"type":574,"tag":402,"props":16919,"children":16920},{"style":865},[16921],{"type":579,"value":2523},{"type":574,"tag":402,"props":16923,"children":16924},{"class":404,"line":6618},[16925,16929,16933,16937,16941],{"type":574,"tag":402,"props":16926,"children":16927},{"style":1970},[16928],{"type":579,"value":5426},{"type":574,"tag":402,"props":16930,"children":16931},{"style":2582},[16932],{"type":579,"value":3591},{"type":574,"tag":402,"props":16934,"children":16935},{"style":1531},[16936],{"type":579,"value":4506},{"type":574,"tag":402,"props":16938,"children":16939},{"style":2582},[16940],{"type":579,"value":5449},{"type":574,"tag":402,"props":16942,"children":16943},{"style":865},[16944],{"type":579,"value":5454},{"type":574,"tag":402,"props":16946,"children":16947},{"class":404,"line":6647},[16948,16952,16956,16960,16964,16968,16972],{"type":574,"tag":402,"props":16949,"children":16950},{"style":1531},[16951],{"type":579,"value":10257},{"type":574,"tag":402,"props":16953,"children":16954},{"style":865},[16955],{"type":579,"value":628},{"type":574,"tag":402,"props":16957,"children":16958},{"style":3992},[16959],{"type":579,"value":10266},{"type":574,"tag":402,"props":16961,"children":16962},{"style":2582},[16963],{"type":579,"value":1455},{"type":574,"tag":402,"props":16965,"children":16966},{"style":1531},[16967],{"type":579,"value":4506},{"type":574,"tag":402,"props":16969,"children":16970},{"style":2582},[16971],{"type":579,"value":1484},{"type":574,"tag":402,"props":16973,"children":16974},{"style":865},[16975],{"type":579,"value":1941},{"type":574,"tag":402,"props":16977,"children":16978},{"class":404,"line":6699},[16979],{"type":574,"tag":402,"props":16980,"children":16981},{"style":865},[16982],{"type":579,"value":5593},{"type":574,"tag":402,"props":16984,"children":16985},{"class":404,"line":6712},[16986,16990,16994,16998,17002],{"type":574,"tag":402,"props":16987,"children":16988},{"style":3992},[16989],{"type":579,"value":10299},{"type":574,"tag":402,"props":16991,"children":16992},{"style":2582},[16993],{"type":579,"value":1455},{"type":574,"tag":402,"props":16995,"children":16996},{"style":865},[16997],{"type":579,"value":4322},{"type":574,"tag":402,"props":16999,"children":17000},{"style":2582},[17001],{"type":579,"value":1484},{"type":574,"tag":402,"props":17003,"children":17004},{"style":865},[17005],{"type":579,"value":1941},{"type":574,"tag":402,"props":17007,"children":17008},{"class":404,"line":6762},[17009,17013,17017,17021,17025],{"type":574,"tag":402,"props":17010,"children":17011},{"style":3992},[17012],{"type":579,"value":10324},{"type":574,"tag":402,"props":17014,"children":17015},{"style":2582},[17016],{"type":579,"value":1455},{"type":574,"tag":402,"props":17018,"children":17019},{"style":865},[17020],{"type":579,"value":4322},{"type":574,"tag":402,"props":17022,"children":17023},{"style":2582},[17024],{"type":579,"value":1484},{"type":574,"tag":402,"props":17026,"children":17027},{"style":865},[17028],{"type":579,"value":1941},{"type":574,"tag":402,"props":17030,"children":17031},{"class":404,"line":6783},[17032,17036,17040,17044,17048],{"type":574,"tag":402,"props":17033,"children":17034},{"style":3992},[17035],{"type":579,"value":10349},{"type":574,"tag":402,"props":17037,"children":17038},{"style":2582},[17039],{"type":579,"value":1455},{"type":574,"tag":402,"props":17041,"children":17042},{"style":4039},[17043],{"type":579,"value":4610},{"type":574,"tag":402,"props":17045,"children":17046},{"style":2582},[17047],{"type":579,"value":1484},{"type":574,"tag":402,"props":17049,"children":17050},{"style":865},[17051],{"type":579,"value":1941},{"type":574,"tag":402,"props":17053,"children":17054},{"class":404,"line":6825},[17055,17059,17063,17067,17071],{"type":574,"tag":402,"props":17056,"children":17057},{"style":3992},[17058],{"type":579,"value":6252},{"type":574,"tag":402,"props":17060,"children":17061},{"style":2582},[17062],{"type":579,"value":1455},{"type":574,"tag":402,"props":17064,"children":17065},{"style":865},[17066],{"type":579,"value":4322},{"type":574,"tag":402,"props":17068,"children":17069},{"style":2582},[17070],{"type":579,"value":1484},{"type":574,"tag":402,"props":17072,"children":17073},{"style":865},[17074],{"type":579,"value":1941},{"type":574,"tag":402,"props":17076,"children":17077},{"class":404,"line":6833},[17078,17082,17086,17090,17094],{"type":574,"tag":402,"props":17079,"children":17080},{"style":3992},[17081],{"type":579,"value":10398},{"type":574,"tag":402,"props":17083,"children":17084},{"style":2582},[17085],{"type":579,"value":1455},{"type":574,"tag":402,"props":17087,"children":17088},{"style":865},[17089],{"type":579,"value":4322},{"type":574,"tag":402,"props":17091,"children":17092},{"style":2582},[17093],{"type":579,"value":1484},{"type":574,"tag":402,"props":17095,"children":17096},{"style":865},[17097],{"type":579,"value":1941},{"type":574,"tag":402,"props":17099,"children":17100},{"class":404,"line":6869},[17101,17105,17109,17113,17117],{"type":574,"tag":402,"props":17102,"children":17103},{"style":865},[17104],{"type":579,"value":5602},{"type":574,"tag":402,"props":17106,"children":17107},{"style":2582},[17108],{"type":579,"value":3721},{"type":574,"tag":402,"props":17110,"children":17111},{"style":1531},[17112],{"type":579,"value":4506},{"type":574,"tag":402,"props":17114,"children":17115},{"style":2582},[17116],{"type":579,"value":6490},{"type":574,"tag":402,"props":17118,"children":17119},{"style":865},[17120],{"type":579,"value":1941},{"type":574,"tag":402,"props":17122,"children":17123},{"class":404,"line":6907},[17124,17128,17132,17136,17140],{"type":574,"tag":402,"props":17125,"children":17126},{"style":1382},[17127],{"type":579,"value":3932},{"type":574,"tag":402,"props":17129,"children":17130},{"style":1531},[17131],{"type":579,"value":10459},{"type":574,"tag":402,"props":17133,"children":17134},{"style":865},[17135],{"type":579,"value":1528},{"type":574,"tag":402,"props":17137,"children":17138},{"style":3992},[17139],{"type":579,"value":2011},{"type":574,"tag":402,"props":17141,"children":17142},{"style":2582},[17143],{"type":579,"value":4393},{"type":574,"tag":402,"props":17145,"children":17146},{"class":404,"line":6915},[17147,17151,17155,17159,17163,17167,17171,17175,17179],{"type":574,"tag":402,"props":17148,"children":17149},{"style":865},[17150],{"type":579,"value":6536},{"type":574,"tag":402,"props":17152,"children":17153},{"style":1458},[17154],{"type":579,"value":1461},{"type":574,"tag":402,"props":17156,"children":17157},{"style":865},[17158],{"type":579,"value":1528},{"type":574,"tag":402,"props":17160,"children":17161},{"style":865},[17162],{"type":579,"value":1547},{"type":574,"tag":402,"props":17164,"children":17165},{"style":1550},[17166],{"type":579,"value":10496},{"type":574,"tag":402,"props":17168,"children":17169},{"style":865},[17170],{"type":579,"value":1936},{"type":574,"tag":402,"props":17172,"children":17173},{"style":865},[17174],{"type":579,"value":1484},{"type":574,"tag":402,"props":17176,"children":17177},{"style":1382},[17178],{"type":579,"value":1385},{"type":574,"tag":402,"props":17180,"children":17181},{"style":865},[17182],{"type":579,"value":2523},{"type":574,"tag":402,"props":17184,"children":17185},{"class":404,"line":6964},[17186,17190,17194,17198,17202,17206,17210],{"type":574,"tag":402,"props":17187,"children":17188},{"style":1970},[17189],{"type":579,"value":6570},{"type":574,"tag":402,"props":17191,"children":17192},{"style":2582},[17193],{"type":579,"value":3591},{"type":574,"tag":402,"props":17195,"children":17196},{"style":865},[17197],{"type":579,"value":5673},{"type":574,"tag":402,"props":17199,"children":17200},{"style":1531},[17201],{"type":579,"value":4506},{"type":574,"tag":402,"props":17203,"children":17204},{"style":2582},[17205],{"type":579,"value":5449},{"type":574,"tag":402,"props":17207,"children":17208},{"style":1970},[17209],{"type":579,"value":5709},{"type":574,"tag":402,"props":17211,"children":17212},{"style":865},[17213],{"type":579,"value":1941},{"type":574,"tag":402,"props":17215,"children":17216},{"class":404,"line":6972},[17217,17221,17225,17229,17233,17237,17241,17245,17249,17253,17257,17261],{"type":574,"tag":402,"props":17218,"children":17219},{"style":1382},[17220],{"type":579,"value":5463},{"type":574,"tag":402,"props":17222,"children":17223},{"style":1531},[17224],{"type":579,"value":10565},{"type":574,"tag":402,"props":17226,"children":17227},{"style":865},[17228],{"type":579,"value":1528},{"type":574,"tag":402,"props":17230,"children":17231},{"style":1531},[17232],{"type":579,"value":10574},{"type":574,"tag":402,"props":17234,"children":17235},{"style":865},[17236],{"type":579,"value":628},{"type":574,"tag":402,"props":17238,"children":17239},{"style":3992},[17240],{"type":579,"value":10583},{"type":574,"tag":402,"props":17242,"children":17243},{"style":2582},[17244],{"type":579,"value":1455},{"type":574,"tag":402,"props":17246,"children":17247},{"style":865},[17248],{"type":579,"value":1936},{"type":574,"tag":402,"props":17250,"children":17251},{"style":1550},[17252],{"type":579,"value":10596},{"type":574,"tag":402,"props":17254,"children":17255},{"style":865},[17256],{"type":579,"value":1936},{"type":574,"tag":402,"props":17258,"children":17259},{"style":2582},[17260],{"type":579,"value":1484},{"type":574,"tag":402,"props":17262,"children":17263},{"style":865},[17264],{"type":579,"value":1941},{"type":574,"tag":402,"props":17266,"children":17267},{"class":404,"line":6989},[17268,17272,17276,17280,17284,17288],{"type":574,"tag":402,"props":17269,"children":17270},{"style":1531},[17271],{"type":579,"value":10617},{"type":574,"tag":402,"props":17273,"children":17274},{"style":865},[17275],{"type":579,"value":628},{"type":574,"tag":402,"props":17277,"children":17278},{"style":1531},[17279],{"type":579,"value":10626},{"type":574,"tag":402,"props":17281,"children":17282},{"style":865},[17283],{"type":579,"value":1528},{"type":574,"tag":402,"props":17285,"children":17286},{"style":1531},[17287],{"type":579,"value":10635},{"type":574,"tag":402,"props":17289,"children":17290},{"style":865},[17291],{"type":579,"value":1941},{"type":574,"tag":402,"props":17293,"children":17294},{"class":404,"line":7020},[17295,17299,17303,17307,17311,17315],{"type":574,"tag":402,"props":17296,"children":17297},{"style":1531},[17298],{"type":579,"value":10617},{"type":574,"tag":402,"props":17300,"children":17301},{"style":865},[17302],{"type":579,"value":628},{"type":574,"tag":402,"props":17304,"children":17305},{"style":1531},[17306],{"type":579,"value":10656},{"type":574,"tag":402,"props":17308,"children":17309},{"style":865},[17310],{"type":579,"value":1528},{"type":574,"tag":402,"props":17312,"children":17313},{"style":1531},[17314],{"type":579,"value":10665},{"type":574,"tag":402,"props":17316,"children":17317},{"style":865},[17318],{"type":579,"value":1941},{"type":574,"tag":402,"props":17320,"children":17321},{"class":404,"line":7072},[17322,17326,17330,17334,17338,17342,17346,17350,17354],{"type":574,"tag":402,"props":17323,"children":17324},{"style":1531},[17325],{"type":579,"value":10678},{"type":574,"tag":402,"props":17327,"children":17328},{"style":865},[17329],{"type":579,"value":628},{"type":574,"tag":402,"props":17331,"children":17332},{"style":1531},[17333],{"type":579,"value":10687},{"type":574,"tag":402,"props":17335,"children":17336},{"style":865},[17337],{"type":579,"value":628},{"type":574,"tag":402,"props":17339,"children":17340},{"style":3992},[17341],{"type":579,"value":10696},{"type":574,"tag":402,"props":17343,"children":17344},{"style":2582},[17345],{"type":579,"value":1455},{"type":574,"tag":402,"props":17347,"children":17348},{"style":1531},[17349],{"type":579,"value":10705},{"type":574,"tag":402,"props":17351,"children":17352},{"style":2582},[17353],{"type":579,"value":1484},{"type":574,"tag":402,"props":17355,"children":17356},{"style":865},[17357],{"type":579,"value":1941},{"type":574,"tag":402,"props":17359,"children":17360},{"class":404,"line":7081},[17361,17365,17369,17373,17377],{"type":574,"tag":402,"props":17362,"children":17363},{"style":1531},[17364],{"type":579,"value":10617},{"type":574,"tag":402,"props":17366,"children":17367},{"style":865},[17368],{"type":579,"value":628},{"type":574,"tag":402,"props":17370,"children":17371},{"style":3992},[17372],{"type":579,"value":10730},{"type":574,"tag":402,"props":17374,"children":17375},{"style":2582},[17376],{"type":579,"value":1379},{"type":574,"tag":402,"props":17378,"children":17379},{"style":865},[17380],{"type":579,"value":1941},{"type":574,"tag":402,"props":17382,"children":17383},{"class":404,"line":7090},[17384,17388,17392,17396,17400,17404,17408,17412,17416],{"type":574,"tag":402,"props":17385,"children":17386},{"style":1531},[17387],{"type":579,"value":10678},{"type":574,"tag":402,"props":17389,"children":17390},{"style":865},[17391],{"type":579,"value":628},{"type":574,"tag":402,"props":17393,"children":17394},{"style":1531},[17395],{"type":579,"value":10687},{"type":574,"tag":402,"props":17397,"children":17398},{"style":865},[17399],{"type":579,"value":628},{"type":574,"tag":402,"props":17401,"children":17402},{"style":3992},[17403],{"type":579,"value":10763},{"type":574,"tag":402,"props":17405,"children":17406},{"style":2582},[17407],{"type":579,"value":1455},{"type":574,"tag":402,"props":17409,"children":17410},{"style":1531},[17411],{"type":579,"value":10705},{"type":574,"tag":402,"props":17413,"children":17414},{"style":2582},[17415],{"type":579,"value":1484},{"type":574,"tag":402,"props":17417,"children":17418},{"style":865},[17419],{"type":579,"value":1941},{"type":574,"tag":402,"props":17421,"children":17422},{"class":404,"line":7127},[17423],{"type":574,"tag":402,"props":17424,"children":17425},{"style":865},[17426],{"type":579,"value":7087},{"type":574,"tag":402,"props":17428,"children":17429},{"class":404,"line":7139},[17430,17434,17438,17442],{"type":574,"tag":402,"props":17431,"children":17432},{"style":2582},[17433],{"type":579,"value":7096},{"type":574,"tag":402,"props":17435,"children":17436},{"style":1531},[17437],{"type":579,"value":4506},{"type":574,"tag":402,"props":17439,"children":17440},{"style":2582},[17441],{"type":579,"value":3731},{"type":574,"tag":402,"props":17443,"children":17444},{"style":865},[17445],{"type":579,"value":4047},{"type":574,"tag":402,"props":17447,"children":17448},{"class":404,"line":7147},[17449,17453],{"type":574,"tag":402,"props":17450,"children":17451},{"style":2582},[17452],{"type":579,"value":4411},{"type":574,"tag":402,"props":17454,"children":17455},{"style":865},[17456],{"type":579,"value":1941},{"type":574,"tag":402,"props":17458,"children":17459},{"class":404,"line":7189},[17460,17464,17468,17472,17476],{"type":574,"tag":402,"props":17461,"children":17462},{"style":3992},[17463],{"type":579,"value":10845},{"type":574,"tag":402,"props":17465,"children":17466},{"style":2582},[17467],{"type":579,"value":1455},{"type":574,"tag":402,"props":17469,"children":17470},{"style":865},[17471],{"type":579,"value":1379},{"type":574,"tag":402,"props":17473,"children":17474},{"style":1382},[17475],{"type":579,"value":1385},{"type":574,"tag":402,"props":17477,"children":17478},{"style":865},[17479],{"type":579,"value":2523},{"type":574,"tag":402,"props":17481,"children":17482},{"class":404,"line":7218},[17483,17487,17491,17495],{"type":574,"tag":402,"props":17484,"children":17485},{"style":1970},[17486],{"type":579,"value":10870},{"type":574,"tag":402,"props":17488,"children":17489},{"style":865},[17490],{"type":579,"value":3391},{"type":574,"tag":402,"props":17492,"children":17493},{"style":1382},[17494],{"type":579,"value":1385},{"type":574,"tag":402,"props":17496,"children":17497},{"style":865},[17498],{"type":579,"value":2523},{"type":574,"tag":402,"props":17500,"children":17501},{"class":404,"line":7252},[17502,17506,17510,17514,17518,17522,17526],{"type":574,"tag":402,"props":17503,"children":17504},{"style":1970},[17505],{"type":579,"value":6570},{"type":574,"tag":402,"props":17507,"children":17508},{"style":2582},[17509],{"type":579,"value":3591},{"type":574,"tag":402,"props":17511,"children":17512},{"style":1531},[17513],{"type":579,"value":8163},{"type":574,"tag":402,"props":17515,"children":17516},{"style":865},[17517],{"type":579,"value":628},{"type":574,"tag":402,"props":17519,"children":17520},{"style":1531},[17521],{"type":579,"value":5444},{"type":574,"tag":402,"props":17523,"children":17524},{"style":2582},[17525],{"type":579,"value":5449},{"type":574,"tag":402,"props":17527,"children":17528},{"style":865},[17529],{"type":579,"value":5454},{"type":574,"tag":402,"props":17531,"children":17532},{"class":404,"line":7265},[17533,17537,17541,17545,17549,17553,17557],{"type":574,"tag":402,"props":17534,"children":17535},{"style":3992},[17536],{"type":579,"value":10923},{"type":574,"tag":402,"props":17538,"children":17539},{"style":2582},[17540],{"type":579,"value":1455},{"type":574,"tag":402,"props":17542,"children":17543},{"style":1531},[17544],{"type":579,"value":8163},{"type":574,"tag":402,"props":17546,"children":17547},{"style":865},[17548],{"type":579,"value":628},{"type":574,"tag":402,"props":17550,"children":17551},{"style":1531},[17552],{"type":579,"value":5444},{"type":574,"tag":402,"props":17554,"children":17555},{"style":2582},[17556],{"type":579,"value":1484},{"type":574,"tag":402,"props":17558,"children":17559},{"style":865},[17560],{"type":579,"value":1941},{"type":574,"tag":402,"props":17562,"children":17563},{"class":404,"line":7273},[17564],{"type":574,"tag":402,"props":17565,"children":17566},{"style":865},[17567],{"type":579,"value":7078},{"type":574,"tag":402,"props":17569,"children":17570},{"class":404,"line":7281},[17571,17575,17579,17583,17587,17591,17595],{"type":574,"tag":402,"props":17572,"children":17573},{"style":1970},[17574],{"type":579,"value":6570},{"type":574,"tag":402,"props":17576,"children":17577},{"style":2582},[17578],{"type":579,"value":3591},{"type":574,"tag":402,"props":17580,"children":17581},{"style":1531},[17582],{"type":579,"value":8271},{"type":574,"tag":402,"props":17584,"children":17585},{"style":865},[17586],{"type":579,"value":628},{"type":574,"tag":402,"props":17588,"children":17589},{"style":1531},[17590],{"type":579,"value":5444},{"type":574,"tag":402,"props":17592,"children":17593},{"style":2582},[17594],{"type":579,"value":5449},{"type":574,"tag":402,"props":17596,"children":17597},{"style":865},[17598],{"type":579,"value":5454},{"type":574,"tag":402,"props":17600,"children":17601},{"class":404,"line":7294},[17602,17606,17610,17614,17618,17622,17626],{"type":574,"tag":402,"props":17603,"children":17604},{"style":3992},[17605],{"type":579,"value":10996},{"type":574,"tag":402,"props":17607,"children":17608},{"style":2582},[17609],{"type":579,"value":1455},{"type":574,"tag":402,"props":17611,"children":17612},{"style":1531},[17613],{"type":579,"value":8271},{"type":574,"tag":402,"props":17615,"children":17616},{"style":865},[17617],{"type":579,"value":628},{"type":574,"tag":402,"props":17619,"children":17620},{"style":1531},[17621],{"type":579,"value":5444},{"type":574,"tag":402,"props":17623,"children":17624},{"style":2582},[17625],{"type":579,"value":1484},{"type":574,"tag":402,"props":17627,"children":17628},{"style":865},[17629],{"type":579,"value":1941},{"type":574,"tag":402,"props":17631,"children":17632},{"class":404,"line":7318},[17633],{"type":574,"tag":402,"props":17634,"children":17635},{"style":865},[17636],{"type":579,"value":7078},{"type":574,"tag":402,"props":17638,"children":17639},{"class":404,"line":7368},[17640,17644,17648,17652,17656],{"type":574,"tag":402,"props":17641,"children":17642},{"style":1970},[17643],{"type":579,"value":6570},{"type":574,"tag":402,"props":17645,"children":17646},{"style":2582},[17647],{"type":579,"value":3591},{"type":574,"tag":402,"props":17649,"children":17650},{"style":1531},[17651],{"type":579,"value":4272},{"type":574,"tag":402,"props":17653,"children":17654},{"style":2582},[17655],{"type":579,"value":5449},{"type":574,"tag":402,"props":17657,"children":17658},{"style":865},[17659],{"type":579,"value":5454},{"type":574,"tag":402,"props":17661,"children":17662},{"class":404,"line":7385},[17663,17667,17671,17675,17679,17683,17687,17691,17695,17699,17703,17707,17711,17715,17719,17723],{"type":574,"tag":402,"props":17664,"children":17665},{"style":1531},[17666],{"type":579,"value":11061},{"type":574,"tag":402,"props":17668,"children":17669},{"style":865},[17670],{"type":579,"value":628},{"type":574,"tag":402,"props":17672,"children":17673},{"style":3992},[17674],{"type":579,"value":9632},{"type":574,"tag":402,"props":17676,"children":17677},{"style":2582},[17678],{"type":579,"value":1379},{"type":574,"tag":402,"props":17680,"children":17681},{"style":865},[17682],{"type":579,"value":628},{"type":574,"tag":402,"props":17684,"children":17685},{"style":3992},[17686],{"type":579,"value":9645},{"type":574,"tag":402,"props":17688,"children":17689},{"style":2582},[17690],{"type":579,"value":1455},{"type":574,"tag":402,"props":17692,"children":17693},{"style":865},[17694],{"type":579,"value":1455},{"type":574,"tag":402,"props":17696,"children":17697},{"style":1458},[17698],{"type":579,"value":9658},{"type":574,"tag":402,"props":17700,"children":17701},{"style":865},[17702],{"type":579,"value":1484},{"type":574,"tag":402,"props":17704,"children":17705},{"style":1382},[17706],{"type":579,"value":1385},{"type":574,"tag":402,"props":17708,"children":17709},{"style":1531},[17710],{"type":579,"value":9671},{"type":574,"tag":402,"props":17712,"children":17713},{"style":865},[17714],{"type":579,"value":628},{"type":574,"tag":402,"props":17716,"children":17717},{"style":3992},[17718],{"type":579,"value":9566},{"type":574,"tag":402,"props":17720,"children":17721},{"style":2582},[17722],{"type":579,"value":9684},{"type":574,"tag":402,"props":17724,"children":17725},{"style":865},[17726],{"type":579,"value":1941},{"type":574,"tag":402,"props":17728,"children":17729},{"class":404,"line":7407},[17730],{"type":574,"tag":402,"props":17731,"children":17732},{"style":865},[17733],{"type":579,"value":7078},{"type":574,"tag":402,"props":17735,"children":17736},{"class":404,"line":7428},[17737,17741,17745,17749,17753,17757,17761],{"type":574,"tag":402,"props":17738,"children":17739},{"style":1970},[17740],{"type":579,"value":6570},{"type":574,"tag":402,"props":17742,"children":17743},{"style":2582},[17744],{"type":579,"value":3591},{"type":574,"tag":402,"props":17746,"children":17747},{"style":1531},[17748],{"type":579,"value":9745},{"type":574,"tag":402,"props":17750,"children":17751},{"style":865},[17752],{"type":579,"value":628},{"type":574,"tag":402,"props":17754,"children":17755},{"style":1531},[17756],{"type":579,"value":5444},{"type":574,"tag":402,"props":17758,"children":17759},{"style":2582},[17760],{"type":579,"value":5449},{"type":574,"tag":402,"props":17762,"children":17763},{"style":865},[17764],{"type":579,"value":5454},{"type":574,"tag":402,"props":17766,"children":17767},{"class":404,"line":7449},[17768,17772,17776,17780,17784,17788,17792],{"type":574,"tag":402,"props":17769,"children":17770},{"style":1531},[17771],{"type":579,"value":6624},{"type":574,"tag":402,"props":17773,"children":17774},{"style":865},[17775],{"type":579,"value":628},{"type":574,"tag":402,"props":17777,"children":17778},{"style":1531},[17779],{"type":579,"value":5444},{"type":574,"tag":402,"props":17781,"children":17782},{"style":865},[17783],{"type":579,"value":628},{"type":574,"tag":402,"props":17785,"children":17786},{"style":3992},[17787],{"type":579,"value":9787},{"type":574,"tag":402,"props":17789,"children":17790},{"style":2582},[17791],{"type":579,"value":1379},{"type":574,"tag":402,"props":17793,"children":17794},{"style":865},[17795],{"type":579,"value":1941},{"type":574,"tag":402,"props":17797,"children":17798},{"class":404,"line":7458},[17799],{"type":574,"tag":402,"props":17800,"children":17801},{"style":865},[17802],{"type":579,"value":7078},{"type":574,"tag":402,"props":17804,"children":17805},{"class":404,"line":7474},[17806,17810,17814,17818,17822],{"type":574,"tag":402,"props":17807,"children":17808},{"style":1970},[17809],{"type":579,"value":6570},{"type":574,"tag":402,"props":17811,"children":17812},{"style":2582},[17813],{"type":579,"value":3591},{"type":574,"tag":402,"props":17815,"children":17816},{"style":1531},[17817],{"type":579,"value":4506},{"type":574,"tag":402,"props":17819,"children":17820},{"style":2582},[17821],{"type":579,"value":5449},{"type":574,"tag":402,"props":17823,"children":17824},{"style":865},[17825],{"type":579,"value":5454},{"type":574,"tag":402,"props":17827,"children":17828},{"class":404,"line":7482},[17829,17833,17837,17841,17845,17849,17853],{"type":574,"tag":402,"props":17830,"children":17831},{"style":1531},[17832],{"type":579,"value":11234},{"type":574,"tag":402,"props":17834,"children":17835},{"style":865},[17836],{"type":579,"value":628},{"type":574,"tag":402,"props":17838,"children":17839},{"style":3992},[17840],{"type":579,"value":10266},{"type":574,"tag":402,"props":17842,"children":17843},{"style":2582},[17844],{"type":579,"value":1455},{"type":574,"tag":402,"props":17846,"children":17847},{"style":1531},[17848],{"type":579,"value":4506},{"type":574,"tag":402,"props":17850,"children":17851},{"style":2582},[17852],{"type":579,"value":1484},{"type":574,"tag":402,"props":17854,"children":17855},{"style":865},[17856],{"type":579,"value":1941},{"type":574,"tag":402,"props":17858,"children":17859},{"class":404,"line":7507},[17860],{"type":574,"tag":402,"props":17861,"children":17862},{"style":865},[17863],{"type":579,"value":7078},{"type":574,"tag":402,"props":17865,"children":17866},{"class":404,"line":7532},[17867],{"type":574,"tag":402,"props":17868,"children":17869},{"style":865},[17870],{"type":579,"value":11275},{"type":574,"tag":402,"props":17872,"children":17873},{"class":404,"line":7540},[17874,17878,17882,17886,17890,17894,17898],{"type":574,"tag":402,"props":17875,"children":17876},{"style":865},[17877],{"type":579,"value":5602},{"type":574,"tag":402,"props":17879,"children":17880},{"style":2582},[17881],{"type":579,"value":3721},{"type":574,"tag":402,"props":17883,"children":17884},{"style":1531},[17885],{"type":579,"value":4272},{"type":574,"tag":402,"props":17887,"children":17888},{"style":865},[17889],{"type":579,"value":1988},{"type":574,"tag":402,"props":17891,"children":17892},{"style":1531},[17893],{"type":579,"value":10635},{"type":574,"tag":402,"props":17895,"children":17896},{"style":2582},[17897],{"type":579,"value":6490},{"type":574,"tag":402,"props":17899,"children":17900},{"style":865},[17901],{"type":579,"value":1941},{"type":574,"tag":402,"props":17903,"children":17904},{"class":404,"line":7581},[17905,17909],{"type":574,"tag":402,"props":17906,"children":17907},{"style":1970},[17908],{"type":579,"value":11324},{"type":574,"tag":402,"props":17910,"children":17911},{"style":865},[17912],{"type":579,"value":2523},{"type":574,"tag":402,"props":17914,"children":17915},{"class":404,"line":7594},[17916,17920],{"type":574,"tag":402,"props":17917,"children":17918},{"style":1531},[17919],{"type":579,"value":9337},{"type":574,"tag":402,"props":17921,"children":17922},{"style":865},[17923],{"type":579,"value":4047},{"type":574,"tag":402,"props":17925,"children":17926},{"class":404,"line":7633},[17927,17931],{"type":574,"tag":402,"props":17928,"children":17929},{"style":1531},[17930],{"type":579,"value":11349},{"type":574,"tag":402,"props":17932,"children":17933},{"style":865},[17934],{"type":579,"value":4047},{"type":574,"tag":402,"props":17936,"children":17937},{"class":404,"line":7647},[17938,17942],{"type":574,"tag":402,"props":17939,"children":17940},{"style":1531},[17941],{"type":579,"value":11362},{"type":574,"tag":402,"props":17943,"children":17944},{"style":865},[17945],{"type":579,"value":4047},{"type":574,"tag":402,"props":17947,"children":17948},{"class":404,"line":7672},[17949,17953],{"type":574,"tag":402,"props":17950,"children":17951},{"style":1531},[17952],{"type":579,"value":11375},{"type":574,"tag":402,"props":17954,"children":17955},{"style":865},[17956],{"type":579,"value":4047},{"type":574,"tag":402,"props":17958,"children":17959},{"class":404,"line":7688},[17960,17964],{"type":574,"tag":402,"props":17961,"children":17962},{"style":1531},[17963],{"type":579,"value":11388},{"type":574,"tag":402,"props":17965,"children":17966},{"style":865},[17967],{"type":579,"value":4047},{"type":574,"tag":402,"props":17969,"children":17970},{"class":404,"line":7696},[17971,17975],{"type":574,"tag":402,"props":17972,"children":17973},{"style":1531},[17974],{"type":579,"value":11401},{"type":574,"tag":402,"props":17976,"children":17977},{"style":865},[17978],{"type":579,"value":4047},{"type":574,"tag":402,"props":17980,"children":17981},{"class":404,"line":7726},[17982,17986],{"type":574,"tag":402,"props":17983,"children":17984},{"style":1531},[17985],{"type":579,"value":11414},{"type":574,"tag":402,"props":17987,"children":17988},{"style":865},[17989],{"type":579,"value":4047},{"type":574,"tag":402,"props":17991,"children":17992},{"class":404,"line":7734},[17993,17997],{"type":574,"tag":402,"props":17994,"children":17995},{"style":1531},[17996],{"type":579,"value":11427},{"type":574,"tag":402,"props":17998,"children":17999},{"style":865},[18000],{"type":579,"value":4047},{"type":574,"tag":402,"props":18002,"children":18003},{"class":404,"line":7777},[18004,18008],{"type":574,"tag":402,"props":18005,"children":18006},{"style":1531},[18007],{"type":579,"value":11440},{"type":574,"tag":402,"props":18009,"children":18010},{"style":865},[18011],{"type":579,"value":4047},{"type":574,"tag":402,"props":18013,"children":18014},{"class":404,"line":7829},[18015,18019],{"type":574,"tag":402,"props":18016,"children":18017},{"style":1531},[18018],{"type":579,"value":11453},{"type":574,"tag":402,"props":18020,"children":18021},{"style":865},[18022],{"type":579,"value":4047},{"type":574,"tag":402,"props":18024,"children":18025},{"class":404,"line":7879},[18026,18030],{"type":574,"tag":402,"props":18027,"children":18028},{"style":1531},[18029],{"type":579,"value":11466},{"type":574,"tag":402,"props":18031,"children":18032},{"style":865},[18033],{"type":579,"value":4047},{"type":574,"tag":402,"props":18035,"children":18036},{"class":404,"line":7888},[18037,18041],{"type":574,"tag":402,"props":18038,"children":18039},{"style":1531},[18040],{"type":579,"value":11479},{"type":574,"tag":402,"props":18042,"children":18043},{"style":865},[18044],{"type":579,"value":4047},{"type":574,"tag":402,"props":18046,"children":18047},{"class":404,"line":7897},[18048,18052],{"type":574,"tag":402,"props":18049,"children":18050},{"style":1531},[18051],{"type":579,"value":11492},{"type":574,"tag":402,"props":18053,"children":18054},{"style":865},[18055],{"type":579,"value":4047},{"type":574,"tag":402,"props":18057,"children":18058},{"class":404,"line":7905},[18059,18063],{"type":574,"tag":402,"props":18060,"children":18061},{"style":1531},[18062],{"type":579,"value":11505},{"type":574,"tag":402,"props":18064,"children":18065},{"style":865},[18066],{"type":579,"value":4047},{"type":574,"tag":402,"props":18068,"children":18069},{"class":404,"line":7938},[18070,18074],{"type":574,"tag":402,"props":18071,"children":18072},{"style":1531},[18073],{"type":579,"value":11518},{"type":574,"tag":402,"props":18075,"children":18076},{"style":865},[18077],{"type":579,"value":4047},{"type":574,"tag":402,"props":18079,"children":18080},{"class":404,"line":8022},[18081,18085],{"type":574,"tag":402,"props":18082,"children":18083},{"style":1531},[18084],{"type":579,"value":11531},{"type":574,"tag":402,"props":18086,"children":18087},{"style":865},[18088],{"type":579,"value":4047},{"type":574,"tag":402,"props":18090,"children":18091},{"class":404,"line":8048},[18092],{"type":574,"tag":402,"props":18093,"children":18094},{"style":865},[18095],{"type":579,"value":11544},{"type":574,"tag":402,"props":18097,"children":18098},{"class":404,"line":8091},[18099],{"type":574,"tag":402,"props":18100,"children":18101},{"style":865},[18102],{"type":579,"value":11553},{"type":574,"tag":542,"props":18104,"children":18105},{},[18106],{"type":579,"value":872},1777352805213]