[{"data":1,"prerenderedAt":18097},["ShallowReactive",2],{"navigation":3,"$fSfqI7U3ONlViJxxu0LCJSTAsCIOHwP-GVZtZSGsZVII":355,"-docs-hooks-use-portal":378,"-docs-hooks-use-portal-description":567,"mdc--ify2j9-key":579,"use-portal-options-description":588,"use-portal-options-prop-audioBitsPerSecond-description":602,"use-portal-options-prop-mimeType-description":619,"use-portal-options-prop-timeslice-description":635,"use-portal-options-prop-enableAnalysis-description":644,"use-portal-options-prop-fftSize-description":653,"use-portal-isSupported-description":669,"use-portal-isRecording-description":678,"use-portal-isPaused-description":687,"use-portal-stream-description":696,"use-portal-mediaRecorder-description":705,"use-portal-audioBlob-description":714,"use-portal-audioUrl-description":723,"use-portal-duration-description":732,"use-portal-error-description":741,"use-portal-analysisData-description":750,"use-portal-analysisData-prop-frequencyData-description":759,"use-portal-analysisData-prop-timeData-description":768,"use-portal-analysisData-prop-volume-description":777,"use-portal-startRecording-description":786,"use-portal-stopRecording-description":795,"use-portal-pauseRecording-description":804,"use-portal-resumeRecording-description":813,"use-portal-clearRecording-description":822,"use-portal-downloadRecording-description":831,"highlight-type-{}":840,"highlight-type-UseAudioRecorderOptions":865,"highlight-type-audioBitsPerSecond?: number | undefined":887,"highlight-type-mimeType?: AudioMimeType | undefined":919,"highlight-type-timeslice?: number | undefined":950,"highlight-type-enableAnalysis?: boolean | undefined":980,"highlight-type-fftSize?: number | undefined":1011,"highlight-type-boolean":1041,"highlight-type-MediaStream | null":1062,"highlight-type-MediaRecorder | null":1094,"highlight-type-Blob | null":1124,"highlight-type-string | null":1154,"highlight-type-number":1184,"highlight-type-AudioAnalysisData | null":1205,"highlight-type-frequencyData: Uint8Array\u003CArrayBufferLike>":1235,"highlight-type-timeData: Uint8Array\u003CArrayBufferLike>":1282,"highlight-type-volume: number":1324,"highlight-type-() => Promise\u003Cvoid>":1354,"highlight-type-() => void":1400,"highlight-type-(filename?: string | undefined) => void":1430,"mdc-5zsw8d-key":1489,"hooks-code-use-portal-true":1936},[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":230,"body":380,"category":66,"description":233,"extension":558,"links":559,"meta":564,"navigation":16,"path":231,"seo":565,"stem":232,"__hash__":566},"docs/docs/2.hooks/42.use-portal.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-portal\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-portal\n",[392,421,424],{"className":394,"code":422,"filename":423,"language":397,"meta":360,"style":360},"yarn dlx sse-hooks add use-portal\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-portal\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-portal\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-portal\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/usePortal",{},{"title":230,"description":233},"vQvIS-EhmGnxXmLBYObfc9CmYXdh0YbC4QBvsEKpoA8",{"data":568,"body":569},{},{"type":570,"children":571},"root",[572],{"type":573,"tag":574,"props":575,"children":576},"element","p",{},[577],{"type":578,"value":233},"text",{"data":580,"body":581},{},{"type":570,"children":582},[583],{"type":573,"tag":574,"props":584,"children":585},{},[586],{"type":578,"value":587},"Supported audio MIME types for recording.",{"data":589,"body":590},{},{"type":570,"children":591},[592],{"type":573,"tag":593,"props":594,"children":595},"ul",{},[596],{"type":573,"tag":597,"props":598,"children":599},"li",{},[600],{"type":578,"value":601},"Configuration options for audio recording.",{"data":603,"body":604},{},{"type":570,"children":605},[606],{"type":573,"tag":574,"props":607,"children":608},{},[609,611,617],{"type":578,"value":610},"Audio bitrate in bits per second. Defaults to ",{"type":573,"tag":399,"props":612,"children":614},{"className":613},[],[615],{"type":578,"value":616},"128000",{"type":578,"value":618},".",{"data":620,"body":621},{},{"type":570,"children":622},[623],{"type":573,"tag":574,"props":624,"children":625},{},[626,628,634],{"type":578,"value":627},"MIME type for the recorded audio. Defaults to ",{"type":573,"tag":399,"props":629,"children":631},{"className":630},[],[632],{"type":578,"value":633},"\"audio/webm\"",{"type":578,"value":618},{"data":636,"body":637},{},{"type":570,"children":638},[639],{"type":573,"tag":574,"props":640,"children":641},{},[642],{"type":578,"value":643},"Timeslice (ms) for MediaRecorder data chunks.",{"data":645,"body":646},{},{"type":570,"children":647},[648],{"type":573,"tag":574,"props":649,"children":650},{},[651],{"type":578,"value":652},"If set, enables real-time audio analysis during recording.",{"data":654,"body":655},{},{"type":570,"children":656},[657],{"type":573,"tag":574,"props":658,"children":659},{},[660,662,668],{"type":578,"value":661},"FFT size for audio analysis. Defaults to ",{"type":573,"tag":399,"props":663,"children":665},{"className":664},[],[666],{"type":578,"value":667},"2048",{"type":578,"value":618},{"data":670,"body":671},{},{"type":570,"children":672},[673],{"type":573,"tag":574,"props":674,"children":675},{},[676],{"type":578,"value":677},"Whether audio recording is supported in the current browser.",{"data":679,"body":680},{},{"type":570,"children":681},[682],{"type":573,"tag":574,"props":683,"children":684},{},[685],{"type":578,"value":686},"Whether recording is currently active.",{"data":688,"body":689},{},{"type":570,"children":690},[691],{"type":573,"tag":574,"props":692,"children":693},{},[694],{"type":578,"value":695},"Whether recording is currently paused.",{"data":697,"body":698},{},{"type":570,"children":699},[700],{"type":573,"tag":574,"props":701,"children":702},{},[703],{"type":578,"value":704},"Active media stream.",{"data":706,"body":707},{},{"type":570,"children":708},[709],{"type":573,"tag":574,"props":710,"children":711},{},[712],{"type":578,"value":713},"MediaRecorder instance.",{"data":715,"body":716},{},{"type":570,"children":717},[718],{"type":573,"tag":574,"props":719,"children":720},{},[721],{"type":578,"value":722},"Final recorded audio blob.",{"data":724,"body":725},{},{"type":570,"children":726},[727],{"type":573,"tag":574,"props":728,"children":729},{},[730],{"type":578,"value":731},"Object URL for the recorded audio.",{"data":733,"body":734},{},{"type":570,"children":735},[736],{"type":573,"tag":574,"props":737,"children":738},{},[739],{"type":578,"value":740},"Duration of the recording in seconds.",{"data":742,"body":743},{},{"type":570,"children":744},[745],{"type":573,"tag":574,"props":746,"children":747},{},[748],{"type":578,"value":749},"Error message if recording fails.",{"data":751,"body":752},{},{"type":570,"children":753},[754],{"type":573,"tag":574,"props":755,"children":756},{},[757],{"type":578,"value":758},"Live audio analysis data.",{"data":760,"body":761},{},{"type":570,"children":762},[763],{"type":573,"tag":574,"props":764,"children":765},{},[766],{"type":578,"value":767},"Frequency domain data (FFT).",{"data":769,"body":770},{},{"type":570,"children":771},[772],{"type":573,"tag":574,"props":773,"children":774},{},[775],{"type":578,"value":776},"Time domain waveform data.",{"data":778,"body":779},{},{"type":570,"children":780},[781],{"type":573,"tag":574,"props":782,"children":783},{},[784],{"type":578,"value":785},"Calculated RMS volume level.",{"data":787,"body":788},{},{"type":570,"children":789},[790],{"type":573,"tag":574,"props":791,"children":792},{},[793],{"type":578,"value":794},"Starts audio recording.",{"data":796,"body":797},{},{"type":570,"children":798},[799],{"type":573,"tag":574,"props":800,"children":801},{},[802],{"type":578,"value":803},"Stops audio recording.",{"data":805,"body":806},{},{"type":570,"children":807},[808],{"type":573,"tag":574,"props":809,"children":810},{},[811],{"type":578,"value":812},"Pauses the recording.",{"data":814,"body":815},{},{"type":570,"children":816},[817],{"type":573,"tag":574,"props":818,"children":819},{},[820],{"type":578,"value":821},"Resumes a paused recording.",{"data":823,"body":824},{},{"type":570,"children":825},[826],{"type":573,"tag":574,"props":827,"children":828},{},[829],{"type":578,"value":830},"Clears the current recording state.",{"data":832,"body":833},{},{"type":570,"children":834},[835],{"type":573,"tag":574,"props":836,"children":837},{},[838],{"type":578,"value":839},"Downloads the recording as a file.",{"data":841,"body":843,"toc":863},{"title":360,"description":842},"{}",{"type":570,"children":844},[845,858],{"type":573,"tag":574,"props":846,"children":847},{},[848],{"type":573,"tag":399,"props":849,"children":852},{"className":850,"language":851,"style":360},"language-ts-type shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","ts-type",[853],{"type":573,"tag":402,"props":854,"children":856},{"style":855},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[857],{"type":578,"value":842},{"type":573,"tag":542,"props":859,"children":860},{},[861],{"type":578,"value":862},"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":864},[],{"data":866,"body":868,"toc":885},{"title":360,"description":867},"UseAudioRecorderOptions",{"type":570,"children":869},[870,881],{"type":573,"tag":574,"props":871,"children":872},{},[873],{"type":573,"tag":399,"props":874,"children":875},{"className":850,"language":851,"style":360},[876],{"type":573,"tag":402,"props":877,"children":879},{"style":878},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[880],{"type":578,"value":867},{"type":573,"tag":542,"props":882,"children":883},{},[884],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":886},[],{"data":888,"body":890,"toc":917},{"title":360,"description":889},"audioBitsPerSecond?: number",{"type":570,"children":891},[892,913],{"type":573,"tag":574,"props":893,"children":894},{},[895],{"type":573,"tag":399,"props":896,"children":897},{"className":850,"language":851,"style":360},[898,903,908],{"type":573,"tag":402,"props":899,"children":900},{"style":878},[901],{"type":578,"value":902},"audioBitsPerSecond",{"type":573,"tag":402,"props":904,"children":905},{"style":855},[906],{"type":578,"value":907},"?:",{"type":573,"tag":402,"props":909,"children":910},{"style":878},[911],{"type":578,"value":912}," number",{"type":573,"tag":542,"props":914,"children":915},{},[916],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":918},[],{"data":920,"body":922,"toc":948},{"title":360,"description":921},"mimeType?: AudioMimeType",{"type":570,"children":923},[924,944],{"type":573,"tag":574,"props":925,"children":926},{},[927],{"type":573,"tag":399,"props":928,"children":929},{"className":850,"language":851,"style":360},[930,935,939],{"type":573,"tag":402,"props":931,"children":932},{"style":878},[933],{"type":578,"value":934},"mimeType",{"type":573,"tag":402,"props":936,"children":937},{"style":855},[938],{"type":578,"value":907},{"type":573,"tag":402,"props":940,"children":941},{"style":878},[942],{"type":578,"value":943}," AudioMimeType",{"type":573,"tag":542,"props":945,"children":946},{},[947],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":949},[],{"data":951,"body":953,"toc":978},{"title":360,"description":952},"timeslice?: number",{"type":570,"children":954},[955,974],{"type":573,"tag":574,"props":956,"children":957},{},[958],{"type":573,"tag":399,"props":959,"children":960},{"className":850,"language":851,"style":360},[961,966,970],{"type":573,"tag":402,"props":962,"children":963},{"style":878},[964],{"type":578,"value":965},"timeslice",{"type":573,"tag":402,"props":967,"children":968},{"style":855},[969],{"type":578,"value":907},{"type":573,"tag":402,"props":971,"children":972},{"style":878},[973],{"type":578,"value":912},{"type":573,"tag":542,"props":975,"children":976},{},[977],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":979},[],{"data":981,"body":983,"toc":1009},{"title":360,"description":982},"enableAnalysis?: boolean",{"type":570,"children":984},[985,1005],{"type":573,"tag":574,"props":986,"children":987},{},[988],{"type":573,"tag":399,"props":989,"children":990},{"className":850,"language":851,"style":360},[991,996,1000],{"type":573,"tag":402,"props":992,"children":993},{"style":878},[994],{"type":578,"value":995},"enableAnalysis",{"type":573,"tag":402,"props":997,"children":998},{"style":855},[999],{"type":578,"value":907},{"type":573,"tag":402,"props":1001,"children":1002},{"style":878},[1003],{"type":578,"value":1004}," boolean",{"type":573,"tag":542,"props":1006,"children":1007},{},[1008],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1010},[],{"data":1012,"body":1014,"toc":1039},{"title":360,"description":1013},"fftSize?: number",{"type":570,"children":1015},[1016,1035],{"type":573,"tag":574,"props":1017,"children":1018},{},[1019],{"type":573,"tag":399,"props":1020,"children":1021},{"className":850,"language":851,"style":360},[1022,1027,1031],{"type":573,"tag":402,"props":1023,"children":1024},{"style":878},[1025],{"type":578,"value":1026},"fftSize",{"type":573,"tag":402,"props":1028,"children":1029},{"style":855},[1030],{"type":578,"value":907},{"type":573,"tag":402,"props":1032,"children":1033},{"style":878},[1034],{"type":578,"value":912},{"type":573,"tag":542,"props":1036,"children":1037},{},[1038],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1040},[],{"data":1042,"body":1044,"toc":1060},{"title":360,"description":1043},"boolean",{"type":570,"children":1045},[1046,1056],{"type":573,"tag":574,"props":1047,"children":1048},{},[1049],{"type":573,"tag":399,"props":1050,"children":1051},{"className":850,"language":851,"style":360},[1052],{"type":573,"tag":402,"props":1053,"children":1054},{"style":878},[1055],{"type":578,"value":1043},{"type":573,"tag":542,"props":1057,"children":1058},{},[1059],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1061},[],{"data":1063,"body":1065,"toc":1092},{"title":360,"description":1064},"MediaStream | null",{"type":570,"children":1066},[1067,1088],{"type":573,"tag":574,"props":1068,"children":1069},{},[1070],{"type":573,"tag":399,"props":1071,"children":1072},{"className":850,"language":851,"style":360},[1073,1078,1083],{"type":573,"tag":402,"props":1074,"children":1075},{"style":878},[1076],{"type":578,"value":1077},"MediaStream",{"type":573,"tag":402,"props":1079,"children":1080},{"style":855},[1081],{"type":578,"value":1082}," |",{"type":573,"tag":402,"props":1084,"children":1085},{"style":878},[1086],{"type":578,"value":1087}," null",{"type":573,"tag":542,"props":1089,"children":1090},{},[1091],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1093},[],{"data":1095,"body":1097,"toc":1122},{"title":360,"description":1096},"MediaRecorder | null",{"type":570,"children":1098},[1099,1118],{"type":573,"tag":574,"props":1100,"children":1101},{},[1102],{"type":573,"tag":399,"props":1103,"children":1104},{"className":850,"language":851,"style":360},[1105,1110,1114],{"type":573,"tag":402,"props":1106,"children":1107},{"style":878},[1108],{"type":578,"value":1109},"MediaRecorder",{"type":573,"tag":402,"props":1111,"children":1112},{"style":855},[1113],{"type":578,"value":1082},{"type":573,"tag":402,"props":1115,"children":1116},{"style":878},[1117],{"type":578,"value":1087},{"type":573,"tag":542,"props":1119,"children":1120},{},[1121],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1123},[],{"data":1125,"body":1127,"toc":1152},{"title":360,"description":1126},"Blob | null",{"type":570,"children":1128},[1129,1148],{"type":573,"tag":574,"props":1130,"children":1131},{},[1132],{"type":573,"tag":399,"props":1133,"children":1134},{"className":850,"language":851,"style":360},[1135,1140,1144],{"type":573,"tag":402,"props":1136,"children":1137},{"style":878},[1138],{"type":578,"value":1139},"Blob",{"type":573,"tag":402,"props":1141,"children":1142},{"style":855},[1143],{"type":578,"value":1082},{"type":573,"tag":402,"props":1145,"children":1146},{"style":878},[1147],{"type":578,"value":1087},{"type":573,"tag":542,"props":1149,"children":1150},{},[1151],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1153},[],{"data":1155,"body":1157,"toc":1182},{"title":360,"description":1156},"string | null",{"type":570,"children":1158},[1159,1178],{"type":573,"tag":574,"props":1160,"children":1161},{},[1162],{"type":573,"tag":399,"props":1163,"children":1164},{"className":850,"language":851,"style":360},[1165,1170,1174],{"type":573,"tag":402,"props":1166,"children":1167},{"style":878},[1168],{"type":578,"value":1169},"string",{"type":573,"tag":402,"props":1171,"children":1172},{"style":855},[1173],{"type":578,"value":1082},{"type":573,"tag":402,"props":1175,"children":1176},{"style":878},[1177],{"type":578,"value":1087},{"type":573,"tag":542,"props":1179,"children":1180},{},[1181],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1183},[],{"data":1185,"body":1187,"toc":1203},{"title":360,"description":1186},"number",{"type":570,"children":1188},[1189,1199],{"type":573,"tag":574,"props":1190,"children":1191},{},[1192],{"type":573,"tag":399,"props":1193,"children":1194},{"className":850,"language":851,"style":360},[1195],{"type":573,"tag":402,"props":1196,"children":1197},{"style":878},[1198],{"type":578,"value":1186},{"type":573,"tag":542,"props":1200,"children":1201},{},[1202],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1204},[],{"data":1206,"body":1208,"toc":1233},{"title":360,"description":1207},"AudioAnalysisData | null",{"type":570,"children":1209},[1210,1229],{"type":573,"tag":574,"props":1211,"children":1212},{},[1213],{"type":573,"tag":399,"props":1214,"children":1215},{"className":850,"language":851,"style":360},[1216,1221,1225],{"type":573,"tag":402,"props":1217,"children":1218},{"style":878},[1219],{"type":578,"value":1220},"AudioAnalysisData",{"type":573,"tag":402,"props":1222,"children":1223},{"style":855},[1224],{"type":578,"value":1082},{"type":573,"tag":402,"props":1226,"children":1227},{"style":878},[1228],{"type":578,"value":1087},{"type":573,"tag":542,"props":1230,"children":1231},{},[1232],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1234},[],{"data":1236,"body":1238,"toc":1280},{"title":360,"description":1237},"frequencyData: Uint8Array\u003CArrayBufferLike>",{"type":570,"children":1239},[1240,1276],{"type":573,"tag":574,"props":1241,"children":1242},{},[1243],{"type":573,"tag":399,"props":1244,"children":1245},{"className":850,"language":851,"style":360},[1246,1251,1256,1261,1266,1271],{"type":573,"tag":402,"props":1247,"children":1248},{"style":878},[1249],{"type":578,"value":1250},"frequencyData",{"type":573,"tag":402,"props":1252,"children":1253},{"style":855},[1254],{"type":578,"value":1255},":",{"type":573,"tag":402,"props":1257,"children":1258},{"style":878},[1259],{"type":578,"value":1260}," Uint8Array",{"type":573,"tag":402,"props":1262,"children":1263},{"style":855},[1264],{"type":578,"value":1265},"\u003C",{"type":573,"tag":402,"props":1267,"children":1268},{"style":878},[1269],{"type":578,"value":1270},"ArrayBufferLike",{"type":573,"tag":402,"props":1272,"children":1273},{"style":855},[1274],{"type":578,"value":1275},">",{"type":573,"tag":542,"props":1277,"children":1278},{},[1279],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1281},[],{"data":1283,"body":1285,"toc":1322},{"title":360,"description":1284},"timeData: Uint8Array\u003CArrayBufferLike>",{"type":570,"children":1286},[1287,1318],{"type":573,"tag":574,"props":1288,"children":1289},{},[1290],{"type":573,"tag":399,"props":1291,"children":1292},{"className":850,"language":851,"style":360},[1293,1298,1302,1306,1310,1314],{"type":573,"tag":402,"props":1294,"children":1295},{"style":878},[1296],{"type":578,"value":1297},"timeData",{"type":573,"tag":402,"props":1299,"children":1300},{"style":855},[1301],{"type":578,"value":1255},{"type":573,"tag":402,"props":1303,"children":1304},{"style":878},[1305],{"type":578,"value":1260},{"type":573,"tag":402,"props":1307,"children":1308},{"style":855},[1309],{"type":578,"value":1265},{"type":573,"tag":402,"props":1311,"children":1312},{"style":878},[1313],{"type":578,"value":1270},{"type":573,"tag":402,"props":1315,"children":1316},{"style":855},[1317],{"type":578,"value":1275},{"type":573,"tag":542,"props":1319,"children":1320},{},[1321],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1323},[],{"data":1325,"body":1327,"toc":1352},{"title":360,"description":1326},"volume: number",{"type":570,"children":1328},[1329,1348],{"type":573,"tag":574,"props":1330,"children":1331},{},[1332],{"type":573,"tag":399,"props":1333,"children":1334},{"className":850,"language":851,"style":360},[1335,1340,1344],{"type":573,"tag":402,"props":1336,"children":1337},{"style":878},[1338],{"type":578,"value":1339},"volume",{"type":573,"tag":402,"props":1341,"children":1342},{"style":855},[1343],{"type":578,"value":1255},{"type":573,"tag":402,"props":1345,"children":1346},{"style":878},[1347],{"type":578,"value":912},{"type":573,"tag":542,"props":1349,"children":1350},{},[1351],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1353},[],{"data":1355,"body":1357,"toc":1398},{"title":360,"description":1356},"() => Promise\u003Cvoid>",{"type":570,"children":1358},[1359,1394],{"type":573,"tag":574,"props":1360,"children":1361},{},[1362],{"type":573,"tag":399,"props":1363,"children":1364},{"className":850,"language":851,"style":360},[1365,1370,1376,1381,1385,1390],{"type":573,"tag":402,"props":1366,"children":1367},{"style":855},[1368],{"type":578,"value":1369},"()",{"type":573,"tag":402,"props":1371,"children":1373},{"style":1372},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1374],{"type":578,"value":1375}," =>",{"type":573,"tag":402,"props":1377,"children":1378},{"style":878},[1379],{"type":578,"value":1380}," Promise",{"type":573,"tag":402,"props":1382,"children":1383},{"style":855},[1384],{"type":578,"value":1265},{"type":573,"tag":402,"props":1386,"children":1387},{"style":878},[1388],{"type":578,"value":1389},"void",{"type":573,"tag":402,"props":1391,"children":1392},{"style":855},[1393],{"type":578,"value":1275},{"type":573,"tag":542,"props":1395,"children":1396},{},[1397],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1399},[],{"data":1401,"body":1403,"toc":1428},{"title":360,"description":1402},"() => void",{"type":570,"children":1404},[1405,1424],{"type":573,"tag":574,"props":1406,"children":1407},{},[1408],{"type":573,"tag":399,"props":1409,"children":1410},{"className":850,"language":851,"style":360},[1411,1415,1419],{"type":573,"tag":402,"props":1412,"children":1413},{"style":855},[1414],{"type":578,"value":1369},{"type":573,"tag":402,"props":1416,"children":1417},{"style":1372},[1418],{"type":578,"value":1375},{"type":573,"tag":402,"props":1420,"children":1421},{"style":878},[1422],{"type":578,"value":1423}," void",{"type":573,"tag":542,"props":1425,"children":1426},{},[1427],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1429},[],{"data":1431,"body":1433,"toc":1487},{"title":360,"description":1432},"(filename?: string | undefined) => void",{"type":570,"children":1434},[1435,1483],{"type":573,"tag":574,"props":1436,"children":1437},{},[1438],{"type":573,"tag":399,"props":1439,"children":1440},{"className":850,"language":851,"style":360},[1441,1446,1452,1456,1461,1465,1470,1475,1479],{"type":573,"tag":402,"props":1442,"children":1443},{"style":855},[1444],{"type":578,"value":1445},"(",{"type":573,"tag":402,"props":1447,"children":1449},{"style":1448},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[1450],{"type":578,"value":1451},"filename",{"type":573,"tag":402,"props":1453,"children":1454},{"style":855},[1455],{"type":578,"value":907},{"type":573,"tag":402,"props":1457,"children":1458},{"style":878},[1459],{"type":578,"value":1460}," string",{"type":573,"tag":402,"props":1462,"children":1463},{"style":855},[1464],{"type":578,"value":1082},{"type":573,"tag":402,"props":1466,"children":1467},{"style":878},[1468],{"type":578,"value":1469}," undefined",{"type":573,"tag":402,"props":1471,"children":1472},{"style":855},[1473],{"type":578,"value":1474},")",{"type":573,"tag":402,"props":1476,"children":1477},{"style":1372},[1478],{"type":578,"value":1375},{"type":573,"tag":402,"props":1480,"children":1481},{"style":878},[1482],{"type":578,"value":1423},{"type":573,"tag":542,"props":1484,"children":1485},{},[1486],{"type":578,"value":862},{"title":360,"searchDepth":546,"depth":546,"links":1488},[],{"data":1490,"body":1491},{},{"type":570,"children":1492},[1493,1932],{"type":573,"tag":392,"props":1494,"children":1498},{"className":1495,"code":1496,"language":1497,"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",[1499],{"type":573,"tag":399,"props":1500,"children":1501},{"__ignoreMap":360},[1502,1525,1549,1569,1590,1611,1632,1653,1674,1695,1716,1737,1758,1779,1800,1821,1842,1863,1884,1905],{"type":573,"tag":402,"props":1503,"children":1504},{"class":404,"line":405},[1505,1510,1514,1519],{"type":573,"tag":402,"props":1506,"children":1507},{"style":1372},[1508],{"type":578,"value":1509},"type",{"type":573,"tag":402,"props":1511,"children":1512},{"style":878},[1513],{"type":578,"value":943},{"type":573,"tag":402,"props":1515,"children":1516},{"style":855},[1517],{"type":578,"value":1518}," =",{"type":573,"tag":402,"props":1520,"children":1522},{"style":1521},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[1523],{"type":578,"value":1524}," \n",{"type":573,"tag":402,"props":1526,"children":1527},{"class":404,"line":546},[1528,1533,1538,1544],{"type":573,"tag":402,"props":1529,"children":1530},{"style":855},[1531],{"type":578,"value":1532},"  |",{"type":573,"tag":402,"props":1534,"children":1535},{"style":855},[1536],{"type":578,"value":1537}," \"",{"type":573,"tag":402,"props":1539,"children":1541},{"style":1540},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[1542],{"type":578,"value":1543},"audio/webm",{"type":573,"tag":402,"props":1545,"children":1546},{"style":855},[1547],{"type":578,"value":1548},"\"\n",{"type":573,"tag":402,"props":1550,"children":1551},{"class":404,"line":553},[1552,1556,1560,1565],{"type":573,"tag":402,"props":1553,"children":1554},{"style":855},[1555],{"type":578,"value":1532},{"type":573,"tag":402,"props":1557,"children":1558},{"style":855},[1559],{"type":578,"value":1537},{"type":573,"tag":402,"props":1561,"children":1562},{"style":1540},[1563],{"type":578,"value":1564},"audio/webm;codecs=opus",{"type":573,"tag":402,"props":1566,"children":1567},{"style":855},[1568],{"type":578,"value":1548},{"type":573,"tag":402,"props":1570,"children":1572},{"class":404,"line":1571},4,[1573,1577,1581,1586],{"type":573,"tag":402,"props":1574,"children":1575},{"style":855},[1576],{"type":578,"value":1532},{"type":573,"tag":402,"props":1578,"children":1579},{"style":855},[1580],{"type":578,"value":1537},{"type":573,"tag":402,"props":1582,"children":1583},{"style":1540},[1584],{"type":578,"value":1585},"audio/webm;codecs=vorbis",{"type":573,"tag":402,"props":1587,"children":1588},{"style":855},[1589],{"type":578,"value":1548},{"type":573,"tag":402,"props":1591,"children":1593},{"class":404,"line":1592},5,[1594,1598,1602,1607],{"type":573,"tag":402,"props":1595,"children":1596},{"style":855},[1597],{"type":578,"value":1532},{"type":573,"tag":402,"props":1599,"children":1600},{"style":855},[1601],{"type":578,"value":1537},{"type":573,"tag":402,"props":1603,"children":1604},{"style":1540},[1605],{"type":578,"value":1606},"audio/ogg",{"type":573,"tag":402,"props":1608,"children":1609},{"style":855},[1610],{"type":578,"value":1548},{"type":573,"tag":402,"props":1612,"children":1614},{"class":404,"line":1613},6,[1615,1619,1623,1628],{"type":573,"tag":402,"props":1616,"children":1617},{"style":855},[1618],{"type":578,"value":1532},{"type":573,"tag":402,"props":1620,"children":1621},{"style":855},[1622],{"type":578,"value":1537},{"type":573,"tag":402,"props":1624,"children":1625},{"style":1540},[1626],{"type":578,"value":1627},"audio/ogg;codecs=opus",{"type":573,"tag":402,"props":1629,"children":1630},{"style":855},[1631],{"type":578,"value":1548},{"type":573,"tag":402,"props":1633,"children":1635},{"class":404,"line":1634},7,[1636,1640,1644,1649],{"type":573,"tag":402,"props":1637,"children":1638},{"style":855},[1639],{"type":578,"value":1532},{"type":573,"tag":402,"props":1641,"children":1642},{"style":855},[1643],{"type":578,"value":1537},{"type":573,"tag":402,"props":1645,"children":1646},{"style":1540},[1647],{"type":578,"value":1648},"audio/ogg;codecs=vorbis",{"type":573,"tag":402,"props":1650,"children":1651},{"style":855},[1652],{"type":578,"value":1548},{"type":573,"tag":402,"props":1654,"children":1656},{"class":404,"line":1655},8,[1657,1661,1665,1670],{"type":573,"tag":402,"props":1658,"children":1659},{"style":855},[1660],{"type":578,"value":1532},{"type":573,"tag":402,"props":1662,"children":1663},{"style":855},[1664],{"type":578,"value":1537},{"type":573,"tag":402,"props":1666,"children":1667},{"style":1540},[1668],{"type":578,"value":1669},"application/ogg",{"type":573,"tag":402,"props":1671,"children":1672},{"style":855},[1673],{"type":578,"value":1548},{"type":573,"tag":402,"props":1675,"children":1677},{"class":404,"line":1676},9,[1678,1682,1686,1691],{"type":573,"tag":402,"props":1679,"children":1680},{"style":855},[1681],{"type":578,"value":1532},{"type":573,"tag":402,"props":1683,"children":1684},{"style":855},[1685],{"type":578,"value":1537},{"type":573,"tag":402,"props":1687,"children":1688},{"style":1540},[1689],{"type":578,"value":1690},"audio/mp4",{"type":573,"tag":402,"props":1692,"children":1693},{"style":855},[1694],{"type":578,"value":1548},{"type":573,"tag":402,"props":1696,"children":1698},{"class":404,"line":1697},10,[1699,1703,1707,1712],{"type":573,"tag":402,"props":1700,"children":1701},{"style":855},[1702],{"type":578,"value":1532},{"type":573,"tag":402,"props":1704,"children":1705},{"style":855},[1706],{"type":578,"value":1537},{"type":573,"tag":402,"props":1708,"children":1709},{"style":1540},[1710],{"type":578,"value":1711},"audio/mp4;codecs=mp4a.40.2",{"type":573,"tag":402,"props":1713,"children":1714},{"style":855},[1715],{"type":578,"value":1548},{"type":573,"tag":402,"props":1717,"children":1719},{"class":404,"line":1718},11,[1720,1724,1728,1733],{"type":573,"tag":402,"props":1721,"children":1722},{"style":855},[1723],{"type":578,"value":1532},{"type":573,"tag":402,"props":1725,"children":1726},{"style":855},[1727],{"type":578,"value":1537},{"type":573,"tag":402,"props":1729,"children":1730},{"style":1540},[1731],{"type":578,"value":1732},"audio/aac",{"type":573,"tag":402,"props":1734,"children":1735},{"style":855},[1736],{"type":578,"value":1548},{"type":573,"tag":402,"props":1738,"children":1740},{"class":404,"line":1739},12,[1741,1745,1749,1754],{"type":573,"tag":402,"props":1742,"children":1743},{"style":855},[1744],{"type":578,"value":1532},{"type":573,"tag":402,"props":1746,"children":1747},{"style":855},[1748],{"type":578,"value":1537},{"type":573,"tag":402,"props":1750,"children":1751},{"style":1540},[1752],{"type":578,"value":1753},"audio/x-m4a",{"type":573,"tag":402,"props":1755,"children":1756},{"style":855},[1757],{"type":578,"value":1548},{"type":573,"tag":402,"props":1759,"children":1761},{"class":404,"line":1760},13,[1762,1766,1770,1775],{"type":573,"tag":402,"props":1763,"children":1764},{"style":855},[1765],{"type":578,"value":1532},{"type":573,"tag":402,"props":1767,"children":1768},{"style":855},[1769],{"type":578,"value":1537},{"type":573,"tag":402,"props":1771,"children":1772},{"style":1540},[1773],{"type":578,"value":1774},"audio/mpeg",{"type":573,"tag":402,"props":1776,"children":1777},{"style":855},[1778],{"type":578,"value":1548},{"type":573,"tag":402,"props":1780,"children":1782},{"class":404,"line":1781},14,[1783,1787,1791,1796],{"type":573,"tag":402,"props":1784,"children":1785},{"style":855},[1786],{"type":578,"value":1532},{"type":573,"tag":402,"props":1788,"children":1789},{"style":855},[1790],{"type":578,"value":1537},{"type":573,"tag":402,"props":1792,"children":1793},{"style":1540},[1794],{"type":578,"value":1795},"audio/mp3",{"type":573,"tag":402,"props":1797,"children":1798},{"style":855},[1799],{"type":578,"value":1548},{"type":573,"tag":402,"props":1801,"children":1803},{"class":404,"line":1802},15,[1804,1808,1812,1817],{"type":573,"tag":402,"props":1805,"children":1806},{"style":855},[1807],{"type":578,"value":1532},{"type":573,"tag":402,"props":1809,"children":1810},{"style":855},[1811],{"type":578,"value":1537},{"type":573,"tag":402,"props":1813,"children":1814},{"style":1540},[1815],{"type":578,"value":1816},"audio/wav",{"type":573,"tag":402,"props":1818,"children":1819},{"style":855},[1820],{"type":578,"value":1548},{"type":573,"tag":402,"props":1822,"children":1824},{"class":404,"line":1823},16,[1825,1829,1833,1838],{"type":573,"tag":402,"props":1826,"children":1827},{"style":855},[1828],{"type":578,"value":1532},{"type":573,"tag":402,"props":1830,"children":1831},{"style":855},[1832],{"type":578,"value":1537},{"type":573,"tag":402,"props":1834,"children":1835},{"style":1540},[1836],{"type":578,"value":1837},"audio/x-wav",{"type":573,"tag":402,"props":1839,"children":1840},{"style":855},[1841],{"type":578,"value":1548},{"type":573,"tag":402,"props":1843,"children":1845},{"class":404,"line":1844},17,[1846,1850,1854,1859],{"type":573,"tag":402,"props":1847,"children":1848},{"style":855},[1849],{"type":578,"value":1532},{"type":573,"tag":402,"props":1851,"children":1852},{"style":855},[1853],{"type":578,"value":1537},{"type":573,"tag":402,"props":1855,"children":1856},{"style":1540},[1857],{"type":578,"value":1858},"audio/wave",{"type":573,"tag":402,"props":1860,"children":1861},{"style":855},[1862],{"type":578,"value":1548},{"type":573,"tag":402,"props":1864,"children":1866},{"class":404,"line":1865},18,[1867,1871,1875,1880],{"type":573,"tag":402,"props":1868,"children":1869},{"style":855},[1870],{"type":578,"value":1532},{"type":573,"tag":402,"props":1872,"children":1873},{"style":855},[1874],{"type":578,"value":1537},{"type":573,"tag":402,"props":1876,"children":1877},{"style":1540},[1878],{"type":578,"value":1879},"audio/flac",{"type":573,"tag":402,"props":1881,"children":1882},{"style":855},[1883],{"type":578,"value":1548},{"type":573,"tag":402,"props":1885,"children":1887},{"class":404,"line":1886},19,[1888,1892,1896,1901],{"type":573,"tag":402,"props":1889,"children":1890},{"style":855},[1891],{"type":578,"value":1532},{"type":573,"tag":402,"props":1893,"children":1894},{"style":855},[1895],{"type":578,"value":1537},{"type":573,"tag":402,"props":1897,"children":1898},{"style":1540},[1899],{"type":578,"value":1900},"audio/3gpp",{"type":573,"tag":402,"props":1902,"children":1903},{"style":855},[1904],{"type":578,"value":1548},{"type":573,"tag":402,"props":1906,"children":1908},{"class":404,"line":1907},20,[1909,1913,1917,1922,1927],{"type":573,"tag":402,"props":1910,"children":1911},{"style":855},[1912],{"type":578,"value":1532},{"type":573,"tag":402,"props":1914,"children":1915},{"style":855},[1916],{"type":578,"value":1537},{"type":573,"tag":402,"props":1918,"children":1919},{"style":1540},[1920],{"type":578,"value":1921},"audio/3gpp2",{"type":573,"tag":402,"props":1923,"children":1924},{"style":855},[1925],{"type":578,"value":1926},"\"",{"type":573,"tag":402,"props":1928,"children":1929},{"style":855},[1930],{"type":578,"value":1931},";\n",{"type":573,"tag":542,"props":1933,"children":1934},{},[1935],{"type":578,"value":862},{"data":1937,"body":1938},{},{"type":570,"children":1939},[1940,18093],{"type":573,"tag":1941,"props":1942,"children":1943},"code-collapse",{},[1944],{"type":573,"tag":388,"props":1945,"children":1946},{"sync":1509},[1947,11544],{"type":573,"tag":392,"props":1948,"children":1951},{"className":1495,"code":1949,"filename":1950,"language":1497,"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-portal.ts",[1952],{"type":573,"tag":399,"props":1953,"children":1954},{"__ignoreMap":360},[1955,2029,2070,2079,2088,2104,2123,2142,2161,2180,2199,2218,2237,2256,2275,2294,2313,2332,2351,2370,2389,2409,2429,2449,2473,2481,2490,2514,2523,2532,2557,2566,2588,2596,2605,2633,2641,2662,2670,2679,2687,2708,2716,2725,2733,2754,2762,2771,2792,2800,2821,2830,2838,2847,2868,2877,2898,2907,2928,2937,2958,2966,2974,2983,3004,3013,3034,3043,3064,3073,3094,3103,3133,3142,3172,3181,3211,3220,3249,3258,3279,3288,3317,3326,3355,3364,3403,3412,3441,3450,3479,3488,3517,3526,3555,3564,3610,3618,3626,3635,3644,3653,3676,3727,3761,3783,3810,3827,3836,3864,3890,3914,3976,4014,4038,4067,4090,4112,4129,4137,4192,4246,4321,4384,4393,4406,4480,4554,4609,4683,4745,4753,4765,4773,4820,4869,4918,4985,5043,5101,5159,5216,5224,5241,5278,5305,5338,5363,5371,5408,5445,5520,5575,5584,5602,5610,5647,5704,5712,5772,5829,5837,5879,5920,5928,5937,5964,6043,6123,6154,6162,6226,6234,6251,6285,6318,6331,6347,6355,6392,6435,6443,6485,6493,6518,6552,6585,6593,6606,6635,6687,6700,6750,6771,6813,6821,6857,6895,6903,6952,6960,6977,7008,7060,7069,7078,7115,7127,7135,7177,7206,7240,7253,7261,7269,7282,7306,7356,7373,7395,7416,7437,7446,7462,7470,7495,7520,7528,7569,7582,7621,7635,7660,7676,7684,7714,7722,7765,7817,7867,7876,7885,7893,7926,8010,8036,8079,8104,8129,8137,8170,8203,8229,8237,8245,8278,8311,8336,8344,8352,8360,8393,8418,8475,8507,8539,8563,8571,8579,8587,8620,8644,8685,8709,8726,8734,8742,8750,8791,8868,8892,8916,8924,8932,8958,8991,9016,9057,9086,9110,9118,9169,9197,9214,9273,9298,9306,9319,9332,9345,9358,9371,9384,9397,9410,9423,9436,9444,9481,9539,9565,9573,9581,9605,9679,9703,9711,9719,9752,9786,9810,9818,9851,9859,9896,9954,9979,9987,10011,10019,10056,10113,10138,10146,10170,10178,10215,10239,10273,10281,10306,10331,10356,10380,10405,10429,10437,10462,10503,10535,10543,10599,10630,10660,10704,10729,10770,10778,10798,10810,10818,10827,10852,10873,10905,10938,10946,10978,11011,11019,11043,11112,11120,11152,11184,11192,11216,11249,11257,11266,11298,11306,11319,11331,11344,11357,11370,11383,11396,11409,11422,11435,11448,11461,11474,11487,11500,11513,11526,11535],{"type":573,"tag":402,"props":1956,"children":1957},{"class":404,"line":405},[1958,1964,1969,1974,1979,1984,1988,1993,1997,2002,2007,2012,2016,2021,2025],{"type":573,"tag":402,"props":1959,"children":1961},{"style":1960},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[1962],{"type":578,"value":1963},"import",{"type":573,"tag":402,"props":1965,"children":1966},{"style":855},[1967],{"type":578,"value":1968}," {",{"type":573,"tag":402,"props":1970,"children":1971},{"style":1521},[1972],{"type":578,"value":1973}," useState",{"type":573,"tag":402,"props":1975,"children":1976},{"style":855},[1977],{"type":578,"value":1978},",",{"type":573,"tag":402,"props":1980,"children":1981},{"style":1521},[1982],{"type":578,"value":1983}," useEffect",{"type":573,"tag":402,"props":1985,"children":1986},{"style":855},[1987],{"type":578,"value":1978},{"type":573,"tag":402,"props":1989,"children":1990},{"style":1521},[1991],{"type":578,"value":1992}," useRef",{"type":573,"tag":402,"props":1994,"children":1995},{"style":855},[1996],{"type":578,"value":1978},{"type":573,"tag":402,"props":1998,"children":1999},{"style":1521},[2000],{"type":578,"value":2001}," useCallback",{"type":573,"tag":402,"props":2003,"children":2004},{"style":855},[2005],{"type":578,"value":2006}," }",{"type":573,"tag":402,"props":2008,"children":2009},{"style":1960},[2010],{"type":578,"value":2011}," from",{"type":573,"tag":402,"props":2013,"children":2014},{"style":855},[2015],{"type":578,"value":1537},{"type":573,"tag":402,"props":2017,"children":2018},{"style":1540},[2019],{"type":578,"value":2020},"react",{"type":573,"tag":402,"props":2022,"children":2023},{"style":855},[2024],{"type":578,"value":1926},{"type":573,"tag":402,"props":2026,"children":2027},{"style":855},[2028],{"type":578,"value":1931},{"type":573,"tag":402,"props":2030,"children":2031},{"class":404,"line":546},[2032,2036,2040,2045,2049,2053,2057,2062,2066],{"type":573,"tag":402,"props":2033,"children":2034},{"style":1960},[2035],{"type":578,"value":1963},{"type":573,"tag":402,"props":2037,"children":2038},{"style":855},[2039],{"type":578,"value":1968},{"type":573,"tag":402,"props":2041,"children":2042},{"style":1521},[2043],{"type":578,"value":2044}," withDefaults",{"type":573,"tag":402,"props":2046,"children":2047},{"style":855},[2048],{"type":578,"value":2006},{"type":573,"tag":402,"props":2050,"children":2051},{"style":1960},[2052],{"type":578,"value":2011},{"type":573,"tag":402,"props":2054,"children":2055},{"style":855},[2056],{"type":578,"value":1537},{"type":573,"tag":402,"props":2058,"children":2059},{"style":1540},[2060],{"type":578,"value":2061},"./with-defaults",{"type":573,"tag":402,"props":2063,"children":2064},{"style":855},[2065],{"type":578,"value":1926},{"type":573,"tag":402,"props":2067,"children":2068},{"style":855},[2069],{"type":578,"value":1931},{"type":573,"tag":402,"props":2071,"children":2072},{"class":404,"line":553},[2073],{"type":573,"tag":402,"props":2074,"children":2076},{"emptyLinePlaceholder":2075},true,[2077],{"type":578,"value":2078},"\n",{"type":573,"tag":402,"props":2080,"children":2081},{"class":404,"line":1571},[2082],{"type":573,"tag":402,"props":2083,"children":2085},{"style":2084},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[2086],{"type":578,"value":2087},"/** Supported audio MIME types for recording. */\n",{"type":573,"tag":402,"props":2089,"children":2090},{"class":404,"line":1592},[2091,2095,2099],{"type":573,"tag":402,"props":2092,"children":2093},{"style":1372},[2094],{"type":578,"value":1509},{"type":573,"tag":402,"props":2096,"children":2097},{"style":878},[2098],{"type":578,"value":943},{"type":573,"tag":402,"props":2100,"children":2101},{"style":855},[2102],{"type":578,"value":2103}," =\n",{"type":573,"tag":402,"props":2105,"children":2106},{"class":404,"line":1613},[2107,2111,2115,2119],{"type":573,"tag":402,"props":2108,"children":2109},{"style":855},[2110],{"type":578,"value":1532},{"type":573,"tag":402,"props":2112,"children":2113},{"style":855},[2114],{"type":578,"value":1537},{"type":573,"tag":402,"props":2116,"children":2117},{"style":1540},[2118],{"type":578,"value":1543},{"type":573,"tag":402,"props":2120,"children":2121},{"style":855},[2122],{"type":578,"value":1548},{"type":573,"tag":402,"props":2124,"children":2125},{"class":404,"line":1634},[2126,2130,2134,2138],{"type":573,"tag":402,"props":2127,"children":2128},{"style":855},[2129],{"type":578,"value":1532},{"type":573,"tag":402,"props":2131,"children":2132},{"style":855},[2133],{"type":578,"value":1537},{"type":573,"tag":402,"props":2135,"children":2136},{"style":1540},[2137],{"type":578,"value":1564},{"type":573,"tag":402,"props":2139,"children":2140},{"style":855},[2141],{"type":578,"value":1548},{"type":573,"tag":402,"props":2143,"children":2144},{"class":404,"line":1655},[2145,2149,2153,2157],{"type":573,"tag":402,"props":2146,"children":2147},{"style":855},[2148],{"type":578,"value":1532},{"type":573,"tag":402,"props":2150,"children":2151},{"style":855},[2152],{"type":578,"value":1537},{"type":573,"tag":402,"props":2154,"children":2155},{"style":1540},[2156],{"type":578,"value":1585},{"type":573,"tag":402,"props":2158,"children":2159},{"style":855},[2160],{"type":578,"value":1548},{"type":573,"tag":402,"props":2162,"children":2163},{"class":404,"line":1676},[2164,2168,2172,2176],{"type":573,"tag":402,"props":2165,"children":2166},{"style":855},[2167],{"type":578,"value":1532},{"type":573,"tag":402,"props":2169,"children":2170},{"style":855},[2171],{"type":578,"value":1537},{"type":573,"tag":402,"props":2173,"children":2174},{"style":1540},[2175],{"type":578,"value":1606},{"type":573,"tag":402,"props":2177,"children":2178},{"style":855},[2179],{"type":578,"value":1548},{"type":573,"tag":402,"props":2181,"children":2182},{"class":404,"line":1697},[2183,2187,2191,2195],{"type":573,"tag":402,"props":2184,"children":2185},{"style":855},[2186],{"type":578,"value":1532},{"type":573,"tag":402,"props":2188,"children":2189},{"style":855},[2190],{"type":578,"value":1537},{"type":573,"tag":402,"props":2192,"children":2193},{"style":1540},[2194],{"type":578,"value":1627},{"type":573,"tag":402,"props":2196,"children":2197},{"style":855},[2198],{"type":578,"value":1548},{"type":573,"tag":402,"props":2200,"children":2201},{"class":404,"line":1718},[2202,2206,2210,2214],{"type":573,"tag":402,"props":2203,"children":2204},{"style":855},[2205],{"type":578,"value":1532},{"type":573,"tag":402,"props":2207,"children":2208},{"style":855},[2209],{"type":578,"value":1537},{"type":573,"tag":402,"props":2211,"children":2212},{"style":1540},[2213],{"type":578,"value":1648},{"type":573,"tag":402,"props":2215,"children":2216},{"style":855},[2217],{"type":578,"value":1548},{"type":573,"tag":402,"props":2219,"children":2220},{"class":404,"line":1739},[2221,2225,2229,2233],{"type":573,"tag":402,"props":2222,"children":2223},{"style":855},[2224],{"type":578,"value":1532},{"type":573,"tag":402,"props":2226,"children":2227},{"style":855},[2228],{"type":578,"value":1537},{"type":573,"tag":402,"props":2230,"children":2231},{"style":1540},[2232],{"type":578,"value":1669},{"type":573,"tag":402,"props":2234,"children":2235},{"style":855},[2236],{"type":578,"value":1548},{"type":573,"tag":402,"props":2238,"children":2239},{"class":404,"line":1760},[2240,2244,2248,2252],{"type":573,"tag":402,"props":2241,"children":2242},{"style":855},[2243],{"type":578,"value":1532},{"type":573,"tag":402,"props":2245,"children":2246},{"style":855},[2247],{"type":578,"value":1537},{"type":573,"tag":402,"props":2249,"children":2250},{"style":1540},[2251],{"type":578,"value":1690},{"type":573,"tag":402,"props":2253,"children":2254},{"style":855},[2255],{"type":578,"value":1548},{"type":573,"tag":402,"props":2257,"children":2258},{"class":404,"line":1781},[2259,2263,2267,2271],{"type":573,"tag":402,"props":2260,"children":2261},{"style":855},[2262],{"type":578,"value":1532},{"type":573,"tag":402,"props":2264,"children":2265},{"style":855},[2266],{"type":578,"value":1537},{"type":573,"tag":402,"props":2268,"children":2269},{"style":1540},[2270],{"type":578,"value":1711},{"type":573,"tag":402,"props":2272,"children":2273},{"style":855},[2274],{"type":578,"value":1548},{"type":573,"tag":402,"props":2276,"children":2277},{"class":404,"line":1802},[2278,2282,2286,2290],{"type":573,"tag":402,"props":2279,"children":2280},{"style":855},[2281],{"type":578,"value":1532},{"type":573,"tag":402,"props":2283,"children":2284},{"style":855},[2285],{"type":578,"value":1537},{"type":573,"tag":402,"props":2287,"children":2288},{"style":1540},[2289],{"type":578,"value":1732},{"type":573,"tag":402,"props":2291,"children":2292},{"style":855},[2293],{"type":578,"value":1548},{"type":573,"tag":402,"props":2295,"children":2296},{"class":404,"line":1823},[2297,2301,2305,2309],{"type":573,"tag":402,"props":2298,"children":2299},{"style":855},[2300],{"type":578,"value":1532},{"type":573,"tag":402,"props":2302,"children":2303},{"style":855},[2304],{"type":578,"value":1537},{"type":573,"tag":402,"props":2306,"children":2307},{"style":1540},[2308],{"type":578,"value":1753},{"type":573,"tag":402,"props":2310,"children":2311},{"style":855},[2312],{"type":578,"value":1548},{"type":573,"tag":402,"props":2314,"children":2315},{"class":404,"line":1844},[2316,2320,2324,2328],{"type":573,"tag":402,"props":2317,"children":2318},{"style":855},[2319],{"type":578,"value":1532},{"type":573,"tag":402,"props":2321,"children":2322},{"style":855},[2323],{"type":578,"value":1537},{"type":573,"tag":402,"props":2325,"children":2326},{"style":1540},[2327],{"type":578,"value":1774},{"type":573,"tag":402,"props":2329,"children":2330},{"style":855},[2331],{"type":578,"value":1548},{"type":573,"tag":402,"props":2333,"children":2334},{"class":404,"line":1865},[2335,2339,2343,2347],{"type":573,"tag":402,"props":2336,"children":2337},{"style":855},[2338],{"type":578,"value":1532},{"type":573,"tag":402,"props":2340,"children":2341},{"style":855},[2342],{"type":578,"value":1537},{"type":573,"tag":402,"props":2344,"children":2345},{"style":1540},[2346],{"type":578,"value":1795},{"type":573,"tag":402,"props":2348,"children":2349},{"style":855},[2350],{"type":578,"value":1548},{"type":573,"tag":402,"props":2352,"children":2353},{"class":404,"line":1886},[2354,2358,2362,2366],{"type":573,"tag":402,"props":2355,"children":2356},{"style":855},[2357],{"type":578,"value":1532},{"type":573,"tag":402,"props":2359,"children":2360},{"style":855},[2361],{"type":578,"value":1537},{"type":573,"tag":402,"props":2363,"children":2364},{"style":1540},[2365],{"type":578,"value":1816},{"type":573,"tag":402,"props":2367,"children":2368},{"style":855},[2369],{"type":578,"value":1548},{"type":573,"tag":402,"props":2371,"children":2372},{"class":404,"line":1907},[2373,2377,2381,2385],{"type":573,"tag":402,"props":2374,"children":2375},{"style":855},[2376],{"type":578,"value":1532},{"type":573,"tag":402,"props":2378,"children":2379},{"style":855},[2380],{"type":578,"value":1537},{"type":573,"tag":402,"props":2382,"children":2383},{"style":1540},[2384],{"type":578,"value":1837},{"type":573,"tag":402,"props":2386,"children":2387},{"style":855},[2388],{"type":578,"value":1548},{"type":573,"tag":402,"props":2390,"children":2392},{"class":404,"line":2391},21,[2393,2397,2401,2405],{"type":573,"tag":402,"props":2394,"children":2395},{"style":855},[2396],{"type":578,"value":1532},{"type":573,"tag":402,"props":2398,"children":2399},{"style":855},[2400],{"type":578,"value":1537},{"type":573,"tag":402,"props":2402,"children":2403},{"style":1540},[2404],{"type":578,"value":1858},{"type":573,"tag":402,"props":2406,"children":2407},{"style":855},[2408],{"type":578,"value":1548},{"type":573,"tag":402,"props":2410,"children":2412},{"class":404,"line":2411},22,[2413,2417,2421,2425],{"type":573,"tag":402,"props":2414,"children":2415},{"style":855},[2416],{"type":578,"value":1532},{"type":573,"tag":402,"props":2418,"children":2419},{"style":855},[2420],{"type":578,"value":1537},{"type":573,"tag":402,"props":2422,"children":2423},{"style":1540},[2424],{"type":578,"value":1879},{"type":573,"tag":402,"props":2426,"children":2427},{"style":855},[2428],{"type":578,"value":1548},{"type":573,"tag":402,"props":2430,"children":2432},{"class":404,"line":2431},23,[2433,2437,2441,2445],{"type":573,"tag":402,"props":2434,"children":2435},{"style":855},[2436],{"type":578,"value":1532},{"type":573,"tag":402,"props":2438,"children":2439},{"style":855},[2440],{"type":578,"value":1537},{"type":573,"tag":402,"props":2442,"children":2443},{"style":1540},[2444],{"type":578,"value":1900},{"type":573,"tag":402,"props":2446,"children":2447},{"style":855},[2448],{"type":578,"value":1548},{"type":573,"tag":402,"props":2450,"children":2452},{"class":404,"line":2451},24,[2453,2457,2461,2465,2469],{"type":573,"tag":402,"props":2454,"children":2455},{"style":855},[2456],{"type":578,"value":1532},{"type":573,"tag":402,"props":2458,"children":2459},{"style":855},[2460],{"type":578,"value":1537},{"type":573,"tag":402,"props":2462,"children":2463},{"style":1540},[2464],{"type":578,"value":1921},{"type":573,"tag":402,"props":2466,"children":2467},{"style":855},[2468],{"type":578,"value":1926},{"type":573,"tag":402,"props":2470,"children":2471},{"style":855},[2472],{"type":578,"value":1931},{"type":573,"tag":402,"props":2474,"children":2476},{"class":404,"line":2475},25,[2477],{"type":573,"tag":402,"props":2478,"children":2479},{"emptyLinePlaceholder":2075},[2480],{"type":578,"value":2078},{"type":573,"tag":402,"props":2482,"children":2484},{"class":404,"line":2483},26,[2485],{"type":573,"tag":402,"props":2486,"children":2487},{"style":2084},[2488],{"type":578,"value":2489},"/** Options for configuring the useAudioRecorder hook. */\n",{"type":573,"tag":402,"props":2491,"children":2493},{"class":404,"line":2492},27,[2494,2499,2504,2509],{"type":573,"tag":402,"props":2495,"children":2496},{"style":1960},[2497],{"type":578,"value":2498},"export",{"type":573,"tag":402,"props":2500,"children":2501},{"style":1372},[2502],{"type":578,"value":2503}," interface",{"type":573,"tag":402,"props":2505,"children":2506},{"style":878},[2507],{"type":578,"value":2508}," UseAudioRecorderOptions",{"type":573,"tag":402,"props":2510,"children":2511},{"style":855},[2512],{"type":578,"value":2513}," {\n",{"type":573,"tag":402,"props":2515,"children":2517},{"class":404,"line":2516},28,[2518],{"type":573,"tag":402,"props":2519,"children":2520},{"style":2084},[2521],{"type":578,"value":2522},"  /**\n",{"type":573,"tag":402,"props":2524,"children":2526},{"class":404,"line":2525},29,[2527],{"type":573,"tag":402,"props":2528,"children":2529},{"style":2084},[2530],{"type":578,"value":2531},"   * Audio bitrate in bits per second.\n",{"type":573,"tag":402,"props":2533,"children":2535},{"class":404,"line":2534},30,[2536,2541,2546,2552],{"type":573,"tag":402,"props":2537,"children":2538},{"style":2084},[2539],{"type":578,"value":2540},"   * ",{"type":573,"tag":402,"props":2542,"children":2543},{"style":1960},[2544],{"type":578,"value":2545},"@",{"type":573,"tag":402,"props":2547,"children":2549},{"style":2548},"--shiki-light:#9C3EDA;--shiki-light-font-style:italic;--shiki-default:#C792EA;--shiki-default-font-style:italic;--shiki-dark:#C792EA;--shiki-dark-font-style:italic",[2550],{"type":578,"value":2551},"default",{"type":573,"tag":402,"props":2553,"children":2554},{"style":1448},[2555],{"type":578,"value":2556}," 128000\n",{"type":573,"tag":402,"props":2558,"children":2560},{"class":404,"line":2559},31,[2561],{"type":573,"tag":402,"props":2562,"children":2563},{"style":2084},[2564],{"type":578,"value":2565},"   */\n",{"type":573,"tag":402,"props":2567,"children":2569},{"class":404,"line":2568},32,[2570,2576,2580,2584],{"type":573,"tag":402,"props":2571,"children":2573},{"style":2572},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[2574],{"type":578,"value":2575},"  audioBitsPerSecond",{"type":573,"tag":402,"props":2577,"children":2578},{"style":855},[2579],{"type":578,"value":907},{"type":573,"tag":402,"props":2581,"children":2582},{"style":878},[2583],{"type":578,"value":912},{"type":573,"tag":402,"props":2585,"children":2586},{"style":855},[2587],{"type":578,"value":1931},{"type":573,"tag":402,"props":2589,"children":2591},{"class":404,"line":2590},33,[2592],{"type":573,"tag":402,"props":2593,"children":2594},{"style":2084},[2595],{"type":578,"value":2522},{"type":573,"tag":402,"props":2597,"children":2599},{"class":404,"line":2598},34,[2600],{"type":573,"tag":402,"props":2601,"children":2602},{"style":2084},[2603],{"type":578,"value":2604},"   * MIME type for the recorded audio.\n",{"type":573,"tag":402,"props":2606,"children":2608},{"class":404,"line":2607},35,[2609,2613,2617,2621,2625,2629],{"type":573,"tag":402,"props":2610,"children":2611},{"style":2084},[2612],{"type":578,"value":2540},{"type":573,"tag":402,"props":2614,"children":2615},{"style":1960},[2616],{"type":578,"value":2545},{"type":573,"tag":402,"props":2618,"children":2619},{"style":2548},[2620],{"type":578,"value":2551},{"type":573,"tag":402,"props":2622,"children":2623},{"style":1960},[2624],{"type":578,"value":1537},{"type":573,"tag":402,"props":2626,"children":2627},{"style":1448},[2628],{"type":578,"value":1543},{"type":573,"tag":402,"props":2630,"children":2631},{"style":1960},[2632],{"type":578,"value":1548},{"type":573,"tag":402,"props":2634,"children":2636},{"class":404,"line":2635},36,[2637],{"type":573,"tag":402,"props":2638,"children":2639},{"style":2084},[2640],{"type":578,"value":2565},{"type":573,"tag":402,"props":2642,"children":2644},{"class":404,"line":2643},37,[2645,2650,2654,2658],{"type":573,"tag":402,"props":2646,"children":2647},{"style":2572},[2648],{"type":578,"value":2649},"  mimeType",{"type":573,"tag":402,"props":2651,"children":2652},{"style":855},[2653],{"type":578,"value":907},{"type":573,"tag":402,"props":2655,"children":2656},{"style":878},[2657],{"type":578,"value":943},{"type":573,"tag":402,"props":2659,"children":2660},{"style":855},[2661],{"type":578,"value":1931},{"type":573,"tag":402,"props":2663,"children":2665},{"class":404,"line":2664},38,[2666],{"type":573,"tag":402,"props":2667,"children":2668},{"style":2084},[2669],{"type":578,"value":2522},{"type":573,"tag":402,"props":2671,"children":2673},{"class":404,"line":2672},39,[2674],{"type":573,"tag":402,"props":2675,"children":2676},{"style":2084},[2677],{"type":578,"value":2678},"   * Timeslice (ms) for MediaRecorder data chunks.\n",{"type":573,"tag":402,"props":2680,"children":2682},{"class":404,"line":2681},40,[2683],{"type":573,"tag":402,"props":2684,"children":2685},{"style":2084},[2686],{"type":578,"value":2565},{"type":573,"tag":402,"props":2688,"children":2690},{"class":404,"line":2689},41,[2691,2696,2700,2704],{"type":573,"tag":402,"props":2692,"children":2693},{"style":2572},[2694],{"type":578,"value":2695},"  timeslice",{"type":573,"tag":402,"props":2697,"children":2698},{"style":855},[2699],{"type":578,"value":907},{"type":573,"tag":402,"props":2701,"children":2702},{"style":878},[2703],{"type":578,"value":912},{"type":573,"tag":402,"props":2705,"children":2706},{"style":855},[2707],{"type":578,"value":1931},{"type":573,"tag":402,"props":2709,"children":2711},{"class":404,"line":2710},42,[2712],{"type":573,"tag":402,"props":2713,"children":2714},{"style":2084},[2715],{"type":578,"value":2522},{"type":573,"tag":402,"props":2717,"children":2719},{"class":404,"line":2718},43,[2720],{"type":573,"tag":402,"props":2721,"children":2722},{"style":2084},[2723],{"type":578,"value":2724},"   * If set, enables real-time audio analysis during recording.\n",{"type":573,"tag":402,"props":2726,"children":2728},{"class":404,"line":2727},44,[2729],{"type":573,"tag":402,"props":2730,"children":2731},{"style":2084},[2732],{"type":578,"value":2565},{"type":573,"tag":402,"props":2734,"children":2736},{"class":404,"line":2735},45,[2737,2742,2746,2750],{"type":573,"tag":402,"props":2738,"children":2739},{"style":2572},[2740],{"type":578,"value":2741},"  enableAnalysis",{"type":573,"tag":402,"props":2743,"children":2744},{"style":855},[2745],{"type":578,"value":907},{"type":573,"tag":402,"props":2747,"children":2748},{"style":878},[2749],{"type":578,"value":1004},{"type":573,"tag":402,"props":2751,"children":2752},{"style":855},[2753],{"type":578,"value":1931},{"type":573,"tag":402,"props":2755,"children":2757},{"class":404,"line":2756},46,[2758],{"type":573,"tag":402,"props":2759,"children":2760},{"style":2084},[2761],{"type":578,"value":2522},{"type":573,"tag":402,"props":2763,"children":2765},{"class":404,"line":2764},47,[2766],{"type":573,"tag":402,"props":2767,"children":2768},{"style":2084},[2769],{"type":578,"value":2770},"   * FFT size for audio analysis.\n",{"type":573,"tag":402,"props":2772,"children":2774},{"class":404,"line":2773},48,[2775,2779,2783,2787],{"type":573,"tag":402,"props":2776,"children":2777},{"style":2084},[2778],{"type":578,"value":2540},{"type":573,"tag":402,"props":2780,"children":2781},{"style":1960},[2782],{"type":578,"value":2545},{"type":573,"tag":402,"props":2784,"children":2785},{"style":2548},[2786],{"type":578,"value":2551},{"type":573,"tag":402,"props":2788,"children":2789},{"style":1448},[2790],{"type":578,"value":2791}," 2048\n",{"type":573,"tag":402,"props":2793,"children":2795},{"class":404,"line":2794},49,[2796],{"type":573,"tag":402,"props":2797,"children":2798},{"style":2084},[2799],{"type":578,"value":2565},{"type":573,"tag":402,"props":2801,"children":2803},{"class":404,"line":2802},50,[2804,2809,2813,2817],{"type":573,"tag":402,"props":2805,"children":2806},{"style":2572},[2807],{"type":578,"value":2808},"  fftSize",{"type":573,"tag":402,"props":2810,"children":2811},{"style":855},[2812],{"type":578,"value":907},{"type":573,"tag":402,"props":2814,"children":2815},{"style":878},[2816],{"type":578,"value":912},{"type":573,"tag":402,"props":2818,"children":2819},{"style":855},[2820],{"type":578,"value":1931},{"type":573,"tag":402,"props":2822,"children":2824},{"class":404,"line":2823},51,[2825],{"type":573,"tag":402,"props":2826,"children":2827},{"style":855},[2828],{"type":578,"value":2829},"}\n",{"type":573,"tag":402,"props":2831,"children":2833},{"class":404,"line":2832},52,[2834],{"type":573,"tag":402,"props":2835,"children":2836},{"emptyLinePlaceholder":2075},[2837],{"type":578,"value":2078},{"type":573,"tag":402,"props":2839,"children":2841},{"class":404,"line":2840},53,[2842],{"type":573,"tag":402,"props":2843,"children":2844},{"style":2084},[2845],{"type":578,"value":2846},"/** Audio analysis data returned when `enableAnalysis` is true. */\n",{"type":573,"tag":402,"props":2848,"children":2850},{"class":404,"line":2849},54,[2851,2855,2859,2864],{"type":573,"tag":402,"props":2852,"children":2853},{"style":1960},[2854],{"type":578,"value":2498},{"type":573,"tag":402,"props":2856,"children":2857},{"style":1372},[2858],{"type":578,"value":2503},{"type":573,"tag":402,"props":2860,"children":2861},{"style":878},[2862],{"type":578,"value":2863}," AudioAnalysisData",{"type":573,"tag":402,"props":2865,"children":2866},{"style":855},[2867],{"type":578,"value":2513},{"type":573,"tag":402,"props":2869,"children":2871},{"class":404,"line":2870},55,[2872],{"type":573,"tag":402,"props":2873,"children":2874},{"style":2084},[2875],{"type":578,"value":2876},"  /** Frequency domain data (FFT). */\n",{"type":573,"tag":402,"props":2878,"children":2880},{"class":404,"line":2879},56,[2881,2886,2890,2894],{"type":573,"tag":402,"props":2882,"children":2883},{"style":2572},[2884],{"type":578,"value":2885},"  frequencyData",{"type":573,"tag":402,"props":2887,"children":2888},{"style":855},[2889],{"type":578,"value":1255},{"type":573,"tag":402,"props":2891,"children":2892},{"style":878},[2893],{"type":578,"value":1260},{"type":573,"tag":402,"props":2895,"children":2896},{"style":855},[2897],{"type":578,"value":1931},{"type":573,"tag":402,"props":2899,"children":2901},{"class":404,"line":2900},57,[2902],{"type":573,"tag":402,"props":2903,"children":2904},{"style":2084},[2905],{"type":578,"value":2906},"  /** Time domain waveform data. */\n",{"type":573,"tag":402,"props":2908,"children":2910},{"class":404,"line":2909},58,[2911,2916,2920,2924],{"type":573,"tag":402,"props":2912,"children":2913},{"style":2572},[2914],{"type":578,"value":2915},"  timeData",{"type":573,"tag":402,"props":2917,"children":2918},{"style":855},[2919],{"type":578,"value":1255},{"type":573,"tag":402,"props":2921,"children":2922},{"style":878},[2923],{"type":578,"value":1260},{"type":573,"tag":402,"props":2925,"children":2926},{"style":855},[2927],{"type":578,"value":1931},{"type":573,"tag":402,"props":2929,"children":2931},{"class":404,"line":2930},59,[2932],{"type":573,"tag":402,"props":2933,"children":2934},{"style":2084},[2935],{"type":578,"value":2936},"  /** Calculated RMS volume level. */\n",{"type":573,"tag":402,"props":2938,"children":2940},{"class":404,"line":2939},60,[2941,2946,2950,2954],{"type":573,"tag":402,"props":2942,"children":2943},{"style":2572},[2944],{"type":578,"value":2945},"  volume",{"type":573,"tag":402,"props":2947,"children":2948},{"style":855},[2949],{"type":578,"value":1255},{"type":573,"tag":402,"props":2951,"children":2952},{"style":878},[2953],{"type":578,"value":912},{"type":573,"tag":402,"props":2955,"children":2956},{"style":855},[2957],{"type":578,"value":1931},{"type":573,"tag":402,"props":2959,"children":2961},{"class":404,"line":2960},61,[2962],{"type":573,"tag":402,"props":2963,"children":2964},{"style":855},[2965],{"type":578,"value":2829},{"type":573,"tag":402,"props":2967,"children":2969},{"class":404,"line":2968},62,[2970],{"type":573,"tag":402,"props":2971,"children":2972},{"emptyLinePlaceholder":2075},[2973],{"type":578,"value":2078},{"type":573,"tag":402,"props":2975,"children":2977},{"class":404,"line":2976},63,[2978],{"type":573,"tag":402,"props":2979,"children":2980},{"style":2084},[2981],{"type":578,"value":2982},"/** The useAudioRecorder return type. */\n",{"type":573,"tag":402,"props":2984,"children":2986},{"class":404,"line":2985},64,[2987,2991,2995,3000],{"type":573,"tag":402,"props":2988,"children":2989},{"style":1960},[2990],{"type":578,"value":2498},{"type":573,"tag":402,"props":2992,"children":2993},{"style":1372},[2994],{"type":578,"value":2503},{"type":573,"tag":402,"props":2996,"children":2997},{"style":878},[2998],{"type":578,"value":2999}," UseAudioRecorderReturn",{"type":573,"tag":402,"props":3001,"children":3002},{"style":855},[3003],{"type":578,"value":2513},{"type":573,"tag":402,"props":3005,"children":3007},{"class":404,"line":3006},65,[3008],{"type":573,"tag":402,"props":3009,"children":3010},{"style":2084},[3011],{"type":578,"value":3012},"  /** Whether audio recording is supported in the current browser. */\n",{"type":573,"tag":402,"props":3014,"children":3016},{"class":404,"line":3015},66,[3017,3022,3026,3030],{"type":573,"tag":402,"props":3018,"children":3019},{"style":2572},[3020],{"type":578,"value":3021},"  isSupported",{"type":573,"tag":402,"props":3023,"children":3024},{"style":855},[3025],{"type":578,"value":1255},{"type":573,"tag":402,"props":3027,"children":3028},{"style":878},[3029],{"type":578,"value":1004},{"type":573,"tag":402,"props":3031,"children":3032},{"style":855},[3033],{"type":578,"value":1931},{"type":573,"tag":402,"props":3035,"children":3037},{"class":404,"line":3036},67,[3038],{"type":573,"tag":402,"props":3039,"children":3040},{"style":2084},[3041],{"type":578,"value":3042},"  /** Whether recording is currently active. */\n",{"type":573,"tag":402,"props":3044,"children":3046},{"class":404,"line":3045},68,[3047,3052,3056,3060],{"type":573,"tag":402,"props":3048,"children":3049},{"style":2572},[3050],{"type":578,"value":3051},"  isRecording",{"type":573,"tag":402,"props":3053,"children":3054},{"style":855},[3055],{"type":578,"value":1255},{"type":573,"tag":402,"props":3057,"children":3058},{"style":878},[3059],{"type":578,"value":1004},{"type":573,"tag":402,"props":3061,"children":3062},{"style":855},[3063],{"type":578,"value":1931},{"type":573,"tag":402,"props":3065,"children":3067},{"class":404,"line":3066},69,[3068],{"type":573,"tag":402,"props":3069,"children":3070},{"style":2084},[3071],{"type":578,"value":3072},"  /** Whether recording is currently paused. */\n",{"type":573,"tag":402,"props":3074,"children":3076},{"class":404,"line":3075},70,[3077,3082,3086,3090],{"type":573,"tag":402,"props":3078,"children":3079},{"style":2572},[3080],{"type":578,"value":3081},"  isPaused",{"type":573,"tag":402,"props":3083,"children":3084},{"style":855},[3085],{"type":578,"value":1255},{"type":573,"tag":402,"props":3087,"children":3088},{"style":878},[3089],{"type":578,"value":1004},{"type":573,"tag":402,"props":3091,"children":3092},{"style":855},[3093],{"type":578,"value":1931},{"type":573,"tag":402,"props":3095,"children":3097},{"class":404,"line":3096},71,[3098],{"type":573,"tag":402,"props":3099,"children":3100},{"style":2084},[3101],{"type":578,"value":3102},"  /** Active media stream. */\n",{"type":573,"tag":402,"props":3104,"children":3106},{"class":404,"line":3105},72,[3107,3112,3116,3121,3125,3129],{"type":573,"tag":402,"props":3108,"children":3109},{"style":2572},[3110],{"type":578,"value":3111},"  stream",{"type":573,"tag":402,"props":3113,"children":3114},{"style":855},[3115],{"type":578,"value":1255},{"type":573,"tag":402,"props":3117,"children":3118},{"style":878},[3119],{"type":578,"value":3120}," MediaStream",{"type":573,"tag":402,"props":3122,"children":3123},{"style":855},[3124],{"type":578,"value":1082},{"type":573,"tag":402,"props":3126,"children":3127},{"style":878},[3128],{"type":578,"value":1087},{"type":573,"tag":402,"props":3130,"children":3131},{"style":855},[3132],{"type":578,"value":1931},{"type":573,"tag":402,"props":3134,"children":3136},{"class":404,"line":3135},73,[3137],{"type":573,"tag":402,"props":3138,"children":3139},{"style":2084},[3140],{"type":578,"value":3141},"  /** MediaRecorder instance. */\n",{"type":573,"tag":402,"props":3143,"children":3145},{"class":404,"line":3144},74,[3146,3151,3155,3160,3164,3168],{"type":573,"tag":402,"props":3147,"children":3148},{"style":2572},[3149],{"type":578,"value":3150},"  mediaRecorder",{"type":573,"tag":402,"props":3152,"children":3153},{"style":855},[3154],{"type":578,"value":1255},{"type":573,"tag":402,"props":3156,"children":3157},{"style":878},[3158],{"type":578,"value":3159}," MediaRecorder",{"type":573,"tag":402,"props":3161,"children":3162},{"style":855},[3163],{"type":578,"value":1082},{"type":573,"tag":402,"props":3165,"children":3166},{"style":878},[3167],{"type":578,"value":1087},{"type":573,"tag":402,"props":3169,"children":3170},{"style":855},[3171],{"type":578,"value":1931},{"type":573,"tag":402,"props":3173,"children":3175},{"class":404,"line":3174},75,[3176],{"type":573,"tag":402,"props":3177,"children":3178},{"style":2084},[3179],{"type":578,"value":3180},"  /** Final recorded audio blob. */\n",{"type":573,"tag":402,"props":3182,"children":3184},{"class":404,"line":3183},76,[3185,3190,3194,3199,3203,3207],{"type":573,"tag":402,"props":3186,"children":3187},{"style":2572},[3188],{"type":578,"value":3189},"  audioBlob",{"type":573,"tag":402,"props":3191,"children":3192},{"style":855},[3193],{"type":578,"value":1255},{"type":573,"tag":402,"props":3195,"children":3196},{"style":878},[3197],{"type":578,"value":3198}," Blob",{"type":573,"tag":402,"props":3200,"children":3201},{"style":855},[3202],{"type":578,"value":1082},{"type":573,"tag":402,"props":3204,"children":3205},{"style":878},[3206],{"type":578,"value":1087},{"type":573,"tag":402,"props":3208,"children":3209},{"style":855},[3210],{"type":578,"value":1931},{"type":573,"tag":402,"props":3212,"children":3214},{"class":404,"line":3213},77,[3215],{"type":573,"tag":402,"props":3216,"children":3217},{"style":2084},[3218],{"type":578,"value":3219},"  /** Object URL for the recorded audio. */\n",{"type":573,"tag":402,"props":3221,"children":3223},{"class":404,"line":3222},78,[3224,3229,3233,3237,3241,3245],{"type":573,"tag":402,"props":3225,"children":3226},{"style":2572},[3227],{"type":578,"value":3228},"  audioUrl",{"type":573,"tag":402,"props":3230,"children":3231},{"style":855},[3232],{"type":578,"value":1255},{"type":573,"tag":402,"props":3234,"children":3235},{"style":878},[3236],{"type":578,"value":1460},{"type":573,"tag":402,"props":3238,"children":3239},{"style":855},[3240],{"type":578,"value":1082},{"type":573,"tag":402,"props":3242,"children":3243},{"style":878},[3244],{"type":578,"value":1087},{"type":573,"tag":402,"props":3246,"children":3247},{"style":855},[3248],{"type":578,"value":1931},{"type":573,"tag":402,"props":3250,"children":3252},{"class":404,"line":3251},79,[3253],{"type":573,"tag":402,"props":3254,"children":3255},{"style":2084},[3256],{"type":578,"value":3257},"  /** Duration of the recording in seconds. */\n",{"type":573,"tag":402,"props":3259,"children":3261},{"class":404,"line":3260},80,[3262,3267,3271,3275],{"type":573,"tag":402,"props":3263,"children":3264},{"style":2572},[3265],{"type":578,"value":3266},"  duration",{"type":573,"tag":402,"props":3268,"children":3269},{"style":855},[3270],{"type":578,"value":1255},{"type":573,"tag":402,"props":3272,"children":3273},{"style":878},[3274],{"type":578,"value":912},{"type":573,"tag":402,"props":3276,"children":3277},{"style":855},[3278],{"type":578,"value":1931},{"type":573,"tag":402,"props":3280,"children":3282},{"class":404,"line":3281},81,[3283],{"type":573,"tag":402,"props":3284,"children":3285},{"style":2084},[3286],{"type":578,"value":3287},"  /** Error message if recording fails. */\n",{"type":573,"tag":402,"props":3289,"children":3291},{"class":404,"line":3290},82,[3292,3297,3301,3305,3309,3313],{"type":573,"tag":402,"props":3293,"children":3294},{"style":2572},[3295],{"type":578,"value":3296},"  error",{"type":573,"tag":402,"props":3298,"children":3299},{"style":855},[3300],{"type":578,"value":1255},{"type":573,"tag":402,"props":3302,"children":3303},{"style":878},[3304],{"type":578,"value":1460},{"type":573,"tag":402,"props":3306,"children":3307},{"style":855},[3308],{"type":578,"value":1082},{"type":573,"tag":402,"props":3310,"children":3311},{"style":878},[3312],{"type":578,"value":1087},{"type":573,"tag":402,"props":3314,"children":3315},{"style":855},[3316],{"type":578,"value":1931},{"type":573,"tag":402,"props":3318,"children":3320},{"class":404,"line":3319},83,[3321],{"type":573,"tag":402,"props":3322,"children":3323},{"style":2084},[3324],{"type":578,"value":3325},"  /** Live audio analysis data. */\n",{"type":573,"tag":402,"props":3327,"children":3329},{"class":404,"line":3328},84,[3330,3335,3339,3343,3347,3351],{"type":573,"tag":402,"props":3331,"children":3332},{"style":2572},[3333],{"type":578,"value":3334},"  analysisData",{"type":573,"tag":402,"props":3336,"children":3337},{"style":855},[3338],{"type":578,"value":1255},{"type":573,"tag":402,"props":3340,"children":3341},{"style":878},[3342],{"type":578,"value":2863},{"type":573,"tag":402,"props":3344,"children":3345},{"style":855},[3346],{"type":578,"value":1082},{"type":573,"tag":402,"props":3348,"children":3349},{"style":878},[3350],{"type":578,"value":1087},{"type":573,"tag":402,"props":3352,"children":3353},{"style":855},[3354],{"type":578,"value":1931},{"type":573,"tag":402,"props":3356,"children":3358},{"class":404,"line":3357},85,[3359],{"type":573,"tag":402,"props":3360,"children":3361},{"style":2084},[3362],{"type":578,"value":3363},"  /** Starts audio recording. */\n",{"type":573,"tag":402,"props":3365,"children":3367},{"class":404,"line":3366},86,[3368,3373,3377,3382,3386,3390,3394,3398],{"type":573,"tag":402,"props":3369,"children":3370},{"style":2572},[3371],{"type":578,"value":3372},"  startRecording",{"type":573,"tag":402,"props":3374,"children":3375},{"style":855},[3376],{"type":578,"value":1255},{"type":573,"tag":402,"props":3378,"children":3379},{"style":855},[3380],{"type":578,"value":3381}," ()",{"type":573,"tag":402,"props":3383,"children":3384},{"style":1372},[3385],{"type":578,"value":1375},{"type":573,"tag":402,"props":3387,"children":3388},{"style":878},[3389],{"type":578,"value":1380},{"type":573,"tag":402,"props":3391,"children":3392},{"style":855},[3393],{"type":578,"value":1265},{"type":573,"tag":402,"props":3395,"children":3396},{"style":878},[3397],{"type":578,"value":1389},{"type":573,"tag":402,"props":3399,"children":3400},{"style":855},[3401],{"type":578,"value":3402},">;\n",{"type":573,"tag":402,"props":3404,"children":3406},{"class":404,"line":3405},87,[3407],{"type":573,"tag":402,"props":3408,"children":3409},{"style":2084},[3410],{"type":578,"value":3411},"  /** Stops audio recording. */\n",{"type":573,"tag":402,"props":3413,"children":3415},{"class":404,"line":3414},88,[3416,3421,3425,3429,3433,3437],{"type":573,"tag":402,"props":3417,"children":3418},{"style":2572},[3419],{"type":578,"value":3420},"  stopRecording",{"type":573,"tag":402,"props":3422,"children":3423},{"style":855},[3424],{"type":578,"value":1255},{"type":573,"tag":402,"props":3426,"children":3427},{"style":855},[3428],{"type":578,"value":3381},{"type":573,"tag":402,"props":3430,"children":3431},{"style":1372},[3432],{"type":578,"value":1375},{"type":573,"tag":402,"props":3434,"children":3435},{"style":878},[3436],{"type":578,"value":1423},{"type":573,"tag":402,"props":3438,"children":3439},{"style":855},[3440],{"type":578,"value":1931},{"type":573,"tag":402,"props":3442,"children":3444},{"class":404,"line":3443},89,[3445],{"type":573,"tag":402,"props":3446,"children":3447},{"style":2084},[3448],{"type":578,"value":3449},"  /** Pauses the recording. */\n",{"type":573,"tag":402,"props":3451,"children":3453},{"class":404,"line":3452},90,[3454,3459,3463,3467,3471,3475],{"type":573,"tag":402,"props":3455,"children":3456},{"style":2572},[3457],{"type":578,"value":3458},"  pauseRecording",{"type":573,"tag":402,"props":3460,"children":3461},{"style":855},[3462],{"type":578,"value":1255},{"type":573,"tag":402,"props":3464,"children":3465},{"style":855},[3466],{"type":578,"value":3381},{"type":573,"tag":402,"props":3468,"children":3469},{"style":1372},[3470],{"type":578,"value":1375},{"type":573,"tag":402,"props":3472,"children":3473},{"style":878},[3474],{"type":578,"value":1423},{"type":573,"tag":402,"props":3476,"children":3477},{"style":855},[3478],{"type":578,"value":1931},{"type":573,"tag":402,"props":3480,"children":3482},{"class":404,"line":3481},91,[3483],{"type":573,"tag":402,"props":3484,"children":3485},{"style":2084},[3486],{"type":578,"value":3487},"  /** Resumes a paused recording. */\n",{"type":573,"tag":402,"props":3489,"children":3491},{"class":404,"line":3490},92,[3492,3497,3501,3505,3509,3513],{"type":573,"tag":402,"props":3493,"children":3494},{"style":2572},[3495],{"type":578,"value":3496},"  resumeRecording",{"type":573,"tag":402,"props":3498,"children":3499},{"style":855},[3500],{"type":578,"value":1255},{"type":573,"tag":402,"props":3502,"children":3503},{"style":855},[3504],{"type":578,"value":3381},{"type":573,"tag":402,"props":3506,"children":3507},{"style":1372},[3508],{"type":578,"value":1375},{"type":573,"tag":402,"props":3510,"children":3511},{"style":878},[3512],{"type":578,"value":1423},{"type":573,"tag":402,"props":3514,"children":3515},{"style":855},[3516],{"type":578,"value":1931},{"type":573,"tag":402,"props":3518,"children":3520},{"class":404,"line":3519},93,[3521],{"type":573,"tag":402,"props":3522,"children":3523},{"style":2084},[3524],{"type":578,"value":3525},"  /** Clears the current recording state. */\n",{"type":573,"tag":402,"props":3527,"children":3529},{"class":404,"line":3528},94,[3530,3535,3539,3543,3547,3551],{"type":573,"tag":402,"props":3531,"children":3532},{"style":2572},[3533],{"type":578,"value":3534},"  clearRecording",{"type":573,"tag":402,"props":3536,"children":3537},{"style":855},[3538],{"type":578,"value":1255},{"type":573,"tag":402,"props":3540,"children":3541},{"style":855},[3542],{"type":578,"value":3381},{"type":573,"tag":402,"props":3544,"children":3545},{"style":1372},[3546],{"type":578,"value":1375},{"type":573,"tag":402,"props":3548,"children":3549},{"style":878},[3550],{"type":578,"value":1423},{"type":573,"tag":402,"props":3552,"children":3553},{"style":855},[3554],{"type":578,"value":1931},{"type":573,"tag":402,"props":3556,"children":3558},{"class":404,"line":3557},95,[3559],{"type":573,"tag":402,"props":3560,"children":3561},{"style":2084},[3562],{"type":578,"value":3563},"  /** Downloads the recording as a file. */\n",{"type":573,"tag":402,"props":3565,"children":3567},{"class":404,"line":3566},96,[3568,3573,3577,3582,3586,3590,3594,3598,3602,3606],{"type":573,"tag":402,"props":3569,"children":3570},{"style":2572},[3571],{"type":578,"value":3572},"  downloadRecording",{"type":573,"tag":402,"props":3574,"children":3575},{"style":855},[3576],{"type":578,"value":1255},{"type":573,"tag":402,"props":3578,"children":3579},{"style":855},[3580],{"type":578,"value":3581}," (",{"type":573,"tag":402,"props":3583,"children":3584},{"style":1448},[3585],{"type":578,"value":1451},{"type":573,"tag":402,"props":3587,"children":3588},{"style":855},[3589],{"type":578,"value":907},{"type":573,"tag":402,"props":3591,"children":3592},{"style":878},[3593],{"type":578,"value":1460},{"type":573,"tag":402,"props":3595,"children":3596},{"style":855},[3597],{"type":578,"value":1474},{"type":573,"tag":402,"props":3599,"children":3600},{"style":1372},[3601],{"type":578,"value":1375},{"type":573,"tag":402,"props":3603,"children":3604},{"style":878},[3605],{"type":578,"value":1423},{"type":573,"tag":402,"props":3607,"children":3608},{"style":855},[3609],{"type":578,"value":1931},{"type":573,"tag":402,"props":3611,"children":3613},{"class":404,"line":3612},97,[3614],{"type":573,"tag":402,"props":3615,"children":3616},{"style":855},[3617],{"type":578,"value":2829},{"type":573,"tag":402,"props":3619,"children":3621},{"class":404,"line":3620},98,[3622],{"type":573,"tag":402,"props":3623,"children":3624},{"emptyLinePlaceholder":2075},[3625],{"type":578,"value":2078},{"type":573,"tag":402,"props":3627,"children":3629},{"class":404,"line":3628},99,[3630],{"type":573,"tag":402,"props":3631,"children":3632},{"style":2084},[3633],{"type":578,"value":3634},"/**\n",{"type":573,"tag":402,"props":3636,"children":3638},{"class":404,"line":3637},100,[3639],{"type":573,"tag":402,"props":3640,"children":3641},{"style":2084},[3642],{"type":578,"value":3643}," * A comprehensive hook for audio recording with real-time analysis using getUserMedia, MediaRecorder, and Web Audio APIs\n",{"type":573,"tag":402,"props":3645,"children":3647},{"class":404,"line":3646},101,[3648],{"type":573,"tag":402,"props":3649,"children":3650},{"style":2084},[3651],{"type":578,"value":3652}," *\n",{"type":573,"tag":402,"props":3654,"children":3656},{"class":404,"line":3655},102,[3657,3662,3666,3671],{"type":573,"tag":402,"props":3658,"children":3659},{"style":2084},[3660],{"type":578,"value":3661}," * ",{"type":573,"tag":402,"props":3663,"children":3664},{"style":1960},[3665],{"type":578,"value":2545},{"type":573,"tag":402,"props":3667,"children":3668},{"style":2548},[3669],{"type":578,"value":3670},"category",{"type":573,"tag":402,"props":3672,"children":3673},{"style":2084},[3674],{"type":578,"value":3675}," sensors\n",{"type":573,"tag":402,"props":3677,"children":3679},{"class":404,"line":3678},103,[3680,3684,3688,3693,3697,3702,3707,3712,3717,3722],{"type":573,"tag":402,"props":3681,"children":3682},{"style":2084},[3683],{"type":578,"value":3661},{"type":573,"tag":402,"props":3685,"children":3686},{"style":1960},[3687],{"type":578,"value":2545},{"type":573,"tag":402,"props":3689,"children":3690},{"style":2548},[3691],{"type":578,"value":3692},"param",{"type":573,"tag":402,"props":3694,"children":3695},{"style":1960},[3696],{"type":578,"value":1968},{"type":573,"tag":402,"props":3698,"children":3700},{"style":3699},"--shiki-light:#E2931D;--shiki-light-font-style:italic;--shiki-default:#FFCB6B;--shiki-default-font-style:italic;--shiki-dark:#FFCB6B;--shiki-dark-font-style:italic",[3701],{"type":578,"value":867},{"type":573,"tag":402,"props":3703,"children":3704},{"style":1960},[3705],{"type":578,"value":3706},"}",{"type":573,"tag":402,"props":3708,"children":3709},{"style":1960},[3710],{"type":578,"value":3711}," [",{"type":573,"tag":402,"props":3713,"children":3714},{"style":1448},[3715],{"type":578,"value":3716},"options",{"type":573,"tag":402,"props":3718,"children":3719},{"style":1960},[3720],{"type":578,"value":3721},"]",{"type":573,"tag":402,"props":3723,"children":3724},{"style":2084},[3725],{"type":578,"value":3726}," - Configuration options for audio recording.\n",{"type":573,"tag":402,"props":3728,"children":3730},{"class":404,"line":3729},104,[3731,3735,3739,3743,3747,3752,3756],{"type":573,"tag":402,"props":3732,"children":3733},{"style":2084},[3734],{"type":578,"value":3661},{"type":573,"tag":402,"props":3736,"children":3737},{"style":1960},[3738],{"type":578,"value":2545},{"type":573,"tag":402,"props":3740,"children":3741},{"style":2548},[3742],{"type":578,"value":517},{"type":573,"tag":402,"props":3744,"children":3745},{"style":1960},[3746],{"type":578,"value":1968},{"type":573,"tag":402,"props":3748,"children":3749},{"style":3699},[3750],{"type":578,"value":3751},"UseAudioRecorderReturn",{"type":573,"tag":402,"props":3753,"children":3754},{"style":1960},[3755],{"type":578,"value":3706},{"type":573,"tag":402,"props":3757,"children":3758},{"style":2084},[3759],{"type":578,"value":3760}," Object containing recording state, audio data, and control methods.\n",{"type":573,"tag":402,"props":3762,"children":3764},{"class":404,"line":3763},105,[3765,3769,3773,3778],{"type":573,"tag":402,"props":3766,"children":3767},{"style":2084},[3768],{"type":578,"value":3661},{"type":573,"tag":402,"props":3770,"children":3771},{"style":1960},[3772],{"type":578,"value":2545},{"type":573,"tag":402,"props":3774,"children":3775},{"style":2548},[3776],{"type":578,"value":3777},"throws",{"type":573,"tag":402,"props":3779,"children":3780},{"style":2084},[3781],{"type":578,"value":3782}," Will set an error if audio recording is not supported or permission is denied.\n",{"type":573,"tag":402,"props":3784,"children":3786},{"class":404,"line":3785},106,[3787,3791,3795,3800,3805],{"type":573,"tag":402,"props":3788,"children":3789},{"style":2084},[3790],{"type":578,"value":3661},{"type":573,"tag":402,"props":3792,"children":3793},{"style":1960},[3794],{"type":578,"value":2545},{"type":573,"tag":402,"props":3796,"children":3797},{"style":2548},[3798],{"type":578,"value":3799},"see",{"type":573,"tag":402,"props":3801,"children":3802},{"style":3699},[3803],{"type":578,"value":3804}," [Documentation](https:",{"type":573,"tag":402,"props":3806,"children":3807},{"style":2084},[3808],{"type":578,"value":3809},"//sse-hooks.vercel.app/docs/hooks/use-audio-recorder)\n",{"type":573,"tag":402,"props":3811,"children":3813},{"class":404,"line":3812},107,[3814,3818,3822],{"type":573,"tag":402,"props":3815,"children":3816},{"style":2084},[3817],{"type":578,"value":3661},{"type":573,"tag":402,"props":3819,"children":3820},{"style":1960},[3821],{"type":578,"value":2545},{"type":573,"tag":402,"props":3823,"children":3824},{"style":2548},[3825],{"type":578,"value":3826},"public\n",{"type":573,"tag":402,"props":3828,"children":3830},{"class":404,"line":3829},108,[3831],{"type":573,"tag":402,"props":3832,"children":3833},{"style":2084},[3834],{"type":578,"value":3835}," */\n",{"type":573,"tag":402,"props":3837,"children":3839},{"class":404,"line":3838},109,[3840,3844,3849,3854,3859],{"type":573,"tag":402,"props":3841,"children":3842},{"style":1960},[3843],{"type":578,"value":2498},{"type":573,"tag":402,"props":3845,"children":3846},{"style":1372},[3847],{"type":578,"value":3848}," const",{"type":573,"tag":402,"props":3850,"children":3851},{"style":1521},[3852],{"type":578,"value":3853}," useAudioRecorder ",{"type":573,"tag":402,"props":3855,"children":3856},{"style":855},[3857],{"type":578,"value":3858},"=",{"type":573,"tag":402,"props":3860,"children":3861},{"style":1521},[3862],{"type":578,"value":3863}," (\n",{"type":573,"tag":402,"props":3865,"children":3867},{"class":404,"line":3866},110,[3868,3873,3877,3881,3885],{"type":573,"tag":402,"props":3869,"children":3870},{"style":1448},[3871],{"type":578,"value":3872},"  options",{"type":573,"tag":402,"props":3874,"children":3875},{"style":855},[3876],{"type":578,"value":1255},{"type":573,"tag":402,"props":3878,"children":3879},{"style":878},[3880],{"type":578,"value":2508},{"type":573,"tag":402,"props":3882,"children":3883},{"style":855},[3884],{"type":578,"value":1518},{"type":573,"tag":402,"props":3886,"children":3887},{"style":855},[3888],{"type":578,"value":3889}," {},\n",{"type":573,"tag":402,"props":3891,"children":3893},{"class":404,"line":3892},111,[3894,3898,3902,3906,3910],{"type":573,"tag":402,"props":3895,"children":3896},{"style":1521},[3897],{"type":578,"value":1474},{"type":573,"tag":402,"props":3899,"children":3900},{"style":855},[3901],{"type":578,"value":1255},{"type":573,"tag":402,"props":3903,"children":3904},{"style":878},[3905],{"type":578,"value":2999},{"type":573,"tag":402,"props":3907,"children":3908},{"style":1372},[3909],{"type":578,"value":1375},{"type":573,"tag":402,"props":3911,"children":3912},{"style":855},[3913],{"type":578,"value":2513},{"type":573,"tag":402,"props":3915,"children":3917},{"class":404,"line":3916},112,[3918,3923,3927,3932,3936,3941,3945,3950,3954,3959,3963,3968,3972],{"type":573,"tag":402,"props":3919,"children":3920},{"style":1372},[3921],{"type":578,"value":3922},"  const",{"type":573,"tag":402,"props":3924,"children":3925},{"style":855},[3926],{"type":578,"value":1968},{"type":573,"tag":402,"props":3928,"children":3929},{"style":1521},[3930],{"type":578,"value":3931}," audioBitsPerSecond",{"type":573,"tag":402,"props":3933,"children":3934},{"style":855},[3935],{"type":578,"value":1978},{"type":573,"tag":402,"props":3937,"children":3938},{"style":1521},[3939],{"type":578,"value":3940}," mimeType",{"type":573,"tag":402,"props":3942,"children":3943},{"style":855},[3944],{"type":578,"value":1978},{"type":573,"tag":402,"props":3946,"children":3947},{"style":1521},[3948],{"type":578,"value":3949}," timeslice",{"type":573,"tag":402,"props":3951,"children":3952},{"style":855},[3953],{"type":578,"value":1978},{"type":573,"tag":402,"props":3955,"children":3956},{"style":1521},[3957],{"type":578,"value":3958}," enableAnalysis",{"type":573,"tag":402,"props":3960,"children":3961},{"style":855},[3962],{"type":578,"value":1978},{"type":573,"tag":402,"props":3964,"children":3965},{"style":1521},[3966],{"type":578,"value":3967}," fftSize",{"type":573,"tag":402,"props":3969,"children":3970},{"style":855},[3971],{"type":578,"value":2006},{"type":573,"tag":402,"props":3973,"children":3974},{"style":855},[3975],{"type":578,"value":2103},{"type":573,"tag":402,"props":3977,"children":3979},{"class":404,"line":3978},113,[3980,3986,3990,3994,3998,4002,4006,4010],{"type":573,"tag":402,"props":3981,"children":3983},{"style":3982},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[3984],{"type":578,"value":3985},"    withDefaults",{"type":573,"tag":402,"props":3987,"children":3988},{"style":855},[3989],{"type":578,"value":1265},{"type":573,"tag":402,"props":3991,"children":3992},{"style":878},[3993],{"type":578,"value":867},{"type":573,"tag":402,"props":3995,"children":3996},{"style":855},[3997],{"type":578,"value":1275},{"type":573,"tag":402,"props":3999,"children":4000},{"style":2572},[4001],{"type":578,"value":1445},{"type":573,"tag":402,"props":4003,"children":4004},{"style":1521},[4005],{"type":578,"value":3716},{"type":573,"tag":402,"props":4007,"children":4008},{"style":855},[4009],{"type":578,"value":1978},{"type":573,"tag":402,"props":4011,"children":4012},{"style":855},[4013],{"type":578,"value":2513},{"type":573,"tag":402,"props":4015,"children":4017},{"class":404,"line":4016},114,[4018,4023,4027,4033],{"type":573,"tag":402,"props":4019,"children":4020},{"style":2572},[4021],{"type":578,"value":4022},"      audioBitsPerSecond",{"type":573,"tag":402,"props":4024,"children":4025},{"style":855},[4026],{"type":578,"value":1255},{"type":573,"tag":402,"props":4028,"children":4030},{"style":4029},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[4031],{"type":578,"value":4032}," 128000",{"type":573,"tag":402,"props":4034,"children":4035},{"style":855},[4036],{"type":578,"value":4037},",\n",{"type":573,"tag":402,"props":4039,"children":4041},{"class":404,"line":4040},115,[4042,4047,4051,4055,4059,4063],{"type":573,"tag":402,"props":4043,"children":4044},{"style":2572},[4045],{"type":578,"value":4046},"      mimeType",{"type":573,"tag":402,"props":4048,"children":4049},{"style":855},[4050],{"type":578,"value":1255},{"type":573,"tag":402,"props":4052,"children":4053},{"style":855},[4054],{"type":578,"value":1537},{"type":573,"tag":402,"props":4056,"children":4057},{"style":1540},[4058],{"type":578,"value":1543},{"type":573,"tag":402,"props":4060,"children":4061},{"style":855},[4062],{"type":578,"value":1926},{"type":573,"tag":402,"props":4064,"children":4065},{"style":855},[4066],{"type":578,"value":4037},{"type":573,"tag":402,"props":4068,"children":4070},{"class":404,"line":4069},116,[4071,4076,4080,4086],{"type":573,"tag":402,"props":4072,"children":4073},{"style":2572},[4074],{"type":578,"value":4075},"      enableAnalysis",{"type":573,"tag":402,"props":4077,"children":4078},{"style":855},[4079],{"type":578,"value":1255},{"type":573,"tag":402,"props":4081,"children":4083},{"style":4082},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[4084],{"type":578,"value":4085}," false",{"type":573,"tag":402,"props":4087,"children":4088},{"style":855},[4089],{"type":578,"value":4037},{"type":573,"tag":402,"props":4091,"children":4093},{"class":404,"line":4092},117,[4094,4099,4103,4108],{"type":573,"tag":402,"props":4095,"children":4096},{"style":2572},[4097],{"type":578,"value":4098},"      fftSize",{"type":573,"tag":402,"props":4100,"children":4101},{"style":855},[4102],{"type":578,"value":1255},{"type":573,"tag":402,"props":4104,"children":4105},{"style":4029},[4106],{"type":578,"value":4107}," 2048",{"type":573,"tag":402,"props":4109,"children":4110},{"style":855},[4111],{"type":578,"value":4037},{"type":573,"tag":402,"props":4113,"children":4115},{"class":404,"line":4114},118,[4116,4121,4125],{"type":573,"tag":402,"props":4117,"children":4118},{"style":855},[4119],{"type":578,"value":4120},"    }",{"type":573,"tag":402,"props":4122,"children":4123},{"style":2572},[4124],{"type":578,"value":1474},{"type":573,"tag":402,"props":4126,"children":4127},{"style":855},[4128],{"type":578,"value":1931},{"type":573,"tag":402,"props":4130,"children":4132},{"class":404,"line":4131},119,[4133],{"type":573,"tag":402,"props":4134,"children":4135},{"emptyLinePlaceholder":2075},[4136],{"type":578,"value":2078},{"type":573,"tag":402,"props":4138,"children":4140},{"class":404,"line":4139},120,[4141,4145,4149,4154,4158,4163,4167,4171,4175,4179,4184,4188],{"type":573,"tag":402,"props":4142,"children":4143},{"style":1372},[4144],{"type":578,"value":3922},{"type":573,"tag":402,"props":4146,"children":4147},{"style":855},[4148],{"type":578,"value":3711},{"type":573,"tag":402,"props":4150,"children":4151},{"style":1521},[4152],{"type":578,"value":4153},"isRecording",{"type":573,"tag":402,"props":4155,"children":4156},{"style":855},[4157],{"type":578,"value":1978},{"type":573,"tag":402,"props":4159,"children":4160},{"style":1521},[4161],{"type":578,"value":4162}," setIsRecording",{"type":573,"tag":402,"props":4164,"children":4165},{"style":855},[4166],{"type":578,"value":3721},{"type":573,"tag":402,"props":4168,"children":4169},{"style":855},[4170],{"type":578,"value":1518},{"type":573,"tag":402,"props":4172,"children":4173},{"style":3982},[4174],{"type":578,"value":1973},{"type":573,"tag":402,"props":4176,"children":4177},{"style":2572},[4178],{"type":578,"value":1445},{"type":573,"tag":402,"props":4180,"children":4181},{"style":4082},[4182],{"type":578,"value":4183},"false",{"type":573,"tag":402,"props":4185,"children":4186},{"style":2572},[4187],{"type":578,"value":1474},{"type":573,"tag":402,"props":4189,"children":4190},{"style":855},[4191],{"type":578,"value":1931},{"type":573,"tag":402,"props":4193,"children":4195},{"class":404,"line":4194},121,[4196,4200,4204,4209,4213,4218,4222,4226,4230,4234,4238,4242],{"type":573,"tag":402,"props":4197,"children":4198},{"style":1372},[4199],{"type":578,"value":3922},{"type":573,"tag":402,"props":4201,"children":4202},{"style":855},[4203],{"type":578,"value":3711},{"type":573,"tag":402,"props":4205,"children":4206},{"style":1521},[4207],{"type":578,"value":4208},"isPaused",{"type":573,"tag":402,"props":4210,"children":4211},{"style":855},[4212],{"type":578,"value":1978},{"type":573,"tag":402,"props":4214,"children":4215},{"style":1521},[4216],{"type":578,"value":4217}," setIsPaused",{"type":573,"tag":402,"props":4219,"children":4220},{"style":855},[4221],{"type":578,"value":3721},{"type":573,"tag":402,"props":4223,"children":4224},{"style":855},[4225],{"type":578,"value":1518},{"type":573,"tag":402,"props":4227,"children":4228},{"style":3982},[4229],{"type":578,"value":1973},{"type":573,"tag":402,"props":4231,"children":4232},{"style":2572},[4233],{"type":578,"value":1445},{"type":573,"tag":402,"props":4235,"children":4236},{"style":4082},[4237],{"type":578,"value":4183},{"type":573,"tag":402,"props":4239,"children":4240},{"style":2572},[4241],{"type":578,"value":1474},{"type":573,"tag":402,"props":4243,"children":4244},{"style":855},[4245],{"type":578,"value":1931},{"type":573,"tag":402,"props":4247,"children":4249},{"class":404,"line":4248},122,[4250,4254,4258,4263,4267,4272,4276,4280,4284,4288,4292,4296,4300,4304,4308,4313,4317],{"type":573,"tag":402,"props":4251,"children":4252},{"style":1372},[4253],{"type":578,"value":3922},{"type":573,"tag":402,"props":4255,"children":4256},{"style":855},[4257],{"type":578,"value":3711},{"type":573,"tag":402,"props":4259,"children":4260},{"style":1521},[4261],{"type":578,"value":4262},"stream",{"type":573,"tag":402,"props":4264,"children":4265},{"style":855},[4266],{"type":578,"value":1978},{"type":573,"tag":402,"props":4268,"children":4269},{"style":1521},[4270],{"type":578,"value":4271}," setStream",{"type":573,"tag":402,"props":4273,"children":4274},{"style":855},[4275],{"type":578,"value":3721},{"type":573,"tag":402,"props":4277,"children":4278},{"style":855},[4279],{"type":578,"value":1518},{"type":573,"tag":402,"props":4281,"children":4282},{"style":3982},[4283],{"type":578,"value":1973},{"type":573,"tag":402,"props":4285,"children":4286},{"style":855},[4287],{"type":578,"value":1265},{"type":573,"tag":402,"props":4289,"children":4290},{"style":878},[4291],{"type":578,"value":1077},{"type":573,"tag":402,"props":4293,"children":4294},{"style":855},[4295],{"type":578,"value":1082},{"type":573,"tag":402,"props":4297,"children":4298},{"style":878},[4299],{"type":578,"value":1087},{"type":573,"tag":402,"props":4301,"children":4302},{"style":855},[4303],{"type":578,"value":1275},{"type":573,"tag":402,"props":4305,"children":4306},{"style":2572},[4307],{"type":578,"value":1445},{"type":573,"tag":402,"props":4309,"children":4310},{"style":855},[4311],{"type":578,"value":4312},"null",{"type":573,"tag":402,"props":4314,"children":4315},{"style":2572},[4316],{"type":578,"value":1474},{"type":573,"tag":402,"props":4318,"children":4319},{"style":855},[4320],{"type":578,"value":1931},{"type":573,"tag":402,"props":4322,"children":4324},{"class":404,"line":4323},123,[4325,4329,4333,4338,4342,4347,4351,4355,4359,4363,4367,4371,4375,4379],{"type":573,"tag":402,"props":4326,"children":4327},{"style":1372},[4328],{"type":578,"value":3922},{"type":573,"tag":402,"props":4330,"children":4331},{"style":855},[4332],{"type":578,"value":3711},{"type":573,"tag":402,"props":4334,"children":4335},{"style":1521},[4336],{"type":578,"value":4337},"mediaRecorder",{"type":573,"tag":402,"props":4339,"children":4340},{"style":855},[4341],{"type":578,"value":1978},{"type":573,"tag":402,"props":4343,"children":4344},{"style":1521},[4345],{"type":578,"value":4346}," setMediaRecorder",{"type":573,"tag":402,"props":4348,"children":4349},{"style":855},[4350],{"type":578,"value":3721},{"type":573,"tag":402,"props":4352,"children":4353},{"style":855},[4354],{"type":578,"value":1518},{"type":573,"tag":402,"props":4356,"children":4357},{"style":3982},[4358],{"type":578,"value":1973},{"type":573,"tag":402,"props":4360,"children":4361},{"style":855},[4362],{"type":578,"value":1265},{"type":573,"tag":402,"props":4364,"children":4365},{"style":878},[4366],{"type":578,"value":1109},{"type":573,"tag":402,"props":4368,"children":4369},{"style":855},[4370],{"type":578,"value":1082},{"type":573,"tag":402,"props":4372,"children":4373},{"style":878},[4374],{"type":578,"value":1087},{"type":573,"tag":402,"props":4376,"children":4377},{"style":855},[4378],{"type":578,"value":1275},{"type":573,"tag":402,"props":4380,"children":4381},{"style":2572},[4382],{"type":578,"value":4383},"(\n",{"type":573,"tag":402,"props":4385,"children":4387},{"class":404,"line":4386},124,[4388],{"type":573,"tag":402,"props":4389,"children":4390},{"style":855},[4391],{"type":578,"value":4392},"    null,\n",{"type":573,"tag":402,"props":4394,"children":4396},{"class":404,"line":4395},125,[4397,4402],{"type":573,"tag":402,"props":4398,"children":4399},{"style":2572},[4400],{"type":578,"value":4401},"  )",{"type":573,"tag":402,"props":4403,"children":4404},{"style":855},[4405],{"type":578,"value":1931},{"type":573,"tag":402,"props":4407,"children":4409},{"class":404,"line":4408},126,[4410,4414,4418,4423,4427,4432,4436,4440,4444,4448,4452,4456,4460,4464,4468,4472,4476],{"type":573,"tag":402,"props":4411,"children":4412},{"style":1372},[4413],{"type":578,"value":3922},{"type":573,"tag":402,"props":4415,"children":4416},{"style":855},[4417],{"type":578,"value":3711},{"type":573,"tag":402,"props":4419,"children":4420},{"style":1521},[4421],{"type":578,"value":4422},"audioBlob",{"type":573,"tag":402,"props":4424,"children":4425},{"style":855},[4426],{"type":578,"value":1978},{"type":573,"tag":402,"props":4428,"children":4429},{"style":1521},[4430],{"type":578,"value":4431}," setAudioBlob",{"type":573,"tag":402,"props":4433,"children":4434},{"style":855},[4435],{"type":578,"value":3721},{"type":573,"tag":402,"props":4437,"children":4438},{"style":855},[4439],{"type":578,"value":1518},{"type":573,"tag":402,"props":4441,"children":4442},{"style":3982},[4443],{"type":578,"value":1973},{"type":573,"tag":402,"props":4445,"children":4446},{"style":855},[4447],{"type":578,"value":1265},{"type":573,"tag":402,"props":4449,"children":4450},{"style":878},[4451],{"type":578,"value":1139},{"type":573,"tag":402,"props":4453,"children":4454},{"style":855},[4455],{"type":578,"value":1082},{"type":573,"tag":402,"props":4457,"children":4458},{"style":878},[4459],{"type":578,"value":1087},{"type":573,"tag":402,"props":4461,"children":4462},{"style":855},[4463],{"type":578,"value":1275},{"type":573,"tag":402,"props":4465,"children":4466},{"style":2572},[4467],{"type":578,"value":1445},{"type":573,"tag":402,"props":4469,"children":4470},{"style":855},[4471],{"type":578,"value":4312},{"type":573,"tag":402,"props":4473,"children":4474},{"style":2572},[4475],{"type":578,"value":1474},{"type":573,"tag":402,"props":4477,"children":4478},{"style":855},[4479],{"type":578,"value":1931},{"type":573,"tag":402,"props":4481,"children":4483},{"class":404,"line":4482},127,[4484,4488,4492,4497,4501,4506,4510,4514,4518,4522,4526,4530,4534,4538,4542,4546,4550],{"type":573,"tag":402,"props":4485,"children":4486},{"style":1372},[4487],{"type":578,"value":3922},{"type":573,"tag":402,"props":4489,"children":4490},{"style":855},[4491],{"type":578,"value":3711},{"type":573,"tag":402,"props":4493,"children":4494},{"style":1521},[4495],{"type":578,"value":4496},"audioUrl",{"type":573,"tag":402,"props":4498,"children":4499},{"style":855},[4500],{"type":578,"value":1978},{"type":573,"tag":402,"props":4502,"children":4503},{"style":1521},[4504],{"type":578,"value":4505}," setAudioUrl",{"type":573,"tag":402,"props":4507,"children":4508},{"style":855},[4509],{"type":578,"value":3721},{"type":573,"tag":402,"props":4511,"children":4512},{"style":855},[4513],{"type":578,"value":1518},{"type":573,"tag":402,"props":4515,"children":4516},{"style":3982},[4517],{"type":578,"value":1973},{"type":573,"tag":402,"props":4519,"children":4520},{"style":855},[4521],{"type":578,"value":1265},{"type":573,"tag":402,"props":4523,"children":4524},{"style":878},[4525],{"type":578,"value":1169},{"type":573,"tag":402,"props":4527,"children":4528},{"style":855},[4529],{"type":578,"value":1082},{"type":573,"tag":402,"props":4531,"children":4532},{"style":878},[4533],{"type":578,"value":1087},{"type":573,"tag":402,"props":4535,"children":4536},{"style":855},[4537],{"type":578,"value":1275},{"type":573,"tag":402,"props":4539,"children":4540},{"style":2572},[4541],{"type":578,"value":1445},{"type":573,"tag":402,"props":4543,"children":4544},{"style":855},[4545],{"type":578,"value":4312},{"type":573,"tag":402,"props":4547,"children":4548},{"style":2572},[4549],{"type":578,"value":1474},{"type":573,"tag":402,"props":4551,"children":4552},{"style":855},[4553],{"type":578,"value":1931},{"type":573,"tag":402,"props":4555,"children":4557},{"class":404,"line":4556},128,[4558,4562,4566,4571,4575,4580,4584,4588,4592,4596,4601,4605],{"type":573,"tag":402,"props":4559,"children":4560},{"style":1372},[4561],{"type":578,"value":3922},{"type":573,"tag":402,"props":4563,"children":4564},{"style":855},[4565],{"type":578,"value":3711},{"type":573,"tag":402,"props":4567,"children":4568},{"style":1521},[4569],{"type":578,"value":4570},"duration",{"type":573,"tag":402,"props":4572,"children":4573},{"style":855},[4574],{"type":578,"value":1978},{"type":573,"tag":402,"props":4576,"children":4577},{"style":1521},[4578],{"type":578,"value":4579}," setDuration",{"type":573,"tag":402,"props":4581,"children":4582},{"style":855},[4583],{"type":578,"value":3721},{"type":573,"tag":402,"props":4585,"children":4586},{"style":855},[4587],{"type":578,"value":1518},{"type":573,"tag":402,"props":4589,"children":4590},{"style":3982},[4591],{"type":578,"value":1973},{"type":573,"tag":402,"props":4593,"children":4594},{"style":2572},[4595],{"type":578,"value":1445},{"type":573,"tag":402,"props":4597,"children":4598},{"style":4029},[4599],{"type":578,"value":4600},"0",{"type":573,"tag":402,"props":4602,"children":4603},{"style":2572},[4604],{"type":578,"value":1474},{"type":573,"tag":402,"props":4606,"children":4607},{"style":855},[4608],{"type":578,"value":1931},{"type":573,"tag":402,"props":4610,"children":4612},{"class":404,"line":4611},129,[4613,4617,4621,4626,4630,4635,4639,4643,4647,4651,4655,4659,4663,4667,4671,4675,4679],{"type":573,"tag":402,"props":4614,"children":4615},{"style":1372},[4616],{"type":578,"value":3922},{"type":573,"tag":402,"props":4618,"children":4619},{"style":855},[4620],{"type":578,"value":3711},{"type":573,"tag":402,"props":4622,"children":4623},{"style":1521},[4624],{"type":578,"value":4625},"error",{"type":573,"tag":402,"props":4627,"children":4628},{"style":855},[4629],{"type":578,"value":1978},{"type":573,"tag":402,"props":4631,"children":4632},{"style":1521},[4633],{"type":578,"value":4634}," setError",{"type":573,"tag":402,"props":4636,"children":4637},{"style":855},[4638],{"type":578,"value":3721},{"type":573,"tag":402,"props":4640,"children":4641},{"style":855},[4642],{"type":578,"value":1518},{"type":573,"tag":402,"props":4644,"children":4645},{"style":3982},[4646],{"type":578,"value":1973},{"type":573,"tag":402,"props":4648,"children":4649},{"style":855},[4650],{"type":578,"value":1265},{"type":573,"tag":402,"props":4652,"children":4653},{"style":878},[4654],{"type":578,"value":1169},{"type":573,"tag":402,"props":4656,"children":4657},{"style":855},[4658],{"type":578,"value":1082},{"type":573,"tag":402,"props":4660,"children":4661},{"style":878},[4662],{"type":578,"value":1087},{"type":573,"tag":402,"props":4664,"children":4665},{"style":855},[4666],{"type":578,"value":1275},{"type":573,"tag":402,"props":4668,"children":4669},{"style":2572},[4670],{"type":578,"value":1445},{"type":573,"tag":402,"props":4672,"children":4673},{"style":855},[4674],{"type":578,"value":4312},{"type":573,"tag":402,"props":4676,"children":4677},{"style":2572},[4678],{"type":578,"value":1474},{"type":573,"tag":402,"props":4680,"children":4681},{"style":855},[4682],{"type":578,"value":1931},{"type":573,"tag":402,"props":4684,"children":4686},{"class":404,"line":4685},130,[4687,4691,4695,4700,4704,4709,4713,4717,4721,4725,4729,4733,4737,4741],{"type":573,"tag":402,"props":4688,"children":4689},{"style":1372},[4690],{"type":578,"value":3922},{"type":573,"tag":402,"props":4692,"children":4693},{"style":855},[4694],{"type":578,"value":3711},{"type":573,"tag":402,"props":4696,"children":4697},{"style":1521},[4698],{"type":578,"value":4699},"analysisData",{"type":573,"tag":402,"props":4701,"children":4702},{"style":855},[4703],{"type":578,"value":1978},{"type":573,"tag":402,"props":4705,"children":4706},{"style":1521},[4707],{"type":578,"value":4708}," setAnalysisData",{"type":573,"tag":402,"props":4710,"children":4711},{"style":855},[4712],{"type":578,"value":3721},{"type":573,"tag":402,"props":4714,"children":4715},{"style":855},[4716],{"type":578,"value":1518},{"type":573,"tag":402,"props":4718,"children":4719},{"style":3982},[4720],{"type":578,"value":1973},{"type":573,"tag":402,"props":4722,"children":4723},{"style":855},[4724],{"type":578,"value":1265},{"type":573,"tag":402,"props":4726,"children":4727},{"style":878},[4728],{"type":578,"value":1220},{"type":573,"tag":402,"props":4730,"children":4731},{"style":855},[4732],{"type":578,"value":1082},{"type":573,"tag":402,"props":4734,"children":4735},{"style":878},[4736],{"type":578,"value":1087},{"type":573,"tag":402,"props":4738,"children":4739},{"style":855},[4740],{"type":578,"value":1275},{"type":573,"tag":402,"props":4742,"children":4743},{"style":2572},[4744],{"type":578,"value":4383},{"type":573,"tag":402,"props":4746,"children":4748},{"class":404,"line":4747},131,[4749],{"type":573,"tag":402,"props":4750,"children":4751},{"style":855},[4752],{"type":578,"value":4392},{"type":573,"tag":402,"props":4754,"children":4756},{"class":404,"line":4755},132,[4757,4761],{"type":573,"tag":402,"props":4758,"children":4759},{"style":2572},[4760],{"type":578,"value":4401},{"type":573,"tag":402,"props":4762,"children":4763},{"style":855},[4764],{"type":578,"value":1931},{"type":573,"tag":402,"props":4766,"children":4768},{"class":404,"line":4767},133,[4769],{"type":573,"tag":402,"props":4770,"children":4771},{"emptyLinePlaceholder":2075},[4772],{"type":578,"value":2078},{"type":573,"tag":402,"props":4774,"children":4776},{"class":404,"line":4775},134,[4777,4781,4786,4790,4794,4798,4802,4807,4811,4816],{"type":573,"tag":402,"props":4778,"children":4779},{"style":1372},[4780],{"type":578,"value":3922},{"type":573,"tag":402,"props":4782,"children":4783},{"style":1521},[4784],{"type":578,"value":4785}," chunksRef",{"type":573,"tag":402,"props":4787,"children":4788},{"style":855},[4789],{"type":578,"value":1518},{"type":573,"tag":402,"props":4791,"children":4792},{"style":3982},[4793],{"type":578,"value":1992},{"type":573,"tag":402,"props":4795,"children":4796},{"style":855},[4797],{"type":578,"value":1265},{"type":573,"tag":402,"props":4799,"children":4800},{"style":878},[4801],{"type":578,"value":1139},{"type":573,"tag":402,"props":4803,"children":4804},{"style":2572},[4805],{"type":578,"value":4806},"[]",{"type":573,"tag":402,"props":4808,"children":4809},{"style":855},[4810],{"type":578,"value":1275},{"type":573,"tag":402,"props":4812,"children":4813},{"style":2572},[4814],{"type":578,"value":4815},"([])",{"type":573,"tag":402,"props":4817,"children":4818},{"style":855},[4819],{"type":578,"value":1931},{"type":573,"tag":402,"props":4821,"children":4823},{"class":404,"line":4822},135,[4824,4828,4833,4837,4841,4845,4849,4853,4857,4861,4865],{"type":573,"tag":402,"props":4825,"children":4826},{"style":1372},[4827],{"type":578,"value":3922},{"type":573,"tag":402,"props":4829,"children":4830},{"style":1521},[4831],{"type":578,"value":4832}," startTimeRef",{"type":573,"tag":402,"props":4834,"children":4835},{"style":855},[4836],{"type":578,"value":1518},{"type":573,"tag":402,"props":4838,"children":4839},{"style":3982},[4840],{"type":578,"value":1992},{"type":573,"tag":402,"props":4842,"children":4843},{"style":855},[4844],{"type":578,"value":1265},{"type":573,"tag":402,"props":4846,"children":4847},{"style":878},[4848],{"type":578,"value":1186},{"type":573,"tag":402,"props":4850,"children":4851},{"style":855},[4852],{"type":578,"value":1275},{"type":573,"tag":402,"props":4854,"children":4855},{"style":2572},[4856],{"type":578,"value":1445},{"type":573,"tag":402,"props":4858,"children":4859},{"style":4029},[4860],{"type":578,"value":4600},{"type":573,"tag":402,"props":4862,"children":4863},{"style":2572},[4864],{"type":578,"value":1474},{"type":573,"tag":402,"props":4866,"children":4867},{"style":855},[4868],{"type":578,"value":1931},{"type":573,"tag":402,"props":4870,"children":4872},{"class":404,"line":4871},136,[4873,4877,4882,4886,4890,4894,4898,4902,4906,4910,4914],{"type":573,"tag":402,"props":4874,"children":4875},{"style":1372},[4876],{"type":578,"value":3922},{"type":573,"tag":402,"props":4878,"children":4879},{"style":1521},[4880],{"type":578,"value":4881}," pausedTimeRef",{"type":573,"tag":402,"props":4883,"children":4884},{"style":855},[4885],{"type":578,"value":1518},{"type":573,"tag":402,"props":4887,"children":4888},{"style":3982},[4889],{"type":578,"value":1992},{"type":573,"tag":402,"props":4891,"children":4892},{"style":855},[4893],{"type":578,"value":1265},{"type":573,"tag":402,"props":4895,"children":4896},{"style":878},[4897],{"type":578,"value":1186},{"type":573,"tag":402,"props":4899,"children":4900},{"style":855},[4901],{"type":578,"value":1275},{"type":573,"tag":402,"props":4903,"children":4904},{"style":2572},[4905],{"type":578,"value":1445},{"type":573,"tag":402,"props":4907,"children":4908},{"style":4029},[4909],{"type":578,"value":4600},{"type":573,"tag":402,"props":4911,"children":4912},{"style":2572},[4913],{"type":578,"value":1474},{"type":573,"tag":402,"props":4915,"children":4916},{"style":855},[4917],{"type":578,"value":1931},{"type":573,"tag":402,"props":4919,"children":4921},{"class":404,"line":4920},137,[4922,4926,4931,4935,4939,4943,4948,4952,4957,4961,4965,4969,4973,4977,4981],{"type":573,"tag":402,"props":4923,"children":4924},{"style":1372},[4925],{"type":578,"value":3922},{"type":573,"tag":402,"props":4927,"children":4928},{"style":1521},[4929],{"type":578,"value":4930}," intervalRef",{"type":573,"tag":402,"props":4932,"children":4933},{"style":855},[4934],{"type":578,"value":1518},{"type":573,"tag":402,"props":4936,"children":4937},{"style":3982},[4938],{"type":578,"value":1992},{"type":573,"tag":402,"props":4940,"children":4941},{"style":855},[4942],{"type":578,"value":1265},{"type":573,"tag":402,"props":4944,"children":4945},{"style":878},[4946],{"type":578,"value":4947},"NodeJS",{"type":573,"tag":402,"props":4949,"children":4950},{"style":855},[4951],{"type":578,"value":618},{"type":573,"tag":402,"props":4953,"children":4954},{"style":878},[4955],{"type":578,"value":4956},"Timeout",{"type":573,"tag":402,"props":4958,"children":4959},{"style":855},[4960],{"type":578,"value":1082},{"type":573,"tag":402,"props":4962,"children":4963},{"style":878},[4964],{"type":578,"value":1087},{"type":573,"tag":402,"props":4966,"children":4967},{"style":855},[4968],{"type":578,"value":1275},{"type":573,"tag":402,"props":4970,"children":4971},{"style":2572},[4972],{"type":578,"value":1445},{"type":573,"tag":402,"props":4974,"children":4975},{"style":855},[4976],{"type":578,"value":4312},{"type":573,"tag":402,"props":4978,"children":4979},{"style":2572},[4980],{"type":578,"value":1474},{"type":573,"tag":402,"props":4982,"children":4983},{"style":855},[4984],{"type":578,"value":1931},{"type":573,"tag":402,"props":4986,"children":4988},{"class":404,"line":4987},138,[4989,4993,4998,5002,5006,5010,5015,5019,5023,5027,5031,5035,5039],{"type":573,"tag":402,"props":4990,"children":4991},{"style":1372},[4992],{"type":578,"value":3922},{"type":573,"tag":402,"props":4994,"children":4995},{"style":1521},[4996],{"type":578,"value":4997}," audioContextRef",{"type":573,"tag":402,"props":4999,"children":5000},{"style":855},[5001],{"type":578,"value":1518},{"type":573,"tag":402,"props":5003,"children":5004},{"style":3982},[5005],{"type":578,"value":1992},{"type":573,"tag":402,"props":5007,"children":5008},{"style":855},[5009],{"type":578,"value":1265},{"type":573,"tag":402,"props":5011,"children":5012},{"style":878},[5013],{"type":578,"value":5014},"AudioContext",{"type":573,"tag":402,"props":5016,"children":5017},{"style":855},[5018],{"type":578,"value":1082},{"type":573,"tag":402,"props":5020,"children":5021},{"style":878},[5022],{"type":578,"value":1087},{"type":573,"tag":402,"props":5024,"children":5025},{"style":855},[5026],{"type":578,"value":1275},{"type":573,"tag":402,"props":5028,"children":5029},{"style":2572},[5030],{"type":578,"value":1445},{"type":573,"tag":402,"props":5032,"children":5033},{"style":855},[5034],{"type":578,"value":4312},{"type":573,"tag":402,"props":5036,"children":5037},{"style":2572},[5038],{"type":578,"value":1474},{"type":573,"tag":402,"props":5040,"children":5041},{"style":855},[5042],{"type":578,"value":1931},{"type":573,"tag":402,"props":5044,"children":5046},{"class":404,"line":5045},139,[5047,5051,5056,5060,5064,5068,5073,5077,5081,5085,5089,5093,5097],{"type":573,"tag":402,"props":5048,"children":5049},{"style":1372},[5050],{"type":578,"value":3922},{"type":573,"tag":402,"props":5052,"children":5053},{"style":1521},[5054],{"type":578,"value":5055}," analyserRef",{"type":573,"tag":402,"props":5057,"children":5058},{"style":855},[5059],{"type":578,"value":1518},{"type":573,"tag":402,"props":5061,"children":5062},{"style":3982},[5063],{"type":578,"value":1992},{"type":573,"tag":402,"props":5065,"children":5066},{"style":855},[5067],{"type":578,"value":1265},{"type":573,"tag":402,"props":5069,"children":5070},{"style":878},[5071],{"type":578,"value":5072},"AnalyserNode",{"type":573,"tag":402,"props":5074,"children":5075},{"style":855},[5076],{"type":578,"value":1082},{"type":573,"tag":402,"props":5078,"children":5079},{"style":878},[5080],{"type":578,"value":1087},{"type":573,"tag":402,"props":5082,"children":5083},{"style":855},[5084],{"type":578,"value":1275},{"type":573,"tag":402,"props":5086,"children":5087},{"style":2572},[5088],{"type":578,"value":1445},{"type":573,"tag":402,"props":5090,"children":5091},{"style":855},[5092],{"type":578,"value":4312},{"type":573,"tag":402,"props":5094,"children":5095},{"style":2572},[5096],{"type":578,"value":1474},{"type":573,"tag":402,"props":5098,"children":5099},{"style":855},[5100],{"type":578,"value":1931},{"type":573,"tag":402,"props":5102,"children":5104},{"class":404,"line":5103},140,[5105,5109,5114,5118,5122,5126,5131,5135,5139,5143,5147,5151,5155],{"type":573,"tag":402,"props":5106,"children":5107},{"style":1372},[5108],{"type":578,"value":3922},{"type":573,"tag":402,"props":5110,"children":5111},{"style":1521},[5112],{"type":578,"value":5113}," sourceRef",{"type":573,"tag":402,"props":5115,"children":5116},{"style":855},[5117],{"type":578,"value":1518},{"type":573,"tag":402,"props":5119,"children":5120},{"style":3982},[5121],{"type":578,"value":1992},{"type":573,"tag":402,"props":5123,"children":5124},{"style":855},[5125],{"type":578,"value":1265},{"type":573,"tag":402,"props":5127,"children":5128},{"style":878},[5129],{"type":578,"value":5130},"MediaStreamAudioSourceNode",{"type":573,"tag":402,"props":5132,"children":5133},{"style":855},[5134],{"type":578,"value":1082},{"type":573,"tag":402,"props":5136,"children":5137},{"style":878},[5138],{"type":578,"value":1087},{"type":573,"tag":402,"props":5140,"children":5141},{"style":855},[5142],{"type":578,"value":1275},{"type":573,"tag":402,"props":5144,"children":5145},{"style":2572},[5146],{"type":578,"value":1445},{"type":573,"tag":402,"props":5148,"children":5149},{"style":855},[5150],{"type":578,"value":4312},{"type":573,"tag":402,"props":5152,"children":5153},{"style":2572},[5154],{"type":578,"value":1474},{"type":573,"tag":402,"props":5156,"children":5157},{"style":855},[5158],{"type":578,"value":1931},{"type":573,"tag":402,"props":5160,"children":5162},{"class":404,"line":5161},141,[5163,5167,5172,5176,5180,5184,5188,5192,5196,5200,5204,5208,5212],{"type":573,"tag":402,"props":5164,"children":5165},{"style":1372},[5166],{"type":578,"value":3922},{"type":573,"tag":402,"props":5168,"children":5169},{"style":1521},[5170],{"type":578,"value":5171}," animationFrameRef",{"type":573,"tag":402,"props":5173,"children":5174},{"style":855},[5175],{"type":578,"value":1518},{"type":573,"tag":402,"props":5177,"children":5178},{"style":3982},[5179],{"type":578,"value":1992},{"type":573,"tag":402,"props":5181,"children":5182},{"style":855},[5183],{"type":578,"value":1265},{"type":573,"tag":402,"props":5185,"children":5186},{"style":878},[5187],{"type":578,"value":1186},{"type":573,"tag":402,"props":5189,"children":5190},{"style":855},[5191],{"type":578,"value":1082},{"type":573,"tag":402,"props":5193,"children":5194},{"style":878},[5195],{"type":578,"value":1087},{"type":573,"tag":402,"props":5197,"children":5198},{"style":855},[5199],{"type":578,"value":1275},{"type":573,"tag":402,"props":5201,"children":5202},{"style":2572},[5203],{"type":578,"value":1445},{"type":573,"tag":402,"props":5205,"children":5206},{"style":855},[5207],{"type":578,"value":4312},{"type":573,"tag":402,"props":5209,"children":5210},{"style":2572},[5211],{"type":578,"value":1474},{"type":573,"tag":402,"props":5213,"children":5214},{"style":855},[5215],{"type":578,"value":1931},{"type":573,"tag":402,"props":5217,"children":5219},{"class":404,"line":5218},142,[5220],{"type":573,"tag":402,"props":5221,"children":5222},{"emptyLinePlaceholder":2075},[5223],{"type":578,"value":2078},{"type":573,"tag":402,"props":5225,"children":5227},{"class":404,"line":5226},143,[5228,5232,5237],{"type":573,"tag":402,"props":5229,"children":5230},{"style":1372},[5231],{"type":578,"value":3922},{"type":573,"tag":402,"props":5233,"children":5234},{"style":1521},[5235],{"type":578,"value":5236}," isSupported",{"type":573,"tag":402,"props":5238,"children":5239},{"style":855},[5240],{"type":578,"value":2103},{"type":573,"tag":402,"props":5242,"children":5244},{"class":404,"line":5243},144,[5245,5250,5255,5260,5264,5269,5273],{"type":573,"tag":402,"props":5246,"children":5247},{"style":855},[5248],{"type":578,"value":5249},"    typeof",{"type":573,"tag":402,"props":5251,"children":5252},{"style":1521},[5253],{"type":578,"value":5254}," navigator",{"type":573,"tag":402,"props":5256,"children":5257},{"style":855},[5258],{"type":578,"value":5259}," !==",{"type":573,"tag":402,"props":5261,"children":5262},{"style":855},[5263],{"type":578,"value":1537},{"type":573,"tag":402,"props":5265,"children":5266},{"style":1540},[5267],{"type":578,"value":5268},"undefined",{"type":573,"tag":402,"props":5270,"children":5271},{"style":855},[5272],{"type":578,"value":1926},{"type":573,"tag":402,"props":5274,"children":5275},{"style":855},[5276],{"type":578,"value":5277}," &&\n",{"type":573,"tag":402,"props":5279,"children":5281},{"class":404,"line":5280},145,[5282,5287,5292,5296,5301],{"type":573,"tag":402,"props":5283,"children":5284},{"style":855},[5285],{"type":578,"value":5286},"    !!",{"type":573,"tag":402,"props":5288,"children":5289},{"style":1521},[5290],{"type":578,"value":5291},"navigator",{"type":573,"tag":402,"props":5293,"children":5294},{"style":855},[5295],{"type":578,"value":618},{"type":573,"tag":402,"props":5297,"children":5298},{"style":1521},[5299],{"type":578,"value":5300},"mediaDevices",{"type":573,"tag":402,"props":5302,"children":5303},{"style":855},[5304],{"type":578,"value":5277},{"type":573,"tag":402,"props":5306,"children":5308},{"class":404,"line":5307},146,[5309,5313,5317,5321,5325,5329,5334],{"type":573,"tag":402,"props":5310,"children":5311},{"style":855},[5312],{"type":578,"value":5286},{"type":573,"tag":402,"props":5314,"children":5315},{"style":1521},[5316],{"type":578,"value":5291},{"type":573,"tag":402,"props":5318,"children":5319},{"style":855},[5320],{"type":578,"value":618},{"type":573,"tag":402,"props":5322,"children":5323},{"style":1521},[5324],{"type":578,"value":5300},{"type":573,"tag":402,"props":5326,"children":5327},{"style":855},[5328],{"type":578,"value":618},{"type":573,"tag":402,"props":5330,"children":5331},{"style":1521},[5332],{"type":578,"value":5333},"getUserMedia",{"type":573,"tag":402,"props":5335,"children":5336},{"style":855},[5337],{"type":578,"value":5277},{"type":573,"tag":402,"props":5339,"children":5341},{"class":404,"line":5340},147,[5342,5346,5351,5355,5359],{"type":573,"tag":402,"props":5343,"children":5344},{"style":855},[5345],{"type":578,"value":5286},{"type":573,"tag":402,"props":5347,"children":5348},{"style":1521},[5349],{"type":578,"value":5350},"window",{"type":573,"tag":402,"props":5352,"children":5353},{"style":855},[5354],{"type":578,"value":618},{"type":573,"tag":402,"props":5356,"children":5357},{"style":1521},[5358],{"type":578,"value":1109},{"type":573,"tag":402,"props":5360,"children":5361},{"style":855},[5362],{"type":578,"value":1931},{"type":573,"tag":402,"props":5364,"children":5366},{"class":404,"line":5365},148,[5367],{"type":573,"tag":402,"props":5368,"children":5369},{"emptyLinePlaceholder":2075},[5370],{"type":578,"value":2078},{"type":573,"tag":402,"props":5372,"children":5374},{"class":404,"line":5373},149,[5375,5379,5384,5388,5392,5396,5400,5404],{"type":573,"tag":402,"props":5376,"children":5377},{"style":1372},[5378],{"type":578,"value":3922},{"type":573,"tag":402,"props":5380,"children":5381},{"style":1521},[5382],{"type":578,"value":5383}," updateDuration",{"type":573,"tag":402,"props":5385,"children":5386},{"style":855},[5387],{"type":578,"value":1518},{"type":573,"tag":402,"props":5389,"children":5390},{"style":3982},[5391],{"type":578,"value":2001},{"type":573,"tag":402,"props":5393,"children":5394},{"style":2572},[5395],{"type":578,"value":1445},{"type":573,"tag":402,"props":5397,"children":5398},{"style":855},[5399],{"type":578,"value":1369},{"type":573,"tag":402,"props":5401,"children":5402},{"style":1372},[5403],{"type":578,"value":1375},{"type":573,"tag":402,"props":5405,"children":5406},{"style":855},[5407],{"type":578,"value":2513},{"type":573,"tag":402,"props":5409,"children":5411},{"class":404,"line":5410},150,[5412,5417,5421,5426,5430,5435,5440],{"type":573,"tag":402,"props":5413,"children":5414},{"style":1960},[5415],{"type":578,"value":5416},"    if",{"type":573,"tag":402,"props":5418,"children":5419},{"style":2572},[5420],{"type":578,"value":3581},{"type":573,"tag":402,"props":5422,"children":5423},{"style":1521},[5424],{"type":578,"value":5425},"startTimeRef",{"type":573,"tag":402,"props":5427,"children":5428},{"style":855},[5429],{"type":578,"value":618},{"type":573,"tag":402,"props":5431,"children":5432},{"style":1521},[5433],{"type":578,"value":5434},"current",{"type":573,"tag":402,"props":5436,"children":5437},{"style":2572},[5438],{"type":578,"value":5439},") ",{"type":573,"tag":402,"props":5441,"children":5442},{"style":855},[5443],{"type":578,"value":5444},"{\n",{"type":573,"tag":402,"props":5446,"children":5448},{"class":404,"line":5447},151,[5449,5454,5459,5463,5468,5472,5477,5482,5487,5491,5495,5499,5504,5508,5512,5516],{"type":573,"tag":402,"props":5450,"children":5451},{"style":1372},[5452],{"type":578,"value":5453},"      const",{"type":573,"tag":402,"props":5455,"children":5456},{"style":1521},[5457],{"type":578,"value":5458}," elapsed",{"type":573,"tag":402,"props":5460,"children":5461},{"style":855},[5462],{"type":578,"value":1518},{"type":573,"tag":402,"props":5464,"children":5465},{"style":1521},[5466],{"type":578,"value":5467}," Date",{"type":573,"tag":402,"props":5469,"children":5470},{"style":855},[5471],{"type":578,"value":618},{"type":573,"tag":402,"props":5473,"children":5474},{"style":3982},[5475],{"type":578,"value":5476},"now",{"type":573,"tag":402,"props":5478,"children":5479},{"style":2572},[5480],{"type":578,"value":5481},"() ",{"type":573,"tag":402,"props":5483,"children":5484},{"style":855},[5485],{"type":578,"value":5486},"-",{"type":573,"tag":402,"props":5488,"children":5489},{"style":1521},[5490],{"type":578,"value":4832},{"type":573,"tag":402,"props":5492,"children":5493},{"style":855},[5494],{"type":578,"value":618},{"type":573,"tag":402,"props":5496,"children":5497},{"style":1521},[5498],{"type":578,"value":5434},{"type":573,"tag":402,"props":5500,"children":5501},{"style":855},[5502],{"type":578,"value":5503}," -",{"type":573,"tag":402,"props":5505,"children":5506},{"style":1521},[5507],{"type":578,"value":4881},{"type":573,"tag":402,"props":5509,"children":5510},{"style":855},[5511],{"type":578,"value":618},{"type":573,"tag":402,"props":5513,"children":5514},{"style":1521},[5515],{"type":578,"value":5434},{"type":573,"tag":402,"props":5517,"children":5518},{"style":855},[5519],{"type":578,"value":1931},{"type":573,"tag":402,"props":5521,"children":5523},{"class":404,"line":5522},152,[5524,5529,5533,5538,5542,5547,5551,5556,5561,5566,5571],{"type":573,"tag":402,"props":5525,"children":5526},{"style":3982},[5527],{"type":578,"value":5528},"      setDuration",{"type":573,"tag":402,"props":5530,"children":5531},{"style":2572},[5532],{"type":578,"value":1445},{"type":573,"tag":402,"props":5534,"children":5535},{"style":1521},[5536],{"type":578,"value":5537},"Math",{"type":573,"tag":402,"props":5539,"children":5540},{"style":855},[5541],{"type":578,"value":618},{"type":573,"tag":402,"props":5543,"children":5544},{"style":3982},[5545],{"type":578,"value":5546},"floor",{"type":573,"tag":402,"props":5548,"children":5549},{"style":2572},[5550],{"type":578,"value":1445},{"type":573,"tag":402,"props":5552,"children":5553},{"style":1521},[5554],{"type":578,"value":5555},"elapsed",{"type":573,"tag":402,"props":5557,"children":5558},{"style":855},[5559],{"type":578,"value":5560}," /",{"type":573,"tag":402,"props":5562,"children":5563},{"style":4029},[5564],{"type":578,"value":5565}," 1000",{"type":573,"tag":402,"props":5567,"children":5568},{"style":2572},[5569],{"type":578,"value":5570},"))",{"type":573,"tag":402,"props":5572,"children":5573},{"style":855},[5574],{"type":578,"value":1931},{"type":573,"tag":402,"props":5576,"children":5578},{"class":404,"line":5577},153,[5579],{"type":573,"tag":402,"props":5580,"children":5581},{"style":855},[5582],{"type":578,"value":5583},"    }\n",{"type":573,"tag":402,"props":5585,"children":5587},{"class":404,"line":5586},154,[5588,5593,5598],{"type":573,"tag":402,"props":5589,"children":5590},{"style":855},[5591],{"type":578,"value":5592},"  },",{"type":573,"tag":402,"props":5594,"children":5595},{"style":2572},[5596],{"type":578,"value":5597}," [])",{"type":573,"tag":402,"props":5599,"children":5600},{"style":855},[5601],{"type":578,"value":1931},{"type":573,"tag":402,"props":5603,"children":5605},{"class":404,"line":5604},155,[5606],{"type":573,"tag":402,"props":5607,"children":5608},{"emptyLinePlaceholder":2075},[5609],{"type":578,"value":2078},{"type":573,"tag":402,"props":5611,"children":5613},{"class":404,"line":5612},156,[5614,5618,5623,5627,5631,5635,5639,5643],{"type":573,"tag":402,"props":5615,"children":5616},{"style":1372},[5617],{"type":578,"value":3922},{"type":573,"tag":402,"props":5619,"children":5620},{"style":1521},[5621],{"type":578,"value":5622}," analyzeAudio",{"type":573,"tag":402,"props":5624,"children":5625},{"style":855},[5626],{"type":578,"value":1518},{"type":573,"tag":402,"props":5628,"children":5629},{"style":3982},[5630],{"type":578,"value":2001},{"type":573,"tag":402,"props":5632,"children":5633},{"style":2572},[5634],{"type":578,"value":1445},{"type":573,"tag":402,"props":5636,"children":5637},{"style":855},[5638],{"type":578,"value":1369},{"type":573,"tag":402,"props":5640,"children":5641},{"style":1372},[5642],{"type":578,"value":1375},{"type":573,"tag":402,"props":5644,"children":5645},{"style":855},[5646],{"type":578,"value":2513},{"type":573,"tag":402,"props":5648,"children":5650},{"class":404,"line":5649},157,[5651,5655,5659,5664,5669,5673,5677,5682,5687,5691,5695,5700],{"type":573,"tag":402,"props":5652,"children":5653},{"style":1960},[5654],{"type":578,"value":5416},{"type":573,"tag":402,"props":5656,"children":5657},{"style":2572},[5658],{"type":578,"value":3581},{"type":573,"tag":402,"props":5660,"children":5661},{"style":855},[5662],{"type":578,"value":5663},"!",{"type":573,"tag":402,"props":5665,"children":5666},{"style":1521},[5667],{"type":578,"value":5668},"analyserRef",{"type":573,"tag":402,"props":5670,"children":5671},{"style":855},[5672],{"type":578,"value":618},{"type":573,"tag":402,"props":5674,"children":5675},{"style":1521},[5676],{"type":578,"value":5434},{"type":573,"tag":402,"props":5678,"children":5679},{"style":855},[5680],{"type":578,"value":5681}," ||",{"type":573,"tag":402,"props":5683,"children":5684},{"style":855},[5685],{"type":578,"value":5686}," !",{"type":573,"tag":402,"props":5688,"children":5689},{"style":1521},[5690],{"type":578,"value":995},{"type":573,"tag":402,"props":5692,"children":5693},{"style":2572},[5694],{"type":578,"value":5439},{"type":573,"tag":402,"props":5696,"children":5697},{"style":1960},[5698],{"type":578,"value":5699},"return",{"type":573,"tag":402,"props":5701,"children":5702},{"style":855},[5703],{"type":578,"value":1931},{"type":573,"tag":402,"props":5705,"children":5707},{"class":404,"line":5706},158,[5708],{"type":573,"tag":402,"props":5709,"children":5710},{"emptyLinePlaceholder":2075},[5711],{"type":578,"value":2078},{"type":573,"tag":402,"props":5713,"children":5715},{"class":404,"line":5714},159,[5716,5721,5726,5730,5735,5739,5743,5747,5751,5755,5759,5764,5768],{"type":573,"tag":402,"props":5717,"children":5718},{"style":1372},[5719],{"type":578,"value":5720},"    const",{"type":573,"tag":402,"props":5722,"children":5723},{"style":1521},[5724],{"type":578,"value":5725}," frequencyData",{"type":573,"tag":402,"props":5727,"children":5728},{"style":855},[5729],{"type":578,"value":1518},{"type":573,"tag":402,"props":5731,"children":5732},{"style":855},[5733],{"type":578,"value":5734}," new",{"type":573,"tag":402,"props":5736,"children":5737},{"style":3982},[5738],{"type":578,"value":1260},{"type":573,"tag":402,"props":5740,"children":5741},{"style":2572},[5742],{"type":578,"value":1445},{"type":573,"tag":402,"props":5744,"children":5745},{"style":1521},[5746],{"type":578,"value":5668},{"type":573,"tag":402,"props":5748,"children":5749},{"style":855},[5750],{"type":578,"value":618},{"type":573,"tag":402,"props":5752,"children":5753},{"style":1521},[5754],{"type":578,"value":5434},{"type":573,"tag":402,"props":5756,"children":5757},{"style":855},[5758],{"type":578,"value":618},{"type":573,"tag":402,"props":5760,"children":5761},{"style":1521},[5762],{"type":578,"value":5763},"frequencyBinCount",{"type":573,"tag":402,"props":5765,"children":5766},{"style":2572},[5767],{"type":578,"value":1474},{"type":573,"tag":402,"props":5769,"children":5770},{"style":855},[5771],{"type":578,"value":1931},{"type":573,"tag":402,"props":5773,"children":5775},{"class":404,"line":5774},160,[5776,5780,5785,5789,5793,5797,5801,5805,5809,5813,5817,5821,5825],{"type":573,"tag":402,"props":5777,"children":5778},{"style":1372},[5779],{"type":578,"value":5720},{"type":573,"tag":402,"props":5781,"children":5782},{"style":1521},[5783],{"type":578,"value":5784}," timeData",{"type":573,"tag":402,"props":5786,"children":5787},{"style":855},[5788],{"type":578,"value":1518},{"type":573,"tag":402,"props":5790,"children":5791},{"style":855},[5792],{"type":578,"value":5734},{"type":573,"tag":402,"props":5794,"children":5795},{"style":3982},[5796],{"type":578,"value":1260},{"type":573,"tag":402,"props":5798,"children":5799},{"style":2572},[5800],{"type":578,"value":1445},{"type":573,"tag":402,"props":5802,"children":5803},{"style":1521},[5804],{"type":578,"value":5668},{"type":573,"tag":402,"props":5806,"children":5807},{"style":855},[5808],{"type":578,"value":618},{"type":573,"tag":402,"props":5810,"children":5811},{"style":1521},[5812],{"type":578,"value":5434},{"type":573,"tag":402,"props":5814,"children":5815},{"style":855},[5816],{"type":578,"value":618},{"type":573,"tag":402,"props":5818,"children":5819},{"style":1521},[5820],{"type":578,"value":1026},{"type":573,"tag":402,"props":5822,"children":5823},{"style":2572},[5824],{"type":578,"value":1474},{"type":573,"tag":402,"props":5826,"children":5827},{"style":855},[5828],{"type":578,"value":1931},{"type":573,"tag":402,"props":5830,"children":5832},{"class":404,"line":5831},161,[5833],{"type":573,"tag":402,"props":5834,"children":5835},{"emptyLinePlaceholder":2075},[5836],{"type":578,"value":2078},{"type":573,"tag":402,"props":5838,"children":5840},{"class":404,"line":5839},162,[5841,5846,5850,5854,5858,5863,5867,5871,5875],{"type":573,"tag":402,"props":5842,"children":5843},{"style":1521},[5844],{"type":578,"value":5845},"    analyserRef",{"type":573,"tag":402,"props":5847,"children":5848},{"style":855},[5849],{"type":578,"value":618},{"type":573,"tag":402,"props":5851,"children":5852},{"style":1521},[5853],{"type":578,"value":5434},{"type":573,"tag":402,"props":5855,"children":5856},{"style":855},[5857],{"type":578,"value":618},{"type":573,"tag":402,"props":5859,"children":5860},{"style":3982},[5861],{"type":578,"value":5862},"getByteFrequencyData",{"type":573,"tag":402,"props":5864,"children":5865},{"style":2572},[5866],{"type":578,"value":1445},{"type":573,"tag":402,"props":5868,"children":5869},{"style":1521},[5870],{"type":578,"value":1250},{"type":573,"tag":402,"props":5872,"children":5873},{"style":2572},[5874],{"type":578,"value":1474},{"type":573,"tag":402,"props":5876,"children":5877},{"style":855},[5878],{"type":578,"value":1931},{"type":573,"tag":402,"props":5880,"children":5882},{"class":404,"line":5881},163,[5883,5887,5891,5895,5899,5904,5908,5912,5916],{"type":573,"tag":402,"props":5884,"children":5885},{"style":1521},[5886],{"type":578,"value":5845},{"type":573,"tag":402,"props":5888,"children":5889},{"style":855},[5890],{"type":578,"value":618},{"type":573,"tag":402,"props":5892,"children":5893},{"style":1521},[5894],{"type":578,"value":5434},{"type":573,"tag":402,"props":5896,"children":5897},{"style":855},[5898],{"type":578,"value":618},{"type":573,"tag":402,"props":5900,"children":5901},{"style":3982},[5902],{"type":578,"value":5903},"getByteTimeDomainData",{"type":573,"tag":402,"props":5905,"children":5906},{"style":2572},[5907],{"type":578,"value":1445},{"type":573,"tag":402,"props":5909,"children":5910},{"style":1521},[5911],{"type":578,"value":1297},{"type":573,"tag":402,"props":5913,"children":5914},{"style":2572},[5915],{"type":578,"value":1474},{"type":573,"tag":402,"props":5917,"children":5918},{"style":855},[5919],{"type":578,"value":1931},{"type":573,"tag":402,"props":5921,"children":5923},{"class":404,"line":5922},164,[5924],{"type":573,"tag":402,"props":5925,"children":5926},{"emptyLinePlaceholder":2075},[5927],{"type":578,"value":2078},{"type":573,"tag":402,"props":5929,"children":5931},{"class":404,"line":5930},165,[5932],{"type":573,"tag":402,"props":5933,"children":5934},{"style":2084},[5935],{"type":578,"value":5936},"    // Calculate volume (RMS)\n",{"type":573,"tag":402,"props":5938,"children":5940},{"class":404,"line":5939},166,[5941,5946,5951,5955,5960],{"type":573,"tag":402,"props":5942,"children":5943},{"style":1372},[5944],{"type":578,"value":5945},"    let",{"type":573,"tag":402,"props":5947,"children":5948},{"style":1521},[5949],{"type":578,"value":5950}," sum",{"type":573,"tag":402,"props":5952,"children":5953},{"style":855},[5954],{"type":578,"value":1518},{"type":573,"tag":402,"props":5956,"children":5957},{"style":4029},[5958],{"type":578,"value":5959}," 0",{"type":573,"tag":402,"props":5961,"children":5962},{"style":855},[5963],{"type":578,"value":1931},{"type":573,"tag":402,"props":5965,"children":5967},{"class":404,"line":5966},167,[5968,5973,5977,5982,5987,5991,5995,6000,6004,6009,6013,6017,6022,6026,6030,6035,6039],{"type":573,"tag":402,"props":5969,"children":5970},{"style":1960},[5971],{"type":578,"value":5972},"    for",{"type":573,"tag":402,"props":5974,"children":5975},{"style":2572},[5976],{"type":578,"value":3581},{"type":573,"tag":402,"props":5978,"children":5979},{"style":1372},[5980],{"type":578,"value":5981},"let",{"type":573,"tag":402,"props":5983,"children":5984},{"style":1521},[5985],{"type":578,"value":5986}," i",{"type":573,"tag":402,"props":5988,"children":5989},{"style":855},[5990],{"type":578,"value":1518},{"type":573,"tag":402,"props":5992,"children":5993},{"style":4029},[5994],{"type":578,"value":5959},{"type":573,"tag":402,"props":5996,"children":5997},{"style":855},[5998],{"type":578,"value":5999},";",{"type":573,"tag":402,"props":6001,"children":6002},{"style":1521},[6003],{"type":578,"value":5986},{"type":573,"tag":402,"props":6005,"children":6006},{"style":855},[6007],{"type":578,"value":6008}," \u003C",{"type":573,"tag":402,"props":6010,"children":6011},{"style":1521},[6012],{"type":578,"value":5784},{"type":573,"tag":402,"props":6014,"children":6015},{"style":855},[6016],{"type":578,"value":618},{"type":573,"tag":402,"props":6018,"children":6019},{"style":1521},[6020],{"type":578,"value":6021},"length",{"type":573,"tag":402,"props":6023,"children":6024},{"style":855},[6025],{"type":578,"value":5999},{"type":573,"tag":402,"props":6027,"children":6028},{"style":1521},[6029],{"type":578,"value":5986},{"type":573,"tag":402,"props":6031,"children":6032},{"style":855},[6033],{"type":578,"value":6034},"++",{"type":573,"tag":402,"props":6036,"children":6037},{"style":2572},[6038],{"type":578,"value":5439},{"type":573,"tag":402,"props":6040,"children":6041},{"style":855},[6042],{"type":578,"value":5444},{"type":573,"tag":402,"props":6044,"children":6046},{"class":404,"line":6045},168,[6047,6051,6056,6060,6065,6069,6074,6079,6084,6089,6093,6097,6101,6106,6110,6115,6119],{"type":573,"tag":402,"props":6048,"children":6049},{"style":1372},[6050],{"type":578,"value":5453},{"type":573,"tag":402,"props":6052,"children":6053},{"style":1521},[6054],{"type":578,"value":6055}," sample",{"type":573,"tag":402,"props":6057,"children":6058},{"style":855},[6059],{"type":578,"value":1518},{"type":573,"tag":402,"props":6061,"children":6062},{"style":2572},[6063],{"type":578,"value":6064}," ((",{"type":573,"tag":402,"props":6066,"children":6067},{"style":1521},[6068],{"type":578,"value":1297},{"type":573,"tag":402,"props":6070,"children":6071},{"style":2572},[6072],{"type":578,"value":6073},"[",{"type":573,"tag":402,"props":6075,"children":6076},{"style":1521},[6077],{"type":578,"value":6078},"i",{"type":573,"tag":402,"props":6080,"children":6081},{"style":2572},[6082],{"type":578,"value":6083},"] ",{"type":573,"tag":402,"props":6085,"children":6086},{"style":855},[6087],{"type":578,"value":6088},"??",{"type":573,"tag":402,"props":6090,"children":6091},{"style":4029},[6092],{"type":578,"value":5959},{"type":573,"tag":402,"props":6094,"children":6095},{"style":2572},[6096],{"type":578,"value":5439},{"type":573,"tag":402,"props":6098,"children":6099},{"style":855},[6100],{"type":578,"value":5486},{"type":573,"tag":402,"props":6102,"children":6103},{"style":4029},[6104],{"type":578,"value":6105}," 128",{"type":573,"tag":402,"props":6107,"children":6108},{"style":2572},[6109],{"type":578,"value":5439},{"type":573,"tag":402,"props":6111,"children":6112},{"style":855},[6113],{"type":578,"value":6114},"/",{"type":573,"tag":402,"props":6116,"children":6117},{"style":4029},[6118],{"type":578,"value":6105},{"type":573,"tag":402,"props":6120,"children":6121},{"style":855},[6122],{"type":578,"value":1931},{"type":573,"tag":402,"props":6124,"children":6126},{"class":404,"line":6125},169,[6127,6132,6137,6141,6146,6150],{"type":573,"tag":402,"props":6128,"children":6129},{"style":1521},[6130],{"type":578,"value":6131},"      sum",{"type":573,"tag":402,"props":6133,"children":6134},{"style":855},[6135],{"type":578,"value":6136}," +=",{"type":573,"tag":402,"props":6138,"children":6139},{"style":1521},[6140],{"type":578,"value":6055},{"type":573,"tag":402,"props":6142,"children":6143},{"style":855},[6144],{"type":578,"value":6145}," *",{"type":573,"tag":402,"props":6147,"children":6148},{"style":1521},[6149],{"type":578,"value":6055},{"type":573,"tag":402,"props":6151,"children":6152},{"style":855},[6153],{"type":578,"value":1931},{"type":573,"tag":402,"props":6155,"children":6157},{"class":404,"line":6156},170,[6158],{"type":573,"tag":402,"props":6159,"children":6160},{"style":855},[6161],{"type":578,"value":5583},{"type":573,"tag":402,"props":6163,"children":6165},{"class":404,"line":6164},171,[6166,6170,6175,6179,6184,6188,6193,6197,6202,6206,6210,6214,6218,6222],{"type":573,"tag":402,"props":6167,"children":6168},{"style":1372},[6169],{"type":578,"value":5720},{"type":573,"tag":402,"props":6171,"children":6172},{"style":1521},[6173],{"type":578,"value":6174}," volume",{"type":573,"tag":402,"props":6176,"children":6177},{"style":855},[6178],{"type":578,"value":1518},{"type":573,"tag":402,"props":6180,"children":6181},{"style":1521},[6182],{"type":578,"value":6183}," Math",{"type":573,"tag":402,"props":6185,"children":6186},{"style":855},[6187],{"type":578,"value":618},{"type":573,"tag":402,"props":6189,"children":6190},{"style":3982},[6191],{"type":578,"value":6192},"sqrt",{"type":573,"tag":402,"props":6194,"children":6195},{"style":2572},[6196],{"type":578,"value":1445},{"type":573,"tag":402,"props":6198,"children":6199},{"style":1521},[6200],{"type":578,"value":6201},"sum",{"type":573,"tag":402,"props":6203,"children":6204},{"style":855},[6205],{"type":578,"value":5560},{"type":573,"tag":402,"props":6207,"children":6208},{"style":1521},[6209],{"type":578,"value":5784},{"type":573,"tag":402,"props":6211,"children":6212},{"style":855},[6213],{"type":578,"value":618},{"type":573,"tag":402,"props":6215,"children":6216},{"style":1521},[6217],{"type":578,"value":6021},{"type":573,"tag":402,"props":6219,"children":6220},{"style":2572},[6221],{"type":578,"value":1474},{"type":573,"tag":402,"props":6223,"children":6224},{"style":855},[6225],{"type":578,"value":1931},{"type":573,"tag":402,"props":6227,"children":6229},{"class":404,"line":6228},172,[6230],{"type":573,"tag":402,"props":6231,"children":6232},{"emptyLinePlaceholder":2075},[6233],{"type":578,"value":2078},{"type":573,"tag":402,"props":6235,"children":6237},{"class":404,"line":6236},173,[6238,6243,6247],{"type":573,"tag":402,"props":6239,"children":6240},{"style":3982},[6241],{"type":578,"value":6242},"    setAnalysisData",{"type":573,"tag":402,"props":6244,"children":6245},{"style":2572},[6246],{"type":578,"value":1445},{"type":573,"tag":402,"props":6248,"children":6249},{"style":855},[6250],{"type":578,"value":5444},{"type":573,"tag":402,"props":6252,"children":6254},{"class":404,"line":6253},174,[6255,6260,6264,6268,6272,6277,6281],{"type":573,"tag":402,"props":6256,"children":6257},{"style":2572},[6258],{"type":578,"value":6259},"      frequencyData",{"type":573,"tag":402,"props":6261,"children":6262},{"style":855},[6263],{"type":578,"value":1255},{"type":573,"tag":402,"props":6265,"children":6266},{"style":1521},[6267],{"type":578,"value":5725},{"type":573,"tag":402,"props":6269,"children":6270},{"style":855},[6271],{"type":578,"value":618},{"type":573,"tag":402,"props":6273,"children":6274},{"style":3982},[6275],{"type":578,"value":6276},"slice",{"type":573,"tag":402,"props":6278,"children":6279},{"style":2572},[6280],{"type":578,"value":1369},{"type":573,"tag":402,"props":6282,"children":6283},{"style":855},[6284],{"type":578,"value":4037},{"type":573,"tag":402,"props":6286,"children":6288},{"class":404,"line":6287},175,[6289,6294,6298,6302,6306,6310,6314],{"type":573,"tag":402,"props":6290,"children":6291},{"style":2572},[6292],{"type":578,"value":6293},"      timeData",{"type":573,"tag":402,"props":6295,"children":6296},{"style":855},[6297],{"type":578,"value":1255},{"type":573,"tag":402,"props":6299,"children":6300},{"style":1521},[6301],{"type":578,"value":5784},{"type":573,"tag":402,"props":6303,"children":6304},{"style":855},[6305],{"type":578,"value":618},{"type":573,"tag":402,"props":6307,"children":6308},{"style":3982},[6309],{"type":578,"value":6276},{"type":573,"tag":402,"props":6311,"children":6312},{"style":2572},[6313],{"type":578,"value":1369},{"type":573,"tag":402,"props":6315,"children":6316},{"style":855},[6317],{"type":578,"value":4037},{"type":573,"tag":402,"props":6319,"children":6321},{"class":404,"line":6320},176,[6322,6327],{"type":573,"tag":402,"props":6323,"children":6324},{"style":1521},[6325],{"type":578,"value":6326},"      volume",{"type":573,"tag":402,"props":6328,"children":6329},{"style":855},[6330],{"type":578,"value":4037},{"type":573,"tag":402,"props":6332,"children":6334},{"class":404,"line":6333},177,[6335,6339,6343],{"type":573,"tag":402,"props":6336,"children":6337},{"style":855},[6338],{"type":578,"value":4120},{"type":573,"tag":402,"props":6340,"children":6341},{"style":2572},[6342],{"type":578,"value":1474},{"type":573,"tag":402,"props":6344,"children":6345},{"style":855},[6346],{"type":578,"value":1931},{"type":573,"tag":402,"props":6348,"children":6350},{"class":404,"line":6349},178,[6351],{"type":573,"tag":402,"props":6352,"children":6353},{"emptyLinePlaceholder":2075},[6354],{"type":578,"value":2078},{"type":573,"tag":402,"props":6356,"children":6358},{"class":404,"line":6357},179,[6359,6363,6367,6371,6376,6380,6384,6388],{"type":573,"tag":402,"props":6360,"children":6361},{"style":1960},[6362],{"type":578,"value":5416},{"type":573,"tag":402,"props":6364,"children":6365},{"style":2572},[6366],{"type":578,"value":3581},{"type":573,"tag":402,"props":6368,"children":6369},{"style":1521},[6370],{"type":578,"value":4153},{"type":573,"tag":402,"props":6372,"children":6373},{"style":855},[6374],{"type":578,"value":6375}," &&",{"type":573,"tag":402,"props":6377,"children":6378},{"style":855},[6379],{"type":578,"value":5686},{"type":573,"tag":402,"props":6381,"children":6382},{"style":1521},[6383],{"type":578,"value":4208},{"type":573,"tag":402,"props":6385,"children":6386},{"style":2572},[6387],{"type":578,"value":5439},{"type":573,"tag":402,"props":6389,"children":6390},{"style":855},[6391],{"type":578,"value":5444},{"type":573,"tag":402,"props":6393,"children":6395},{"class":404,"line":6394},180,[6396,6401,6405,6409,6413,6418,6422,6427,6431],{"type":573,"tag":402,"props":6397,"children":6398},{"style":1521},[6399],{"type":578,"value":6400},"      animationFrameRef",{"type":573,"tag":402,"props":6402,"children":6403},{"style":855},[6404],{"type":578,"value":618},{"type":573,"tag":402,"props":6406,"children":6407},{"style":1521},[6408],{"type":578,"value":5434},{"type":573,"tag":402,"props":6410,"children":6411},{"style":855},[6412],{"type":578,"value":1518},{"type":573,"tag":402,"props":6414,"children":6415},{"style":3982},[6416],{"type":578,"value":6417}," requestAnimationFrame",{"type":573,"tag":402,"props":6419,"children":6420},{"style":2572},[6421],{"type":578,"value":1445},{"type":573,"tag":402,"props":6423,"children":6424},{"style":1521},[6425],{"type":578,"value":6426},"analyzeAudio",{"type":573,"tag":402,"props":6428,"children":6429},{"style":2572},[6430],{"type":578,"value":1474},{"type":573,"tag":402,"props":6432,"children":6433},{"style":855},[6434],{"type":578,"value":1931},{"type":573,"tag":402,"props":6436,"children":6438},{"class":404,"line":6437},181,[6439],{"type":573,"tag":402,"props":6440,"children":6441},{"style":855},[6442],{"type":578,"value":5583},{"type":573,"tag":402,"props":6444,"children":6446},{"class":404,"line":6445},182,[6447,6451,6455,6459,6463,6468,6472,6476,6481],{"type":573,"tag":402,"props":6448,"children":6449},{"style":855},[6450],{"type":578,"value":5592},{"type":573,"tag":402,"props":6452,"children":6453},{"style":2572},[6454],{"type":578,"value":3711},{"type":573,"tag":402,"props":6456,"children":6457},{"style":1521},[6458],{"type":578,"value":4153},{"type":573,"tag":402,"props":6460,"children":6461},{"style":855},[6462],{"type":578,"value":1978},{"type":573,"tag":402,"props":6464,"children":6465},{"style":1521},[6466],{"type":578,"value":6467}," isPaused",{"type":573,"tag":402,"props":6469,"children":6470},{"style":855},[6471],{"type":578,"value":1978},{"type":573,"tag":402,"props":6473,"children":6474},{"style":1521},[6475],{"type":578,"value":3958},{"type":573,"tag":402,"props":6477,"children":6478},{"style":2572},[6479],{"type":578,"value":6480},"])",{"type":573,"tag":402,"props":6482,"children":6483},{"style":855},[6484],{"type":578,"value":1931},{"type":573,"tag":402,"props":6486,"children":6488},{"class":404,"line":6487},183,[6489],{"type":573,"tag":402,"props":6490,"children":6491},{"emptyLinePlaceholder":2075},[6492],{"type":578,"value":2078},{"type":573,"tag":402,"props":6494,"children":6496},{"class":404,"line":6495},184,[6497,6501,6506,6510,6514],{"type":573,"tag":402,"props":6498,"children":6499},{"style":1372},[6500],{"type":578,"value":3922},{"type":573,"tag":402,"props":6502,"children":6503},{"style":1521},[6504],{"type":578,"value":6505}," setupAudioAnalysis",{"type":573,"tag":402,"props":6507,"children":6508},{"style":855},[6509],{"type":578,"value":1518},{"type":573,"tag":402,"props":6511,"children":6512},{"style":3982},[6513],{"type":578,"value":2001},{"type":573,"tag":402,"props":6515,"children":6516},{"style":2572},[6517],{"type":578,"value":4383},{"type":573,"tag":402,"props":6519,"children":6521},{"class":404,"line":6520},185,[6522,6527,6532,6536,6540,6544,6548],{"type":573,"tag":402,"props":6523,"children":6524},{"style":855},[6525],{"type":578,"value":6526},"    (",{"type":573,"tag":402,"props":6528,"children":6529},{"style":1448},[6530],{"type":578,"value":6531},"mediaStream",{"type":573,"tag":402,"props":6533,"children":6534},{"style":855},[6535],{"type":578,"value":1255},{"type":573,"tag":402,"props":6537,"children":6538},{"style":878},[6539],{"type":578,"value":3120},{"type":573,"tag":402,"props":6541,"children":6542},{"style":855},[6543],{"type":578,"value":1474},{"type":573,"tag":402,"props":6545,"children":6546},{"style":1372},[6547],{"type":578,"value":1375},{"type":573,"tag":402,"props":6549,"children":6550},{"style":855},[6551],{"type":578,"value":2513},{"type":573,"tag":402,"props":6553,"children":6555},{"class":404,"line":6554},186,[6556,6561,6565,6569,6573,6577,6581],{"type":573,"tag":402,"props":6557,"children":6558},{"style":1960},[6559],{"type":578,"value":6560},"      if",{"type":573,"tag":402,"props":6562,"children":6563},{"style":2572},[6564],{"type":578,"value":3581},{"type":573,"tag":402,"props":6566,"children":6567},{"style":855},[6568],{"type":578,"value":5663},{"type":573,"tag":402,"props":6570,"children":6571},{"style":1521},[6572],{"type":578,"value":995},{"type":573,"tag":402,"props":6574,"children":6575},{"style":2572},[6576],{"type":578,"value":5439},{"type":573,"tag":402,"props":6578,"children":6579},{"style":1960},[6580],{"type":578,"value":5699},{"type":573,"tag":402,"props":6582,"children":6583},{"style":855},[6584],{"type":578,"value":1931},{"type":573,"tag":402,"props":6586,"children":6588},{"class":404,"line":6587},187,[6589],{"type":573,"tag":402,"props":6590,"children":6591},{"emptyLinePlaceholder":2075},[6592],{"type":578,"value":2078},{"type":573,"tag":402,"props":6594,"children":6596},{"class":404,"line":6595},188,[6597,6602],{"type":573,"tag":402,"props":6598,"children":6599},{"style":1960},[6600],{"type":578,"value":6601},"      try",{"type":573,"tag":402,"props":6603,"children":6604},{"style":855},[6605],{"type":578,"value":2513},{"type":573,"tag":402,"props":6607,"children":6609},{"class":404,"line":6608},189,[6610,6615,6619,6623,6627,6631],{"type":573,"tag":402,"props":6611,"children":6612},{"style":1521},[6613],{"type":578,"value":6614},"        audioContextRef",{"type":573,"tag":402,"props":6616,"children":6617},{"style":855},[6618],{"type":578,"value":618},{"type":573,"tag":402,"props":6620,"children":6621},{"style":1521},[6622],{"type":578,"value":5434},{"type":573,"tag":402,"props":6624,"children":6625},{"style":855},[6626],{"type":578,"value":1518},{"type":573,"tag":402,"props":6628,"children":6629},{"style":855},[6630],{"type":578,"value":5734},{"type":573,"tag":402,"props":6632,"children":6633},{"style":2572},[6634],{"type":578,"value":3863},{"type":573,"tag":402,"props":6636,"children":6638},{"class":404,"line":6637},190,[6639,6644,6648,6652,6656,6660,6664,6669,6674,6678,6682],{"type":573,"tag":402,"props":6640,"children":6641},{"style":1521},[6642],{"type":578,"value":6643},"          window",{"type":573,"tag":402,"props":6645,"children":6646},{"style":855},[6647],{"type":578,"value":618},{"type":573,"tag":402,"props":6649,"children":6650},{"style":1521},[6651],{"type":578,"value":5014},{"type":573,"tag":402,"props":6653,"children":6654},{"style":855},[6655],{"type":578,"value":5681},{"type":573,"tag":402,"props":6657,"children":6658},{"style":2572},[6659],{"type":578,"value":3581},{"type":573,"tag":402,"props":6661,"children":6662},{"style":1521},[6663],{"type":578,"value":5350},{"type":573,"tag":402,"props":6665,"children":6666},{"style":1960},[6667],{"type":578,"value":6668}," as",{"type":573,"tag":402,"props":6670,"children":6671},{"style":878},[6672],{"type":578,"value":6673}," any",{"type":573,"tag":402,"props":6675,"children":6676},{"style":2572},[6677],{"type":578,"value":1474},{"type":573,"tag":402,"props":6679,"children":6680},{"style":855},[6681],{"type":578,"value":618},{"type":573,"tag":402,"props":6683,"children":6684},{"style":1521},[6685],{"type":578,"value":6686},"webkitAudioContext\n",{"type":573,"tag":402,"props":6688,"children":6690},{"class":404,"line":6689},191,[6691,6696],{"type":573,"tag":402,"props":6692,"children":6693},{"style":2572},[6694],{"type":578,"value":6695},"        )()",{"type":573,"tag":402,"props":6697,"children":6698},{"style":855},[6699],{"type":578,"value":1931},{"type":573,"tag":402,"props":6701,"children":6703},{"class":404,"line":6702},192,[6704,6709,6713,6717,6721,6725,6729,6733,6737,6742,6746],{"type":573,"tag":402,"props":6705,"children":6706},{"style":1521},[6707],{"type":578,"value":6708},"        analyserRef",{"type":573,"tag":402,"props":6710,"children":6711},{"style":855},[6712],{"type":578,"value":618},{"type":573,"tag":402,"props":6714,"children":6715},{"style":1521},[6716],{"type":578,"value":5434},{"type":573,"tag":402,"props":6718,"children":6719},{"style":855},[6720],{"type":578,"value":1518},{"type":573,"tag":402,"props":6722,"children":6723},{"style":1521},[6724],{"type":578,"value":4997},{"type":573,"tag":402,"props":6726,"children":6727},{"style":855},[6728],{"type":578,"value":618},{"type":573,"tag":402,"props":6730,"children":6731},{"style":1521},[6732],{"type":578,"value":5434},{"type":573,"tag":402,"props":6734,"children":6735},{"style":855},[6736],{"type":578,"value":618},{"type":573,"tag":402,"props":6738,"children":6739},{"style":3982},[6740],{"type":578,"value":6741},"createAnalyser",{"type":573,"tag":402,"props":6743,"children":6744},{"style":2572},[6745],{"type":578,"value":1369},{"type":573,"tag":402,"props":6747,"children":6748},{"style":855},[6749],{"type":578,"value":1931},{"type":573,"tag":402,"props":6751,"children":6753},{"class":404,"line":6752},193,[6754,6759,6763,6767],{"type":573,"tag":402,"props":6755,"children":6756},{"style":1521},[6757],{"type":578,"value":6758},"        sourceRef",{"type":573,"tag":402,"props":6760,"children":6761},{"style":855},[6762],{"type":578,"value":618},{"type":573,"tag":402,"props":6764,"children":6765},{"style":1521},[6766],{"type":578,"value":5434},{"type":573,"tag":402,"props":6768,"children":6769},{"style":855},[6770],{"type":578,"value":2103},{"type":573,"tag":402,"props":6772,"children":6774},{"class":404,"line":6773},194,[6775,6780,6784,6788,6792,6797,6801,6805,6809],{"type":573,"tag":402,"props":6776,"children":6777},{"style":1521},[6778],{"type":578,"value":6779},"          audioContextRef",{"type":573,"tag":402,"props":6781,"children":6782},{"style":855},[6783],{"type":578,"value":618},{"type":573,"tag":402,"props":6785,"children":6786},{"style":1521},[6787],{"type":578,"value":5434},{"type":573,"tag":402,"props":6789,"children":6790},{"style":855},[6791],{"type":578,"value":618},{"type":573,"tag":402,"props":6793,"children":6794},{"style":3982},[6795],{"type":578,"value":6796},"createMediaStreamSource",{"type":573,"tag":402,"props":6798,"children":6799},{"style":2572},[6800],{"type":578,"value":1445},{"type":573,"tag":402,"props":6802,"children":6803},{"style":1521},[6804],{"type":578,"value":6531},{"type":573,"tag":402,"props":6806,"children":6807},{"style":2572},[6808],{"type":578,"value":1474},{"type":573,"tag":402,"props":6810,"children":6811},{"style":855},[6812],{"type":578,"value":1931},{"type":573,"tag":402,"props":6814,"children":6816},{"class":404,"line":6815},195,[6817],{"type":573,"tag":402,"props":6818,"children":6819},{"emptyLinePlaceholder":2075},[6820],{"type":578,"value":2078},{"type":573,"tag":402,"props":6822,"children":6824},{"class":404,"line":6823},196,[6825,6829,6833,6837,6841,6845,6849,6853],{"type":573,"tag":402,"props":6826,"children":6827},{"style":1521},[6828],{"type":578,"value":6708},{"type":573,"tag":402,"props":6830,"children":6831},{"style":855},[6832],{"type":578,"value":618},{"type":573,"tag":402,"props":6834,"children":6835},{"style":1521},[6836],{"type":578,"value":5434},{"type":573,"tag":402,"props":6838,"children":6839},{"style":855},[6840],{"type":578,"value":618},{"type":573,"tag":402,"props":6842,"children":6843},{"style":1521},[6844],{"type":578,"value":1026},{"type":573,"tag":402,"props":6846,"children":6847},{"style":855},[6848],{"type":578,"value":1518},{"type":573,"tag":402,"props":6850,"children":6851},{"style":1521},[6852],{"type":578,"value":3967},{"type":573,"tag":402,"props":6854,"children":6855},{"style":855},[6856],{"type":578,"value":1931},{"type":573,"tag":402,"props":6858,"children":6860},{"class":404,"line":6859},197,[6861,6865,6869,6873,6877,6882,6886,6891],{"type":573,"tag":402,"props":6862,"children":6863},{"style":1521},[6864],{"type":578,"value":6708},{"type":573,"tag":402,"props":6866,"children":6867},{"style":855},[6868],{"type":578,"value":618},{"type":573,"tag":402,"props":6870,"children":6871},{"style":1521},[6872],{"type":578,"value":5434},{"type":573,"tag":402,"props":6874,"children":6875},{"style":855},[6876],{"type":578,"value":618},{"type":573,"tag":402,"props":6878,"children":6879},{"style":1521},[6880],{"type":578,"value":6881},"smoothingTimeConstant",{"type":573,"tag":402,"props":6883,"children":6884},{"style":855},[6885],{"type":578,"value":1518},{"type":573,"tag":402,"props":6887,"children":6888},{"style":4029},[6889],{"type":578,"value":6890}," 0.8",{"type":573,"tag":402,"props":6892,"children":6893},{"style":855},[6894],{"type":578,"value":1931},{"type":573,"tag":402,"props":6896,"children":6898},{"class":404,"line":6897},198,[6899],{"type":573,"tag":402,"props":6900,"children":6901},{"emptyLinePlaceholder":2075},[6902],{"type":578,"value":2078},{"type":573,"tag":402,"props":6904,"children":6906},{"class":404,"line":6905},199,[6907,6911,6915,6919,6923,6928,6932,6936,6940,6944,6948],{"type":573,"tag":402,"props":6908,"children":6909},{"style":1521},[6910],{"type":578,"value":6758},{"type":573,"tag":402,"props":6912,"children":6913},{"style":855},[6914],{"type":578,"value":618},{"type":573,"tag":402,"props":6916,"children":6917},{"style":1521},[6918],{"type":578,"value":5434},{"type":573,"tag":402,"props":6920,"children":6921},{"style":855},[6922],{"type":578,"value":618},{"type":573,"tag":402,"props":6924,"children":6925},{"style":3982},[6926],{"type":578,"value":6927},"connect",{"type":573,"tag":402,"props":6929,"children":6930},{"style":2572},[6931],{"type":578,"value":1445},{"type":573,"tag":402,"props":6933,"children":6934},{"style":1521},[6935],{"type":578,"value":5668},{"type":573,"tag":402,"props":6937,"children":6938},{"style":855},[6939],{"type":578,"value":618},{"type":573,"tag":402,"props":6941,"children":6942},{"style":1521},[6943],{"type":578,"value":5434},{"type":573,"tag":402,"props":6945,"children":6946},{"style":2572},[6947],{"type":578,"value":1474},{"type":573,"tag":402,"props":6949,"children":6950},{"style":855},[6951],{"type":578,"value":1931},{"type":573,"tag":402,"props":6953,"children":6955},{"class":404,"line":6954},200,[6956],{"type":573,"tag":402,"props":6957,"children":6958},{"emptyLinePlaceholder":2075},[6959],{"type":578,"value":2078},{"type":573,"tag":402,"props":6961,"children":6963},{"class":404,"line":6962},201,[6964,6969,6973],{"type":573,"tag":402,"props":6965,"children":6966},{"style":3982},[6967],{"type":578,"value":6968},"        analyzeAudio",{"type":573,"tag":402,"props":6970,"children":6971},{"style":2572},[6972],{"type":578,"value":1369},{"type":573,"tag":402,"props":6974,"children":6975},{"style":855},[6976],{"type":578,"value":1931},{"type":573,"tag":402,"props":6978,"children":6980},{"class":404,"line":6979},202,[6981,6986,6991,6995,7000,7004],{"type":573,"tag":402,"props":6982,"children":6983},{"style":855},[6984],{"type":578,"value":6985},"      }",{"type":573,"tag":402,"props":6987,"children":6988},{"style":1960},[6989],{"type":578,"value":6990}," catch",{"type":573,"tag":402,"props":6992,"children":6993},{"style":2572},[6994],{"type":578,"value":3581},{"type":573,"tag":402,"props":6996,"children":6997},{"style":1521},[6998],{"type":578,"value":6999},"err",{"type":573,"tag":402,"props":7001,"children":7002},{"style":2572},[7003],{"type":578,"value":5439},{"type":573,"tag":402,"props":7005,"children":7006},{"style":855},[7007],{"type":578,"value":5444},{"type":573,"tag":402,"props":7009,"children":7011},{"class":404,"line":7010},203,[7012,7017,7021,7026,7030,7034,7039,7043,7047,7052,7056],{"type":573,"tag":402,"props":7013,"children":7014},{"style":1521},[7015],{"type":578,"value":7016},"        console",{"type":573,"tag":402,"props":7018,"children":7019},{"style":855},[7020],{"type":578,"value":618},{"type":573,"tag":402,"props":7022,"children":7023},{"style":3982},[7024],{"type":578,"value":7025},"warn",{"type":573,"tag":402,"props":7027,"children":7028},{"style":2572},[7029],{"type":578,"value":1445},{"type":573,"tag":402,"props":7031,"children":7032},{"style":855},[7033],{"type":578,"value":1926},{"type":573,"tag":402,"props":7035,"children":7036},{"style":1540},[7037],{"type":578,"value":7038},"Failed to setup audio analysis:",{"type":573,"tag":402,"props":7040,"children":7041},{"style":855},[7042],{"type":578,"value":1926},{"type":573,"tag":402,"props":7044,"children":7045},{"style":855},[7046],{"type":578,"value":1978},{"type":573,"tag":402,"props":7048,"children":7049},{"style":1521},[7050],{"type":578,"value":7051}," err",{"type":573,"tag":402,"props":7053,"children":7054},{"style":2572},[7055],{"type":578,"value":1474},{"type":573,"tag":402,"props":7057,"children":7058},{"style":855},[7059],{"type":578,"value":1931},{"type":573,"tag":402,"props":7061,"children":7063},{"class":404,"line":7062},204,[7064],{"type":573,"tag":402,"props":7065,"children":7066},{"style":855},[7067],{"type":578,"value":7068},"      }\n",{"type":573,"tag":402,"props":7070,"children":7072},{"class":404,"line":7071},205,[7073],{"type":573,"tag":402,"props":7074,"children":7075},{"style":855},[7076],{"type":578,"value":7077},"    },\n",{"type":573,"tag":402,"props":7079,"children":7081},{"class":404,"line":7080},206,[7082,7087,7091,7095,7099,7103,7107,7111],{"type":573,"tag":402,"props":7083,"children":7084},{"style":2572},[7085],{"type":578,"value":7086},"    [",{"type":573,"tag":402,"props":7088,"children":7089},{"style":1521},[7090],{"type":578,"value":995},{"type":573,"tag":402,"props":7092,"children":7093},{"style":855},[7094],{"type":578,"value":1978},{"type":573,"tag":402,"props":7096,"children":7097},{"style":1521},[7098],{"type":578,"value":3967},{"type":573,"tag":402,"props":7100,"children":7101},{"style":855},[7102],{"type":578,"value":1978},{"type":573,"tag":402,"props":7104,"children":7105},{"style":1521},[7106],{"type":578,"value":5622},{"type":573,"tag":402,"props":7108,"children":7109},{"style":2572},[7110],{"type":578,"value":3721},{"type":573,"tag":402,"props":7112,"children":7113},{"style":855},[7114],{"type":578,"value":4037},{"type":573,"tag":402,"props":7116,"children":7118},{"class":404,"line":7117},207,[7119,7123],{"type":573,"tag":402,"props":7120,"children":7121},{"style":2572},[7122],{"type":578,"value":4401},{"type":573,"tag":402,"props":7124,"children":7125},{"style":855},[7126],{"type":578,"value":1931},{"type":573,"tag":402,"props":7128,"children":7130},{"class":404,"line":7129},208,[7131],{"type":573,"tag":402,"props":7132,"children":7133},{"emptyLinePlaceholder":2075},[7134],{"type":578,"value":2078},{"type":573,"tag":402,"props":7136,"children":7138},{"class":404,"line":7137},209,[7139,7143,7148,7152,7156,7160,7165,7169,7173],{"type":573,"tag":402,"props":7140,"children":7141},{"style":1372},[7142],{"type":578,"value":3922},{"type":573,"tag":402,"props":7144,"children":7145},{"style":1521},[7146],{"type":578,"value":7147}," startRecording",{"type":573,"tag":402,"props":7149,"children":7150},{"style":855},[7151],{"type":578,"value":1518},{"type":573,"tag":402,"props":7153,"children":7154},{"style":3982},[7155],{"type":578,"value":2001},{"type":573,"tag":402,"props":7157,"children":7158},{"style":2572},[7159],{"type":578,"value":1445},{"type":573,"tag":402,"props":7161,"children":7162},{"style":1372},[7163],{"type":578,"value":7164},"async",{"type":573,"tag":402,"props":7166,"children":7167},{"style":855},[7168],{"type":578,"value":3381},{"type":573,"tag":402,"props":7170,"children":7171},{"style":1372},[7172],{"type":578,"value":1375},{"type":573,"tag":402,"props":7174,"children":7175},{"style":855},[7176],{"type":578,"value":2513},{"type":573,"tag":402,"props":7178,"children":7180},{"class":404,"line":7179},210,[7181,7185,7189,7193,7198,7202],{"type":573,"tag":402,"props":7182,"children":7183},{"style":1960},[7184],{"type":578,"value":5416},{"type":573,"tag":402,"props":7186,"children":7187},{"style":2572},[7188],{"type":578,"value":3581},{"type":573,"tag":402,"props":7190,"children":7191},{"style":855},[7192],{"type":578,"value":5663},{"type":573,"tag":402,"props":7194,"children":7195},{"style":1521},[7196],{"type":578,"value":7197},"isSupported",{"type":573,"tag":402,"props":7199,"children":7200},{"style":2572},[7201],{"type":578,"value":5439},{"type":573,"tag":402,"props":7203,"children":7204},{"style":855},[7205],{"type":578,"value":5444},{"type":573,"tag":402,"props":7207,"children":7209},{"class":404,"line":7208},211,[7210,7215,7219,7223,7228,7232,7236],{"type":573,"tag":402,"props":7211,"children":7212},{"style":3982},[7213],{"type":578,"value":7214},"      setError",{"type":573,"tag":402,"props":7216,"children":7217},{"style":2572},[7218],{"type":578,"value":1445},{"type":573,"tag":402,"props":7220,"children":7221},{"style":855},[7222],{"type":578,"value":1926},{"type":573,"tag":402,"props":7224,"children":7225},{"style":1540},[7226],{"type":578,"value":7227},"Audio recording is not supported in this browser",{"type":573,"tag":402,"props":7229,"children":7230},{"style":855},[7231],{"type":578,"value":1926},{"type":573,"tag":402,"props":7233,"children":7234},{"style":2572},[7235],{"type":578,"value":1474},{"type":573,"tag":402,"props":7237,"children":7238},{"style":855},[7239],{"type":578,"value":1931},{"type":573,"tag":402,"props":7241,"children":7243},{"class":404,"line":7242},212,[7244,7249],{"type":573,"tag":402,"props":7245,"children":7246},{"style":1960},[7247],{"type":578,"value":7248},"      return",{"type":573,"tag":402,"props":7250,"children":7251},{"style":855},[7252],{"type":578,"value":1931},{"type":573,"tag":402,"props":7254,"children":7256},{"class":404,"line":7255},213,[7257],{"type":573,"tag":402,"props":7258,"children":7259},{"style":855},[7260],{"type":578,"value":5583},{"type":573,"tag":402,"props":7262,"children":7264},{"class":404,"line":7263},214,[7265],{"type":573,"tag":402,"props":7266,"children":7267},{"emptyLinePlaceholder":2075},[7268],{"type":578,"value":2078},{"type":573,"tag":402,"props":7270,"children":7272},{"class":404,"line":7271},215,[7273,7278],{"type":573,"tag":402,"props":7274,"children":7275},{"style":1960},[7276],{"type":578,"value":7277},"    try",{"type":573,"tag":402,"props":7279,"children":7280},{"style":855},[7281],{"type":578,"value":2513},{"type":573,"tag":402,"props":7283,"children":7285},{"class":404,"line":7284},216,[7286,7290,7294,7298,7302],{"type":573,"tag":402,"props":7287,"children":7288},{"style":3982},[7289],{"type":578,"value":7214},{"type":573,"tag":402,"props":7291,"children":7292},{"style":2572},[7293],{"type":578,"value":1445},{"type":573,"tag":402,"props":7295,"children":7296},{"style":855},[7297],{"type":578,"value":4312},{"type":573,"tag":402,"props":7299,"children":7300},{"style":2572},[7301],{"type":578,"value":1474},{"type":573,"tag":402,"props":7303,"children":7304},{"style":855},[7305],{"type":578,"value":1931},{"type":573,"tag":402,"props":7307,"children":7309},{"class":404,"line":7308},217,[7310,7314,7319,7323,7328,7332,7336,7340,7344,7348,7352],{"type":573,"tag":402,"props":7311,"children":7312},{"style":1372},[7313],{"type":578,"value":5453},{"type":573,"tag":402,"props":7315,"children":7316},{"style":1521},[7317],{"type":578,"value":7318}," mediaStream",{"type":573,"tag":402,"props":7320,"children":7321},{"style":855},[7322],{"type":578,"value":1518},{"type":573,"tag":402,"props":7324,"children":7325},{"style":1960},[7326],{"type":578,"value":7327}," await",{"type":573,"tag":402,"props":7329,"children":7330},{"style":1521},[7331],{"type":578,"value":5254},{"type":573,"tag":402,"props":7333,"children":7334},{"style":855},[7335],{"type":578,"value":618},{"type":573,"tag":402,"props":7337,"children":7338},{"style":1521},[7339],{"type":578,"value":5300},{"type":573,"tag":402,"props":7341,"children":7342},{"style":855},[7343],{"type":578,"value":618},{"type":573,"tag":402,"props":7345,"children":7346},{"style":3982},[7347],{"type":578,"value":5333},{"type":573,"tag":402,"props":7349,"children":7350},{"style":2572},[7351],{"type":578,"value":1445},{"type":573,"tag":402,"props":7353,"children":7354},{"style":855},[7355],{"type":578,"value":5444},{"type":573,"tag":402,"props":7357,"children":7359},{"class":404,"line":7358},218,[7360,7365,7369],{"type":573,"tag":402,"props":7361,"children":7362},{"style":2572},[7363],{"type":578,"value":7364},"        audio",{"type":573,"tag":402,"props":7366,"children":7367},{"style":855},[7368],{"type":578,"value":1255},{"type":573,"tag":402,"props":7370,"children":7371},{"style":855},[7372],{"type":578,"value":2513},{"type":573,"tag":402,"props":7374,"children":7376},{"class":404,"line":7375},219,[7377,7382,7386,7391],{"type":573,"tag":402,"props":7378,"children":7379},{"style":2572},[7380],{"type":578,"value":7381},"          echoCancellation",{"type":573,"tag":402,"props":7383,"children":7384},{"style":855},[7385],{"type":578,"value":1255},{"type":573,"tag":402,"props":7387,"children":7388},{"style":4082},[7389],{"type":578,"value":7390}," true",{"type":573,"tag":402,"props":7392,"children":7393},{"style":855},[7394],{"type":578,"value":4037},{"type":573,"tag":402,"props":7396,"children":7398},{"class":404,"line":7397},220,[7399,7404,7408,7412],{"type":573,"tag":402,"props":7400,"children":7401},{"style":2572},[7402],{"type":578,"value":7403},"          noiseSuppression",{"type":573,"tag":402,"props":7405,"children":7406},{"style":855},[7407],{"type":578,"value":1255},{"type":573,"tag":402,"props":7409,"children":7410},{"style":4082},[7411],{"type":578,"value":7390},{"type":573,"tag":402,"props":7413,"children":7414},{"style":855},[7415],{"type":578,"value":4037},{"type":573,"tag":402,"props":7417,"children":7419},{"class":404,"line":7418},221,[7420,7425,7429,7433],{"type":573,"tag":402,"props":7421,"children":7422},{"style":2572},[7423],{"type":578,"value":7424},"          autoGainControl",{"type":573,"tag":402,"props":7426,"children":7427},{"style":855},[7428],{"type":578,"value":1255},{"type":573,"tag":402,"props":7430,"children":7431},{"style":4082},[7432],{"type":578,"value":7390},{"type":573,"tag":402,"props":7434,"children":7435},{"style":855},[7436],{"type":578,"value":4037},{"type":573,"tag":402,"props":7438,"children":7440},{"class":404,"line":7439},222,[7441],{"type":573,"tag":402,"props":7442,"children":7443},{"style":855},[7444],{"type":578,"value":7445},"        },\n",{"type":573,"tag":402,"props":7447,"children":7449},{"class":404,"line":7448},223,[7450,7454,7458],{"type":573,"tag":402,"props":7451,"children":7452},{"style":855},[7453],{"type":578,"value":6985},{"type":573,"tag":402,"props":7455,"children":7456},{"style":2572},[7457],{"type":578,"value":1474},{"type":573,"tag":402,"props":7459,"children":7460},{"style":855},[7461],{"type":578,"value":1931},{"type":573,"tag":402,"props":7463,"children":7465},{"class":404,"line":7464},224,[7466],{"type":573,"tag":402,"props":7467,"children":7468},{"emptyLinePlaceholder":2075},[7469],{"type":578,"value":2078},{"type":573,"tag":402,"props":7471,"children":7473},{"class":404,"line":7472},225,[7474,7479,7483,7487,7491],{"type":573,"tag":402,"props":7475,"children":7476},{"style":3982},[7477],{"type":578,"value":7478},"      setStream",{"type":573,"tag":402,"props":7480,"children":7481},{"style":2572},[7482],{"type":578,"value":1445},{"type":573,"tag":402,"props":7484,"children":7485},{"style":1521},[7486],{"type":578,"value":6531},{"type":573,"tag":402,"props":7488,"children":7489},{"style":2572},[7490],{"type":578,"value":1474},{"type":573,"tag":402,"props":7492,"children":7493},{"style":855},[7494],{"type":578,"value":1931},{"type":573,"tag":402,"props":7496,"children":7498},{"class":404,"line":7497},226,[7499,7504,7508,7512,7516],{"type":573,"tag":402,"props":7500,"children":7501},{"style":3982},[7502],{"type":578,"value":7503},"      setupAudioAnalysis",{"type":573,"tag":402,"props":7505,"children":7506},{"style":2572},[7507],{"type":578,"value":1445},{"type":573,"tag":402,"props":7509,"children":7510},{"style":1521},[7511],{"type":578,"value":6531},{"type":573,"tag":402,"props":7513,"children":7514},{"style":2572},[7515],{"type":578,"value":1474},{"type":573,"tag":402,"props":7517,"children":7518},{"style":855},[7519],{"type":578,"value":1931},{"type":573,"tag":402,"props":7521,"children":7523},{"class":404,"line":7522},227,[7524],{"type":573,"tag":402,"props":7525,"children":7526},{"emptyLinePlaceholder":2075},[7527],{"type":578,"value":2078},{"type":573,"tag":402,"props":7529,"children":7531},{"class":404,"line":7530},228,[7532,7536,7541,7545,7549,7553,7557,7561,7565],{"type":573,"tag":402,"props":7533,"children":7534},{"style":1372},[7535],{"type":578,"value":5453},{"type":573,"tag":402,"props":7537,"children":7538},{"style":1521},[7539],{"type":578,"value":7540}," recorder",{"type":573,"tag":402,"props":7542,"children":7543},{"style":855},[7544],{"type":578,"value":1518},{"type":573,"tag":402,"props":7546,"children":7547},{"style":855},[7548],{"type":578,"value":5734},{"type":573,"tag":402,"props":7550,"children":7551},{"style":3982},[7552],{"type":578,"value":3159},{"type":573,"tag":402,"props":7554,"children":7555},{"style":2572},[7556],{"type":578,"value":1445},{"type":573,"tag":402,"props":7558,"children":7559},{"style":1521},[7560],{"type":578,"value":6531},{"type":573,"tag":402,"props":7562,"children":7563},{"style":855},[7564],{"type":578,"value":1978},{"type":573,"tag":402,"props":7566,"children":7567},{"style":855},[7568],{"type":578,"value":2513},{"type":573,"tag":402,"props":7570,"children":7572},{"class":404,"line":7571},229,[7573,7578],{"type":573,"tag":402,"props":7574,"children":7575},{"style":1521},[7576],{"type":578,"value":7577},"        audioBitsPerSecond",{"type":573,"tag":402,"props":7579,"children":7580},{"style":855},[7581],{"type":578,"value":4037},{"type":573,"tag":402,"props":7583,"children":7585},{"class":404,"line":7584},230,[7586,7591,7595,7599,7603,7608,7612,7616],{"type":573,"tag":402,"props":7587,"children":7588},{"style":2572},[7589],{"type":578,"value":7590},"        mimeType",{"type":573,"tag":402,"props":7592,"children":7593},{"style":855},[7594],{"type":578,"value":1255},{"type":573,"tag":402,"props":7596,"children":7597},{"style":1521},[7598],{"type":578,"value":3159},{"type":573,"tag":402,"props":7600,"children":7601},{"style":855},[7602],{"type":578,"value":618},{"type":573,"tag":402,"props":7604,"children":7605},{"style":3982},[7606],{"type":578,"value":7607},"isTypeSupported",{"type":573,"tag":402,"props":7609,"children":7610},{"style":2572},[7611],{"type":578,"value":1445},{"type":573,"tag":402,"props":7613,"children":7614},{"style":1521},[7615],{"type":578,"value":934},{"type":573,"tag":402,"props":7617,"children":7618},{"style":2572},[7619],{"type":578,"value":7620},")\n",{"type":573,"tag":402,"props":7622,"children":7624},{"class":404,"line":7623},231,[7625,7630],{"type":573,"tag":402,"props":7626,"children":7627},{"style":855},[7628],{"type":578,"value":7629},"          ?",{"type":573,"tag":402,"props":7631,"children":7632},{"style":1521},[7633],{"type":578,"value":7634}," mimeType\n",{"type":573,"tag":402,"props":7636,"children":7638},{"class":404,"line":7637},232,[7639,7644,7648,7652,7656],{"type":573,"tag":402,"props":7640,"children":7641},{"style":855},[7642],{"type":578,"value":7643},"          :",{"type":573,"tag":402,"props":7645,"children":7646},{"style":855},[7647],{"type":578,"value":1537},{"type":573,"tag":402,"props":7649,"children":7650},{"style":1540},[7651],{"type":578,"value":1543},{"type":573,"tag":402,"props":7653,"children":7654},{"style":855},[7655],{"type":578,"value":1926},{"type":573,"tag":402,"props":7657,"children":7658},{"style":855},[7659],{"type":578,"value":4037},{"type":573,"tag":402,"props":7661,"children":7663},{"class":404,"line":7662},233,[7664,7668,7672],{"type":573,"tag":402,"props":7665,"children":7666},{"style":855},[7667],{"type":578,"value":6985},{"type":573,"tag":402,"props":7669,"children":7670},{"style":2572},[7671],{"type":578,"value":1474},{"type":573,"tag":402,"props":7673,"children":7674},{"style":855},[7675],{"type":578,"value":1931},{"type":573,"tag":402,"props":7677,"children":7679},{"class":404,"line":7678},234,[7680],{"type":573,"tag":402,"props":7681,"children":7682},{"emptyLinePlaceholder":2075},[7683],{"type":578,"value":2078},{"type":573,"tag":402,"props":7685,"children":7687},{"class":404,"line":7686},235,[7688,7693,7697,7701,7705,7710],{"type":573,"tag":402,"props":7689,"children":7690},{"style":1521},[7691],{"type":578,"value":7692},"      chunksRef",{"type":573,"tag":402,"props":7694,"children":7695},{"style":855},[7696],{"type":578,"value":618},{"type":573,"tag":402,"props":7698,"children":7699},{"style":1521},[7700],{"type":578,"value":5434},{"type":573,"tag":402,"props":7702,"children":7703},{"style":855},[7704],{"type":578,"value":1518},{"type":573,"tag":402,"props":7706,"children":7707},{"style":2572},[7708],{"type":578,"value":7709}," []",{"type":573,"tag":402,"props":7711,"children":7712},{"style":855},[7713],{"type":578,"value":1931},{"type":573,"tag":402,"props":7715,"children":7717},{"class":404,"line":7716},236,[7718],{"type":573,"tag":402,"props":7719,"children":7720},{"emptyLinePlaceholder":2075},[7721],{"type":578,"value":2078},{"type":573,"tag":402,"props":7723,"children":7725},{"class":404,"line":7724},237,[7726,7731,7735,7740,7744,7748,7753,7757,7761],{"type":573,"tag":402,"props":7727,"children":7728},{"style":1521},[7729],{"type":578,"value":7730},"      recorder",{"type":573,"tag":402,"props":7732,"children":7733},{"style":855},[7734],{"type":578,"value":618},{"type":573,"tag":402,"props":7736,"children":7737},{"style":3982},[7738],{"type":578,"value":7739},"ondataavailable",{"type":573,"tag":402,"props":7741,"children":7742},{"style":855},[7743],{"type":578,"value":1518},{"type":573,"tag":402,"props":7745,"children":7746},{"style":855},[7747],{"type":578,"value":3581},{"type":573,"tag":402,"props":7749,"children":7750},{"style":1448},[7751],{"type":578,"value":7752},"event",{"type":573,"tag":402,"props":7754,"children":7755},{"style":855},[7756],{"type":578,"value":1474},{"type":573,"tag":402,"props":7758,"children":7759},{"style":1372},[7760],{"type":578,"value":1375},{"type":573,"tag":402,"props":7762,"children":7763},{"style":855},[7764],{"type":578,"value":2513},{"type":573,"tag":402,"props":7766,"children":7768},{"class":404,"line":7767},238,[7769,7774,7778,7782,7786,7791,7795,7800,7805,7809,7813],{"type":573,"tag":402,"props":7770,"children":7771},{"style":1960},[7772],{"type":578,"value":7773},"        if",{"type":573,"tag":402,"props":7775,"children":7776},{"style":2572},[7777],{"type":578,"value":3581},{"type":573,"tag":402,"props":7779,"children":7780},{"style":1521},[7781],{"type":578,"value":7752},{"type":573,"tag":402,"props":7783,"children":7784},{"style":855},[7785],{"type":578,"value":618},{"type":573,"tag":402,"props":7787,"children":7788},{"style":1521},[7789],{"type":578,"value":7790},"data",{"type":573,"tag":402,"props":7792,"children":7793},{"style":855},[7794],{"type":578,"value":618},{"type":573,"tag":402,"props":7796,"children":7797},{"style":1521},[7798],{"type":578,"value":7799},"size",{"type":573,"tag":402,"props":7801,"children":7802},{"style":855},[7803],{"type":578,"value":7804}," >",{"type":573,"tag":402,"props":7806,"children":7807},{"style":4029},[7808],{"type":578,"value":5959},{"type":573,"tag":402,"props":7810,"children":7811},{"style":2572},[7812],{"type":578,"value":5439},{"type":573,"tag":402,"props":7814,"children":7815},{"style":855},[7816],{"type":578,"value":5444},{"type":573,"tag":402,"props":7818,"children":7820},{"class":404,"line":7819},239,[7821,7826,7830,7834,7838,7843,7847,7851,7855,7859,7863],{"type":573,"tag":402,"props":7822,"children":7823},{"style":1521},[7824],{"type":578,"value":7825},"          chunksRef",{"type":573,"tag":402,"props":7827,"children":7828},{"style":855},[7829],{"type":578,"value":618},{"type":573,"tag":402,"props":7831,"children":7832},{"style":1521},[7833],{"type":578,"value":5434},{"type":573,"tag":402,"props":7835,"children":7836},{"style":855},[7837],{"type":578,"value":618},{"type":573,"tag":402,"props":7839,"children":7840},{"style":3982},[7841],{"type":578,"value":7842},"push",{"type":573,"tag":402,"props":7844,"children":7845},{"style":2572},[7846],{"type":578,"value":1445},{"type":573,"tag":402,"props":7848,"children":7849},{"style":1521},[7850],{"type":578,"value":7752},{"type":573,"tag":402,"props":7852,"children":7853},{"style":855},[7854],{"type":578,"value":618},{"type":573,"tag":402,"props":7856,"children":7857},{"style":1521},[7858],{"type":578,"value":7790},{"type":573,"tag":402,"props":7860,"children":7861},{"style":2572},[7862],{"type":578,"value":1474},{"type":573,"tag":402,"props":7864,"children":7865},{"style":855},[7866],{"type":578,"value":1931},{"type":573,"tag":402,"props":7868,"children":7870},{"class":404,"line":7869},240,[7871],{"type":573,"tag":402,"props":7872,"children":7873},{"style":855},[7874],{"type":578,"value":7875},"        }\n",{"type":573,"tag":402,"props":7877,"children":7879},{"class":404,"line":7878},241,[7880],{"type":573,"tag":402,"props":7881,"children":7882},{"style":855},[7883],{"type":578,"value":7884},"      };\n",{"type":573,"tag":402,"props":7886,"children":7888},{"class":404,"line":7887},242,[7889],{"type":573,"tag":402,"props":7890,"children":7891},{"emptyLinePlaceholder":2075},[7892],{"type":578,"value":2078},{"type":573,"tag":402,"props":7894,"children":7896},{"class":404,"line":7895},243,[7897,7901,7905,7910,7914,7918,7922],{"type":573,"tag":402,"props":7898,"children":7899},{"style":1521},[7900],{"type":578,"value":7730},{"type":573,"tag":402,"props":7902,"children":7903},{"style":855},[7904],{"type":578,"value":618},{"type":573,"tag":402,"props":7906,"children":7907},{"style":3982},[7908],{"type":578,"value":7909},"onstop",{"type":573,"tag":402,"props":7911,"children":7912},{"style":855},[7913],{"type":578,"value":1518},{"type":573,"tag":402,"props":7915,"children":7916},{"style":855},[7917],{"type":578,"value":3381},{"type":573,"tag":402,"props":7919,"children":7920},{"style":1372},[7921],{"type":578,"value":1375},{"type":573,"tag":402,"props":7923,"children":7924},{"style":855},[7925],{"type":578,"value":2513},{"type":573,"tag":402,"props":7927,"children":7929},{"class":404,"line":7928},244,[7930,7935,7940,7944,7948,7952,7956,7961,7965,7969,7973,7977,7982,7986,7990,7994,7998,8002,8006],{"type":573,"tag":402,"props":7931,"children":7932},{"style":1372},[7933],{"type":578,"value":7934},"        const",{"type":573,"tag":402,"props":7936,"children":7937},{"style":1521},[7938],{"type":578,"value":7939}," blob",{"type":573,"tag":402,"props":7941,"children":7942},{"style":855},[7943],{"type":578,"value":1518},{"type":573,"tag":402,"props":7945,"children":7946},{"style":855},[7947],{"type":578,"value":5734},{"type":573,"tag":402,"props":7949,"children":7950},{"style":3982},[7951],{"type":578,"value":3198},{"type":573,"tag":402,"props":7953,"children":7954},{"style":2572},[7955],{"type":578,"value":1445},{"type":573,"tag":402,"props":7957,"children":7958},{"style":1521},[7959],{"type":578,"value":7960},"chunksRef",{"type":573,"tag":402,"props":7962,"children":7963},{"style":855},[7964],{"type":578,"value":618},{"type":573,"tag":402,"props":7966,"children":7967},{"style":1521},[7968],{"type":578,"value":5434},{"type":573,"tag":402,"props":7970,"children":7971},{"style":855},[7972],{"type":578,"value":1978},{"type":573,"tag":402,"props":7974,"children":7975},{"style":855},[7976],{"type":578,"value":1968},{"type":573,"tag":402,"props":7978,"children":7979},{"style":2572},[7980],{"type":578,"value":7981}," type",{"type":573,"tag":402,"props":7983,"children":7984},{"style":855},[7985],{"type":578,"value":1255},{"type":573,"tag":402,"props":7987,"children":7988},{"style":1521},[7989],{"type":578,"value":7540},{"type":573,"tag":402,"props":7991,"children":7992},{"style":855},[7993],{"type":578,"value":618},{"type":573,"tag":402,"props":7995,"children":7996},{"style":1521},[7997],{"type":578,"value":934},{"type":573,"tag":402,"props":7999,"children":8000},{"style":855},[8001],{"type":578,"value":2006},{"type":573,"tag":402,"props":8003,"children":8004},{"style":2572},[8005],{"type":578,"value":1474},{"type":573,"tag":402,"props":8007,"children":8008},{"style":855},[8009],{"type":578,"value":1931},{"type":573,"tag":402,"props":8011,"children":8013},{"class":404,"line":8012},245,[8014,8019,8023,8028,8032],{"type":573,"tag":402,"props":8015,"children":8016},{"style":3982},[8017],{"type":578,"value":8018},"        setAudioBlob",{"type":573,"tag":402,"props":8020,"children":8021},{"style":2572},[8022],{"type":578,"value":1445},{"type":573,"tag":402,"props":8024,"children":8025},{"style":1521},[8026],{"type":578,"value":8027},"blob",{"type":573,"tag":402,"props":8029,"children":8030},{"style":2572},[8031],{"type":578,"value":1474},{"type":573,"tag":402,"props":8033,"children":8034},{"style":855},[8035],{"type":578,"value":1931},{"type":573,"tag":402,"props":8037,"children":8039},{"class":404,"line":8038},246,[8040,8045,8049,8054,8058,8063,8067,8071,8075],{"type":573,"tag":402,"props":8041,"children":8042},{"style":3982},[8043],{"type":578,"value":8044},"        setAudioUrl",{"type":573,"tag":402,"props":8046,"children":8047},{"style":2572},[8048],{"type":578,"value":1445},{"type":573,"tag":402,"props":8050,"children":8051},{"style":1521},[8052],{"type":578,"value":8053},"URL",{"type":573,"tag":402,"props":8055,"children":8056},{"style":855},[8057],{"type":578,"value":618},{"type":573,"tag":402,"props":8059,"children":8060},{"style":3982},[8061],{"type":578,"value":8062},"createObjectURL",{"type":573,"tag":402,"props":8064,"children":8065},{"style":2572},[8066],{"type":578,"value":1445},{"type":573,"tag":402,"props":8068,"children":8069},{"style":1521},[8070],{"type":578,"value":8027},{"type":573,"tag":402,"props":8072,"children":8073},{"style":2572},[8074],{"type":578,"value":5570},{"type":573,"tag":402,"props":8076,"children":8077},{"style":855},[8078],{"type":578,"value":1931},{"type":573,"tag":402,"props":8080,"children":8082},{"class":404,"line":8081},247,[8083,8088,8092,8096,8100],{"type":573,"tag":402,"props":8084,"children":8085},{"style":3982},[8086],{"type":578,"value":8087},"        setIsRecording",{"type":573,"tag":402,"props":8089,"children":8090},{"style":2572},[8091],{"type":578,"value":1445},{"type":573,"tag":402,"props":8093,"children":8094},{"style":4082},[8095],{"type":578,"value":4183},{"type":573,"tag":402,"props":8097,"children":8098},{"style":2572},[8099],{"type":578,"value":1474},{"type":573,"tag":402,"props":8101,"children":8102},{"style":855},[8103],{"type":578,"value":1931},{"type":573,"tag":402,"props":8105,"children":8107},{"class":404,"line":8106},248,[8108,8113,8117,8121,8125],{"type":573,"tag":402,"props":8109,"children":8110},{"style":3982},[8111],{"type":578,"value":8112},"        setIsPaused",{"type":573,"tag":402,"props":8114,"children":8115},{"style":2572},[8116],{"type":578,"value":1445},{"type":573,"tag":402,"props":8118,"children":8119},{"style":4082},[8120],{"type":578,"value":4183},{"type":573,"tag":402,"props":8122,"children":8123},{"style":2572},[8124],{"type":578,"value":1474},{"type":573,"tag":402,"props":8126,"children":8127},{"style":855},[8128],{"type":578,"value":1931},{"type":573,"tag":402,"props":8130,"children":8132},{"class":404,"line":8131},249,[8133],{"type":573,"tag":402,"props":8134,"children":8135},{"emptyLinePlaceholder":2075},[8136],{"type":578,"value":2078},{"type":573,"tag":402,"props":8138,"children":8140},{"class":404,"line":8139},250,[8141,8145,8149,8154,8158,8162,8166],{"type":573,"tag":402,"props":8142,"children":8143},{"style":1960},[8144],{"type":578,"value":7773},{"type":573,"tag":402,"props":8146,"children":8147},{"style":2572},[8148],{"type":578,"value":3581},{"type":573,"tag":402,"props":8150,"children":8151},{"style":1521},[8152],{"type":578,"value":8153},"intervalRef",{"type":573,"tag":402,"props":8155,"children":8156},{"style":855},[8157],{"type":578,"value":618},{"type":573,"tag":402,"props":8159,"children":8160},{"style":1521},[8161],{"type":578,"value":5434},{"type":573,"tag":402,"props":8163,"children":8164},{"style":2572},[8165],{"type":578,"value":5439},{"type":573,"tag":402,"props":8167,"children":8168},{"style":855},[8169],{"type":578,"value":5444},{"type":573,"tag":402,"props":8171,"children":8173},{"class":404,"line":8172},251,[8174,8179,8183,8187,8191,8195,8199],{"type":573,"tag":402,"props":8175,"children":8176},{"style":3982},[8177],{"type":578,"value":8178},"          clearInterval",{"type":573,"tag":402,"props":8180,"children":8181},{"style":2572},[8182],{"type":578,"value":1445},{"type":573,"tag":402,"props":8184,"children":8185},{"style":1521},[8186],{"type":578,"value":8153},{"type":573,"tag":402,"props":8188,"children":8189},{"style":855},[8190],{"type":578,"value":618},{"type":573,"tag":402,"props":8192,"children":8193},{"style":1521},[8194],{"type":578,"value":5434},{"type":573,"tag":402,"props":8196,"children":8197},{"style":2572},[8198],{"type":578,"value":1474},{"type":573,"tag":402,"props":8200,"children":8201},{"style":855},[8202],{"type":578,"value":1931},{"type":573,"tag":402,"props":8204,"children":8206},{"class":404,"line":8205},252,[8207,8212,8216,8220,8224],{"type":573,"tag":402,"props":8208,"children":8209},{"style":1521},[8210],{"type":578,"value":8211},"          intervalRef",{"type":573,"tag":402,"props":8213,"children":8214},{"style":855},[8215],{"type":578,"value":618},{"type":573,"tag":402,"props":8217,"children":8218},{"style":1521},[8219],{"type":578,"value":5434},{"type":573,"tag":402,"props":8221,"children":8222},{"style":855},[8223],{"type":578,"value":1518},{"type":573,"tag":402,"props":8225,"children":8226},{"style":855},[8227],{"type":578,"value":8228}," null;\n",{"type":573,"tag":402,"props":8230,"children":8232},{"class":404,"line":8231},253,[8233],{"type":573,"tag":402,"props":8234,"children":8235},{"style":855},[8236],{"type":578,"value":7875},{"type":573,"tag":402,"props":8238,"children":8240},{"class":404,"line":8239},254,[8241],{"type":573,"tag":402,"props":8242,"children":8243},{"emptyLinePlaceholder":2075},[8244],{"type":578,"value":2078},{"type":573,"tag":402,"props":8246,"children":8248},{"class":404,"line":8247},255,[8249,8253,8257,8262,8266,8270,8274],{"type":573,"tag":402,"props":8250,"children":8251},{"style":1960},[8252],{"type":578,"value":7773},{"type":573,"tag":402,"props":8254,"children":8255},{"style":2572},[8256],{"type":578,"value":3581},{"type":573,"tag":402,"props":8258,"children":8259},{"style":1521},[8260],{"type":578,"value":8261},"animationFrameRef",{"type":573,"tag":402,"props":8263,"children":8264},{"style":855},[8265],{"type":578,"value":618},{"type":573,"tag":402,"props":8267,"children":8268},{"style":1521},[8269],{"type":578,"value":5434},{"type":573,"tag":402,"props":8271,"children":8272},{"style":2572},[8273],{"type":578,"value":5439},{"type":573,"tag":402,"props":8275,"children":8276},{"style":855},[8277],{"type":578,"value":5444},{"type":573,"tag":402,"props":8279,"children":8281},{"class":404,"line":8280},256,[8282,8287,8291,8295,8299,8303,8307],{"type":573,"tag":402,"props":8283,"children":8284},{"style":3982},[8285],{"type":578,"value":8286},"          cancelAnimationFrame",{"type":573,"tag":402,"props":8288,"children":8289},{"style":2572},[8290],{"type":578,"value":1445},{"type":573,"tag":402,"props":8292,"children":8293},{"style":1521},[8294],{"type":578,"value":8261},{"type":573,"tag":402,"props":8296,"children":8297},{"style":855},[8298],{"type":578,"value":618},{"type":573,"tag":402,"props":8300,"children":8301},{"style":1521},[8302],{"type":578,"value":5434},{"type":573,"tag":402,"props":8304,"children":8305},{"style":2572},[8306],{"type":578,"value":1474},{"type":573,"tag":402,"props":8308,"children":8309},{"style":855},[8310],{"type":578,"value":1931},{"type":573,"tag":402,"props":8312,"children":8314},{"class":404,"line":8313},257,[8315,8320,8324,8328,8332],{"type":573,"tag":402,"props":8316,"children":8317},{"style":1521},[8318],{"type":578,"value":8319},"          animationFrameRef",{"type":573,"tag":402,"props":8321,"children":8322},{"style":855},[8323],{"type":578,"value":618},{"type":573,"tag":402,"props":8325,"children":8326},{"style":1521},[8327],{"type":578,"value":5434},{"type":573,"tag":402,"props":8329,"children":8330},{"style":855},[8331],{"type":578,"value":1518},{"type":573,"tag":402,"props":8333,"children":8334},{"style":855},[8335],{"type":578,"value":8228},{"type":573,"tag":402,"props":8337,"children":8339},{"class":404,"line":8338},258,[8340],{"type":573,"tag":402,"props":8341,"children":8342},{"style":855},[8343],{"type":578,"value":7875},{"type":573,"tag":402,"props":8345,"children":8347},{"class":404,"line":8346},259,[8348],{"type":573,"tag":402,"props":8349,"children":8350},{"style":855},[8351],{"type":578,"value":7884},{"type":573,"tag":402,"props":8353,"children":8355},{"class":404,"line":8354},260,[8356],{"type":573,"tag":402,"props":8357,"children":8358},{"emptyLinePlaceholder":2075},[8359],{"type":578,"value":2078},{"type":573,"tag":402,"props":8361,"children":8363},{"class":404,"line":8362},261,[8364,8368,8372,8377,8381,8385,8389],{"type":573,"tag":402,"props":8365,"children":8366},{"style":1521},[8367],{"type":578,"value":7730},{"type":573,"tag":402,"props":8369,"children":8370},{"style":855},[8371],{"type":578,"value":618},{"type":573,"tag":402,"props":8373,"children":8374},{"style":3982},[8375],{"type":578,"value":8376},"onpause",{"type":573,"tag":402,"props":8378,"children":8379},{"style":855},[8380],{"type":578,"value":1518},{"type":573,"tag":402,"props":8382,"children":8383},{"style":855},[8384],{"type":578,"value":3381},{"type":573,"tag":402,"props":8386,"children":8387},{"style":1372},[8388],{"type":578,"value":1375},{"type":573,"tag":402,"props":8390,"children":8391},{"style":855},[8392],{"type":578,"value":2513},{"type":573,"tag":402,"props":8394,"children":8396},{"class":404,"line":8395},262,[8397,8401,8405,8410,8414],{"type":573,"tag":402,"props":8398,"children":8399},{"style":3982},[8400],{"type":578,"value":8112},{"type":573,"tag":402,"props":8402,"children":8403},{"style":2572},[8404],{"type":578,"value":1445},{"type":573,"tag":402,"props":8406,"children":8407},{"style":4082},[8408],{"type":578,"value":8409},"true",{"type":573,"tag":402,"props":8411,"children":8412},{"style":2572},[8413],{"type":578,"value":1474},{"type":573,"tag":402,"props":8415,"children":8416},{"style":855},[8417],{"type":578,"value":1931},{"type":573,"tag":402,"props":8419,"children":8421},{"class":404,"line":8420},263,[8422,8427,8431,8435,8439,8443,8447,8451,8455,8459,8463,8467,8471],{"type":573,"tag":402,"props":8423,"children":8424},{"style":1521},[8425],{"type":578,"value":8426},"        pausedTimeRef",{"type":573,"tag":402,"props":8428,"children":8429},{"style":855},[8430],{"type":578,"value":618},{"type":573,"tag":402,"props":8432,"children":8433},{"style":1521},[8434],{"type":578,"value":5434},{"type":573,"tag":402,"props":8436,"children":8437},{"style":855},[8438],{"type":578,"value":6136},{"type":573,"tag":402,"props":8440,"children":8441},{"style":1521},[8442],{"type":578,"value":5467},{"type":573,"tag":402,"props":8444,"children":8445},{"style":855},[8446],{"type":578,"value":618},{"type":573,"tag":402,"props":8448,"children":8449},{"style":3982},[8450],{"type":578,"value":5476},{"type":573,"tag":402,"props":8452,"children":8453},{"style":2572},[8454],{"type":578,"value":5481},{"type":573,"tag":402,"props":8456,"children":8457},{"style":855},[8458],{"type":578,"value":5486},{"type":573,"tag":402,"props":8460,"children":8461},{"style":1521},[8462],{"type":578,"value":4832},{"type":573,"tag":402,"props":8464,"children":8465},{"style":855},[8466],{"type":578,"value":618},{"type":573,"tag":402,"props":8468,"children":8469},{"style":1521},[8470],{"type":578,"value":5434},{"type":573,"tag":402,"props":8472,"children":8473},{"style":855},[8474],{"type":578,"value":1931},{"type":573,"tag":402,"props":8476,"children":8478},{"class":404,"line":8477},264,[8479,8483,8487,8491,8495,8499,8503],{"type":573,"tag":402,"props":8480,"children":8481},{"style":1960},[8482],{"type":578,"value":7773},{"type":573,"tag":402,"props":8484,"children":8485},{"style":2572},[8486],{"type":578,"value":3581},{"type":573,"tag":402,"props":8488,"children":8489},{"style":1521},[8490],{"type":578,"value":8261},{"type":573,"tag":402,"props":8492,"children":8493},{"style":855},[8494],{"type":578,"value":618},{"type":573,"tag":402,"props":8496,"children":8497},{"style":1521},[8498],{"type":578,"value":5434},{"type":573,"tag":402,"props":8500,"children":8501},{"style":2572},[8502],{"type":578,"value":5439},{"type":573,"tag":402,"props":8504,"children":8505},{"style":855},[8506],{"type":578,"value":5444},{"type":573,"tag":402,"props":8508,"children":8510},{"class":404,"line":8509},265,[8511,8515,8519,8523,8527,8531,8535],{"type":573,"tag":402,"props":8512,"children":8513},{"style":3982},[8514],{"type":578,"value":8286},{"type":573,"tag":402,"props":8516,"children":8517},{"style":2572},[8518],{"type":578,"value":1445},{"type":573,"tag":402,"props":8520,"children":8521},{"style":1521},[8522],{"type":578,"value":8261},{"type":573,"tag":402,"props":8524,"children":8525},{"style":855},[8526],{"type":578,"value":618},{"type":573,"tag":402,"props":8528,"children":8529},{"style":1521},[8530],{"type":578,"value":5434},{"type":573,"tag":402,"props":8532,"children":8533},{"style":2572},[8534],{"type":578,"value":1474},{"type":573,"tag":402,"props":8536,"children":8537},{"style":855},[8538],{"type":578,"value":1931},{"type":573,"tag":402,"props":8540,"children":8542},{"class":404,"line":8541},266,[8543,8547,8551,8555,8559],{"type":573,"tag":402,"props":8544,"children":8545},{"style":1521},[8546],{"type":578,"value":8319},{"type":573,"tag":402,"props":8548,"children":8549},{"style":855},[8550],{"type":578,"value":618},{"type":573,"tag":402,"props":8552,"children":8553},{"style":1521},[8554],{"type":578,"value":5434},{"type":573,"tag":402,"props":8556,"children":8557},{"style":855},[8558],{"type":578,"value":1518},{"type":573,"tag":402,"props":8560,"children":8561},{"style":855},[8562],{"type":578,"value":8228},{"type":573,"tag":402,"props":8564,"children":8566},{"class":404,"line":8565},267,[8567],{"type":573,"tag":402,"props":8568,"children":8569},{"style":855},[8570],{"type":578,"value":7875},{"type":573,"tag":402,"props":8572,"children":8574},{"class":404,"line":8573},268,[8575],{"type":573,"tag":402,"props":8576,"children":8577},{"style":855},[8578],{"type":578,"value":7884},{"type":573,"tag":402,"props":8580,"children":8582},{"class":404,"line":8581},269,[8583],{"type":573,"tag":402,"props":8584,"children":8585},{"emptyLinePlaceholder":2075},[8586],{"type":578,"value":2078},{"type":573,"tag":402,"props":8588,"children":8590},{"class":404,"line":8589},270,[8591,8595,8599,8604,8608,8612,8616],{"type":573,"tag":402,"props":8592,"children":8593},{"style":1521},[8594],{"type":578,"value":7730},{"type":573,"tag":402,"props":8596,"children":8597},{"style":855},[8598],{"type":578,"value":618},{"type":573,"tag":402,"props":8600,"children":8601},{"style":3982},[8602],{"type":578,"value":8603},"onresume",{"type":573,"tag":402,"props":8605,"children":8606},{"style":855},[8607],{"type":578,"value":1518},{"type":573,"tag":402,"props":8609,"children":8610},{"style":855},[8611],{"type":578,"value":3381},{"type":573,"tag":402,"props":8613,"children":8614},{"style":1372},[8615],{"type":578,"value":1375},{"type":573,"tag":402,"props":8617,"children":8618},{"style":855},[8619],{"type":578,"value":2513},{"type":573,"tag":402,"props":8621,"children":8623},{"class":404,"line":8622},271,[8624,8628,8632,8636,8640],{"type":573,"tag":402,"props":8625,"children":8626},{"style":3982},[8627],{"type":578,"value":8112},{"type":573,"tag":402,"props":8629,"children":8630},{"style":2572},[8631],{"type":578,"value":1445},{"type":573,"tag":402,"props":8633,"children":8634},{"style":4082},[8635],{"type":578,"value":4183},{"type":573,"tag":402,"props":8637,"children":8638},{"style":2572},[8639],{"type":578,"value":1474},{"type":573,"tag":402,"props":8641,"children":8642},{"style":855},[8643],{"type":578,"value":1931},{"type":573,"tag":402,"props":8645,"children":8647},{"class":404,"line":8646},272,[8648,8653,8657,8661,8665,8669,8673,8677,8681],{"type":573,"tag":402,"props":8649,"children":8650},{"style":1521},[8651],{"type":578,"value":8652},"        startTimeRef",{"type":573,"tag":402,"props":8654,"children":8655},{"style":855},[8656],{"type":578,"value":618},{"type":573,"tag":402,"props":8658,"children":8659},{"style":1521},[8660],{"type":578,"value":5434},{"type":573,"tag":402,"props":8662,"children":8663},{"style":855},[8664],{"type":578,"value":1518},{"type":573,"tag":402,"props":8666,"children":8667},{"style":1521},[8668],{"type":578,"value":5467},{"type":573,"tag":402,"props":8670,"children":8671},{"style":855},[8672],{"type":578,"value":618},{"type":573,"tag":402,"props":8674,"children":8675},{"style":3982},[8676],{"type":578,"value":5476},{"type":573,"tag":402,"props":8678,"children":8679},{"style":2572},[8680],{"type":578,"value":1369},{"type":573,"tag":402,"props":8682,"children":8683},{"style":855},[8684],{"type":578,"value":1931},{"type":573,"tag":402,"props":8686,"children":8688},{"class":404,"line":8687},273,[8689,8693,8697,8701,8705],{"type":573,"tag":402,"props":8690,"children":8691},{"style":1960},[8692],{"type":578,"value":7773},{"type":573,"tag":402,"props":8694,"children":8695},{"style":2572},[8696],{"type":578,"value":3581},{"type":573,"tag":402,"props":8698,"children":8699},{"style":1521},[8700],{"type":578,"value":995},{"type":573,"tag":402,"props":8702,"children":8703},{"style":2572},[8704],{"type":578,"value":5439},{"type":573,"tag":402,"props":8706,"children":8707},{"style":855},[8708],{"type":578,"value":5444},{"type":573,"tag":402,"props":8710,"children":8712},{"class":404,"line":8711},274,[8713,8718,8722],{"type":573,"tag":402,"props":8714,"children":8715},{"style":3982},[8716],{"type":578,"value":8717},"          analyzeAudio",{"type":573,"tag":402,"props":8719,"children":8720},{"style":2572},[8721],{"type":578,"value":1369},{"type":573,"tag":402,"props":8723,"children":8724},{"style":855},[8725],{"type":578,"value":1931},{"type":573,"tag":402,"props":8727,"children":8729},{"class":404,"line":8728},275,[8730],{"type":573,"tag":402,"props":8731,"children":8732},{"style":855},[8733],{"type":578,"value":7875},{"type":573,"tag":402,"props":8735,"children":8737},{"class":404,"line":8736},276,[8738],{"type":573,"tag":402,"props":8739,"children":8740},{"style":855},[8741],{"type":578,"value":7884},{"type":573,"tag":402,"props":8743,"children":8745},{"class":404,"line":8744},277,[8746],{"type":573,"tag":402,"props":8747,"children":8748},{"emptyLinePlaceholder":2075},[8749],{"type":578,"value":2078},{"type":573,"tag":402,"props":8751,"children":8753},{"class":404,"line":8752},278,[8754,8758,8762,8767,8771,8775,8779,8783,8787],{"type":573,"tag":402,"props":8755,"children":8756},{"style":1521},[8757],{"type":578,"value":7730},{"type":573,"tag":402,"props":8759,"children":8760},{"style":855},[8761],{"type":578,"value":618},{"type":573,"tag":402,"props":8763,"children":8764},{"style":3982},[8765],{"type":578,"value":8766},"onerror",{"type":573,"tag":402,"props":8768,"children":8769},{"style":855},[8770],{"type":578,"value":1518},{"type":573,"tag":402,"props":8772,"children":8773},{"style":855},[8774],{"type":578,"value":3581},{"type":573,"tag":402,"props":8776,"children":8777},{"style":1448},[8778],{"type":578,"value":7752},{"type":573,"tag":402,"props":8780,"children":8781},{"style":855},[8782],{"type":578,"value":1474},{"type":573,"tag":402,"props":8784,"children":8785},{"style":1372},[8786],{"type":578,"value":1375},{"type":573,"tag":402,"props":8788,"children":8789},{"style":855},[8790],{"type":578,"value":2513},{"type":573,"tag":402,"props":8792,"children":8794},{"class":404,"line":8793},279,[8795,8800,8804,8809,8814,8819,8823,8827,8831,8836,8841,8846,8850,8855,8860,8864],{"type":573,"tag":402,"props":8796,"children":8797},{"style":3982},[8798],{"type":578,"value":8799},"        setError",{"type":573,"tag":402,"props":8801,"children":8802},{"style":2572},[8803],{"type":578,"value":1445},{"type":573,"tag":402,"props":8805,"children":8806},{"style":855},[8807],{"type":578,"value":8808},"`",{"type":573,"tag":402,"props":8810,"children":8811},{"style":1540},[8812],{"type":578,"value":8813},"Recording error: ",{"type":573,"tag":402,"props":8815,"children":8816},{"style":855},[8817],{"type":578,"value":8818},"${",{"type":573,"tag":402,"props":8820,"children":8821},{"style":1521},[8822],{"type":578,"value":7752},{"type":573,"tag":402,"props":8824,"children":8825},{"style":855},[8826],{"type":578,"value":618},{"type":573,"tag":402,"props":8828,"children":8829},{"style":1521},[8830],{"type":578,"value":4625},{"type":573,"tag":402,"props":8832,"children":8833},{"style":855},[8834],{"type":578,"value":8835},"?.",{"type":573,"tag":402,"props":8837,"children":8838},{"style":1521},[8839],{"type":578,"value":8840},"message ",{"type":573,"tag":402,"props":8842,"children":8843},{"style":855},[8844],{"type":578,"value":8845},"||",{"type":573,"tag":402,"props":8847,"children":8848},{"style":855},[8849],{"type":578,"value":1537},{"type":573,"tag":402,"props":8851,"children":8852},{"style":1540},[8853],{"type":578,"value":8854},"Unknown error",{"type":573,"tag":402,"props":8856,"children":8857},{"style":855},[8858],{"type":578,"value":8859},"\"}`",{"type":573,"tag":402,"props":8861,"children":8862},{"style":2572},[8863],{"type":578,"value":1474},{"type":573,"tag":402,"props":8865,"children":8866},{"style":855},[8867],{"type":578,"value":1931},{"type":573,"tag":402,"props":8869,"children":8871},{"class":404,"line":8870},280,[8872,8876,8880,8884,8888],{"type":573,"tag":402,"props":8873,"children":8874},{"style":3982},[8875],{"type":578,"value":8087},{"type":573,"tag":402,"props":8877,"children":8878},{"style":2572},[8879],{"type":578,"value":1445},{"type":573,"tag":402,"props":8881,"children":8882},{"style":4082},[8883],{"type":578,"value":4183},{"type":573,"tag":402,"props":8885,"children":8886},{"style":2572},[8887],{"type":578,"value":1474},{"type":573,"tag":402,"props":8889,"children":8890},{"style":855},[8891],{"type":578,"value":1931},{"type":573,"tag":402,"props":8893,"children":8895},{"class":404,"line":8894},281,[8896,8900,8904,8908,8912],{"type":573,"tag":402,"props":8897,"children":8898},{"style":3982},[8899],{"type":578,"value":8112},{"type":573,"tag":402,"props":8901,"children":8902},{"style":2572},[8903],{"type":578,"value":1445},{"type":573,"tag":402,"props":8905,"children":8906},{"style":4082},[8907],{"type":578,"value":4183},{"type":573,"tag":402,"props":8909,"children":8910},{"style":2572},[8911],{"type":578,"value":1474},{"type":573,"tag":402,"props":8913,"children":8914},{"style":855},[8915],{"type":578,"value":1931},{"type":573,"tag":402,"props":8917,"children":8919},{"class":404,"line":8918},282,[8920],{"type":573,"tag":402,"props":8921,"children":8922},{"style":855},[8923],{"type":578,"value":7884},{"type":573,"tag":402,"props":8925,"children":8927},{"class":404,"line":8926},283,[8928],{"type":573,"tag":402,"props":8929,"children":8930},{"emptyLinePlaceholder":2075},[8931],{"type":578,"value":2078},{"type":573,"tag":402,"props":8933,"children":8935},{"class":404,"line":8934},284,[8936,8941,8945,8950,8954],{"type":573,"tag":402,"props":8937,"children":8938},{"style":3982},[8939],{"type":578,"value":8940},"      setMediaRecorder",{"type":573,"tag":402,"props":8942,"children":8943},{"style":2572},[8944],{"type":578,"value":1445},{"type":573,"tag":402,"props":8946,"children":8947},{"style":1521},[8948],{"type":578,"value":8949},"recorder",{"type":573,"tag":402,"props":8951,"children":8952},{"style":2572},[8953],{"type":578,"value":1474},{"type":573,"tag":402,"props":8955,"children":8956},{"style":855},[8957],{"type":578,"value":1931},{"type":573,"tag":402,"props":8959,"children":8961},{"class":404,"line":8960},285,[8962,8966,8970,8975,8979,8983,8987],{"type":573,"tag":402,"props":8963,"children":8964},{"style":1521},[8965],{"type":578,"value":7730},{"type":573,"tag":402,"props":8967,"children":8968},{"style":855},[8969],{"type":578,"value":618},{"type":573,"tag":402,"props":8971,"children":8972},{"style":3982},[8973],{"type":578,"value":8974},"start",{"type":573,"tag":402,"props":8976,"children":8977},{"style":2572},[8978],{"type":578,"value":1445},{"type":573,"tag":402,"props":8980,"children":8981},{"style":1521},[8982],{"type":578,"value":965},{"type":573,"tag":402,"props":8984,"children":8985},{"style":2572},[8986],{"type":578,"value":1474},{"type":573,"tag":402,"props":8988,"children":8989},{"style":855},[8990],{"type":578,"value":1931},{"type":573,"tag":402,"props":8992,"children":8994},{"class":404,"line":8993},286,[8995,9000,9004,9008,9012],{"type":573,"tag":402,"props":8996,"children":8997},{"style":3982},[8998],{"type":578,"value":8999},"      setIsRecording",{"type":573,"tag":402,"props":9001,"children":9002},{"style":2572},[9003],{"type":578,"value":1445},{"type":573,"tag":402,"props":9005,"children":9006},{"style":4082},[9007],{"type":578,"value":8409},{"type":573,"tag":402,"props":9009,"children":9010},{"style":2572},[9011],{"type":578,"value":1474},{"type":573,"tag":402,"props":9013,"children":9014},{"style":855},[9015],{"type":578,"value":1931},{"type":573,"tag":402,"props":9017,"children":9019},{"class":404,"line":9018},287,[9020,9025,9029,9033,9037,9041,9045,9049,9053],{"type":573,"tag":402,"props":9021,"children":9022},{"style":1521},[9023],{"type":578,"value":9024},"      startTimeRef",{"type":573,"tag":402,"props":9026,"children":9027},{"style":855},[9028],{"type":578,"value":618},{"type":573,"tag":402,"props":9030,"children":9031},{"style":1521},[9032],{"type":578,"value":5434},{"type":573,"tag":402,"props":9034,"children":9035},{"style":855},[9036],{"type":578,"value":1518},{"type":573,"tag":402,"props":9038,"children":9039},{"style":1521},[9040],{"type":578,"value":5467},{"type":573,"tag":402,"props":9042,"children":9043},{"style":855},[9044],{"type":578,"value":618},{"type":573,"tag":402,"props":9046,"children":9047},{"style":3982},[9048],{"type":578,"value":5476},{"type":573,"tag":402,"props":9050,"children":9051},{"style":2572},[9052],{"type":578,"value":1369},{"type":573,"tag":402,"props":9054,"children":9055},{"style":855},[9056],{"type":578,"value":1931},{"type":573,"tag":402,"props":9058,"children":9060},{"class":404,"line":9059},288,[9061,9066,9070,9074,9078,9082],{"type":573,"tag":402,"props":9062,"children":9063},{"style":1521},[9064],{"type":578,"value":9065},"      pausedTimeRef",{"type":573,"tag":402,"props":9067,"children":9068},{"style":855},[9069],{"type":578,"value":618},{"type":573,"tag":402,"props":9071,"children":9072},{"style":1521},[9073],{"type":578,"value":5434},{"type":573,"tag":402,"props":9075,"children":9076},{"style":855},[9077],{"type":578,"value":1518},{"type":573,"tag":402,"props":9079,"children":9080},{"style":4029},[9081],{"type":578,"value":5959},{"type":573,"tag":402,"props":9083,"children":9084},{"style":855},[9085],{"type":578,"value":1931},{"type":573,"tag":402,"props":9087,"children":9089},{"class":404,"line":9088},289,[9090,9094,9098,9102,9106],{"type":573,"tag":402,"props":9091,"children":9092},{"style":3982},[9093],{"type":578,"value":5528},{"type":573,"tag":402,"props":9095,"children":9096},{"style":2572},[9097],{"type":578,"value":1445},{"type":573,"tag":402,"props":9099,"children":9100},{"style":4029},[9101],{"type":578,"value":4600},{"type":573,"tag":402,"props":9103,"children":9104},{"style":2572},[9105],{"type":578,"value":1474},{"type":573,"tag":402,"props":9107,"children":9108},{"style":855},[9109],{"type":578,"value":1931},{"type":573,"tag":402,"props":9111,"children":9113},{"class":404,"line":9112},290,[9114],{"type":573,"tag":402,"props":9115,"children":9116},{"emptyLinePlaceholder":2075},[9117],{"type":578,"value":2078},{"type":573,"tag":402,"props":9119,"children":9121},{"class":404,"line":9120},291,[9122,9127,9131,9135,9139,9144,9148,9153,9157,9161,9165],{"type":573,"tag":402,"props":9123,"children":9124},{"style":1521},[9125],{"type":578,"value":9126},"      intervalRef",{"type":573,"tag":402,"props":9128,"children":9129},{"style":855},[9130],{"type":578,"value":618},{"type":573,"tag":402,"props":9132,"children":9133},{"style":1521},[9134],{"type":578,"value":5434},{"type":573,"tag":402,"props":9136,"children":9137},{"style":855},[9138],{"type":578,"value":1518},{"type":573,"tag":402,"props":9140,"children":9141},{"style":3982},[9142],{"type":578,"value":9143}," setInterval",{"type":573,"tag":402,"props":9145,"children":9146},{"style":2572},[9147],{"type":578,"value":1445},{"type":573,"tag":402,"props":9149,"children":9150},{"style":1521},[9151],{"type":578,"value":9152},"updateDuration",{"type":573,"tag":402,"props":9154,"children":9155},{"style":855},[9156],{"type":578,"value":1978},{"type":573,"tag":402,"props":9158,"children":9159},{"style":4029},[9160],{"type":578,"value":5565},{"type":573,"tag":402,"props":9162,"children":9163},{"style":2572},[9164],{"type":578,"value":1474},{"type":573,"tag":402,"props":9166,"children":9167},{"style":855},[9168],{"type":578,"value":1931},{"type":573,"tag":402,"props":9170,"children":9172},{"class":404,"line":9171},292,[9173,9177,9181,9185,9189,9193],{"type":573,"tag":402,"props":9174,"children":9175},{"style":855},[9176],{"type":578,"value":4120},{"type":573,"tag":402,"props":9178,"children":9179},{"style":1960},[9180],{"type":578,"value":6990},{"type":573,"tag":402,"props":9182,"children":9183},{"style":2572},[9184],{"type":578,"value":3581},{"type":573,"tag":402,"props":9186,"children":9187},{"style":1521},[9188],{"type":578,"value":6999},{"type":573,"tag":402,"props":9190,"children":9191},{"style":2572},[9192],{"type":578,"value":5439},{"type":573,"tag":402,"props":9194,"children":9195},{"style":855},[9196],{"type":578,"value":5444},{"type":573,"tag":402,"props":9198,"children":9200},{"class":404,"line":9199},293,[9201,9205,9210],{"type":573,"tag":402,"props":9202,"children":9203},{"style":1372},[9204],{"type":578,"value":5453},{"type":573,"tag":402,"props":9206,"children":9207},{"style":1521},[9208],{"type":578,"value":9209}," errorMessage",{"type":573,"tag":402,"props":9211,"children":9212},{"style":855},[9213],{"type":578,"value":2103},{"type":573,"tag":402,"props":9215,"children":9217},{"class":404,"line":9216},294,[9218,9223,9228,9233,9238,9242,9246,9251,9256,9260,9265,9269],{"type":573,"tag":402,"props":9219,"children":9220},{"style":1521},[9221],{"type":578,"value":9222},"        err",{"type":573,"tag":402,"props":9224,"children":9225},{"style":855},[9226],{"type":578,"value":9227}," instanceof",{"type":573,"tag":402,"props":9229,"children":9230},{"style":878},[9231],{"type":578,"value":9232}," Error",{"type":573,"tag":402,"props":9234,"children":9235},{"style":855},[9236],{"type":578,"value":9237}," ?",{"type":573,"tag":402,"props":9239,"children":9240},{"style":1521},[9241],{"type":578,"value":7051},{"type":573,"tag":402,"props":9243,"children":9244},{"style":855},[9245],{"type":578,"value":618},{"type":573,"tag":402,"props":9247,"children":9248},{"style":1521},[9249],{"type":578,"value":9250},"message",{"type":573,"tag":402,"props":9252,"children":9253},{"style":855},[9254],{"type":578,"value":9255}," :",{"type":573,"tag":402,"props":9257,"children":9258},{"style":855},[9259],{"type":578,"value":1537},{"type":573,"tag":402,"props":9261,"children":9262},{"style":1540},[9263],{"type":578,"value":9264},"Failed to start recording",{"type":573,"tag":402,"props":9266,"children":9267},{"style":855},[9268],{"type":578,"value":1926},{"type":573,"tag":402,"props":9270,"children":9271},{"style":855},[9272],{"type":578,"value":1931},{"type":573,"tag":402,"props":9274,"children":9276},{"class":404,"line":9275},295,[9277,9281,9285,9290,9294],{"type":573,"tag":402,"props":9278,"children":9279},{"style":3982},[9280],{"type":578,"value":7214},{"type":573,"tag":402,"props":9282,"children":9283},{"style":2572},[9284],{"type":578,"value":1445},{"type":573,"tag":402,"props":9286,"children":9287},{"style":1521},[9288],{"type":578,"value":9289},"errorMessage",{"type":573,"tag":402,"props":9291,"children":9292},{"style":2572},[9293],{"type":578,"value":1474},{"type":573,"tag":402,"props":9295,"children":9296},{"style":855},[9297],{"type":578,"value":1931},{"type":573,"tag":402,"props":9299,"children":9301},{"class":404,"line":9300},296,[9302],{"type":573,"tag":402,"props":9303,"children":9304},{"style":855},[9305],{"type":578,"value":5583},{"type":573,"tag":402,"props":9307,"children":9309},{"class":404,"line":9308},297,[9310,9314],{"type":573,"tag":402,"props":9311,"children":9312},{"style":855},[9313],{"type":578,"value":5592},{"type":573,"tag":402,"props":9315,"children":9316},{"style":2572},[9317],{"type":578,"value":9318}," [\n",{"type":573,"tag":402,"props":9320,"children":9322},{"class":404,"line":9321},298,[9323,9328],{"type":573,"tag":402,"props":9324,"children":9325},{"style":1521},[9326],{"type":578,"value":9327},"    isSupported",{"type":573,"tag":402,"props":9329,"children":9330},{"style":855},[9331],{"type":578,"value":4037},{"type":573,"tag":402,"props":9333,"children":9335},{"class":404,"line":9334},299,[9336,9341],{"type":573,"tag":402,"props":9337,"children":9338},{"style":1521},[9339],{"type":578,"value":9340},"    audioBitsPerSecond",{"type":573,"tag":402,"props":9342,"children":9343},{"style":855},[9344],{"type":578,"value":4037},{"type":573,"tag":402,"props":9346,"children":9348},{"class":404,"line":9347},300,[9349,9354],{"type":573,"tag":402,"props":9350,"children":9351},{"style":1521},[9352],{"type":578,"value":9353},"    mimeType",{"type":573,"tag":402,"props":9355,"children":9356},{"style":855},[9357],{"type":578,"value":4037},{"type":573,"tag":402,"props":9359,"children":9361},{"class":404,"line":9360},301,[9362,9367],{"type":573,"tag":402,"props":9363,"children":9364},{"style":1521},[9365],{"type":578,"value":9366},"    timeslice",{"type":573,"tag":402,"props":9368,"children":9369},{"style":855},[9370],{"type":578,"value":4037},{"type":573,"tag":402,"props":9372,"children":9374},{"class":404,"line":9373},302,[9375,9380],{"type":573,"tag":402,"props":9376,"children":9377},{"style":1521},[9378],{"type":578,"value":9379},"    setupAudioAnalysis",{"type":573,"tag":402,"props":9381,"children":9382},{"style":855},[9383],{"type":578,"value":4037},{"type":573,"tag":402,"props":9385,"children":9387},{"class":404,"line":9386},303,[9388,9393],{"type":573,"tag":402,"props":9389,"children":9390},{"style":1521},[9391],{"type":578,"value":9392},"    updateDuration",{"type":573,"tag":402,"props":9394,"children":9395},{"style":855},[9396],{"type":578,"value":4037},{"type":573,"tag":402,"props":9398,"children":9400},{"class":404,"line":9399},304,[9401,9406],{"type":573,"tag":402,"props":9402,"children":9403},{"style":1521},[9404],{"type":578,"value":9405},"    enableAnalysis",{"type":573,"tag":402,"props":9407,"children":9408},{"style":855},[9409],{"type":578,"value":4037},{"type":573,"tag":402,"props":9411,"children":9413},{"class":404,"line":9412},305,[9414,9419],{"type":573,"tag":402,"props":9415,"children":9416},{"style":1521},[9417],{"type":578,"value":9418},"    analyzeAudio",{"type":573,"tag":402,"props":9420,"children":9421},{"style":855},[9422],{"type":578,"value":4037},{"type":573,"tag":402,"props":9424,"children":9426},{"class":404,"line":9425},306,[9427,9432],{"type":573,"tag":402,"props":9428,"children":9429},{"style":2572},[9430],{"type":578,"value":9431},"  ])",{"type":573,"tag":402,"props":9433,"children":9434},{"style":855},[9435],{"type":578,"value":1931},{"type":573,"tag":402,"props":9437,"children":9439},{"class":404,"line":9438},307,[9440],{"type":573,"tag":402,"props":9441,"children":9442},{"emptyLinePlaceholder":2075},[9443],{"type":578,"value":2078},{"type":573,"tag":402,"props":9445,"children":9447},{"class":404,"line":9446},308,[9448,9452,9457,9461,9465,9469,9473,9477],{"type":573,"tag":402,"props":9449,"children":9450},{"style":1372},[9451],{"type":578,"value":3922},{"type":573,"tag":402,"props":9453,"children":9454},{"style":1521},[9455],{"type":578,"value":9456}," stopRecording",{"type":573,"tag":402,"props":9458,"children":9459},{"style":855},[9460],{"type":578,"value":1518},{"type":573,"tag":402,"props":9462,"children":9463},{"style":3982},[9464],{"type":578,"value":2001},{"type":573,"tag":402,"props":9466,"children":9467},{"style":2572},[9468],{"type":578,"value":1445},{"type":573,"tag":402,"props":9470,"children":9471},{"style":855},[9472],{"type":578,"value":1369},{"type":573,"tag":402,"props":9474,"children":9475},{"style":1372},[9476],{"type":578,"value":1375},{"type":573,"tag":402,"props":9478,"children":9479},{"style":855},[9480],{"type":578,"value":2513},{"type":573,"tag":402,"props":9482,"children":9484},{"class":404,"line":9483},309,[9485,9489,9493,9497,9501,9506,9510,9514,9518,9522,9527,9531,9535],{"type":573,"tag":402,"props":9486,"children":9487},{"style":1960},[9488],{"type":578,"value":5416},{"type":573,"tag":402,"props":9490,"children":9491},{"style":2572},[9492],{"type":578,"value":3581},{"type":573,"tag":402,"props":9494,"children":9495},{"style":1521},[9496],{"type":578,"value":4337},{"type":573,"tag":402,"props":9498,"children":9499},{"style":855},[9500],{"type":578,"value":6375},{"type":573,"tag":402,"props":9502,"children":9503},{"style":1521},[9504],{"type":578,"value":9505}," mediaRecorder",{"type":573,"tag":402,"props":9507,"children":9508},{"style":855},[9509],{"type":578,"value":618},{"type":573,"tag":402,"props":9511,"children":9512},{"style":1521},[9513],{"type":578,"value":60},{"type":573,"tag":402,"props":9515,"children":9516},{"style":855},[9517],{"type":578,"value":5259},{"type":573,"tag":402,"props":9519,"children":9520},{"style":855},[9521],{"type":578,"value":1537},{"type":573,"tag":402,"props":9523,"children":9524},{"style":1540},[9525],{"type":578,"value":9526},"inactive",{"type":573,"tag":402,"props":9528,"children":9529},{"style":855},[9530],{"type":578,"value":1926},{"type":573,"tag":402,"props":9532,"children":9533},{"style":2572},[9534],{"type":578,"value":5439},{"type":573,"tag":402,"props":9536,"children":9537},{"style":855},[9538],{"type":578,"value":5444},{"type":573,"tag":402,"props":9540,"children":9542},{"class":404,"line":9541},310,[9543,9548,9552,9557,9561],{"type":573,"tag":402,"props":9544,"children":9545},{"style":1521},[9546],{"type":578,"value":9547},"      mediaRecorder",{"type":573,"tag":402,"props":9549,"children":9550},{"style":855},[9551],{"type":578,"value":618},{"type":573,"tag":402,"props":9553,"children":9554},{"style":3982},[9555],{"type":578,"value":9556},"stop",{"type":573,"tag":402,"props":9558,"children":9559},{"style":2572},[9560],{"type":578,"value":1369},{"type":573,"tag":402,"props":9562,"children":9563},{"style":855},[9564],{"type":578,"value":1931},{"type":573,"tag":402,"props":9566,"children":9568},{"class":404,"line":9567},311,[9569],{"type":573,"tag":402,"props":9570,"children":9571},{"style":855},[9572],{"type":578,"value":5583},{"type":573,"tag":402,"props":9574,"children":9576},{"class":404,"line":9575},312,[9577],{"type":573,"tag":402,"props":9578,"children":9579},{"emptyLinePlaceholder":2075},[9580],{"type":578,"value":2078},{"type":573,"tag":402,"props":9582,"children":9584},{"class":404,"line":9583},313,[9585,9589,9593,9597,9601],{"type":573,"tag":402,"props":9586,"children":9587},{"style":1960},[9588],{"type":578,"value":5416},{"type":573,"tag":402,"props":9590,"children":9591},{"style":2572},[9592],{"type":578,"value":3581},{"type":573,"tag":402,"props":9594,"children":9595},{"style":1521},[9596],{"type":578,"value":4262},{"type":573,"tag":402,"props":9598,"children":9599},{"style":2572},[9600],{"type":578,"value":5439},{"type":573,"tag":402,"props":9602,"children":9603},{"style":855},[9604],{"type":578,"value":5444},{"type":573,"tag":402,"props":9606,"children":9608},{"class":404,"line":9607},314,[9609,9614,9618,9623,9627,9631,9636,9640,9644,9649,9653,9657,9662,9666,9670,9675],{"type":573,"tag":402,"props":9610,"children":9611},{"style":1521},[9612],{"type":578,"value":9613},"      stream",{"type":573,"tag":402,"props":9615,"children":9616},{"style":855},[9617],{"type":578,"value":618},{"type":573,"tag":402,"props":9619,"children":9620},{"style":3982},[9621],{"type":578,"value":9622},"getTracks",{"type":573,"tag":402,"props":9624,"children":9625},{"style":2572},[9626],{"type":578,"value":1369},{"type":573,"tag":402,"props":9628,"children":9629},{"style":855},[9630],{"type":578,"value":618},{"type":573,"tag":402,"props":9632,"children":9633},{"style":3982},[9634],{"type":578,"value":9635},"forEach",{"type":573,"tag":402,"props":9637,"children":9638},{"style":2572},[9639],{"type":578,"value":1445},{"type":573,"tag":402,"props":9641,"children":9642},{"style":855},[9643],{"type":578,"value":1445},{"type":573,"tag":402,"props":9645,"children":9646},{"style":1448},[9647],{"type":578,"value":9648},"track",{"type":573,"tag":402,"props":9650,"children":9651},{"style":855},[9652],{"type":578,"value":1474},{"type":573,"tag":402,"props":9654,"children":9655},{"style":1372},[9656],{"type":578,"value":1375},{"type":573,"tag":402,"props":9658,"children":9659},{"style":1521},[9660],{"type":578,"value":9661}," track",{"type":573,"tag":402,"props":9663,"children":9664},{"style":855},[9665],{"type":578,"value":618},{"type":573,"tag":402,"props":9667,"children":9668},{"style":3982},[9669],{"type":578,"value":9556},{"type":573,"tag":402,"props":9671,"children":9672},{"style":2572},[9673],{"type":578,"value":9674},"())",{"type":573,"tag":402,"props":9676,"children":9677},{"style":855},[9678],{"type":578,"value":1931},{"type":573,"tag":402,"props":9680,"children":9682},{"class":404,"line":9681},315,[9683,9687,9691,9695,9699],{"type":573,"tag":402,"props":9684,"children":9685},{"style":3982},[9686],{"type":578,"value":7478},{"type":573,"tag":402,"props":9688,"children":9689},{"style":2572},[9690],{"type":578,"value":1445},{"type":573,"tag":402,"props":9692,"children":9693},{"style":855},[9694],{"type":578,"value":4312},{"type":573,"tag":402,"props":9696,"children":9697},{"style":2572},[9698],{"type":578,"value":1474},{"type":573,"tag":402,"props":9700,"children":9701},{"style":855},[9702],{"type":578,"value":1931},{"type":573,"tag":402,"props":9704,"children":9706},{"class":404,"line":9705},316,[9707],{"type":573,"tag":402,"props":9708,"children":9709},{"style":855},[9710],{"type":578,"value":5583},{"type":573,"tag":402,"props":9712,"children":9714},{"class":404,"line":9713},317,[9715],{"type":573,"tag":402,"props":9716,"children":9717},{"emptyLinePlaceholder":2075},[9718],{"type":578,"value":2078},{"type":573,"tag":402,"props":9720,"children":9722},{"class":404,"line":9721},318,[9723,9727,9731,9736,9740,9744,9748],{"type":573,"tag":402,"props":9724,"children":9725},{"style":1960},[9726],{"type":578,"value":5416},{"type":573,"tag":402,"props":9728,"children":9729},{"style":2572},[9730],{"type":578,"value":3581},{"type":573,"tag":402,"props":9732,"children":9733},{"style":1521},[9734],{"type":578,"value":9735},"audioContextRef",{"type":573,"tag":402,"props":9737,"children":9738},{"style":855},[9739],{"type":578,"value":618},{"type":573,"tag":402,"props":9741,"children":9742},{"style":1521},[9743],{"type":578,"value":5434},{"type":573,"tag":402,"props":9745,"children":9746},{"style":2572},[9747],{"type":578,"value":5439},{"type":573,"tag":402,"props":9749,"children":9750},{"style":855},[9751],{"type":578,"value":5444},{"type":573,"tag":402,"props":9753,"children":9755},{"class":404,"line":9754},319,[9756,9761,9765,9769,9773,9778,9782],{"type":573,"tag":402,"props":9757,"children":9758},{"style":1521},[9759],{"type":578,"value":9760},"      audioContextRef",{"type":573,"tag":402,"props":9762,"children":9763},{"style":855},[9764],{"type":578,"value":618},{"type":573,"tag":402,"props":9766,"children":9767},{"style":1521},[9768],{"type":578,"value":5434},{"type":573,"tag":402,"props":9770,"children":9771},{"style":855},[9772],{"type":578,"value":618},{"type":573,"tag":402,"props":9774,"children":9775},{"style":3982},[9776],{"type":578,"value":9777},"close",{"type":573,"tag":402,"props":9779,"children":9780},{"style":2572},[9781],{"type":578,"value":1369},{"type":573,"tag":402,"props":9783,"children":9784},{"style":855},[9785],{"type":578,"value":1931},{"type":573,"tag":402,"props":9787,"children":9789},{"class":404,"line":9788},320,[9790,9794,9798,9802,9806],{"type":573,"tag":402,"props":9791,"children":9792},{"style":1521},[9793],{"type":578,"value":9760},{"type":573,"tag":402,"props":9795,"children":9796},{"style":855},[9797],{"type":578,"value":618},{"type":573,"tag":402,"props":9799,"children":9800},{"style":1521},[9801],{"type":578,"value":5434},{"type":573,"tag":402,"props":9803,"children":9804},{"style":855},[9805],{"type":578,"value":1518},{"type":573,"tag":402,"props":9807,"children":9808},{"style":855},[9809],{"type":578,"value":8228},{"type":573,"tag":402,"props":9811,"children":9813},{"class":404,"line":9812},321,[9814],{"type":573,"tag":402,"props":9815,"children":9816},{"style":855},[9817],{"type":578,"value":5583},{"type":573,"tag":402,"props":9819,"children":9821},{"class":404,"line":9820},322,[9822,9826,9830,9834,9838,9843,9847],{"type":573,"tag":402,"props":9823,"children":9824},{"style":855},[9825],{"type":578,"value":5592},{"type":573,"tag":402,"props":9827,"children":9828},{"style":2572},[9829],{"type":578,"value":3711},{"type":573,"tag":402,"props":9831,"children":9832},{"style":1521},[9833],{"type":578,"value":4337},{"type":573,"tag":402,"props":9835,"children":9836},{"style":855},[9837],{"type":578,"value":1978},{"type":573,"tag":402,"props":9839,"children":9840},{"style":1521},[9841],{"type":578,"value":9842}," stream",{"type":573,"tag":402,"props":9844,"children":9845},{"style":2572},[9846],{"type":578,"value":6480},{"type":573,"tag":402,"props":9848,"children":9849},{"style":855},[9850],{"type":578,"value":1931},{"type":573,"tag":402,"props":9852,"children":9854},{"class":404,"line":9853},323,[9855],{"type":573,"tag":402,"props":9856,"children":9857},{"emptyLinePlaceholder":2075},[9858],{"type":578,"value":2078},{"type":573,"tag":402,"props":9860,"children":9862},{"class":404,"line":9861},324,[9863,9867,9872,9876,9880,9884,9888,9892],{"type":573,"tag":402,"props":9864,"children":9865},{"style":1372},[9866],{"type":578,"value":3922},{"type":573,"tag":402,"props":9868,"children":9869},{"style":1521},[9870],{"type":578,"value":9871}," pauseRecording",{"type":573,"tag":402,"props":9873,"children":9874},{"style":855},[9875],{"type":578,"value":1518},{"type":573,"tag":402,"props":9877,"children":9878},{"style":3982},[9879],{"type":578,"value":2001},{"type":573,"tag":402,"props":9881,"children":9882},{"style":2572},[9883],{"type":578,"value":1445},{"type":573,"tag":402,"props":9885,"children":9886},{"style":855},[9887],{"type":578,"value":1369},{"type":573,"tag":402,"props":9889,"children":9890},{"style":1372},[9891],{"type":578,"value":1375},{"type":573,"tag":402,"props":9893,"children":9894},{"style":855},[9895],{"type":578,"value":2513},{"type":573,"tag":402,"props":9897,"children":9899},{"class":404,"line":9898},325,[9900,9904,9908,9912,9916,9920,9924,9928,9933,9937,9942,9946,9950],{"type":573,"tag":402,"props":9901,"children":9902},{"style":1960},[9903],{"type":578,"value":5416},{"type":573,"tag":402,"props":9905,"children":9906},{"style":2572},[9907],{"type":578,"value":3581},{"type":573,"tag":402,"props":9909,"children":9910},{"style":1521},[9911],{"type":578,"value":4337},{"type":573,"tag":402,"props":9913,"children":9914},{"style":855},[9915],{"type":578,"value":6375},{"type":573,"tag":402,"props":9917,"children":9918},{"style":1521},[9919],{"type":578,"value":9505},{"type":573,"tag":402,"props":9921,"children":9922},{"style":855},[9923],{"type":578,"value":618},{"type":573,"tag":402,"props":9925,"children":9926},{"style":1521},[9927],{"type":578,"value":60},{"type":573,"tag":402,"props":9929,"children":9930},{"style":855},[9931],{"type":578,"value":9932}," ===",{"type":573,"tag":402,"props":9934,"children":9935},{"style":855},[9936],{"type":578,"value":1537},{"type":573,"tag":402,"props":9938,"children":9939},{"style":1540},[9940],{"type":578,"value":9941},"recording",{"type":573,"tag":402,"props":9943,"children":9944},{"style":855},[9945],{"type":578,"value":1926},{"type":573,"tag":402,"props":9947,"children":9948},{"style":2572},[9949],{"type":578,"value":5439},{"type":573,"tag":402,"props":9951,"children":9952},{"style":855},[9953],{"type":578,"value":5444},{"type":573,"tag":402,"props":9955,"children":9957},{"class":404,"line":9956},326,[9958,9962,9966,9971,9975],{"type":573,"tag":402,"props":9959,"children":9960},{"style":1521},[9961],{"type":578,"value":9547},{"type":573,"tag":402,"props":9963,"children":9964},{"style":855},[9965],{"type":578,"value":618},{"type":573,"tag":402,"props":9967,"children":9968},{"style":3982},[9969],{"type":578,"value":9970},"pause",{"type":573,"tag":402,"props":9972,"children":9973},{"style":2572},[9974],{"type":578,"value":1369},{"type":573,"tag":402,"props":9976,"children":9977},{"style":855},[9978],{"type":578,"value":1931},{"type":573,"tag":402,"props":9980,"children":9982},{"class":404,"line":9981},327,[9983],{"type":573,"tag":402,"props":9984,"children":9985},{"style":855},[9986],{"type":578,"value":5583},{"type":573,"tag":402,"props":9988,"children":9990},{"class":404,"line":9989},328,[9991,9995,9999,10003,10007],{"type":573,"tag":402,"props":9992,"children":9993},{"style":855},[9994],{"type":578,"value":5592},{"type":573,"tag":402,"props":9996,"children":9997},{"style":2572},[9998],{"type":578,"value":3711},{"type":573,"tag":402,"props":10000,"children":10001},{"style":1521},[10002],{"type":578,"value":4337},{"type":573,"tag":402,"props":10004,"children":10005},{"style":2572},[10006],{"type":578,"value":6480},{"type":573,"tag":402,"props":10008,"children":10009},{"style":855},[10010],{"type":578,"value":1931},{"type":573,"tag":402,"props":10012,"children":10014},{"class":404,"line":10013},329,[10015],{"type":573,"tag":402,"props":10016,"children":10017},{"emptyLinePlaceholder":2075},[10018],{"type":578,"value":2078},{"type":573,"tag":402,"props":10020,"children":10022},{"class":404,"line":10021},330,[10023,10027,10032,10036,10040,10044,10048,10052],{"type":573,"tag":402,"props":10024,"children":10025},{"style":1372},[10026],{"type":578,"value":3922},{"type":573,"tag":402,"props":10028,"children":10029},{"style":1521},[10030],{"type":578,"value":10031}," resumeRecording",{"type":573,"tag":402,"props":10033,"children":10034},{"style":855},[10035],{"type":578,"value":1518},{"type":573,"tag":402,"props":10037,"children":10038},{"style":3982},[10039],{"type":578,"value":2001},{"type":573,"tag":402,"props":10041,"children":10042},{"style":2572},[10043],{"type":578,"value":1445},{"type":573,"tag":402,"props":10045,"children":10046},{"style":855},[10047],{"type":578,"value":1369},{"type":573,"tag":402,"props":10049,"children":10050},{"style":1372},[10051],{"type":578,"value":1375},{"type":573,"tag":402,"props":10053,"children":10054},{"style":855},[10055],{"type":578,"value":2513},{"type":573,"tag":402,"props":10057,"children":10059},{"class":404,"line":10058},331,[10060,10064,10068,10072,10076,10080,10084,10088,10092,10096,10101,10105,10109],{"type":573,"tag":402,"props":10061,"children":10062},{"style":1960},[10063],{"type":578,"value":5416},{"type":573,"tag":402,"props":10065,"children":10066},{"style":2572},[10067],{"type":578,"value":3581},{"type":573,"tag":402,"props":10069,"children":10070},{"style":1521},[10071],{"type":578,"value":4337},{"type":573,"tag":402,"props":10073,"children":10074},{"style":855},[10075],{"type":578,"value":6375},{"type":573,"tag":402,"props":10077,"children":10078},{"style":1521},[10079],{"type":578,"value":9505},{"type":573,"tag":402,"props":10081,"children":10082},{"style":855},[10083],{"type":578,"value":618},{"type":573,"tag":402,"props":10085,"children":10086},{"style":1521},[10087],{"type":578,"value":60},{"type":573,"tag":402,"props":10089,"children":10090},{"style":855},[10091],{"type":578,"value":9932},{"type":573,"tag":402,"props":10093,"children":10094},{"style":855},[10095],{"type":578,"value":1537},{"type":573,"tag":402,"props":10097,"children":10098},{"style":1540},[10099],{"type":578,"value":10100},"paused",{"type":573,"tag":402,"props":10102,"children":10103},{"style":855},[10104],{"type":578,"value":1926},{"type":573,"tag":402,"props":10106,"children":10107},{"style":2572},[10108],{"type":578,"value":5439},{"type":573,"tag":402,"props":10110,"children":10111},{"style":855},[10112],{"type":578,"value":5444},{"type":573,"tag":402,"props":10114,"children":10116},{"class":404,"line":10115},332,[10117,10121,10125,10130,10134],{"type":573,"tag":402,"props":10118,"children":10119},{"style":1521},[10120],{"type":578,"value":9547},{"type":573,"tag":402,"props":10122,"children":10123},{"style":855},[10124],{"type":578,"value":618},{"type":573,"tag":402,"props":10126,"children":10127},{"style":3982},[10128],{"type":578,"value":10129},"resume",{"type":573,"tag":402,"props":10131,"children":10132},{"style":2572},[10133],{"type":578,"value":1369},{"type":573,"tag":402,"props":10135,"children":10136},{"style":855},[10137],{"type":578,"value":1931},{"type":573,"tag":402,"props":10139,"children":10141},{"class":404,"line":10140},333,[10142],{"type":573,"tag":402,"props":10143,"children":10144},{"style":855},[10145],{"type":578,"value":5583},{"type":573,"tag":402,"props":10147,"children":10149},{"class":404,"line":10148},334,[10150,10154,10158,10162,10166],{"type":573,"tag":402,"props":10151,"children":10152},{"style":855},[10153],{"type":578,"value":5592},{"type":573,"tag":402,"props":10155,"children":10156},{"style":2572},[10157],{"type":578,"value":3711},{"type":573,"tag":402,"props":10159,"children":10160},{"style":1521},[10161],{"type":578,"value":4337},{"type":573,"tag":402,"props":10163,"children":10164},{"style":2572},[10165],{"type":578,"value":6480},{"type":573,"tag":402,"props":10167,"children":10168},{"style":855},[10169],{"type":578,"value":1931},{"type":573,"tag":402,"props":10171,"children":10173},{"class":404,"line":10172},335,[10174],{"type":573,"tag":402,"props":10175,"children":10176},{"emptyLinePlaceholder":2075},[10177],{"type":578,"value":2078},{"type":573,"tag":402,"props":10179,"children":10181},{"class":404,"line":10180},336,[10182,10186,10191,10195,10199,10203,10207,10211],{"type":573,"tag":402,"props":10183,"children":10184},{"style":1372},[10185],{"type":578,"value":3922},{"type":573,"tag":402,"props":10187,"children":10188},{"style":1521},[10189],{"type":578,"value":10190}," clearRecording",{"type":573,"tag":402,"props":10192,"children":10193},{"style":855},[10194],{"type":578,"value":1518},{"type":573,"tag":402,"props":10196,"children":10197},{"style":3982},[10198],{"type":578,"value":2001},{"type":573,"tag":402,"props":10200,"children":10201},{"style":2572},[10202],{"type":578,"value":1445},{"type":573,"tag":402,"props":10204,"children":10205},{"style":855},[10206],{"type":578,"value":1369},{"type":573,"tag":402,"props":10208,"children":10209},{"style":1372},[10210],{"type":578,"value":1375},{"type":573,"tag":402,"props":10212,"children":10213},{"style":855},[10214],{"type":578,"value":2513},{"type":573,"tag":402,"props":10216,"children":10218},{"class":404,"line":10217},337,[10219,10223,10227,10231,10235],{"type":573,"tag":402,"props":10220,"children":10221},{"style":1960},[10222],{"type":578,"value":5416},{"type":573,"tag":402,"props":10224,"children":10225},{"style":2572},[10226],{"type":578,"value":3581},{"type":573,"tag":402,"props":10228,"children":10229},{"style":1521},[10230],{"type":578,"value":4496},{"type":573,"tag":402,"props":10232,"children":10233},{"style":2572},[10234],{"type":578,"value":5439},{"type":573,"tag":402,"props":10236,"children":10237},{"style":855},[10238],{"type":578,"value":5444},{"type":573,"tag":402,"props":10240,"children":10242},{"class":404,"line":10241},338,[10243,10248,10252,10257,10261,10265,10269],{"type":573,"tag":402,"props":10244,"children":10245},{"style":1521},[10246],{"type":578,"value":10247},"      URL",{"type":573,"tag":402,"props":10249,"children":10250},{"style":855},[10251],{"type":578,"value":618},{"type":573,"tag":402,"props":10253,"children":10254},{"style":3982},[10255],{"type":578,"value":10256},"revokeObjectURL",{"type":573,"tag":402,"props":10258,"children":10259},{"style":2572},[10260],{"type":578,"value":1445},{"type":573,"tag":402,"props":10262,"children":10263},{"style":1521},[10264],{"type":578,"value":4496},{"type":573,"tag":402,"props":10266,"children":10267},{"style":2572},[10268],{"type":578,"value":1474},{"type":573,"tag":402,"props":10270,"children":10271},{"style":855},[10272],{"type":578,"value":1931},{"type":573,"tag":402,"props":10274,"children":10276},{"class":404,"line":10275},339,[10277],{"type":573,"tag":402,"props":10278,"children":10279},{"style":855},[10280],{"type":578,"value":5583},{"type":573,"tag":402,"props":10282,"children":10284},{"class":404,"line":10283},340,[10285,10290,10294,10298,10302],{"type":573,"tag":402,"props":10286,"children":10287},{"style":3982},[10288],{"type":578,"value":10289},"    setAudioBlob",{"type":573,"tag":402,"props":10291,"children":10292},{"style":2572},[10293],{"type":578,"value":1445},{"type":573,"tag":402,"props":10295,"children":10296},{"style":855},[10297],{"type":578,"value":4312},{"type":573,"tag":402,"props":10299,"children":10300},{"style":2572},[10301],{"type":578,"value":1474},{"type":573,"tag":402,"props":10303,"children":10304},{"style":855},[10305],{"type":578,"value":1931},{"type":573,"tag":402,"props":10307,"children":10309},{"class":404,"line":10308},341,[10310,10315,10319,10323,10327],{"type":573,"tag":402,"props":10311,"children":10312},{"style":3982},[10313],{"type":578,"value":10314},"    setAudioUrl",{"type":573,"tag":402,"props":10316,"children":10317},{"style":2572},[10318],{"type":578,"value":1445},{"type":573,"tag":402,"props":10320,"children":10321},{"style":855},[10322],{"type":578,"value":4312},{"type":573,"tag":402,"props":10324,"children":10325},{"style":2572},[10326],{"type":578,"value":1474},{"type":573,"tag":402,"props":10328,"children":10329},{"style":855},[10330],{"type":578,"value":1931},{"type":573,"tag":402,"props":10332,"children":10334},{"class":404,"line":10333},342,[10335,10340,10344,10348,10352],{"type":573,"tag":402,"props":10336,"children":10337},{"style":3982},[10338],{"type":578,"value":10339},"    setDuration",{"type":573,"tag":402,"props":10341,"children":10342},{"style":2572},[10343],{"type":578,"value":1445},{"type":573,"tag":402,"props":10345,"children":10346},{"style":4029},[10347],{"type":578,"value":4600},{"type":573,"tag":402,"props":10349,"children":10350},{"style":2572},[10351],{"type":578,"value":1474},{"type":573,"tag":402,"props":10353,"children":10354},{"style":855},[10355],{"type":578,"value":1931},{"type":573,"tag":402,"props":10357,"children":10359},{"class":404,"line":10358},343,[10360,10364,10368,10372,10376],{"type":573,"tag":402,"props":10361,"children":10362},{"style":3982},[10363],{"type":578,"value":6242},{"type":573,"tag":402,"props":10365,"children":10366},{"style":2572},[10367],{"type":578,"value":1445},{"type":573,"tag":402,"props":10369,"children":10370},{"style":855},[10371],{"type":578,"value":4312},{"type":573,"tag":402,"props":10373,"children":10374},{"style":2572},[10375],{"type":578,"value":1474},{"type":573,"tag":402,"props":10377,"children":10378},{"style":855},[10379],{"type":578,"value":1931},{"type":573,"tag":402,"props":10381,"children":10383},{"class":404,"line":10382},344,[10384,10389,10393,10397,10401],{"type":573,"tag":402,"props":10385,"children":10386},{"style":3982},[10387],{"type":578,"value":10388},"    setError",{"type":573,"tag":402,"props":10390,"children":10391},{"style":2572},[10392],{"type":578,"value":1445},{"type":573,"tag":402,"props":10394,"children":10395},{"style":855},[10396],{"type":578,"value":4312},{"type":573,"tag":402,"props":10398,"children":10399},{"style":2572},[10400],{"type":578,"value":1474},{"type":573,"tag":402,"props":10402,"children":10403},{"style":855},[10404],{"type":578,"value":1931},{"type":573,"tag":402,"props":10406,"children":10408},{"class":404,"line":10407},345,[10409,10413,10417,10421,10425],{"type":573,"tag":402,"props":10410,"children":10411},{"style":855},[10412],{"type":578,"value":5592},{"type":573,"tag":402,"props":10414,"children":10415},{"style":2572},[10416],{"type":578,"value":3711},{"type":573,"tag":402,"props":10418,"children":10419},{"style":1521},[10420],{"type":578,"value":4496},{"type":573,"tag":402,"props":10422,"children":10423},{"style":2572},[10424],{"type":578,"value":6480},{"type":573,"tag":402,"props":10426,"children":10427},{"style":855},[10428],{"type":578,"value":1931},{"type":573,"tag":402,"props":10430,"children":10432},{"class":404,"line":10431},346,[10433],{"type":573,"tag":402,"props":10434,"children":10435},{"emptyLinePlaceholder":2075},[10436],{"type":578,"value":2078},{"type":573,"tag":402,"props":10438,"children":10440},{"class":404,"line":10439},347,[10441,10445,10450,10454,10458],{"type":573,"tag":402,"props":10442,"children":10443},{"style":1372},[10444],{"type":578,"value":3922},{"type":573,"tag":402,"props":10446,"children":10447},{"style":1521},[10448],{"type":578,"value":10449}," downloadRecording",{"type":573,"tag":402,"props":10451,"children":10452},{"style":855},[10453],{"type":578,"value":1518},{"type":573,"tag":402,"props":10455,"children":10456},{"style":3982},[10457],{"type":578,"value":2001},{"type":573,"tag":402,"props":10459,"children":10460},{"style":2572},[10461],{"type":578,"value":4383},{"type":573,"tag":402,"props":10463,"children":10465},{"class":404,"line":10464},348,[10466,10470,10474,10478,10482,10487,10491,10495,10499],{"type":573,"tag":402,"props":10467,"children":10468},{"style":855},[10469],{"type":578,"value":6526},{"type":573,"tag":402,"props":10471,"children":10472},{"style":1448},[10473],{"type":578,"value":1451},{"type":573,"tag":402,"props":10475,"children":10476},{"style":855},[10477],{"type":578,"value":1518},{"type":573,"tag":402,"props":10479,"children":10480},{"style":855},[10481],{"type":578,"value":1537},{"type":573,"tag":402,"props":10483,"children":10484},{"style":1540},[10485],{"type":578,"value":10486},"recording.webm",{"type":573,"tag":402,"props":10488,"children":10489},{"style":855},[10490],{"type":578,"value":1926},{"type":573,"tag":402,"props":10492,"children":10493},{"style":855},[10494],{"type":578,"value":1474},{"type":573,"tag":402,"props":10496,"children":10497},{"style":1372},[10498],{"type":578,"value":1375},{"type":573,"tag":402,"props":10500,"children":10501},{"style":855},[10502],{"type":578,"value":2513},{"type":573,"tag":402,"props":10504,"children":10506},{"class":404,"line":10505},349,[10507,10511,10515,10519,10523,10527,10531],{"type":573,"tag":402,"props":10508,"children":10509},{"style":1960},[10510],{"type":578,"value":6560},{"type":573,"tag":402,"props":10512,"children":10513},{"style":2572},[10514],{"type":578,"value":3581},{"type":573,"tag":402,"props":10516,"children":10517},{"style":855},[10518],{"type":578,"value":5663},{"type":573,"tag":402,"props":10520,"children":10521},{"style":1521},[10522],{"type":578,"value":4496},{"type":573,"tag":402,"props":10524,"children":10525},{"style":2572},[10526],{"type":578,"value":5439},{"type":573,"tag":402,"props":10528,"children":10529},{"style":1960},[10530],{"type":578,"value":5699},{"type":573,"tag":402,"props":10532,"children":10533},{"style":855},[10534],{"type":578,"value":1931},{"type":573,"tag":402,"props":10536,"children":10538},{"class":404,"line":10537},350,[10539],{"type":573,"tag":402,"props":10540,"children":10541},{"emptyLinePlaceholder":2075},[10542],{"type":578,"value":2078},{"type":573,"tag":402,"props":10544,"children":10546},{"class":404,"line":10545},351,[10547,10551,10556,10560,10565,10569,10574,10578,10582,10587,10591,10595],{"type":573,"tag":402,"props":10548,"children":10549},{"style":1372},[10550],{"type":578,"value":5453},{"type":573,"tag":402,"props":10552,"children":10553},{"style":1521},[10554],{"type":578,"value":10555}," link",{"type":573,"tag":402,"props":10557,"children":10558},{"style":855},[10559],{"type":578,"value":1518},{"type":573,"tag":402,"props":10561,"children":10562},{"style":1521},[10563],{"type":578,"value":10564}," document",{"type":573,"tag":402,"props":10566,"children":10567},{"style":855},[10568],{"type":578,"value":618},{"type":573,"tag":402,"props":10570,"children":10571},{"style":3982},[10572],{"type":578,"value":10573},"createElement",{"type":573,"tag":402,"props":10575,"children":10576},{"style":2572},[10577],{"type":578,"value":1445},{"type":573,"tag":402,"props":10579,"children":10580},{"style":855},[10581],{"type":578,"value":1926},{"type":573,"tag":402,"props":10583,"children":10584},{"style":1540},[10585],{"type":578,"value":10586},"a",{"type":573,"tag":402,"props":10588,"children":10589},{"style":855},[10590],{"type":578,"value":1926},{"type":573,"tag":402,"props":10592,"children":10593},{"style":2572},[10594],{"type":578,"value":1474},{"type":573,"tag":402,"props":10596,"children":10597},{"style":855},[10598],{"type":578,"value":1931},{"type":573,"tag":402,"props":10600,"children":10602},{"class":404,"line":10601},352,[10603,10608,10612,10617,10621,10626],{"type":573,"tag":402,"props":10604,"children":10605},{"style":1521},[10606],{"type":578,"value":10607},"      link",{"type":573,"tag":402,"props":10609,"children":10610},{"style":855},[10611],{"type":578,"value":618},{"type":573,"tag":402,"props":10613,"children":10614},{"style":1521},[10615],{"type":578,"value":10616},"href",{"type":573,"tag":402,"props":10618,"children":10619},{"style":855},[10620],{"type":578,"value":1518},{"type":573,"tag":402,"props":10622,"children":10623},{"style":1521},[10624],{"type":578,"value":10625}," audioUrl",{"type":573,"tag":402,"props":10627,"children":10628},{"style":855},[10629],{"type":578,"value":1931},{"type":573,"tag":402,"props":10631,"children":10633},{"class":404,"line":10632},353,[10634,10638,10642,10647,10651,10656],{"type":573,"tag":402,"props":10635,"children":10636},{"style":1521},[10637],{"type":578,"value":10607},{"type":573,"tag":402,"props":10639,"children":10640},{"style":855},[10641],{"type":578,"value":618},{"type":573,"tag":402,"props":10643,"children":10644},{"style":1521},[10645],{"type":578,"value":10646},"download",{"type":573,"tag":402,"props":10648,"children":10649},{"style":855},[10650],{"type":578,"value":1518},{"type":573,"tag":402,"props":10652,"children":10653},{"style":1521},[10654],{"type":578,"value":10655}," filename",{"type":573,"tag":402,"props":10657,"children":10658},{"style":855},[10659],{"type":578,"value":1931},{"type":573,"tag":402,"props":10661,"children":10663},{"class":404,"line":10662},354,[10664,10669,10673,10678,10682,10687,10691,10696,10700],{"type":573,"tag":402,"props":10665,"children":10666},{"style":1521},[10667],{"type":578,"value":10668},"      document",{"type":573,"tag":402,"props":10670,"children":10671},{"style":855},[10672],{"type":578,"value":618},{"type":573,"tag":402,"props":10674,"children":10675},{"style":1521},[10676],{"type":578,"value":10677},"body",{"type":573,"tag":402,"props":10679,"children":10680},{"style":855},[10681],{"type":578,"value":618},{"type":573,"tag":402,"props":10683,"children":10684},{"style":3982},[10685],{"type":578,"value":10686},"appendChild",{"type":573,"tag":402,"props":10688,"children":10689},{"style":2572},[10690],{"type":578,"value":1445},{"type":573,"tag":402,"props":10692,"children":10693},{"style":1521},[10694],{"type":578,"value":10695},"link",{"type":573,"tag":402,"props":10697,"children":10698},{"style":2572},[10699],{"type":578,"value":1474},{"type":573,"tag":402,"props":10701,"children":10702},{"style":855},[10703],{"type":578,"value":1931},{"type":573,"tag":402,"props":10705,"children":10707},{"class":404,"line":10706},355,[10708,10712,10716,10721,10725],{"type":573,"tag":402,"props":10709,"children":10710},{"style":1521},[10711],{"type":578,"value":10607},{"type":573,"tag":402,"props":10713,"children":10714},{"style":855},[10715],{"type":578,"value":618},{"type":573,"tag":402,"props":10717,"children":10718},{"style":3982},[10719],{"type":578,"value":10720},"click",{"type":573,"tag":402,"props":10722,"children":10723},{"style":2572},[10724],{"type":578,"value":1369},{"type":573,"tag":402,"props":10726,"children":10727},{"style":855},[10728],{"type":578,"value":1931},{"type":573,"tag":402,"props":10730,"children":10732},{"class":404,"line":10731},356,[10733,10737,10741,10745,10749,10754,10758,10762,10766],{"type":573,"tag":402,"props":10734,"children":10735},{"style":1521},[10736],{"type":578,"value":10668},{"type":573,"tag":402,"props":10738,"children":10739},{"style":855},[10740],{"type":578,"value":618},{"type":573,"tag":402,"props":10742,"children":10743},{"style":1521},[10744],{"type":578,"value":10677},{"type":573,"tag":402,"props":10746,"children":10747},{"style":855},[10748],{"type":578,"value":618},{"type":573,"tag":402,"props":10750,"children":10751},{"style":3982},[10752],{"type":578,"value":10753},"removeChild",{"type":573,"tag":402,"props":10755,"children":10756},{"style":2572},[10757],{"type":578,"value":1445},{"type":573,"tag":402,"props":10759,"children":10760},{"style":1521},[10761],{"type":578,"value":10695},{"type":573,"tag":402,"props":10763,"children":10764},{"style":2572},[10765],{"type":578,"value":1474},{"type":573,"tag":402,"props":10767,"children":10768},{"style":855},[10769],{"type":578,"value":1931},{"type":573,"tag":402,"props":10771,"children":10773},{"class":404,"line":10772},357,[10774],{"type":573,"tag":402,"props":10775,"children":10776},{"style":855},[10777],{"type":578,"value":7077},{"type":573,"tag":402,"props":10779,"children":10781},{"class":404,"line":10780},358,[10782,10786,10790,10794],{"type":573,"tag":402,"props":10783,"children":10784},{"style":2572},[10785],{"type":578,"value":7086},{"type":573,"tag":402,"props":10787,"children":10788},{"style":1521},[10789],{"type":578,"value":4496},{"type":573,"tag":402,"props":10791,"children":10792},{"style":2572},[10793],{"type":578,"value":3721},{"type":573,"tag":402,"props":10795,"children":10796},{"style":855},[10797],{"type":578,"value":4037},{"type":573,"tag":402,"props":10799,"children":10801},{"class":404,"line":10800},359,[10802,10806],{"type":573,"tag":402,"props":10803,"children":10804},{"style":2572},[10805],{"type":578,"value":4401},{"type":573,"tag":402,"props":10807,"children":10808},{"style":855},[10809],{"type":578,"value":1931},{"type":573,"tag":402,"props":10811,"children":10813},{"class":404,"line":10812},360,[10814],{"type":573,"tag":402,"props":10815,"children":10816},{"emptyLinePlaceholder":2075},[10817],{"type":578,"value":2078},{"type":573,"tag":402,"props":10819,"children":10821},{"class":404,"line":10820},361,[10822],{"type":573,"tag":402,"props":10823,"children":10824},{"style":2084},[10825],{"type":578,"value":10826},"  // Cleanup on unmount\n",{"type":573,"tag":402,"props":10828,"children":10830},{"class":404,"line":10829},362,[10831,10836,10840,10844,10848],{"type":573,"tag":402,"props":10832,"children":10833},{"style":3982},[10834],{"type":578,"value":10835},"  useEffect",{"type":573,"tag":402,"props":10837,"children":10838},{"style":2572},[10839],{"type":578,"value":1445},{"type":573,"tag":402,"props":10841,"children":10842},{"style":855},[10843],{"type":578,"value":1369},{"type":573,"tag":402,"props":10845,"children":10846},{"style":1372},[10847],{"type":578,"value":1375},{"type":573,"tag":402,"props":10849,"children":10850},{"style":855},[10851],{"type":578,"value":2513},{"type":573,"tag":402,"props":10853,"children":10855},{"class":404,"line":10854},363,[10856,10861,10865,10869],{"type":573,"tag":402,"props":10857,"children":10858},{"style":1960},[10859],{"type":578,"value":10860},"    return",{"type":573,"tag":402,"props":10862,"children":10863},{"style":855},[10864],{"type":578,"value":3381},{"type":573,"tag":402,"props":10866,"children":10867},{"style":1372},[10868],{"type":578,"value":1375},{"type":573,"tag":402,"props":10870,"children":10871},{"style":855},[10872],{"type":578,"value":2513},{"type":573,"tag":402,"props":10874,"children":10876},{"class":404,"line":10875},364,[10877,10881,10885,10889,10893,10897,10901],{"type":573,"tag":402,"props":10878,"children":10879},{"style":1960},[10880],{"type":578,"value":6560},{"type":573,"tag":402,"props":10882,"children":10883},{"style":2572},[10884],{"type":578,"value":3581},{"type":573,"tag":402,"props":10886,"children":10887},{"style":1521},[10888],{"type":578,"value":8153},{"type":573,"tag":402,"props":10890,"children":10891},{"style":855},[10892],{"type":578,"value":618},{"type":573,"tag":402,"props":10894,"children":10895},{"style":1521},[10896],{"type":578,"value":5434},{"type":573,"tag":402,"props":10898,"children":10899},{"style":2572},[10900],{"type":578,"value":5439},{"type":573,"tag":402,"props":10902,"children":10903},{"style":855},[10904],{"type":578,"value":5444},{"type":573,"tag":402,"props":10906,"children":10908},{"class":404,"line":10907},365,[10909,10914,10918,10922,10926,10930,10934],{"type":573,"tag":402,"props":10910,"children":10911},{"style":3982},[10912],{"type":578,"value":10913},"        clearInterval",{"type":573,"tag":402,"props":10915,"children":10916},{"style":2572},[10917],{"type":578,"value":1445},{"type":573,"tag":402,"props":10919,"children":10920},{"style":1521},[10921],{"type":578,"value":8153},{"type":573,"tag":402,"props":10923,"children":10924},{"style":855},[10925],{"type":578,"value":618},{"type":573,"tag":402,"props":10927,"children":10928},{"style":1521},[10929],{"type":578,"value":5434},{"type":573,"tag":402,"props":10931,"children":10932},{"style":2572},[10933],{"type":578,"value":1474},{"type":573,"tag":402,"props":10935,"children":10936},{"style":855},[10937],{"type":578,"value":1931},{"type":573,"tag":402,"props":10939,"children":10941},{"class":404,"line":10940},366,[10942],{"type":573,"tag":402,"props":10943,"children":10944},{"style":855},[10945],{"type":578,"value":7068},{"type":573,"tag":402,"props":10947,"children":10949},{"class":404,"line":10948},367,[10950,10954,10958,10962,10966,10970,10974],{"type":573,"tag":402,"props":10951,"children":10952},{"style":1960},[10953],{"type":578,"value":6560},{"type":573,"tag":402,"props":10955,"children":10956},{"style":2572},[10957],{"type":578,"value":3581},{"type":573,"tag":402,"props":10959,"children":10960},{"style":1521},[10961],{"type":578,"value":8261},{"type":573,"tag":402,"props":10963,"children":10964},{"style":855},[10965],{"type":578,"value":618},{"type":573,"tag":402,"props":10967,"children":10968},{"style":1521},[10969],{"type":578,"value":5434},{"type":573,"tag":402,"props":10971,"children":10972},{"style":2572},[10973],{"type":578,"value":5439},{"type":573,"tag":402,"props":10975,"children":10976},{"style":855},[10977],{"type":578,"value":5444},{"type":573,"tag":402,"props":10979,"children":10981},{"class":404,"line":10980},368,[10982,10987,10991,10995,10999,11003,11007],{"type":573,"tag":402,"props":10983,"children":10984},{"style":3982},[10985],{"type":578,"value":10986},"        cancelAnimationFrame",{"type":573,"tag":402,"props":10988,"children":10989},{"style":2572},[10990],{"type":578,"value":1445},{"type":573,"tag":402,"props":10992,"children":10993},{"style":1521},[10994],{"type":578,"value":8261},{"type":573,"tag":402,"props":10996,"children":10997},{"style":855},[10998],{"type":578,"value":618},{"type":573,"tag":402,"props":11000,"children":11001},{"style":1521},[11002],{"type":578,"value":5434},{"type":573,"tag":402,"props":11004,"children":11005},{"style":2572},[11006],{"type":578,"value":1474},{"type":573,"tag":402,"props":11008,"children":11009},{"style":855},[11010],{"type":578,"value":1931},{"type":573,"tag":402,"props":11012,"children":11014},{"class":404,"line":11013},369,[11015],{"type":573,"tag":402,"props":11016,"children":11017},{"style":855},[11018],{"type":578,"value":7068},{"type":573,"tag":402,"props":11020,"children":11022},{"class":404,"line":11021},370,[11023,11027,11031,11035,11039],{"type":573,"tag":402,"props":11024,"children":11025},{"style":1960},[11026],{"type":578,"value":6560},{"type":573,"tag":402,"props":11028,"children":11029},{"style":2572},[11030],{"type":578,"value":3581},{"type":573,"tag":402,"props":11032,"children":11033},{"style":1521},[11034],{"type":578,"value":4262},{"type":573,"tag":402,"props":11036,"children":11037},{"style":2572},[11038],{"type":578,"value":5439},{"type":573,"tag":402,"props":11040,"children":11041},{"style":855},[11042],{"type":578,"value":5444},{"type":573,"tag":402,"props":11044,"children":11046},{"class":404,"line":11045},371,[11047,11052,11056,11060,11064,11068,11072,11076,11080,11084,11088,11092,11096,11100,11104,11108],{"type":573,"tag":402,"props":11048,"children":11049},{"style":1521},[11050],{"type":578,"value":11051},"        stream",{"type":573,"tag":402,"props":11053,"children":11054},{"style":855},[11055],{"type":578,"value":618},{"type":573,"tag":402,"props":11057,"children":11058},{"style":3982},[11059],{"type":578,"value":9622},{"type":573,"tag":402,"props":11061,"children":11062},{"style":2572},[11063],{"type":578,"value":1369},{"type":573,"tag":402,"props":11065,"children":11066},{"style":855},[11067],{"type":578,"value":618},{"type":573,"tag":402,"props":11069,"children":11070},{"style":3982},[11071],{"type":578,"value":9635},{"type":573,"tag":402,"props":11073,"children":11074},{"style":2572},[11075],{"type":578,"value":1445},{"type":573,"tag":402,"props":11077,"children":11078},{"style":855},[11079],{"type":578,"value":1445},{"type":573,"tag":402,"props":11081,"children":11082},{"style":1448},[11083],{"type":578,"value":9648},{"type":573,"tag":402,"props":11085,"children":11086},{"style":855},[11087],{"type":578,"value":1474},{"type":573,"tag":402,"props":11089,"children":11090},{"style":1372},[11091],{"type":578,"value":1375},{"type":573,"tag":402,"props":11093,"children":11094},{"style":1521},[11095],{"type":578,"value":9661},{"type":573,"tag":402,"props":11097,"children":11098},{"style":855},[11099],{"type":578,"value":618},{"type":573,"tag":402,"props":11101,"children":11102},{"style":3982},[11103],{"type":578,"value":9556},{"type":573,"tag":402,"props":11105,"children":11106},{"style":2572},[11107],{"type":578,"value":9674},{"type":573,"tag":402,"props":11109,"children":11110},{"style":855},[11111],{"type":578,"value":1931},{"type":573,"tag":402,"props":11113,"children":11115},{"class":404,"line":11114},372,[11116],{"type":573,"tag":402,"props":11117,"children":11118},{"style":855},[11119],{"type":578,"value":7068},{"type":573,"tag":402,"props":11121,"children":11123},{"class":404,"line":11122},373,[11124,11128,11132,11136,11140,11144,11148],{"type":573,"tag":402,"props":11125,"children":11126},{"style":1960},[11127],{"type":578,"value":6560},{"type":573,"tag":402,"props":11129,"children":11130},{"style":2572},[11131],{"type":578,"value":3581},{"type":573,"tag":402,"props":11133,"children":11134},{"style":1521},[11135],{"type":578,"value":9735},{"type":573,"tag":402,"props":11137,"children":11138},{"style":855},[11139],{"type":578,"value":618},{"type":573,"tag":402,"props":11141,"children":11142},{"style":1521},[11143],{"type":578,"value":5434},{"type":573,"tag":402,"props":11145,"children":11146},{"style":2572},[11147],{"type":578,"value":5439},{"type":573,"tag":402,"props":11149,"children":11150},{"style":855},[11151],{"type":578,"value":5444},{"type":573,"tag":402,"props":11153,"children":11155},{"class":404,"line":11154},374,[11156,11160,11164,11168,11172,11176,11180],{"type":573,"tag":402,"props":11157,"children":11158},{"style":1521},[11159],{"type":578,"value":6614},{"type":573,"tag":402,"props":11161,"children":11162},{"style":855},[11163],{"type":578,"value":618},{"type":573,"tag":402,"props":11165,"children":11166},{"style":1521},[11167],{"type":578,"value":5434},{"type":573,"tag":402,"props":11169,"children":11170},{"style":855},[11171],{"type":578,"value":618},{"type":573,"tag":402,"props":11173,"children":11174},{"style":3982},[11175],{"type":578,"value":9777},{"type":573,"tag":402,"props":11177,"children":11178},{"style":2572},[11179],{"type":578,"value":1369},{"type":573,"tag":402,"props":11181,"children":11182},{"style":855},[11183],{"type":578,"value":1931},{"type":573,"tag":402,"props":11185,"children":11187},{"class":404,"line":11186},375,[11188],{"type":573,"tag":402,"props":11189,"children":11190},{"style":855},[11191],{"type":578,"value":7068},{"type":573,"tag":402,"props":11193,"children":11195},{"class":404,"line":11194},376,[11196,11200,11204,11208,11212],{"type":573,"tag":402,"props":11197,"children":11198},{"style":1960},[11199],{"type":578,"value":6560},{"type":573,"tag":402,"props":11201,"children":11202},{"style":2572},[11203],{"type":578,"value":3581},{"type":573,"tag":402,"props":11205,"children":11206},{"style":1521},[11207],{"type":578,"value":4496},{"type":573,"tag":402,"props":11209,"children":11210},{"style":2572},[11211],{"type":578,"value":5439},{"type":573,"tag":402,"props":11213,"children":11214},{"style":855},[11215],{"type":578,"value":5444},{"type":573,"tag":402,"props":11217,"children":11219},{"class":404,"line":11218},377,[11220,11225,11229,11233,11237,11241,11245],{"type":573,"tag":402,"props":11221,"children":11222},{"style":1521},[11223],{"type":578,"value":11224},"        URL",{"type":573,"tag":402,"props":11226,"children":11227},{"style":855},[11228],{"type":578,"value":618},{"type":573,"tag":402,"props":11230,"children":11231},{"style":3982},[11232],{"type":578,"value":10256},{"type":573,"tag":402,"props":11234,"children":11235},{"style":2572},[11236],{"type":578,"value":1445},{"type":573,"tag":402,"props":11238,"children":11239},{"style":1521},[11240],{"type":578,"value":4496},{"type":573,"tag":402,"props":11242,"children":11243},{"style":2572},[11244],{"type":578,"value":1474},{"type":573,"tag":402,"props":11246,"children":11247},{"style":855},[11248],{"type":578,"value":1931},{"type":573,"tag":402,"props":11250,"children":11252},{"class":404,"line":11251},378,[11253],{"type":573,"tag":402,"props":11254,"children":11255},{"style":855},[11256],{"type":578,"value":7068},{"type":573,"tag":402,"props":11258,"children":11260},{"class":404,"line":11259},379,[11261],{"type":573,"tag":402,"props":11262,"children":11263},{"style":855},[11264],{"type":578,"value":11265},"    };\n",{"type":573,"tag":402,"props":11267,"children":11269},{"class":404,"line":11268},380,[11270,11274,11278,11282,11286,11290,11294],{"type":573,"tag":402,"props":11271,"children":11272},{"style":855},[11273],{"type":578,"value":5592},{"type":573,"tag":402,"props":11275,"children":11276},{"style":2572},[11277],{"type":578,"value":3711},{"type":573,"tag":402,"props":11279,"children":11280},{"style":1521},[11281],{"type":578,"value":4262},{"type":573,"tag":402,"props":11283,"children":11284},{"style":855},[11285],{"type":578,"value":1978},{"type":573,"tag":402,"props":11287,"children":11288},{"style":1521},[11289],{"type":578,"value":10625},{"type":573,"tag":402,"props":11291,"children":11292},{"style":2572},[11293],{"type":578,"value":6480},{"type":573,"tag":402,"props":11295,"children":11296},{"style":855},[11297],{"type":578,"value":1931},{"type":573,"tag":402,"props":11299,"children":11301},{"class":404,"line":11300},381,[11302],{"type":573,"tag":402,"props":11303,"children":11304},{"emptyLinePlaceholder":2075},[11305],{"type":578,"value":2078},{"type":573,"tag":402,"props":11307,"children":11309},{"class":404,"line":11308},382,[11310,11315],{"type":573,"tag":402,"props":11311,"children":11312},{"style":1960},[11313],{"type":578,"value":11314},"  return",{"type":573,"tag":402,"props":11316,"children":11317},{"style":855},[11318],{"type":578,"value":2513},{"type":573,"tag":402,"props":11320,"children":11322},{"class":404,"line":11321},383,[11323,11327],{"type":573,"tag":402,"props":11324,"children":11325},{"style":1521},[11326],{"type":578,"value":9327},{"type":573,"tag":402,"props":11328,"children":11329},{"style":855},[11330],{"type":578,"value":4037},{"type":573,"tag":402,"props":11332,"children":11334},{"class":404,"line":11333},384,[11335,11340],{"type":573,"tag":402,"props":11336,"children":11337},{"style":1521},[11338],{"type":578,"value":11339},"    isRecording",{"type":573,"tag":402,"props":11341,"children":11342},{"style":855},[11343],{"type":578,"value":4037},{"type":573,"tag":402,"props":11345,"children":11347},{"class":404,"line":11346},385,[11348,11353],{"type":573,"tag":402,"props":11349,"children":11350},{"style":1521},[11351],{"type":578,"value":11352},"    isPaused",{"type":573,"tag":402,"props":11354,"children":11355},{"style":855},[11356],{"type":578,"value":4037},{"type":573,"tag":402,"props":11358,"children":11360},{"class":404,"line":11359},386,[11361,11366],{"type":573,"tag":402,"props":11362,"children":11363},{"style":1521},[11364],{"type":578,"value":11365},"    stream",{"type":573,"tag":402,"props":11367,"children":11368},{"style":855},[11369],{"type":578,"value":4037},{"type":573,"tag":402,"props":11371,"children":11373},{"class":404,"line":11372},387,[11374,11379],{"type":573,"tag":402,"props":11375,"children":11376},{"style":1521},[11377],{"type":578,"value":11378},"    mediaRecorder",{"type":573,"tag":402,"props":11380,"children":11381},{"style":855},[11382],{"type":578,"value":4037},{"type":573,"tag":402,"props":11384,"children":11386},{"class":404,"line":11385},388,[11387,11392],{"type":573,"tag":402,"props":11388,"children":11389},{"style":1521},[11390],{"type":578,"value":11391},"    audioBlob",{"type":573,"tag":402,"props":11393,"children":11394},{"style":855},[11395],{"type":578,"value":4037},{"type":573,"tag":402,"props":11397,"children":11399},{"class":404,"line":11398},389,[11400,11405],{"type":573,"tag":402,"props":11401,"children":11402},{"style":1521},[11403],{"type":578,"value":11404},"    audioUrl",{"type":573,"tag":402,"props":11406,"children":11407},{"style":855},[11408],{"type":578,"value":4037},{"type":573,"tag":402,"props":11410,"children":11412},{"class":404,"line":11411},390,[11413,11418],{"type":573,"tag":402,"props":11414,"children":11415},{"style":1521},[11416],{"type":578,"value":11417},"    duration",{"type":573,"tag":402,"props":11419,"children":11420},{"style":855},[11421],{"type":578,"value":4037},{"type":573,"tag":402,"props":11423,"children":11425},{"class":404,"line":11424},391,[11426,11431],{"type":573,"tag":402,"props":11427,"children":11428},{"style":1521},[11429],{"type":578,"value":11430},"    error",{"type":573,"tag":402,"props":11432,"children":11433},{"style":855},[11434],{"type":578,"value":4037},{"type":573,"tag":402,"props":11436,"children":11438},{"class":404,"line":11437},392,[11439,11444],{"type":573,"tag":402,"props":11440,"children":11441},{"style":1521},[11442],{"type":578,"value":11443},"    analysisData",{"type":573,"tag":402,"props":11445,"children":11446},{"style":855},[11447],{"type":578,"value":4037},{"type":573,"tag":402,"props":11449,"children":11451},{"class":404,"line":11450},393,[11452,11457],{"type":573,"tag":402,"props":11453,"children":11454},{"style":1521},[11455],{"type":578,"value":11456},"    startRecording",{"type":573,"tag":402,"props":11458,"children":11459},{"style":855},[11460],{"type":578,"value":4037},{"type":573,"tag":402,"props":11462,"children":11464},{"class":404,"line":11463},394,[11465,11470],{"type":573,"tag":402,"props":11466,"children":11467},{"style":1521},[11468],{"type":578,"value":11469},"    stopRecording",{"type":573,"tag":402,"props":11471,"children":11472},{"style":855},[11473],{"type":578,"value":4037},{"type":573,"tag":402,"props":11475,"children":11477},{"class":404,"line":11476},395,[11478,11483],{"type":573,"tag":402,"props":11479,"children":11480},{"style":1521},[11481],{"type":578,"value":11482},"    pauseRecording",{"type":573,"tag":402,"props":11484,"children":11485},{"style":855},[11486],{"type":578,"value":4037},{"type":573,"tag":402,"props":11488,"children":11490},{"class":404,"line":11489},396,[11491,11496],{"type":573,"tag":402,"props":11492,"children":11493},{"style":1521},[11494],{"type":578,"value":11495},"    resumeRecording",{"type":573,"tag":402,"props":11497,"children":11498},{"style":855},[11499],{"type":578,"value":4037},{"type":573,"tag":402,"props":11501,"children":11503},{"class":404,"line":11502},397,[11504,11509],{"type":573,"tag":402,"props":11505,"children":11506},{"style":1521},[11507],{"type":578,"value":11508},"    clearRecording",{"type":573,"tag":402,"props":11510,"children":11511},{"style":855},[11512],{"type":578,"value":4037},{"type":573,"tag":402,"props":11514,"children":11516},{"class":404,"line":11515},398,[11517,11522],{"type":573,"tag":402,"props":11518,"children":11519},{"style":1521},[11520],{"type":578,"value":11521},"    downloadRecording",{"type":573,"tag":402,"props":11523,"children":11524},{"style":855},[11525],{"type":578,"value":4037},{"type":573,"tag":402,"props":11527,"children":11529},{"class":404,"line":11528},399,[11530],{"type":573,"tag":402,"props":11531,"children":11532},{"style":855},[11533],{"type":578,"value":11534},"  };\n",{"type":573,"tag":402,"props":11536,"children":11538},{"class":404,"line":11537},400,[11539],{"type":573,"tag":402,"props":11540,"children":11541},{"style":855},[11542],{"type":578,"value":11543},"};\n",{"type":573,"tag":392,"props":11545,"children":11550},{"className":11546,"code":11547,"filename":11548,"language":11549,"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-portal.js","js",[11551],{"type":573,"tag":399,"props":11552,"children":11553},{"__ignoreMap":360},[11554,11617,11656,11700,11755,11778,11797,11824,11843,11862,11877,11928,11979,12030,12081,12132,12183,12234,12285,12336,12363,12398,12433,12468,12503,12538,12573,12608,12623,12654,12677,12708,12731,12766,12797,12864,12911,12918,12933,12968,13019,13074,13129,13168,13207,13230,13301,13372,13399,13406,13465,13480,13511,13542,13553,13568,13603,13642,13649,13688,13711,13734,13765,13776,13803,13835,13846,13893,13912,13951,13986,14021,14068,14083,14110,14157,14164,14171,14206,14217,14256,14283,14314,14325,14332,14343,14366,14413,14428,14447,14466,14485,14492,14507,14530,14553,14592,14603,14638,14649,14672,14687,14714,14753,14800,14847,14854,14861,14892,14971,14994,15033,15056,15079,15110,15141,15164,15171,15202,15233,15256,15263,15270,15301,15324,15379,15410,15441,15464,15471,15478,15509,15532,15571,15594,15609,15616,15623,15662,15729,15752,15775,15782,15805,15836,15859,15898,15925,15948,15995,16022,16037,16088,16111,16118,16129,16140,16151,16162,16173,16184,16195,16206,16217,16228,16263,16318,16341,16348,16371,16438,16461,16468,16499,16530,16553,16560,16591,16626,16681,16704,16711,16734,16769,16824,16847,16854,16877,16912,16935,16966,16973,16996,17019,17042,17065,17088,17111,17134,17173,17204,17255,17282,17309,17348,17371,17410,17417,17436,17447,17470,17489,17520,17551,17558,17589,17620,17627,17650,17717,17724,17755,17786,17793,17816,17847,17854,17861,17892,17903,17914,17925,17936,17947,17958,17969,17980,17991,18002,18013,18024,18035,18046,18057,18068,18079,18086],{"type":573,"tag":402,"props":11555,"children":11556},{"class":404,"line":405},[11557,11561,11565,11569,11573,11577,11581,11585,11589,11593,11597,11601,11605,11609,11613],{"type":573,"tag":402,"props":11558,"children":11559},{"style":1960},[11560],{"type":578,"value":1963},{"type":573,"tag":402,"props":11562,"children":11563},{"style":855},[11564],{"type":578,"value":1968},{"type":573,"tag":402,"props":11566,"children":11567},{"style":1521},[11568],{"type":578,"value":1973},{"type":573,"tag":402,"props":11570,"children":11571},{"style":855},[11572],{"type":578,"value":1978},{"type":573,"tag":402,"props":11574,"children":11575},{"style":1521},[11576],{"type":578,"value":1983},{"type":573,"tag":402,"props":11578,"children":11579},{"style":855},[11580],{"type":578,"value":1978},{"type":573,"tag":402,"props":11582,"children":11583},{"style":1521},[11584],{"type":578,"value":1992},{"type":573,"tag":402,"props":11586,"children":11587},{"style":855},[11588],{"type":578,"value":1978},{"type":573,"tag":402,"props":11590,"children":11591},{"style":1521},[11592],{"type":578,"value":2001},{"type":573,"tag":402,"props":11594,"children":11595},{"style":855},[11596],{"type":578,"value":2006},{"type":573,"tag":402,"props":11598,"children":11599},{"style":1960},[11600],{"type":578,"value":2011},{"type":573,"tag":402,"props":11602,"children":11603},{"style":855},[11604],{"type":578,"value":1537},{"type":573,"tag":402,"props":11606,"children":11607},{"style":1540},[11608],{"type":578,"value":2020},{"type":573,"tag":402,"props":11610,"children":11611},{"style":855},[11612],{"type":578,"value":1926},{"type":573,"tag":402,"props":11614,"children":11615},{"style":855},[11616],{"type":578,"value":1931},{"type":573,"tag":402,"props":11618,"children":11619},{"class":404,"line":546},[11620,11624,11628,11632,11636,11640,11644,11648,11652],{"type":573,"tag":402,"props":11621,"children":11622},{"style":1960},[11623],{"type":578,"value":1963},{"type":573,"tag":402,"props":11625,"children":11626},{"style":855},[11627],{"type":578,"value":1968},{"type":573,"tag":402,"props":11629,"children":11630},{"style":1521},[11631],{"type":578,"value":2044},{"type":573,"tag":402,"props":11633,"children":11634},{"style":855},[11635],{"type":578,"value":2006},{"type":573,"tag":402,"props":11637,"children":11638},{"style":1960},[11639],{"type":578,"value":2011},{"type":573,"tag":402,"props":11641,"children":11642},{"style":855},[11643],{"type":578,"value":1537},{"type":573,"tag":402,"props":11645,"children":11646},{"style":1540},[11647],{"type":578,"value":2061},{"type":573,"tag":402,"props":11649,"children":11650},{"style":855},[11651],{"type":578,"value":1926},{"type":573,"tag":402,"props":11653,"children":11654},{"style":855},[11655],{"type":578,"value":1931},{"type":573,"tag":402,"props":11657,"children":11658},{"class":404,"line":553},[11659,11663,11667,11671,11675,11679,11683,11687,11692,11696],{"type":573,"tag":402,"props":11660,"children":11661},{"style":1960},[11662],{"type":578,"value":2498},{"type":573,"tag":402,"props":11664,"children":11665},{"style":1372},[11666],{"type":578,"value":3848},{"type":573,"tag":402,"props":11668,"children":11669},{"style":1521},[11670],{"type":578,"value":3853},{"type":573,"tag":402,"props":11672,"children":11673},{"style":855},[11674],{"type":578,"value":3858},{"type":573,"tag":402,"props":11676,"children":11677},{"style":855},[11678],{"type":578,"value":3581},{"type":573,"tag":402,"props":11680,"children":11681},{"style":1448},[11682],{"type":578,"value":3716},{"type":573,"tag":402,"props":11684,"children":11685},{"style":855},[11686],{"type":578,"value":1518},{"type":573,"tag":402,"props":11688,"children":11689},{"style":855},[11690],{"type":578,"value":11691}," {})",{"type":573,"tag":402,"props":11693,"children":11694},{"style":1372},[11695],{"type":578,"value":1375},{"type":573,"tag":402,"props":11697,"children":11698},{"style":855},[11699],{"type":578,"value":2513},{"type":573,"tag":402,"props":11701,"children":11702},{"class":404,"line":1571},[11703,11707,11711,11715,11719,11723,11727,11731,11735,11739,11743,11747,11751],{"type":573,"tag":402,"props":11704,"children":11705},{"style":1372},[11706],{"type":578,"value":3922},{"type":573,"tag":402,"props":11708,"children":11709},{"style":855},[11710],{"type":578,"value":1968},{"type":573,"tag":402,"props":11712,"children":11713},{"style":1521},[11714],{"type":578,"value":3931},{"type":573,"tag":402,"props":11716,"children":11717},{"style":855},[11718],{"type":578,"value":1978},{"type":573,"tag":402,"props":11720,"children":11721},{"style":1521},[11722],{"type":578,"value":3940},{"type":573,"tag":402,"props":11724,"children":11725},{"style":855},[11726],{"type":578,"value":1978},{"type":573,"tag":402,"props":11728,"children":11729},{"style":1521},[11730],{"type":578,"value":3949},{"type":573,"tag":402,"props":11732,"children":11733},{"style":855},[11734],{"type":578,"value":1978},{"type":573,"tag":402,"props":11736,"children":11737},{"style":1521},[11738],{"type":578,"value":3958},{"type":573,"tag":402,"props":11740,"children":11741},{"style":855},[11742],{"type":578,"value":1978},{"type":573,"tag":402,"props":11744,"children":11745},{"style":1521},[11746],{"type":578,"value":3967},{"type":573,"tag":402,"props":11748,"children":11749},{"style":855},[11750],{"type":578,"value":2006},{"type":573,"tag":402,"props":11752,"children":11753},{"style":855},[11754],{"type":578,"value":2103},{"type":573,"tag":402,"props":11756,"children":11757},{"class":404,"line":1592},[11758,11762,11766,11770,11774],{"type":573,"tag":402,"props":11759,"children":11760},{"style":3982},[11761],{"type":578,"value":3985},{"type":573,"tag":402,"props":11763,"children":11764},{"style":2572},[11765],{"type":578,"value":1445},{"type":573,"tag":402,"props":11767,"children":11768},{"style":1521},[11769],{"type":578,"value":3716},{"type":573,"tag":402,"props":11771,"children":11772},{"style":855},[11773],{"type":578,"value":1978},{"type":573,"tag":402,"props":11775,"children":11776},{"style":855},[11777],{"type":578,"value":2513},{"type":573,"tag":402,"props":11779,"children":11780},{"class":404,"line":1613},[11781,11785,11789,11793],{"type":573,"tag":402,"props":11782,"children":11783},{"style":2572},[11784],{"type":578,"value":4022},{"type":573,"tag":402,"props":11786,"children":11787},{"style":855},[11788],{"type":578,"value":1255},{"type":573,"tag":402,"props":11790,"children":11791},{"style":4029},[11792],{"type":578,"value":4032},{"type":573,"tag":402,"props":11794,"children":11795},{"style":855},[11796],{"type":578,"value":4037},{"type":573,"tag":402,"props":11798,"children":11799},{"class":404,"line":1634},[11800,11804,11808,11812,11816,11820],{"type":573,"tag":402,"props":11801,"children":11802},{"style":2572},[11803],{"type":578,"value":4046},{"type":573,"tag":402,"props":11805,"children":11806},{"style":855},[11807],{"type":578,"value":1255},{"type":573,"tag":402,"props":11809,"children":11810},{"style":855},[11811],{"type":578,"value":1537},{"type":573,"tag":402,"props":11813,"children":11814},{"style":1540},[11815],{"type":578,"value":1543},{"type":573,"tag":402,"props":11817,"children":11818},{"style":855},[11819],{"type":578,"value":1926},{"type":573,"tag":402,"props":11821,"children":11822},{"style":855},[11823],{"type":578,"value":4037},{"type":573,"tag":402,"props":11825,"children":11826},{"class":404,"line":1655},[11827,11831,11835,11839],{"type":573,"tag":402,"props":11828,"children":11829},{"style":2572},[11830],{"type":578,"value":4075},{"type":573,"tag":402,"props":11832,"children":11833},{"style":855},[11834],{"type":578,"value":1255},{"type":573,"tag":402,"props":11836,"children":11837},{"style":4082},[11838],{"type":578,"value":4085},{"type":573,"tag":402,"props":11840,"children":11841},{"style":855},[11842],{"type":578,"value":4037},{"type":573,"tag":402,"props":11844,"children":11845},{"class":404,"line":1676},[11846,11850,11854,11858],{"type":573,"tag":402,"props":11847,"children":11848},{"style":2572},[11849],{"type":578,"value":4098},{"type":573,"tag":402,"props":11851,"children":11852},{"style":855},[11853],{"type":578,"value":1255},{"type":573,"tag":402,"props":11855,"children":11856},{"style":4029},[11857],{"type":578,"value":4107},{"type":573,"tag":402,"props":11859,"children":11860},{"style":855},[11861],{"type":578,"value":4037},{"type":573,"tag":402,"props":11863,"children":11864},{"class":404,"line":1697},[11865,11869,11873],{"type":573,"tag":402,"props":11866,"children":11867},{"style":855},[11868],{"type":578,"value":4120},{"type":573,"tag":402,"props":11870,"children":11871},{"style":2572},[11872],{"type":578,"value":1474},{"type":573,"tag":402,"props":11874,"children":11875},{"style":855},[11876],{"type":578,"value":1931},{"type":573,"tag":402,"props":11878,"children":11879},{"class":404,"line":1718},[11880,11884,11888,11892,11896,11900,11904,11908,11912,11916,11920,11924],{"type":573,"tag":402,"props":11881,"children":11882},{"style":1372},[11883],{"type":578,"value":3922},{"type":573,"tag":402,"props":11885,"children":11886},{"style":855},[11887],{"type":578,"value":3711},{"type":573,"tag":402,"props":11889,"children":11890},{"style":1521},[11891],{"type":578,"value":4153},{"type":573,"tag":402,"props":11893,"children":11894},{"style":855},[11895],{"type":578,"value":1978},{"type":573,"tag":402,"props":11897,"children":11898},{"style":1521},[11899],{"type":578,"value":4162},{"type":573,"tag":402,"props":11901,"children":11902},{"style":855},[11903],{"type":578,"value":3721},{"type":573,"tag":402,"props":11905,"children":11906},{"style":855},[11907],{"type":578,"value":1518},{"type":573,"tag":402,"props":11909,"children":11910},{"style":3982},[11911],{"type":578,"value":1973},{"type":573,"tag":402,"props":11913,"children":11914},{"style":2572},[11915],{"type":578,"value":1445},{"type":573,"tag":402,"props":11917,"children":11918},{"style":4082},[11919],{"type":578,"value":4183},{"type":573,"tag":402,"props":11921,"children":11922},{"style":2572},[11923],{"type":578,"value":1474},{"type":573,"tag":402,"props":11925,"children":11926},{"style":855},[11927],{"type":578,"value":1931},{"type":573,"tag":402,"props":11929,"children":11930},{"class":404,"line":1739},[11931,11935,11939,11943,11947,11951,11955,11959,11963,11967,11971,11975],{"type":573,"tag":402,"props":11932,"children":11933},{"style":1372},[11934],{"type":578,"value":3922},{"type":573,"tag":402,"props":11936,"children":11937},{"style":855},[11938],{"type":578,"value":3711},{"type":573,"tag":402,"props":11940,"children":11941},{"style":1521},[11942],{"type":578,"value":4208},{"type":573,"tag":402,"props":11944,"children":11945},{"style":855},[11946],{"type":578,"value":1978},{"type":573,"tag":402,"props":11948,"children":11949},{"style":1521},[11950],{"type":578,"value":4217},{"type":573,"tag":402,"props":11952,"children":11953},{"style":855},[11954],{"type":578,"value":3721},{"type":573,"tag":402,"props":11956,"children":11957},{"style":855},[11958],{"type":578,"value":1518},{"type":573,"tag":402,"props":11960,"children":11961},{"style":3982},[11962],{"type":578,"value":1973},{"type":573,"tag":402,"props":11964,"children":11965},{"style":2572},[11966],{"type":578,"value":1445},{"type":573,"tag":402,"props":11968,"children":11969},{"style":4082},[11970],{"type":578,"value":4183},{"type":573,"tag":402,"props":11972,"children":11973},{"style":2572},[11974],{"type":578,"value":1474},{"type":573,"tag":402,"props":11976,"children":11977},{"style":855},[11978],{"type":578,"value":1931},{"type":573,"tag":402,"props":11980,"children":11981},{"class":404,"line":1760},[11982,11986,11990,11994,11998,12002,12006,12010,12014,12018,12022,12026],{"type":573,"tag":402,"props":11983,"children":11984},{"style":1372},[11985],{"type":578,"value":3922},{"type":573,"tag":402,"props":11987,"children":11988},{"style":855},[11989],{"type":578,"value":3711},{"type":573,"tag":402,"props":11991,"children":11992},{"style":1521},[11993],{"type":578,"value":4262},{"type":573,"tag":402,"props":11995,"children":11996},{"style":855},[11997],{"type":578,"value":1978},{"type":573,"tag":402,"props":11999,"children":12000},{"style":1521},[12001],{"type":578,"value":4271},{"type":573,"tag":402,"props":12003,"children":12004},{"style":855},[12005],{"type":578,"value":3721},{"type":573,"tag":402,"props":12007,"children":12008},{"style":855},[12009],{"type":578,"value":1518},{"type":573,"tag":402,"props":12011,"children":12012},{"style":3982},[12013],{"type":578,"value":1973},{"type":573,"tag":402,"props":12015,"children":12016},{"style":2572},[12017],{"type":578,"value":1445},{"type":573,"tag":402,"props":12019,"children":12020},{"style":855},[12021],{"type":578,"value":4312},{"type":573,"tag":402,"props":12023,"children":12024},{"style":2572},[12025],{"type":578,"value":1474},{"type":573,"tag":402,"props":12027,"children":12028},{"style":855},[12029],{"type":578,"value":1931},{"type":573,"tag":402,"props":12031,"children":12032},{"class":404,"line":1781},[12033,12037,12041,12045,12049,12053,12057,12061,12065,12069,12073,12077],{"type":573,"tag":402,"props":12034,"children":12035},{"style":1372},[12036],{"type":578,"value":3922},{"type":573,"tag":402,"props":12038,"children":12039},{"style":855},[12040],{"type":578,"value":3711},{"type":573,"tag":402,"props":12042,"children":12043},{"style":1521},[12044],{"type":578,"value":4337},{"type":573,"tag":402,"props":12046,"children":12047},{"style":855},[12048],{"type":578,"value":1978},{"type":573,"tag":402,"props":12050,"children":12051},{"style":1521},[12052],{"type":578,"value":4346},{"type":573,"tag":402,"props":12054,"children":12055},{"style":855},[12056],{"type":578,"value":3721},{"type":573,"tag":402,"props":12058,"children":12059},{"style":855},[12060],{"type":578,"value":1518},{"type":573,"tag":402,"props":12062,"children":12063},{"style":3982},[12064],{"type":578,"value":1973},{"type":573,"tag":402,"props":12066,"children":12067},{"style":2572},[12068],{"type":578,"value":1445},{"type":573,"tag":402,"props":12070,"children":12071},{"style":855},[12072],{"type":578,"value":4312},{"type":573,"tag":402,"props":12074,"children":12075},{"style":2572},[12076],{"type":578,"value":1474},{"type":573,"tag":402,"props":12078,"children":12079},{"style":855},[12080],{"type":578,"value":1931},{"type":573,"tag":402,"props":12082,"children":12083},{"class":404,"line":1802},[12084,12088,12092,12096,12100,12104,12108,12112,12116,12120,12124,12128],{"type":573,"tag":402,"props":12085,"children":12086},{"style":1372},[12087],{"type":578,"value":3922},{"type":573,"tag":402,"props":12089,"children":12090},{"style":855},[12091],{"type":578,"value":3711},{"type":573,"tag":402,"props":12093,"children":12094},{"style":1521},[12095],{"type":578,"value":4422},{"type":573,"tag":402,"props":12097,"children":12098},{"style":855},[12099],{"type":578,"value":1978},{"type":573,"tag":402,"props":12101,"children":12102},{"style":1521},[12103],{"type":578,"value":4431},{"type":573,"tag":402,"props":12105,"children":12106},{"style":855},[12107],{"type":578,"value":3721},{"type":573,"tag":402,"props":12109,"children":12110},{"style":855},[12111],{"type":578,"value":1518},{"type":573,"tag":402,"props":12113,"children":12114},{"style":3982},[12115],{"type":578,"value":1973},{"type":573,"tag":402,"props":12117,"children":12118},{"style":2572},[12119],{"type":578,"value":1445},{"type":573,"tag":402,"props":12121,"children":12122},{"style":855},[12123],{"type":578,"value":4312},{"type":573,"tag":402,"props":12125,"children":12126},{"style":2572},[12127],{"type":578,"value":1474},{"type":573,"tag":402,"props":12129,"children":12130},{"style":855},[12131],{"type":578,"value":1931},{"type":573,"tag":402,"props":12133,"children":12134},{"class":404,"line":1823},[12135,12139,12143,12147,12151,12155,12159,12163,12167,12171,12175,12179],{"type":573,"tag":402,"props":12136,"children":12137},{"style":1372},[12138],{"type":578,"value":3922},{"type":573,"tag":402,"props":12140,"children":12141},{"style":855},[12142],{"type":578,"value":3711},{"type":573,"tag":402,"props":12144,"children":12145},{"style":1521},[12146],{"type":578,"value":4496},{"type":573,"tag":402,"props":12148,"children":12149},{"style":855},[12150],{"type":578,"value":1978},{"type":573,"tag":402,"props":12152,"children":12153},{"style":1521},[12154],{"type":578,"value":4505},{"type":573,"tag":402,"props":12156,"children":12157},{"style":855},[12158],{"type":578,"value":3721},{"type":573,"tag":402,"props":12160,"children":12161},{"style":855},[12162],{"type":578,"value":1518},{"type":573,"tag":402,"props":12164,"children":12165},{"style":3982},[12166],{"type":578,"value":1973},{"type":573,"tag":402,"props":12168,"children":12169},{"style":2572},[12170],{"type":578,"value":1445},{"type":573,"tag":402,"props":12172,"children":12173},{"style":855},[12174],{"type":578,"value":4312},{"type":573,"tag":402,"props":12176,"children":12177},{"style":2572},[12178],{"type":578,"value":1474},{"type":573,"tag":402,"props":12180,"children":12181},{"style":855},[12182],{"type":578,"value":1931},{"type":573,"tag":402,"props":12184,"children":12185},{"class":404,"line":1844},[12186,12190,12194,12198,12202,12206,12210,12214,12218,12222,12226,12230],{"type":573,"tag":402,"props":12187,"children":12188},{"style":1372},[12189],{"type":578,"value":3922},{"type":573,"tag":402,"props":12191,"children":12192},{"style":855},[12193],{"type":578,"value":3711},{"type":573,"tag":402,"props":12195,"children":12196},{"style":1521},[12197],{"type":578,"value":4570},{"type":573,"tag":402,"props":12199,"children":12200},{"style":855},[12201],{"type":578,"value":1978},{"type":573,"tag":402,"props":12203,"children":12204},{"style":1521},[12205],{"type":578,"value":4579},{"type":573,"tag":402,"props":12207,"children":12208},{"style":855},[12209],{"type":578,"value":3721},{"type":573,"tag":402,"props":12211,"children":12212},{"style":855},[12213],{"type":578,"value":1518},{"type":573,"tag":402,"props":12215,"children":12216},{"style":3982},[12217],{"type":578,"value":1973},{"type":573,"tag":402,"props":12219,"children":12220},{"style":2572},[12221],{"type":578,"value":1445},{"type":573,"tag":402,"props":12223,"children":12224},{"style":4029},[12225],{"type":578,"value":4600},{"type":573,"tag":402,"props":12227,"children":12228},{"style":2572},[12229],{"type":578,"value":1474},{"type":573,"tag":402,"props":12231,"children":12232},{"style":855},[12233],{"type":578,"value":1931},{"type":573,"tag":402,"props":12235,"children":12236},{"class":404,"line":1865},[12237,12241,12245,12249,12253,12257,12261,12265,12269,12273,12277,12281],{"type":573,"tag":402,"props":12238,"children":12239},{"style":1372},[12240],{"type":578,"value":3922},{"type":573,"tag":402,"props":12242,"children":12243},{"style":855},[12244],{"type":578,"value":3711},{"type":573,"tag":402,"props":12246,"children":12247},{"style":1521},[12248],{"type":578,"value":4625},{"type":573,"tag":402,"props":12250,"children":12251},{"style":855},[12252],{"type":578,"value":1978},{"type":573,"tag":402,"props":12254,"children":12255},{"style":1521},[12256],{"type":578,"value":4634},{"type":573,"tag":402,"props":12258,"children":12259},{"style":855},[12260],{"type":578,"value":3721},{"type":573,"tag":402,"props":12262,"children":12263},{"style":855},[12264],{"type":578,"value":1518},{"type":573,"tag":402,"props":12266,"children":12267},{"style":3982},[12268],{"type":578,"value":1973},{"type":573,"tag":402,"props":12270,"children":12271},{"style":2572},[12272],{"type":578,"value":1445},{"type":573,"tag":402,"props":12274,"children":12275},{"style":855},[12276],{"type":578,"value":4312},{"type":573,"tag":402,"props":12278,"children":12279},{"style":2572},[12280],{"type":578,"value":1474},{"type":573,"tag":402,"props":12282,"children":12283},{"style":855},[12284],{"type":578,"value":1931},{"type":573,"tag":402,"props":12286,"children":12287},{"class":404,"line":1886},[12288,12292,12296,12300,12304,12308,12312,12316,12320,12324,12328,12332],{"type":573,"tag":402,"props":12289,"children":12290},{"style":1372},[12291],{"type":578,"value":3922},{"type":573,"tag":402,"props":12293,"children":12294},{"style":855},[12295],{"type":578,"value":3711},{"type":573,"tag":402,"props":12297,"children":12298},{"style":1521},[12299],{"type":578,"value":4699},{"type":573,"tag":402,"props":12301,"children":12302},{"style":855},[12303],{"type":578,"value":1978},{"type":573,"tag":402,"props":12305,"children":12306},{"style":1521},[12307],{"type":578,"value":4708},{"type":573,"tag":402,"props":12309,"children":12310},{"style":855},[12311],{"type":578,"value":3721},{"type":573,"tag":402,"props":12313,"children":12314},{"style":855},[12315],{"type":578,"value":1518},{"type":573,"tag":402,"props":12317,"children":12318},{"style":3982},[12319],{"type":578,"value":1973},{"type":573,"tag":402,"props":12321,"children":12322},{"style":2572},[12323],{"type":578,"value":1445},{"type":573,"tag":402,"props":12325,"children":12326},{"style":855},[12327],{"type":578,"value":4312},{"type":573,"tag":402,"props":12329,"children":12330},{"style":2572},[12331],{"type":578,"value":1474},{"type":573,"tag":402,"props":12333,"children":12334},{"style":855},[12335],{"type":578,"value":1931},{"type":573,"tag":402,"props":12337,"children":12338},{"class":404,"line":1907},[12339,12343,12347,12351,12355,12359],{"type":573,"tag":402,"props":12340,"children":12341},{"style":1372},[12342],{"type":578,"value":3922},{"type":573,"tag":402,"props":12344,"children":12345},{"style":1521},[12346],{"type":578,"value":4785},{"type":573,"tag":402,"props":12348,"children":12349},{"style":855},[12350],{"type":578,"value":1518},{"type":573,"tag":402,"props":12352,"children":12353},{"style":3982},[12354],{"type":578,"value":1992},{"type":573,"tag":402,"props":12356,"children":12357},{"style":2572},[12358],{"type":578,"value":4815},{"type":573,"tag":402,"props":12360,"children":12361},{"style":855},[12362],{"type":578,"value":1931},{"type":573,"tag":402,"props":12364,"children":12365},{"class":404,"line":2391},[12366,12370,12374,12378,12382,12386,12390,12394],{"type":573,"tag":402,"props":12367,"children":12368},{"style":1372},[12369],{"type":578,"value":3922},{"type":573,"tag":402,"props":12371,"children":12372},{"style":1521},[12373],{"type":578,"value":4832},{"type":573,"tag":402,"props":12375,"children":12376},{"style":855},[12377],{"type":578,"value":1518},{"type":573,"tag":402,"props":12379,"children":12380},{"style":3982},[12381],{"type":578,"value":1992},{"type":573,"tag":402,"props":12383,"children":12384},{"style":2572},[12385],{"type":578,"value":1445},{"type":573,"tag":402,"props":12387,"children":12388},{"style":4029},[12389],{"type":578,"value":4600},{"type":573,"tag":402,"props":12391,"children":12392},{"style":2572},[12393],{"type":578,"value":1474},{"type":573,"tag":402,"props":12395,"children":12396},{"style":855},[12397],{"type":578,"value":1931},{"type":573,"tag":402,"props":12399,"children":12400},{"class":404,"line":2411},[12401,12405,12409,12413,12417,12421,12425,12429],{"type":573,"tag":402,"props":12402,"children":12403},{"style":1372},[12404],{"type":578,"value":3922},{"type":573,"tag":402,"props":12406,"children":12407},{"style":1521},[12408],{"type":578,"value":4881},{"type":573,"tag":402,"props":12410,"children":12411},{"style":855},[12412],{"type":578,"value":1518},{"type":573,"tag":402,"props":12414,"children":12415},{"style":3982},[12416],{"type":578,"value":1992},{"type":573,"tag":402,"props":12418,"children":12419},{"style":2572},[12420],{"type":578,"value":1445},{"type":573,"tag":402,"props":12422,"children":12423},{"style":4029},[12424],{"type":578,"value":4600},{"type":573,"tag":402,"props":12426,"children":12427},{"style":2572},[12428],{"type":578,"value":1474},{"type":573,"tag":402,"props":12430,"children":12431},{"style":855},[12432],{"type":578,"value":1931},{"type":573,"tag":402,"props":12434,"children":12435},{"class":404,"line":2431},[12436,12440,12444,12448,12452,12456,12460,12464],{"type":573,"tag":402,"props":12437,"children":12438},{"style":1372},[12439],{"type":578,"value":3922},{"type":573,"tag":402,"props":12441,"children":12442},{"style":1521},[12443],{"type":578,"value":4930},{"type":573,"tag":402,"props":12445,"children":12446},{"style":855},[12447],{"type":578,"value":1518},{"type":573,"tag":402,"props":12449,"children":12450},{"style":3982},[12451],{"type":578,"value":1992},{"type":573,"tag":402,"props":12453,"children":12454},{"style":2572},[12455],{"type":578,"value":1445},{"type":573,"tag":402,"props":12457,"children":12458},{"style":855},[12459],{"type":578,"value":4312},{"type":573,"tag":402,"props":12461,"children":12462},{"style":2572},[12463],{"type":578,"value":1474},{"type":573,"tag":402,"props":12465,"children":12466},{"style":855},[12467],{"type":578,"value":1931},{"type":573,"tag":402,"props":12469,"children":12470},{"class":404,"line":2451},[12471,12475,12479,12483,12487,12491,12495,12499],{"type":573,"tag":402,"props":12472,"children":12473},{"style":1372},[12474],{"type":578,"value":3922},{"type":573,"tag":402,"props":12476,"children":12477},{"style":1521},[12478],{"type":578,"value":4997},{"type":573,"tag":402,"props":12480,"children":12481},{"style":855},[12482],{"type":578,"value":1518},{"type":573,"tag":402,"props":12484,"children":12485},{"style":3982},[12486],{"type":578,"value":1992},{"type":573,"tag":402,"props":12488,"children":12489},{"style":2572},[12490],{"type":578,"value":1445},{"type":573,"tag":402,"props":12492,"children":12493},{"style":855},[12494],{"type":578,"value":4312},{"type":573,"tag":402,"props":12496,"children":12497},{"style":2572},[12498],{"type":578,"value":1474},{"type":573,"tag":402,"props":12500,"children":12501},{"style":855},[12502],{"type":578,"value":1931},{"type":573,"tag":402,"props":12504,"children":12505},{"class":404,"line":2475},[12506,12510,12514,12518,12522,12526,12530,12534],{"type":573,"tag":402,"props":12507,"children":12508},{"style":1372},[12509],{"type":578,"value":3922},{"type":573,"tag":402,"props":12511,"children":12512},{"style":1521},[12513],{"type":578,"value":5055},{"type":573,"tag":402,"props":12515,"children":12516},{"style":855},[12517],{"type":578,"value":1518},{"type":573,"tag":402,"props":12519,"children":12520},{"style":3982},[12521],{"type":578,"value":1992},{"type":573,"tag":402,"props":12523,"children":12524},{"style":2572},[12525],{"type":578,"value":1445},{"type":573,"tag":402,"props":12527,"children":12528},{"style":855},[12529],{"type":578,"value":4312},{"type":573,"tag":402,"props":12531,"children":12532},{"style":2572},[12533],{"type":578,"value":1474},{"type":573,"tag":402,"props":12535,"children":12536},{"style":855},[12537],{"type":578,"value":1931},{"type":573,"tag":402,"props":12539,"children":12540},{"class":404,"line":2483},[12541,12545,12549,12553,12557,12561,12565,12569],{"type":573,"tag":402,"props":12542,"children":12543},{"style":1372},[12544],{"type":578,"value":3922},{"type":573,"tag":402,"props":12546,"children":12547},{"style":1521},[12548],{"type":578,"value":5113},{"type":573,"tag":402,"props":12550,"children":12551},{"style":855},[12552],{"type":578,"value":1518},{"type":573,"tag":402,"props":12554,"children":12555},{"style":3982},[12556],{"type":578,"value":1992},{"type":573,"tag":402,"props":12558,"children":12559},{"style":2572},[12560],{"type":578,"value":1445},{"type":573,"tag":402,"props":12562,"children":12563},{"style":855},[12564],{"type":578,"value":4312},{"type":573,"tag":402,"props":12566,"children":12567},{"style":2572},[12568],{"type":578,"value":1474},{"type":573,"tag":402,"props":12570,"children":12571},{"style":855},[12572],{"type":578,"value":1931},{"type":573,"tag":402,"props":12574,"children":12575},{"class":404,"line":2492},[12576,12580,12584,12588,12592,12596,12600,12604],{"type":573,"tag":402,"props":12577,"children":12578},{"style":1372},[12579],{"type":578,"value":3922},{"type":573,"tag":402,"props":12581,"children":12582},{"style":1521},[12583],{"type":578,"value":5171},{"type":573,"tag":402,"props":12585,"children":12586},{"style":855},[12587],{"type":578,"value":1518},{"type":573,"tag":402,"props":12589,"children":12590},{"style":3982},[12591],{"type":578,"value":1992},{"type":573,"tag":402,"props":12593,"children":12594},{"style":2572},[12595],{"type":578,"value":1445},{"type":573,"tag":402,"props":12597,"children":12598},{"style":855},[12599],{"type":578,"value":4312},{"type":573,"tag":402,"props":12601,"children":12602},{"style":2572},[12603],{"type":578,"value":1474},{"type":573,"tag":402,"props":12605,"children":12606},{"style":855},[12607],{"type":578,"value":1931},{"type":573,"tag":402,"props":12609,"children":12610},{"class":404,"line":2516},[12611,12615,12619],{"type":573,"tag":402,"props":12612,"children":12613},{"style":1372},[12614],{"type":578,"value":3922},{"type":573,"tag":402,"props":12616,"children":12617},{"style":1521},[12618],{"type":578,"value":5236},{"type":573,"tag":402,"props":12620,"children":12621},{"style":855},[12622],{"type":578,"value":2103},{"type":573,"tag":402,"props":12624,"children":12625},{"class":404,"line":2525},[12626,12630,12634,12638,12642,12646,12650],{"type":573,"tag":402,"props":12627,"children":12628},{"style":855},[12629],{"type":578,"value":5249},{"type":573,"tag":402,"props":12631,"children":12632},{"style":1521},[12633],{"type":578,"value":5254},{"type":573,"tag":402,"props":12635,"children":12636},{"style":855},[12637],{"type":578,"value":5259},{"type":573,"tag":402,"props":12639,"children":12640},{"style":855},[12641],{"type":578,"value":1537},{"type":573,"tag":402,"props":12643,"children":12644},{"style":1540},[12645],{"type":578,"value":5268},{"type":573,"tag":402,"props":12647,"children":12648},{"style":855},[12649],{"type":578,"value":1926},{"type":573,"tag":402,"props":12651,"children":12652},{"style":855},[12653],{"type":578,"value":5277},{"type":573,"tag":402,"props":12655,"children":12656},{"class":404,"line":2534},[12657,12661,12665,12669,12673],{"type":573,"tag":402,"props":12658,"children":12659},{"style":855},[12660],{"type":578,"value":5286},{"type":573,"tag":402,"props":12662,"children":12663},{"style":1521},[12664],{"type":578,"value":5291},{"type":573,"tag":402,"props":12666,"children":12667},{"style":855},[12668],{"type":578,"value":618},{"type":573,"tag":402,"props":12670,"children":12671},{"style":1521},[12672],{"type":578,"value":5300},{"type":573,"tag":402,"props":12674,"children":12675},{"style":855},[12676],{"type":578,"value":5277},{"type":573,"tag":402,"props":12678,"children":12679},{"class":404,"line":2559},[12680,12684,12688,12692,12696,12700,12704],{"type":573,"tag":402,"props":12681,"children":12682},{"style":855},[12683],{"type":578,"value":5286},{"type":573,"tag":402,"props":12685,"children":12686},{"style":1521},[12687],{"type":578,"value":5291},{"type":573,"tag":402,"props":12689,"children":12690},{"style":855},[12691],{"type":578,"value":618},{"type":573,"tag":402,"props":12693,"children":12694},{"style":1521},[12695],{"type":578,"value":5300},{"type":573,"tag":402,"props":12697,"children":12698},{"style":855},[12699],{"type":578,"value":618},{"type":573,"tag":402,"props":12701,"children":12702},{"style":1521},[12703],{"type":578,"value":5333},{"type":573,"tag":402,"props":12705,"children":12706},{"style":855},[12707],{"type":578,"value":5277},{"type":573,"tag":402,"props":12709,"children":12710},{"class":404,"line":2568},[12711,12715,12719,12723,12727],{"type":573,"tag":402,"props":12712,"children":12713},{"style":855},[12714],{"type":578,"value":5286},{"type":573,"tag":402,"props":12716,"children":12717},{"style":1521},[12718],{"type":578,"value":5350},{"type":573,"tag":402,"props":12720,"children":12721},{"style":855},[12722],{"type":578,"value":618},{"type":573,"tag":402,"props":12724,"children":12725},{"style":1521},[12726],{"type":578,"value":1109},{"type":573,"tag":402,"props":12728,"children":12729},{"style":855},[12730],{"type":578,"value":1931},{"type":573,"tag":402,"props":12732,"children":12733},{"class":404,"line":2590},[12734,12738,12742,12746,12750,12754,12758,12762],{"type":573,"tag":402,"props":12735,"children":12736},{"style":1372},[12737],{"type":578,"value":3922},{"type":573,"tag":402,"props":12739,"children":12740},{"style":1521},[12741],{"type":578,"value":5383},{"type":573,"tag":402,"props":12743,"children":12744},{"style":855},[12745],{"type":578,"value":1518},{"type":573,"tag":402,"props":12747,"children":12748},{"style":3982},[12749],{"type":578,"value":2001},{"type":573,"tag":402,"props":12751,"children":12752},{"style":2572},[12753],{"type":578,"value":1445},{"type":573,"tag":402,"props":12755,"children":12756},{"style":855},[12757],{"type":578,"value":1369},{"type":573,"tag":402,"props":12759,"children":12760},{"style":1372},[12761],{"type":578,"value":1375},{"type":573,"tag":402,"props":12763,"children":12764},{"style":855},[12765],{"type":578,"value":2513},{"type":573,"tag":402,"props":12767,"children":12768},{"class":404,"line":2598},[12769,12773,12777,12781,12785,12789,12793],{"type":573,"tag":402,"props":12770,"children":12771},{"style":1960},[12772],{"type":578,"value":5416},{"type":573,"tag":402,"props":12774,"children":12775},{"style":2572},[12776],{"type":578,"value":3581},{"type":573,"tag":402,"props":12778,"children":12779},{"style":1521},[12780],{"type":578,"value":5425},{"type":573,"tag":402,"props":12782,"children":12783},{"style":855},[12784],{"type":578,"value":618},{"type":573,"tag":402,"props":12786,"children":12787},{"style":1521},[12788],{"type":578,"value":5434},{"type":573,"tag":402,"props":12790,"children":12791},{"style":2572},[12792],{"type":578,"value":5439},{"type":573,"tag":402,"props":12794,"children":12795},{"style":855},[12796],{"type":578,"value":5444},{"type":573,"tag":402,"props":12798,"children":12799},{"class":404,"line":2607},[12800,12804,12808,12812,12816,12820,12824,12828,12832,12836,12840,12844,12848,12852,12856,12860],{"type":573,"tag":402,"props":12801,"children":12802},{"style":1372},[12803],{"type":578,"value":5453},{"type":573,"tag":402,"props":12805,"children":12806},{"style":1521},[12807],{"type":578,"value":5458},{"type":573,"tag":402,"props":12809,"children":12810},{"style":855},[12811],{"type":578,"value":1518},{"type":573,"tag":402,"props":12813,"children":12814},{"style":1521},[12815],{"type":578,"value":5467},{"type":573,"tag":402,"props":12817,"children":12818},{"style":855},[12819],{"type":578,"value":618},{"type":573,"tag":402,"props":12821,"children":12822},{"style":3982},[12823],{"type":578,"value":5476},{"type":573,"tag":402,"props":12825,"children":12826},{"style":2572},[12827],{"type":578,"value":5481},{"type":573,"tag":402,"props":12829,"children":12830},{"style":855},[12831],{"type":578,"value":5486},{"type":573,"tag":402,"props":12833,"children":12834},{"style":1521},[12835],{"type":578,"value":4832},{"type":573,"tag":402,"props":12837,"children":12838},{"style":855},[12839],{"type":578,"value":618},{"type":573,"tag":402,"props":12841,"children":12842},{"style":1521},[12843],{"type":578,"value":5434},{"type":573,"tag":402,"props":12845,"children":12846},{"style":855},[12847],{"type":578,"value":5503},{"type":573,"tag":402,"props":12849,"children":12850},{"style":1521},[12851],{"type":578,"value":4881},{"type":573,"tag":402,"props":12853,"children":12854},{"style":855},[12855],{"type":578,"value":618},{"type":573,"tag":402,"props":12857,"children":12858},{"style":1521},[12859],{"type":578,"value":5434},{"type":573,"tag":402,"props":12861,"children":12862},{"style":855},[12863],{"type":578,"value":1931},{"type":573,"tag":402,"props":12865,"children":12866},{"class":404,"line":2635},[12867,12871,12875,12879,12883,12887,12891,12895,12899,12903,12907],{"type":573,"tag":402,"props":12868,"children":12869},{"style":3982},[12870],{"type":578,"value":5528},{"type":573,"tag":402,"props":12872,"children":12873},{"style":2572},[12874],{"type":578,"value":1445},{"type":573,"tag":402,"props":12876,"children":12877},{"style":1521},[12878],{"type":578,"value":5537},{"type":573,"tag":402,"props":12880,"children":12881},{"style":855},[12882],{"type":578,"value":618},{"type":573,"tag":402,"props":12884,"children":12885},{"style":3982},[12886],{"type":578,"value":5546},{"type":573,"tag":402,"props":12888,"children":12889},{"style":2572},[12890],{"type":578,"value":1445},{"type":573,"tag":402,"props":12892,"children":12893},{"style":1521},[12894],{"type":578,"value":5555},{"type":573,"tag":402,"props":12896,"children":12897},{"style":855},[12898],{"type":578,"value":5560},{"type":573,"tag":402,"props":12900,"children":12901},{"style":4029},[12902],{"type":578,"value":5565},{"type":573,"tag":402,"props":12904,"children":12905},{"style":2572},[12906],{"type":578,"value":5570},{"type":573,"tag":402,"props":12908,"children":12909},{"style":855},[12910],{"type":578,"value":1931},{"type":573,"tag":402,"props":12912,"children":12913},{"class":404,"line":2643},[12914],{"type":573,"tag":402,"props":12915,"children":12916},{"style":855},[12917],{"type":578,"value":5583},{"type":573,"tag":402,"props":12919,"children":12920},{"class":404,"line":2664},[12921,12925,12929],{"type":573,"tag":402,"props":12922,"children":12923},{"style":855},[12924],{"type":578,"value":5592},{"type":573,"tag":402,"props":12926,"children":12927},{"style":2572},[12928],{"type":578,"value":5597},{"type":573,"tag":402,"props":12930,"children":12931},{"style":855},[12932],{"type":578,"value":1931},{"type":573,"tag":402,"props":12934,"children":12935},{"class":404,"line":2672},[12936,12940,12944,12948,12952,12956,12960,12964],{"type":573,"tag":402,"props":12937,"children":12938},{"style":1372},[12939],{"type":578,"value":3922},{"type":573,"tag":402,"props":12941,"children":12942},{"style":1521},[12943],{"type":578,"value":5622},{"type":573,"tag":402,"props":12945,"children":12946},{"style":855},[12947],{"type":578,"value":1518},{"type":573,"tag":402,"props":12949,"children":12950},{"style":3982},[12951],{"type":578,"value":2001},{"type":573,"tag":402,"props":12953,"children":12954},{"style":2572},[12955],{"type":578,"value":1445},{"type":573,"tag":402,"props":12957,"children":12958},{"style":855},[12959],{"type":578,"value":1369},{"type":573,"tag":402,"props":12961,"children":12962},{"style":1372},[12963],{"type":578,"value":1375},{"type":573,"tag":402,"props":12965,"children":12966},{"style":855},[12967],{"type":578,"value":2513},{"type":573,"tag":402,"props":12969,"children":12970},{"class":404,"line":2681},[12971,12975,12979,12983,12987,12991,12995,12999,13003,13007,13011,13015],{"type":573,"tag":402,"props":12972,"children":12973},{"style":1960},[12974],{"type":578,"value":5416},{"type":573,"tag":402,"props":12976,"children":12977},{"style":2572},[12978],{"type":578,"value":3581},{"type":573,"tag":402,"props":12980,"children":12981},{"style":855},[12982],{"type":578,"value":5663},{"type":573,"tag":402,"props":12984,"children":12985},{"style":1521},[12986],{"type":578,"value":5668},{"type":573,"tag":402,"props":12988,"children":12989},{"style":855},[12990],{"type":578,"value":618},{"type":573,"tag":402,"props":12992,"children":12993},{"style":1521},[12994],{"type":578,"value":5434},{"type":573,"tag":402,"props":12996,"children":12997},{"style":855},[12998],{"type":578,"value":5681},{"type":573,"tag":402,"props":13000,"children":13001},{"style":855},[13002],{"type":578,"value":5686},{"type":573,"tag":402,"props":13004,"children":13005},{"style":1521},[13006],{"type":578,"value":995},{"type":573,"tag":402,"props":13008,"children":13009},{"style":2572},[13010],{"type":578,"value":5439},{"type":573,"tag":402,"props":13012,"children":13013},{"style":1960},[13014],{"type":578,"value":5699},{"type":573,"tag":402,"props":13016,"children":13017},{"style":855},[13018],{"type":578,"value":1931},{"type":573,"tag":402,"props":13020,"children":13021},{"class":404,"line":2689},[13022,13026,13030,13034,13038,13042,13046,13050,13054,13058,13062,13066,13070],{"type":573,"tag":402,"props":13023,"children":13024},{"style":1372},[13025],{"type":578,"value":5720},{"type":573,"tag":402,"props":13027,"children":13028},{"style":1521},[13029],{"type":578,"value":5725},{"type":573,"tag":402,"props":13031,"children":13032},{"style":855},[13033],{"type":578,"value":1518},{"type":573,"tag":402,"props":13035,"children":13036},{"style":855},[13037],{"type":578,"value":5734},{"type":573,"tag":402,"props":13039,"children":13040},{"style":3982},[13041],{"type":578,"value":1260},{"type":573,"tag":402,"props":13043,"children":13044},{"style":2572},[13045],{"type":578,"value":1445},{"type":573,"tag":402,"props":13047,"children":13048},{"style":1521},[13049],{"type":578,"value":5668},{"type":573,"tag":402,"props":13051,"children":13052},{"style":855},[13053],{"type":578,"value":618},{"type":573,"tag":402,"props":13055,"children":13056},{"style":1521},[13057],{"type":578,"value":5434},{"type":573,"tag":402,"props":13059,"children":13060},{"style":855},[13061],{"type":578,"value":618},{"type":573,"tag":402,"props":13063,"children":13064},{"style":1521},[13065],{"type":578,"value":5763},{"type":573,"tag":402,"props":13067,"children":13068},{"style":2572},[13069],{"type":578,"value":1474},{"type":573,"tag":402,"props":13071,"children":13072},{"style":855},[13073],{"type":578,"value":1931},{"type":573,"tag":402,"props":13075,"children":13076},{"class":404,"line":2710},[13077,13081,13085,13089,13093,13097,13101,13105,13109,13113,13117,13121,13125],{"type":573,"tag":402,"props":13078,"children":13079},{"style":1372},[13080],{"type":578,"value":5720},{"type":573,"tag":402,"props":13082,"children":13083},{"style":1521},[13084],{"type":578,"value":5784},{"type":573,"tag":402,"props":13086,"children":13087},{"style":855},[13088],{"type":578,"value":1518},{"type":573,"tag":402,"props":13090,"children":13091},{"style":855},[13092],{"type":578,"value":5734},{"type":573,"tag":402,"props":13094,"children":13095},{"style":3982},[13096],{"type":578,"value":1260},{"type":573,"tag":402,"props":13098,"children":13099},{"style":2572},[13100],{"type":578,"value":1445},{"type":573,"tag":402,"props":13102,"children":13103},{"style":1521},[13104],{"type":578,"value":5668},{"type":573,"tag":402,"props":13106,"children":13107},{"style":855},[13108],{"type":578,"value":618},{"type":573,"tag":402,"props":13110,"children":13111},{"style":1521},[13112],{"type":578,"value":5434},{"type":573,"tag":402,"props":13114,"children":13115},{"style":855},[13116],{"type":578,"value":618},{"type":573,"tag":402,"props":13118,"children":13119},{"style":1521},[13120],{"type":578,"value":1026},{"type":573,"tag":402,"props":13122,"children":13123},{"style":2572},[13124],{"type":578,"value":1474},{"type":573,"tag":402,"props":13126,"children":13127},{"style":855},[13128],{"type":578,"value":1931},{"type":573,"tag":402,"props":13130,"children":13131},{"class":404,"line":2718},[13132,13136,13140,13144,13148,13152,13156,13160,13164],{"type":573,"tag":402,"props":13133,"children":13134},{"style":1521},[13135],{"type":578,"value":5845},{"type":573,"tag":402,"props":13137,"children":13138},{"style":855},[13139],{"type":578,"value":618},{"type":573,"tag":402,"props":13141,"children":13142},{"style":1521},[13143],{"type":578,"value":5434},{"type":573,"tag":402,"props":13145,"children":13146},{"style":855},[13147],{"type":578,"value":618},{"type":573,"tag":402,"props":13149,"children":13150},{"style":3982},[13151],{"type":578,"value":5862},{"type":573,"tag":402,"props":13153,"children":13154},{"style":2572},[13155],{"type":578,"value":1445},{"type":573,"tag":402,"props":13157,"children":13158},{"style":1521},[13159],{"type":578,"value":1250},{"type":573,"tag":402,"props":13161,"children":13162},{"style":2572},[13163],{"type":578,"value":1474},{"type":573,"tag":402,"props":13165,"children":13166},{"style":855},[13167],{"type":578,"value":1931},{"type":573,"tag":402,"props":13169,"children":13170},{"class":404,"line":2727},[13171,13175,13179,13183,13187,13191,13195,13199,13203],{"type":573,"tag":402,"props":13172,"children":13173},{"style":1521},[13174],{"type":578,"value":5845},{"type":573,"tag":402,"props":13176,"children":13177},{"style":855},[13178],{"type":578,"value":618},{"type":573,"tag":402,"props":13180,"children":13181},{"style":1521},[13182],{"type":578,"value":5434},{"type":573,"tag":402,"props":13184,"children":13185},{"style":855},[13186],{"type":578,"value":618},{"type":573,"tag":402,"props":13188,"children":13189},{"style":3982},[13190],{"type":578,"value":5903},{"type":573,"tag":402,"props":13192,"children":13193},{"style":2572},[13194],{"type":578,"value":1445},{"type":573,"tag":402,"props":13196,"children":13197},{"style":1521},[13198],{"type":578,"value":1297},{"type":573,"tag":402,"props":13200,"children":13201},{"style":2572},[13202],{"type":578,"value":1474},{"type":573,"tag":402,"props":13204,"children":13205},{"style":855},[13206],{"type":578,"value":1931},{"type":573,"tag":402,"props":13208,"children":13209},{"class":404,"line":2735},[13210,13214,13218,13222,13226],{"type":573,"tag":402,"props":13211,"children":13212},{"style":1372},[13213],{"type":578,"value":5945},{"type":573,"tag":402,"props":13215,"children":13216},{"style":1521},[13217],{"type":578,"value":5950},{"type":573,"tag":402,"props":13219,"children":13220},{"style":855},[13221],{"type":578,"value":1518},{"type":573,"tag":402,"props":13223,"children":13224},{"style":4029},[13225],{"type":578,"value":5959},{"type":573,"tag":402,"props":13227,"children":13228},{"style":855},[13229],{"type":578,"value":1931},{"type":573,"tag":402,"props":13231,"children":13232},{"class":404,"line":2756},[13233,13237,13241,13245,13249,13253,13257,13261,13265,13269,13273,13277,13281,13285,13289,13293,13297],{"type":573,"tag":402,"props":13234,"children":13235},{"style":1960},[13236],{"type":578,"value":5972},{"type":573,"tag":402,"props":13238,"children":13239},{"style":2572},[13240],{"type":578,"value":3581},{"type":573,"tag":402,"props":13242,"children":13243},{"style":1372},[13244],{"type":578,"value":5981},{"type":573,"tag":402,"props":13246,"children":13247},{"style":1521},[13248],{"type":578,"value":5986},{"type":573,"tag":402,"props":13250,"children":13251},{"style":855},[13252],{"type":578,"value":1518},{"type":573,"tag":402,"props":13254,"children":13255},{"style":4029},[13256],{"type":578,"value":5959},{"type":573,"tag":402,"props":13258,"children":13259},{"style":855},[13260],{"type":578,"value":5999},{"type":573,"tag":402,"props":13262,"children":13263},{"style":1521},[13264],{"type":578,"value":5986},{"type":573,"tag":402,"props":13266,"children":13267},{"style":855},[13268],{"type":578,"value":6008},{"type":573,"tag":402,"props":13270,"children":13271},{"style":1521},[13272],{"type":578,"value":5784},{"type":573,"tag":402,"props":13274,"children":13275},{"style":855},[13276],{"type":578,"value":618},{"type":573,"tag":402,"props":13278,"children":13279},{"style":1521},[13280],{"type":578,"value":6021},{"type":573,"tag":402,"props":13282,"children":13283},{"style":855},[13284],{"type":578,"value":5999},{"type":573,"tag":402,"props":13286,"children":13287},{"style":1521},[13288],{"type":578,"value":5986},{"type":573,"tag":402,"props":13290,"children":13291},{"style":855},[13292],{"type":578,"value":6034},{"type":573,"tag":402,"props":13294,"children":13295},{"style":2572},[13296],{"type":578,"value":5439},{"type":573,"tag":402,"props":13298,"children":13299},{"style":855},[13300],{"type":578,"value":5444},{"type":573,"tag":402,"props":13302,"children":13303},{"class":404,"line":2764},[13304,13308,13312,13316,13320,13324,13328,13332,13336,13340,13344,13348,13352,13356,13360,13364,13368],{"type":573,"tag":402,"props":13305,"children":13306},{"style":1372},[13307],{"type":578,"value":5453},{"type":573,"tag":402,"props":13309,"children":13310},{"style":1521},[13311],{"type":578,"value":6055},{"type":573,"tag":402,"props":13313,"children":13314},{"style":855},[13315],{"type":578,"value":1518},{"type":573,"tag":402,"props":13317,"children":13318},{"style":2572},[13319],{"type":578,"value":6064},{"type":573,"tag":402,"props":13321,"children":13322},{"style":1521},[13323],{"type":578,"value":1297},{"type":573,"tag":402,"props":13325,"children":13326},{"style":2572},[13327],{"type":578,"value":6073},{"type":573,"tag":402,"props":13329,"children":13330},{"style":1521},[13331],{"type":578,"value":6078},{"type":573,"tag":402,"props":13333,"children":13334},{"style":2572},[13335],{"type":578,"value":6083},{"type":573,"tag":402,"props":13337,"children":13338},{"style":855},[13339],{"type":578,"value":6088},{"type":573,"tag":402,"props":13341,"children":13342},{"style":4029},[13343],{"type":578,"value":5959},{"type":573,"tag":402,"props":13345,"children":13346},{"style":2572},[13347],{"type":578,"value":5439},{"type":573,"tag":402,"props":13349,"children":13350},{"style":855},[13351],{"type":578,"value":5486},{"type":573,"tag":402,"props":13353,"children":13354},{"style":4029},[13355],{"type":578,"value":6105},{"type":573,"tag":402,"props":13357,"children":13358},{"style":2572},[13359],{"type":578,"value":5439},{"type":573,"tag":402,"props":13361,"children":13362},{"style":855},[13363],{"type":578,"value":6114},{"type":573,"tag":402,"props":13365,"children":13366},{"style":4029},[13367],{"type":578,"value":6105},{"type":573,"tag":402,"props":13369,"children":13370},{"style":855},[13371],{"type":578,"value":1931},{"type":573,"tag":402,"props":13373,"children":13374},{"class":404,"line":2773},[13375,13379,13383,13387,13391,13395],{"type":573,"tag":402,"props":13376,"children":13377},{"style":1521},[13378],{"type":578,"value":6131},{"type":573,"tag":402,"props":13380,"children":13381},{"style":855},[13382],{"type":578,"value":6136},{"type":573,"tag":402,"props":13384,"children":13385},{"style":1521},[13386],{"type":578,"value":6055},{"type":573,"tag":402,"props":13388,"children":13389},{"style":855},[13390],{"type":578,"value":6145},{"type":573,"tag":402,"props":13392,"children":13393},{"style":1521},[13394],{"type":578,"value":6055},{"type":573,"tag":402,"props":13396,"children":13397},{"style":855},[13398],{"type":578,"value":1931},{"type":573,"tag":402,"props":13400,"children":13401},{"class":404,"line":2794},[13402],{"type":573,"tag":402,"props":13403,"children":13404},{"style":855},[13405],{"type":578,"value":5583},{"type":573,"tag":402,"props":13407,"children":13408},{"class":404,"line":2802},[13409,13413,13417,13421,13425,13429,13433,13437,13441,13445,13449,13453,13457,13461],{"type":573,"tag":402,"props":13410,"children":13411},{"style":1372},[13412],{"type":578,"value":5720},{"type":573,"tag":402,"props":13414,"children":13415},{"style":1521},[13416],{"type":578,"value":6174},{"type":573,"tag":402,"props":13418,"children":13419},{"style":855},[13420],{"type":578,"value":1518},{"type":573,"tag":402,"props":13422,"children":13423},{"style":1521},[13424],{"type":578,"value":6183},{"type":573,"tag":402,"props":13426,"children":13427},{"style":855},[13428],{"type":578,"value":618},{"type":573,"tag":402,"props":13430,"children":13431},{"style":3982},[13432],{"type":578,"value":6192},{"type":573,"tag":402,"props":13434,"children":13435},{"style":2572},[13436],{"type":578,"value":1445},{"type":573,"tag":402,"props":13438,"children":13439},{"style":1521},[13440],{"type":578,"value":6201},{"type":573,"tag":402,"props":13442,"children":13443},{"style":855},[13444],{"type":578,"value":5560},{"type":573,"tag":402,"props":13446,"children":13447},{"style":1521},[13448],{"type":578,"value":5784},{"type":573,"tag":402,"props":13450,"children":13451},{"style":855},[13452],{"type":578,"value":618},{"type":573,"tag":402,"props":13454,"children":13455},{"style":1521},[13456],{"type":578,"value":6021},{"type":573,"tag":402,"props":13458,"children":13459},{"style":2572},[13460],{"type":578,"value":1474},{"type":573,"tag":402,"props":13462,"children":13463},{"style":855},[13464],{"type":578,"value":1931},{"type":573,"tag":402,"props":13466,"children":13467},{"class":404,"line":2823},[13468,13472,13476],{"type":573,"tag":402,"props":13469,"children":13470},{"style":3982},[13471],{"type":578,"value":6242},{"type":573,"tag":402,"props":13473,"children":13474},{"style":2572},[13475],{"type":578,"value":1445},{"type":573,"tag":402,"props":13477,"children":13478},{"style":855},[13479],{"type":578,"value":5444},{"type":573,"tag":402,"props":13481,"children":13482},{"class":404,"line":2832},[13483,13487,13491,13495,13499,13503,13507],{"type":573,"tag":402,"props":13484,"children":13485},{"style":2572},[13486],{"type":578,"value":6259},{"type":573,"tag":402,"props":13488,"children":13489},{"style":855},[13490],{"type":578,"value":1255},{"type":573,"tag":402,"props":13492,"children":13493},{"style":1521},[13494],{"type":578,"value":5725},{"type":573,"tag":402,"props":13496,"children":13497},{"style":855},[13498],{"type":578,"value":618},{"type":573,"tag":402,"props":13500,"children":13501},{"style":3982},[13502],{"type":578,"value":6276},{"type":573,"tag":402,"props":13504,"children":13505},{"style":2572},[13506],{"type":578,"value":1369},{"type":573,"tag":402,"props":13508,"children":13509},{"style":855},[13510],{"type":578,"value":4037},{"type":573,"tag":402,"props":13512,"children":13513},{"class":404,"line":2840},[13514,13518,13522,13526,13530,13534,13538],{"type":573,"tag":402,"props":13515,"children":13516},{"style":2572},[13517],{"type":578,"value":6293},{"type":573,"tag":402,"props":13519,"children":13520},{"style":855},[13521],{"type":578,"value":1255},{"type":573,"tag":402,"props":13523,"children":13524},{"style":1521},[13525],{"type":578,"value":5784},{"type":573,"tag":402,"props":13527,"children":13528},{"style":855},[13529],{"type":578,"value":618},{"type":573,"tag":402,"props":13531,"children":13532},{"style":3982},[13533],{"type":578,"value":6276},{"type":573,"tag":402,"props":13535,"children":13536},{"style":2572},[13537],{"type":578,"value":1369},{"type":573,"tag":402,"props":13539,"children":13540},{"style":855},[13541],{"type":578,"value":4037},{"type":573,"tag":402,"props":13543,"children":13544},{"class":404,"line":2849},[13545,13549],{"type":573,"tag":402,"props":13546,"children":13547},{"style":1521},[13548],{"type":578,"value":6326},{"type":573,"tag":402,"props":13550,"children":13551},{"style":855},[13552],{"type":578,"value":4037},{"type":573,"tag":402,"props":13554,"children":13555},{"class":404,"line":2870},[13556,13560,13564],{"type":573,"tag":402,"props":13557,"children":13558},{"style":855},[13559],{"type":578,"value":4120},{"type":573,"tag":402,"props":13561,"children":13562},{"style":2572},[13563],{"type":578,"value":1474},{"type":573,"tag":402,"props":13565,"children":13566},{"style":855},[13567],{"type":578,"value":1931},{"type":573,"tag":402,"props":13569,"children":13570},{"class":404,"line":2879},[13571,13575,13579,13583,13587,13591,13595,13599],{"type":573,"tag":402,"props":13572,"children":13573},{"style":1960},[13574],{"type":578,"value":5416},{"type":573,"tag":402,"props":13576,"children":13577},{"style":2572},[13578],{"type":578,"value":3581},{"type":573,"tag":402,"props":13580,"children":13581},{"style":1521},[13582],{"type":578,"value":4153},{"type":573,"tag":402,"props":13584,"children":13585},{"style":855},[13586],{"type":578,"value":6375},{"type":573,"tag":402,"props":13588,"children":13589},{"style":855},[13590],{"type":578,"value":5686},{"type":573,"tag":402,"props":13592,"children":13593},{"style":1521},[13594],{"type":578,"value":4208},{"type":573,"tag":402,"props":13596,"children":13597},{"style":2572},[13598],{"type":578,"value":5439},{"type":573,"tag":402,"props":13600,"children":13601},{"style":855},[13602],{"type":578,"value":5444},{"type":573,"tag":402,"props":13604,"children":13605},{"class":404,"line":2900},[13606,13610,13614,13618,13622,13626,13630,13634,13638],{"type":573,"tag":402,"props":13607,"children":13608},{"style":1521},[13609],{"type":578,"value":6400},{"type":573,"tag":402,"props":13611,"children":13612},{"style":855},[13613],{"type":578,"value":618},{"type":573,"tag":402,"props":13615,"children":13616},{"style":1521},[13617],{"type":578,"value":5434},{"type":573,"tag":402,"props":13619,"children":13620},{"style":855},[13621],{"type":578,"value":1518},{"type":573,"tag":402,"props":13623,"children":13624},{"style":3982},[13625],{"type":578,"value":6417},{"type":573,"tag":402,"props":13627,"children":13628},{"style":2572},[13629],{"type":578,"value":1445},{"type":573,"tag":402,"props":13631,"children":13632},{"style":1521},[13633],{"type":578,"value":6426},{"type":573,"tag":402,"props":13635,"children":13636},{"style":2572},[13637],{"type":578,"value":1474},{"type":573,"tag":402,"props":13639,"children":13640},{"style":855},[13641],{"type":578,"value":1931},{"type":573,"tag":402,"props":13643,"children":13644},{"class":404,"line":2909},[13645],{"type":573,"tag":402,"props":13646,"children":13647},{"style":855},[13648],{"type":578,"value":5583},{"type":573,"tag":402,"props":13650,"children":13651},{"class":404,"line":2930},[13652,13656,13660,13664,13668,13672,13676,13680,13684],{"type":573,"tag":402,"props":13653,"children":13654},{"style":855},[13655],{"type":578,"value":5592},{"type":573,"tag":402,"props":13657,"children":13658},{"style":2572},[13659],{"type":578,"value":3711},{"type":573,"tag":402,"props":13661,"children":13662},{"style":1521},[13663],{"type":578,"value":4153},{"type":573,"tag":402,"props":13665,"children":13666},{"style":855},[13667],{"type":578,"value":1978},{"type":573,"tag":402,"props":13669,"children":13670},{"style":1521},[13671],{"type":578,"value":6467},{"type":573,"tag":402,"props":13673,"children":13674},{"style":855},[13675],{"type":578,"value":1978},{"type":573,"tag":402,"props":13677,"children":13678},{"style":1521},[13679],{"type":578,"value":3958},{"type":573,"tag":402,"props":13681,"children":13682},{"style":2572},[13683],{"type":578,"value":6480},{"type":573,"tag":402,"props":13685,"children":13686},{"style":855},[13687],{"type":578,"value":1931},{"type":573,"tag":402,"props":13689,"children":13690},{"class":404,"line":2939},[13691,13695,13699,13703,13707],{"type":573,"tag":402,"props":13692,"children":13693},{"style":1372},[13694],{"type":578,"value":3922},{"type":573,"tag":402,"props":13696,"children":13697},{"style":1521},[13698],{"type":578,"value":6505},{"type":573,"tag":402,"props":13700,"children":13701},{"style":855},[13702],{"type":578,"value":1518},{"type":573,"tag":402,"props":13704,"children":13705},{"style":3982},[13706],{"type":578,"value":2001},{"type":573,"tag":402,"props":13708,"children":13709},{"style":2572},[13710],{"type":578,"value":4383},{"type":573,"tag":402,"props":13712,"children":13713},{"class":404,"line":2960},[13714,13718,13722,13726,13730],{"type":573,"tag":402,"props":13715,"children":13716},{"style":855},[13717],{"type":578,"value":6526},{"type":573,"tag":402,"props":13719,"children":13720},{"style":1448},[13721],{"type":578,"value":6531},{"type":573,"tag":402,"props":13723,"children":13724},{"style":855},[13725],{"type":578,"value":1474},{"type":573,"tag":402,"props":13727,"children":13728},{"style":1372},[13729],{"type":578,"value":1375},{"type":573,"tag":402,"props":13731,"children":13732},{"style":855},[13733],{"type":578,"value":2513},{"type":573,"tag":402,"props":13735,"children":13736},{"class":404,"line":2968},[13737,13741,13745,13749,13753,13757,13761],{"type":573,"tag":402,"props":13738,"children":13739},{"style":1960},[13740],{"type":578,"value":6560},{"type":573,"tag":402,"props":13742,"children":13743},{"style":2572},[13744],{"type":578,"value":3581},{"type":573,"tag":402,"props":13746,"children":13747},{"style":855},[13748],{"type":578,"value":5663},{"type":573,"tag":402,"props":13750,"children":13751},{"style":1521},[13752],{"type":578,"value":995},{"type":573,"tag":402,"props":13754,"children":13755},{"style":2572},[13756],{"type":578,"value":5439},{"type":573,"tag":402,"props":13758,"children":13759},{"style":1960},[13760],{"type":578,"value":5699},{"type":573,"tag":402,"props":13762,"children":13763},{"style":855},[13764],{"type":578,"value":1931},{"type":573,"tag":402,"props":13766,"children":13767},{"class":404,"line":2976},[13768,13772],{"type":573,"tag":402,"props":13769,"children":13770},{"style":1960},[13771],{"type":578,"value":6601},{"type":573,"tag":402,"props":13773,"children":13774},{"style":855},[13775],{"type":578,"value":2513},{"type":573,"tag":402,"props":13777,"children":13778},{"class":404,"line":2985},[13779,13783,13787,13791,13795,13799],{"type":573,"tag":402,"props":13780,"children":13781},{"style":1521},[13782],{"type":578,"value":6614},{"type":573,"tag":402,"props":13784,"children":13785},{"style":855},[13786],{"type":578,"value":618},{"type":573,"tag":402,"props":13788,"children":13789},{"style":1521},[13790],{"type":578,"value":5434},{"type":573,"tag":402,"props":13792,"children":13793},{"style":855},[13794],{"type":578,"value":1518},{"type":573,"tag":402,"props":13796,"children":13797},{"style":855},[13798],{"type":578,"value":5734},{"type":573,"tag":402,"props":13800,"children":13801},{"style":2572},[13802],{"type":578,"value":3863},{"type":573,"tag":402,"props":13804,"children":13805},{"class":404,"line":3006},[13806,13810,13814,13818,13822,13827,13831],{"type":573,"tag":402,"props":13807,"children":13808},{"style":1521},[13809],{"type":578,"value":6643},{"type":573,"tag":402,"props":13811,"children":13812},{"style":855},[13813],{"type":578,"value":618},{"type":573,"tag":402,"props":13815,"children":13816},{"style":1521},[13817],{"type":578,"value":5014},{"type":573,"tag":402,"props":13819,"children":13820},{"style":855},[13821],{"type":578,"value":5681},{"type":573,"tag":402,"props":13823,"children":13824},{"style":1521},[13825],{"type":578,"value":13826}," window",{"type":573,"tag":402,"props":13828,"children":13829},{"style":855},[13830],{"type":578,"value":618},{"type":573,"tag":402,"props":13832,"children":13833},{"style":1521},[13834],{"type":578,"value":6686},{"type":573,"tag":402,"props":13836,"children":13837},{"class":404,"line":3015},[13838,13842],{"type":573,"tag":402,"props":13839,"children":13840},{"style":2572},[13841],{"type":578,"value":6695},{"type":573,"tag":402,"props":13843,"children":13844},{"style":855},[13845],{"type":578,"value":1931},{"type":573,"tag":402,"props":13847,"children":13848},{"class":404,"line":3036},[13849,13853,13857,13861,13865,13869,13873,13877,13881,13885,13889],{"type":573,"tag":402,"props":13850,"children":13851},{"style":1521},[13852],{"type":578,"value":6708},{"type":573,"tag":402,"props":13854,"children":13855},{"style":855},[13856],{"type":578,"value":618},{"type":573,"tag":402,"props":13858,"children":13859},{"style":1521},[13860],{"type":578,"value":5434},{"type":573,"tag":402,"props":13862,"children":13863},{"style":855},[13864],{"type":578,"value":1518},{"type":573,"tag":402,"props":13866,"children":13867},{"style":1521},[13868],{"type":578,"value":4997},{"type":573,"tag":402,"props":13870,"children":13871},{"style":855},[13872],{"type":578,"value":618},{"type":573,"tag":402,"props":13874,"children":13875},{"style":1521},[13876],{"type":578,"value":5434},{"type":573,"tag":402,"props":13878,"children":13879},{"style":855},[13880],{"type":578,"value":618},{"type":573,"tag":402,"props":13882,"children":13883},{"style":3982},[13884],{"type":578,"value":6741},{"type":573,"tag":402,"props":13886,"children":13887},{"style":2572},[13888],{"type":578,"value":1369},{"type":573,"tag":402,"props":13890,"children":13891},{"style":855},[13892],{"type":578,"value":1931},{"type":573,"tag":402,"props":13894,"children":13895},{"class":404,"line":3045},[13896,13900,13904,13908],{"type":573,"tag":402,"props":13897,"children":13898},{"style":1521},[13899],{"type":578,"value":6758},{"type":573,"tag":402,"props":13901,"children":13902},{"style":855},[13903],{"type":578,"value":618},{"type":573,"tag":402,"props":13905,"children":13906},{"style":1521},[13907],{"type":578,"value":5434},{"type":573,"tag":402,"props":13909,"children":13910},{"style":855},[13911],{"type":578,"value":2103},{"type":573,"tag":402,"props":13913,"children":13914},{"class":404,"line":3066},[13915,13919,13923,13927,13931,13935,13939,13943,13947],{"type":573,"tag":402,"props":13916,"children":13917},{"style":1521},[13918],{"type":578,"value":6779},{"type":573,"tag":402,"props":13920,"children":13921},{"style":855},[13922],{"type":578,"value":618},{"type":573,"tag":402,"props":13924,"children":13925},{"style":1521},[13926],{"type":578,"value":5434},{"type":573,"tag":402,"props":13928,"children":13929},{"style":855},[13930],{"type":578,"value":618},{"type":573,"tag":402,"props":13932,"children":13933},{"style":3982},[13934],{"type":578,"value":6796},{"type":573,"tag":402,"props":13936,"children":13937},{"style":2572},[13938],{"type":578,"value":1445},{"type":573,"tag":402,"props":13940,"children":13941},{"style":1521},[13942],{"type":578,"value":6531},{"type":573,"tag":402,"props":13944,"children":13945},{"style":2572},[13946],{"type":578,"value":1474},{"type":573,"tag":402,"props":13948,"children":13949},{"style":855},[13950],{"type":578,"value":1931},{"type":573,"tag":402,"props":13952,"children":13953},{"class":404,"line":3075},[13954,13958,13962,13966,13970,13974,13978,13982],{"type":573,"tag":402,"props":13955,"children":13956},{"style":1521},[13957],{"type":578,"value":6708},{"type":573,"tag":402,"props":13959,"children":13960},{"style":855},[13961],{"type":578,"value":618},{"type":573,"tag":402,"props":13963,"children":13964},{"style":1521},[13965],{"type":578,"value":5434},{"type":573,"tag":402,"props":13967,"children":13968},{"style":855},[13969],{"type":578,"value":618},{"type":573,"tag":402,"props":13971,"children":13972},{"style":1521},[13973],{"type":578,"value":1026},{"type":573,"tag":402,"props":13975,"children":13976},{"style":855},[13977],{"type":578,"value":1518},{"type":573,"tag":402,"props":13979,"children":13980},{"style":1521},[13981],{"type":578,"value":3967},{"type":573,"tag":402,"props":13983,"children":13984},{"style":855},[13985],{"type":578,"value":1931},{"type":573,"tag":402,"props":13987,"children":13988},{"class":404,"line":3096},[13989,13993,13997,14001,14005,14009,14013,14017],{"type":573,"tag":402,"props":13990,"children":13991},{"style":1521},[13992],{"type":578,"value":6708},{"type":573,"tag":402,"props":13994,"children":13995},{"style":855},[13996],{"type":578,"value":618},{"type":573,"tag":402,"props":13998,"children":13999},{"style":1521},[14000],{"type":578,"value":5434},{"type":573,"tag":402,"props":14002,"children":14003},{"style":855},[14004],{"type":578,"value":618},{"type":573,"tag":402,"props":14006,"children":14007},{"style":1521},[14008],{"type":578,"value":6881},{"type":573,"tag":402,"props":14010,"children":14011},{"style":855},[14012],{"type":578,"value":1518},{"type":573,"tag":402,"props":14014,"children":14015},{"style":4029},[14016],{"type":578,"value":6890},{"type":573,"tag":402,"props":14018,"children":14019},{"style":855},[14020],{"type":578,"value":1931},{"type":573,"tag":402,"props":14022,"children":14023},{"class":404,"line":3105},[14024,14028,14032,14036,14040,14044,14048,14052,14056,14060,14064],{"type":573,"tag":402,"props":14025,"children":14026},{"style":1521},[14027],{"type":578,"value":6758},{"type":573,"tag":402,"props":14029,"children":14030},{"style":855},[14031],{"type":578,"value":618},{"type":573,"tag":402,"props":14033,"children":14034},{"style":1521},[14035],{"type":578,"value":5434},{"type":573,"tag":402,"props":14037,"children":14038},{"style":855},[14039],{"type":578,"value":618},{"type":573,"tag":402,"props":14041,"children":14042},{"style":3982},[14043],{"type":578,"value":6927},{"type":573,"tag":402,"props":14045,"children":14046},{"style":2572},[14047],{"type":578,"value":1445},{"type":573,"tag":402,"props":14049,"children":14050},{"style":1521},[14051],{"type":578,"value":5668},{"type":573,"tag":402,"props":14053,"children":14054},{"style":855},[14055],{"type":578,"value":618},{"type":573,"tag":402,"props":14057,"children":14058},{"style":1521},[14059],{"type":578,"value":5434},{"type":573,"tag":402,"props":14061,"children":14062},{"style":2572},[14063],{"type":578,"value":1474},{"type":573,"tag":402,"props":14065,"children":14066},{"style":855},[14067],{"type":578,"value":1931},{"type":573,"tag":402,"props":14069,"children":14070},{"class":404,"line":3135},[14071,14075,14079],{"type":573,"tag":402,"props":14072,"children":14073},{"style":3982},[14074],{"type":578,"value":6968},{"type":573,"tag":402,"props":14076,"children":14077},{"style":2572},[14078],{"type":578,"value":1369},{"type":573,"tag":402,"props":14080,"children":14081},{"style":855},[14082],{"type":578,"value":1931},{"type":573,"tag":402,"props":14084,"children":14085},{"class":404,"line":3144},[14086,14090,14094,14098,14102,14106],{"type":573,"tag":402,"props":14087,"children":14088},{"style":855},[14089],{"type":578,"value":6985},{"type":573,"tag":402,"props":14091,"children":14092},{"style":1960},[14093],{"type":578,"value":6990},{"type":573,"tag":402,"props":14095,"children":14096},{"style":2572},[14097],{"type":578,"value":3581},{"type":573,"tag":402,"props":14099,"children":14100},{"style":1521},[14101],{"type":578,"value":6999},{"type":573,"tag":402,"props":14103,"children":14104},{"style":2572},[14105],{"type":578,"value":5439},{"type":573,"tag":402,"props":14107,"children":14108},{"style":855},[14109],{"type":578,"value":5444},{"type":573,"tag":402,"props":14111,"children":14112},{"class":404,"line":3174},[14113,14117,14121,14125,14129,14133,14137,14141,14145,14149,14153],{"type":573,"tag":402,"props":14114,"children":14115},{"style":1521},[14116],{"type":578,"value":7016},{"type":573,"tag":402,"props":14118,"children":14119},{"style":855},[14120],{"type":578,"value":618},{"type":573,"tag":402,"props":14122,"children":14123},{"style":3982},[14124],{"type":578,"value":7025},{"type":573,"tag":402,"props":14126,"children":14127},{"style":2572},[14128],{"type":578,"value":1445},{"type":573,"tag":402,"props":14130,"children":14131},{"style":855},[14132],{"type":578,"value":1926},{"type":573,"tag":402,"props":14134,"children":14135},{"style":1540},[14136],{"type":578,"value":7038},{"type":573,"tag":402,"props":14138,"children":14139},{"style":855},[14140],{"type":578,"value":1926},{"type":573,"tag":402,"props":14142,"children":14143},{"style":855},[14144],{"type":578,"value":1978},{"type":573,"tag":402,"props":14146,"children":14147},{"style":1521},[14148],{"type":578,"value":7051},{"type":573,"tag":402,"props":14150,"children":14151},{"style":2572},[14152],{"type":578,"value":1474},{"type":573,"tag":402,"props":14154,"children":14155},{"style":855},[14156],{"type":578,"value":1931},{"type":573,"tag":402,"props":14158,"children":14159},{"class":404,"line":3183},[14160],{"type":573,"tag":402,"props":14161,"children":14162},{"style":855},[14163],{"type":578,"value":7068},{"type":573,"tag":402,"props":14165,"children":14166},{"class":404,"line":3213},[14167],{"type":573,"tag":402,"props":14168,"children":14169},{"style":855},[14170],{"type":578,"value":7077},{"type":573,"tag":402,"props":14172,"children":14173},{"class":404,"line":3222},[14174,14178,14182,14186,14190,14194,14198,14202],{"type":573,"tag":402,"props":14175,"children":14176},{"style":2572},[14177],{"type":578,"value":7086},{"type":573,"tag":402,"props":14179,"children":14180},{"style":1521},[14181],{"type":578,"value":995},{"type":573,"tag":402,"props":14183,"children":14184},{"style":855},[14185],{"type":578,"value":1978},{"type":573,"tag":402,"props":14187,"children":14188},{"style":1521},[14189],{"type":578,"value":3967},{"type":573,"tag":402,"props":14191,"children":14192},{"style":855},[14193],{"type":578,"value":1978},{"type":573,"tag":402,"props":14195,"children":14196},{"style":1521},[14197],{"type":578,"value":5622},{"type":573,"tag":402,"props":14199,"children":14200},{"style":2572},[14201],{"type":578,"value":3721},{"type":573,"tag":402,"props":14203,"children":14204},{"style":855},[14205],{"type":578,"value":4037},{"type":573,"tag":402,"props":14207,"children":14208},{"class":404,"line":3251},[14209,14213],{"type":573,"tag":402,"props":14210,"children":14211},{"style":2572},[14212],{"type":578,"value":4401},{"type":573,"tag":402,"props":14214,"children":14215},{"style":855},[14216],{"type":578,"value":1931},{"type":573,"tag":402,"props":14218,"children":14219},{"class":404,"line":3260},[14220,14224,14228,14232,14236,14240,14244,14248,14252],{"type":573,"tag":402,"props":14221,"children":14222},{"style":1372},[14223],{"type":578,"value":3922},{"type":573,"tag":402,"props":14225,"children":14226},{"style":1521},[14227],{"type":578,"value":7147},{"type":573,"tag":402,"props":14229,"children":14230},{"style":855},[14231],{"type":578,"value":1518},{"type":573,"tag":402,"props":14233,"children":14234},{"style":3982},[14235],{"type":578,"value":2001},{"type":573,"tag":402,"props":14237,"children":14238},{"style":2572},[14239],{"type":578,"value":1445},{"type":573,"tag":402,"props":14241,"children":14242},{"style":1372},[14243],{"type":578,"value":7164},{"type":573,"tag":402,"props":14245,"children":14246},{"style":855},[14247],{"type":578,"value":3381},{"type":573,"tag":402,"props":14249,"children":14250},{"style":1372},[14251],{"type":578,"value":1375},{"type":573,"tag":402,"props":14253,"children":14254},{"style":855},[14255],{"type":578,"value":2513},{"type":573,"tag":402,"props":14257,"children":14258},{"class":404,"line":3281},[14259,14263,14267,14271,14275,14279],{"type":573,"tag":402,"props":14260,"children":14261},{"style":1960},[14262],{"type":578,"value":5416},{"type":573,"tag":402,"props":14264,"children":14265},{"style":2572},[14266],{"type":578,"value":3581},{"type":573,"tag":402,"props":14268,"children":14269},{"style":855},[14270],{"type":578,"value":5663},{"type":573,"tag":402,"props":14272,"children":14273},{"style":1521},[14274],{"type":578,"value":7197},{"type":573,"tag":402,"props":14276,"children":14277},{"style":2572},[14278],{"type":578,"value":5439},{"type":573,"tag":402,"props":14280,"children":14281},{"style":855},[14282],{"type":578,"value":5444},{"type":573,"tag":402,"props":14284,"children":14285},{"class":404,"line":3290},[14286,14290,14294,14298,14302,14306,14310],{"type":573,"tag":402,"props":14287,"children":14288},{"style":3982},[14289],{"type":578,"value":7214},{"type":573,"tag":402,"props":14291,"children":14292},{"style":2572},[14293],{"type":578,"value":1445},{"type":573,"tag":402,"props":14295,"children":14296},{"style":855},[14297],{"type":578,"value":1926},{"type":573,"tag":402,"props":14299,"children":14300},{"style":1540},[14301],{"type":578,"value":7227},{"type":573,"tag":402,"props":14303,"children":14304},{"style":855},[14305],{"type":578,"value":1926},{"type":573,"tag":402,"props":14307,"children":14308},{"style":2572},[14309],{"type":578,"value":1474},{"type":573,"tag":402,"props":14311,"children":14312},{"style":855},[14313],{"type":578,"value":1931},{"type":573,"tag":402,"props":14315,"children":14316},{"class":404,"line":3319},[14317,14321],{"type":573,"tag":402,"props":14318,"children":14319},{"style":1960},[14320],{"type":578,"value":7248},{"type":573,"tag":402,"props":14322,"children":14323},{"style":855},[14324],{"type":578,"value":1931},{"type":573,"tag":402,"props":14326,"children":14327},{"class":404,"line":3328},[14328],{"type":573,"tag":402,"props":14329,"children":14330},{"style":855},[14331],{"type":578,"value":5583},{"type":573,"tag":402,"props":14333,"children":14334},{"class":404,"line":3357},[14335,14339],{"type":573,"tag":402,"props":14336,"children":14337},{"style":1960},[14338],{"type":578,"value":7277},{"type":573,"tag":402,"props":14340,"children":14341},{"style":855},[14342],{"type":578,"value":2513},{"type":573,"tag":402,"props":14344,"children":14345},{"class":404,"line":3366},[14346,14350,14354,14358,14362],{"type":573,"tag":402,"props":14347,"children":14348},{"style":3982},[14349],{"type":578,"value":7214},{"type":573,"tag":402,"props":14351,"children":14352},{"style":2572},[14353],{"type":578,"value":1445},{"type":573,"tag":402,"props":14355,"children":14356},{"style":855},[14357],{"type":578,"value":4312},{"type":573,"tag":402,"props":14359,"children":14360},{"style":2572},[14361],{"type":578,"value":1474},{"type":573,"tag":402,"props":14363,"children":14364},{"style":855},[14365],{"type":578,"value":1931},{"type":573,"tag":402,"props":14367,"children":14368},{"class":404,"line":3405},[14369,14373,14377,14381,14385,14389,14393,14397,14401,14405,14409],{"type":573,"tag":402,"props":14370,"children":14371},{"style":1372},[14372],{"type":578,"value":5453},{"type":573,"tag":402,"props":14374,"children":14375},{"style":1521},[14376],{"type":578,"value":7318},{"type":573,"tag":402,"props":14378,"children":14379},{"style":855},[14380],{"type":578,"value":1518},{"type":573,"tag":402,"props":14382,"children":14383},{"style":1960},[14384],{"type":578,"value":7327},{"type":573,"tag":402,"props":14386,"children":14387},{"style":1521},[14388],{"type":578,"value":5254},{"type":573,"tag":402,"props":14390,"children":14391},{"style":855},[14392],{"type":578,"value":618},{"type":573,"tag":402,"props":14394,"children":14395},{"style":1521},[14396],{"type":578,"value":5300},{"type":573,"tag":402,"props":14398,"children":14399},{"style":855},[14400],{"type":578,"value":618},{"type":573,"tag":402,"props":14402,"children":14403},{"style":3982},[14404],{"type":578,"value":5333},{"type":573,"tag":402,"props":14406,"children":14407},{"style":2572},[14408],{"type":578,"value":1445},{"type":573,"tag":402,"props":14410,"children":14411},{"style":855},[14412],{"type":578,"value":5444},{"type":573,"tag":402,"props":14414,"children":14415},{"class":404,"line":3414},[14416,14420,14424],{"type":573,"tag":402,"props":14417,"children":14418},{"style":2572},[14419],{"type":578,"value":7364},{"type":573,"tag":402,"props":14421,"children":14422},{"style":855},[14423],{"type":578,"value":1255},{"type":573,"tag":402,"props":14425,"children":14426},{"style":855},[14427],{"type":578,"value":2513},{"type":573,"tag":402,"props":14429,"children":14430},{"class":404,"line":3443},[14431,14435,14439,14443],{"type":573,"tag":402,"props":14432,"children":14433},{"style":2572},[14434],{"type":578,"value":7381},{"type":573,"tag":402,"props":14436,"children":14437},{"style":855},[14438],{"type":578,"value":1255},{"type":573,"tag":402,"props":14440,"children":14441},{"style":4082},[14442],{"type":578,"value":7390},{"type":573,"tag":402,"props":14444,"children":14445},{"style":855},[14446],{"type":578,"value":4037},{"type":573,"tag":402,"props":14448,"children":14449},{"class":404,"line":3452},[14450,14454,14458,14462],{"type":573,"tag":402,"props":14451,"children":14452},{"style":2572},[14453],{"type":578,"value":7403},{"type":573,"tag":402,"props":14455,"children":14456},{"style":855},[14457],{"type":578,"value":1255},{"type":573,"tag":402,"props":14459,"children":14460},{"style":4082},[14461],{"type":578,"value":7390},{"type":573,"tag":402,"props":14463,"children":14464},{"style":855},[14465],{"type":578,"value":4037},{"type":573,"tag":402,"props":14467,"children":14468},{"class":404,"line":3481},[14469,14473,14477,14481],{"type":573,"tag":402,"props":14470,"children":14471},{"style":2572},[14472],{"type":578,"value":7424},{"type":573,"tag":402,"props":14474,"children":14475},{"style":855},[14476],{"type":578,"value":1255},{"type":573,"tag":402,"props":14478,"children":14479},{"style":4082},[14480],{"type":578,"value":7390},{"type":573,"tag":402,"props":14482,"children":14483},{"style":855},[14484],{"type":578,"value":4037},{"type":573,"tag":402,"props":14486,"children":14487},{"class":404,"line":3490},[14488],{"type":573,"tag":402,"props":14489,"children":14490},{"style":855},[14491],{"type":578,"value":7445},{"type":573,"tag":402,"props":14493,"children":14494},{"class":404,"line":3519},[14495,14499,14503],{"type":573,"tag":402,"props":14496,"children":14497},{"style":855},[14498],{"type":578,"value":6985},{"type":573,"tag":402,"props":14500,"children":14501},{"style":2572},[14502],{"type":578,"value":1474},{"type":573,"tag":402,"props":14504,"children":14505},{"style":855},[14506],{"type":578,"value":1931},{"type":573,"tag":402,"props":14508,"children":14509},{"class":404,"line":3528},[14510,14514,14518,14522,14526],{"type":573,"tag":402,"props":14511,"children":14512},{"style":3982},[14513],{"type":578,"value":7478},{"type":573,"tag":402,"props":14515,"children":14516},{"style":2572},[14517],{"type":578,"value":1445},{"type":573,"tag":402,"props":14519,"children":14520},{"style":1521},[14521],{"type":578,"value":6531},{"type":573,"tag":402,"props":14523,"children":14524},{"style":2572},[14525],{"type":578,"value":1474},{"type":573,"tag":402,"props":14527,"children":14528},{"style":855},[14529],{"type":578,"value":1931},{"type":573,"tag":402,"props":14531,"children":14532},{"class":404,"line":3557},[14533,14537,14541,14545,14549],{"type":573,"tag":402,"props":14534,"children":14535},{"style":3982},[14536],{"type":578,"value":7503},{"type":573,"tag":402,"props":14538,"children":14539},{"style":2572},[14540],{"type":578,"value":1445},{"type":573,"tag":402,"props":14542,"children":14543},{"style":1521},[14544],{"type":578,"value":6531},{"type":573,"tag":402,"props":14546,"children":14547},{"style":2572},[14548],{"type":578,"value":1474},{"type":573,"tag":402,"props":14550,"children":14551},{"style":855},[14552],{"type":578,"value":1931},{"type":573,"tag":402,"props":14554,"children":14555},{"class":404,"line":3566},[14556,14560,14564,14568,14572,14576,14580,14584,14588],{"type":573,"tag":402,"props":14557,"children":14558},{"style":1372},[14559],{"type":578,"value":5453},{"type":573,"tag":402,"props":14561,"children":14562},{"style":1521},[14563],{"type":578,"value":7540},{"type":573,"tag":402,"props":14565,"children":14566},{"style":855},[14567],{"type":578,"value":1518},{"type":573,"tag":402,"props":14569,"children":14570},{"style":855},[14571],{"type":578,"value":5734},{"type":573,"tag":402,"props":14573,"children":14574},{"style":3982},[14575],{"type":578,"value":3159},{"type":573,"tag":402,"props":14577,"children":14578},{"style":2572},[14579],{"type":578,"value":1445},{"type":573,"tag":402,"props":14581,"children":14582},{"style":1521},[14583],{"type":578,"value":6531},{"type":573,"tag":402,"props":14585,"children":14586},{"style":855},[14587],{"type":578,"value":1978},{"type":573,"tag":402,"props":14589,"children":14590},{"style":855},[14591],{"type":578,"value":2513},{"type":573,"tag":402,"props":14593,"children":14594},{"class":404,"line":3612},[14595,14599],{"type":573,"tag":402,"props":14596,"children":14597},{"style":1521},[14598],{"type":578,"value":7577},{"type":573,"tag":402,"props":14600,"children":14601},{"style":855},[14602],{"type":578,"value":4037},{"type":573,"tag":402,"props":14604,"children":14605},{"class":404,"line":3620},[14606,14610,14614,14618,14622,14626,14630,14634],{"type":573,"tag":402,"props":14607,"children":14608},{"style":2572},[14609],{"type":578,"value":7590},{"type":573,"tag":402,"props":14611,"children":14612},{"style":855},[14613],{"type":578,"value":1255},{"type":573,"tag":402,"props":14615,"children":14616},{"style":1521},[14617],{"type":578,"value":3159},{"type":573,"tag":402,"props":14619,"children":14620},{"style":855},[14621],{"type":578,"value":618},{"type":573,"tag":402,"props":14623,"children":14624},{"style":3982},[14625],{"type":578,"value":7607},{"type":573,"tag":402,"props":14627,"children":14628},{"style":2572},[14629],{"type":578,"value":1445},{"type":573,"tag":402,"props":14631,"children":14632},{"style":1521},[14633],{"type":578,"value":934},{"type":573,"tag":402,"props":14635,"children":14636},{"style":2572},[14637],{"type":578,"value":7620},{"type":573,"tag":402,"props":14639,"children":14640},{"class":404,"line":3628},[14641,14645],{"type":573,"tag":402,"props":14642,"children":14643},{"style":855},[14644],{"type":578,"value":7629},{"type":573,"tag":402,"props":14646,"children":14647},{"style":1521},[14648],{"type":578,"value":7634},{"type":573,"tag":402,"props":14650,"children":14651},{"class":404,"line":3637},[14652,14656,14660,14664,14668],{"type":573,"tag":402,"props":14653,"children":14654},{"style":855},[14655],{"type":578,"value":7643},{"type":573,"tag":402,"props":14657,"children":14658},{"style":855},[14659],{"type":578,"value":1537},{"type":573,"tag":402,"props":14661,"children":14662},{"style":1540},[14663],{"type":578,"value":1543},{"type":573,"tag":402,"props":14665,"children":14666},{"style":855},[14667],{"type":578,"value":1926},{"type":573,"tag":402,"props":14669,"children":14670},{"style":855},[14671],{"type":578,"value":4037},{"type":573,"tag":402,"props":14673,"children":14674},{"class":404,"line":3646},[14675,14679,14683],{"type":573,"tag":402,"props":14676,"children":14677},{"style":855},[14678],{"type":578,"value":6985},{"type":573,"tag":402,"props":14680,"children":14681},{"style":2572},[14682],{"type":578,"value":1474},{"type":573,"tag":402,"props":14684,"children":14685},{"style":855},[14686],{"type":578,"value":1931},{"type":573,"tag":402,"props":14688,"children":14689},{"class":404,"line":3655},[14690,14694,14698,14702,14706,14710],{"type":573,"tag":402,"props":14691,"children":14692},{"style":1521},[14693],{"type":578,"value":7692},{"type":573,"tag":402,"props":14695,"children":14696},{"style":855},[14697],{"type":578,"value":618},{"type":573,"tag":402,"props":14699,"children":14700},{"style":1521},[14701],{"type":578,"value":5434},{"type":573,"tag":402,"props":14703,"children":14704},{"style":855},[14705],{"type":578,"value":1518},{"type":573,"tag":402,"props":14707,"children":14708},{"style":2572},[14709],{"type":578,"value":7709},{"type":573,"tag":402,"props":14711,"children":14712},{"style":855},[14713],{"type":578,"value":1931},{"type":573,"tag":402,"props":14715,"children":14716},{"class":404,"line":3678},[14717,14721,14725,14729,14733,14737,14741,14745,14749],{"type":573,"tag":402,"props":14718,"children":14719},{"style":1521},[14720],{"type":578,"value":7730},{"type":573,"tag":402,"props":14722,"children":14723},{"style":855},[14724],{"type":578,"value":618},{"type":573,"tag":402,"props":14726,"children":14727},{"style":3982},[14728],{"type":578,"value":7739},{"type":573,"tag":402,"props":14730,"children":14731},{"style":855},[14732],{"type":578,"value":1518},{"type":573,"tag":402,"props":14734,"children":14735},{"style":855},[14736],{"type":578,"value":3581},{"type":573,"tag":402,"props":14738,"children":14739},{"style":1448},[14740],{"type":578,"value":7752},{"type":573,"tag":402,"props":14742,"children":14743},{"style":855},[14744],{"type":578,"value":1474},{"type":573,"tag":402,"props":14746,"children":14747},{"style":1372},[14748],{"type":578,"value":1375},{"type":573,"tag":402,"props":14750,"children":14751},{"style":855},[14752],{"type":578,"value":2513},{"type":573,"tag":402,"props":14754,"children":14755},{"class":404,"line":3729},[14756,14760,14764,14768,14772,14776,14780,14784,14788,14792,14796],{"type":573,"tag":402,"props":14757,"children":14758},{"style":1960},[14759],{"type":578,"value":7773},{"type":573,"tag":402,"props":14761,"children":14762},{"style":2572},[14763],{"type":578,"value":3581},{"type":573,"tag":402,"props":14765,"children":14766},{"style":1521},[14767],{"type":578,"value":7752},{"type":573,"tag":402,"props":14769,"children":14770},{"style":855},[14771],{"type":578,"value":618},{"type":573,"tag":402,"props":14773,"children":14774},{"style":1521},[14775],{"type":578,"value":7790},{"type":573,"tag":402,"props":14777,"children":14778},{"style":855},[14779],{"type":578,"value":618},{"type":573,"tag":402,"props":14781,"children":14782},{"style":1521},[14783],{"type":578,"value":7799},{"type":573,"tag":402,"props":14785,"children":14786},{"style":855},[14787],{"type":578,"value":7804},{"type":573,"tag":402,"props":14789,"children":14790},{"style":4029},[14791],{"type":578,"value":5959},{"type":573,"tag":402,"props":14793,"children":14794},{"style":2572},[14795],{"type":578,"value":5439},{"type":573,"tag":402,"props":14797,"children":14798},{"style":855},[14799],{"type":578,"value":5444},{"type":573,"tag":402,"props":14801,"children":14802},{"class":404,"line":3763},[14803,14807,14811,14815,14819,14823,14827,14831,14835,14839,14843],{"type":573,"tag":402,"props":14804,"children":14805},{"style":1521},[14806],{"type":578,"value":7825},{"type":573,"tag":402,"props":14808,"children":14809},{"style":855},[14810],{"type":578,"value":618},{"type":573,"tag":402,"props":14812,"children":14813},{"style":1521},[14814],{"type":578,"value":5434},{"type":573,"tag":402,"props":14816,"children":14817},{"style":855},[14818],{"type":578,"value":618},{"type":573,"tag":402,"props":14820,"children":14821},{"style":3982},[14822],{"type":578,"value":7842},{"type":573,"tag":402,"props":14824,"children":14825},{"style":2572},[14826],{"type":578,"value":1445},{"type":573,"tag":402,"props":14828,"children":14829},{"style":1521},[14830],{"type":578,"value":7752},{"type":573,"tag":402,"props":14832,"children":14833},{"style":855},[14834],{"type":578,"value":618},{"type":573,"tag":402,"props":14836,"children":14837},{"style":1521},[14838],{"type":578,"value":7790},{"type":573,"tag":402,"props":14840,"children":14841},{"style":2572},[14842],{"type":578,"value":1474},{"type":573,"tag":402,"props":14844,"children":14845},{"style":855},[14846],{"type":578,"value":1931},{"type":573,"tag":402,"props":14848,"children":14849},{"class":404,"line":3785},[14850],{"type":573,"tag":402,"props":14851,"children":14852},{"style":855},[14853],{"type":578,"value":7875},{"type":573,"tag":402,"props":14855,"children":14856},{"class":404,"line":3812},[14857],{"type":573,"tag":402,"props":14858,"children":14859},{"style":855},[14860],{"type":578,"value":7884},{"type":573,"tag":402,"props":14862,"children":14863},{"class":404,"line":3829},[14864,14868,14872,14876,14880,14884,14888],{"type":573,"tag":402,"props":14865,"children":14866},{"style":1521},[14867],{"type":578,"value":7730},{"type":573,"tag":402,"props":14869,"children":14870},{"style":855},[14871],{"type":578,"value":618},{"type":573,"tag":402,"props":14873,"children":14874},{"style":3982},[14875],{"type":578,"value":7909},{"type":573,"tag":402,"props":14877,"children":14878},{"style":855},[14879],{"type":578,"value":1518},{"type":573,"tag":402,"props":14881,"children":14882},{"style":855},[14883],{"type":578,"value":3381},{"type":573,"tag":402,"props":14885,"children":14886},{"style":1372},[14887],{"type":578,"value":1375},{"type":573,"tag":402,"props":14889,"children":14890},{"style":855},[14891],{"type":578,"value":2513},{"type":573,"tag":402,"props":14893,"children":14894},{"class":404,"line":3838},[14895,14899,14903,14907,14911,14915,14919,14923,14927,14931,14935,14939,14943,14947,14951,14955,14959,14963,14967],{"type":573,"tag":402,"props":14896,"children":14897},{"style":1372},[14898],{"type":578,"value":7934},{"type":573,"tag":402,"props":14900,"children":14901},{"style":1521},[14902],{"type":578,"value":7939},{"type":573,"tag":402,"props":14904,"children":14905},{"style":855},[14906],{"type":578,"value":1518},{"type":573,"tag":402,"props":14908,"children":14909},{"style":855},[14910],{"type":578,"value":5734},{"type":573,"tag":402,"props":14912,"children":14913},{"style":3982},[14914],{"type":578,"value":3198},{"type":573,"tag":402,"props":14916,"children":14917},{"style":2572},[14918],{"type":578,"value":1445},{"type":573,"tag":402,"props":14920,"children":14921},{"style":1521},[14922],{"type":578,"value":7960},{"type":573,"tag":402,"props":14924,"children":14925},{"style":855},[14926],{"type":578,"value":618},{"type":573,"tag":402,"props":14928,"children":14929},{"style":1521},[14930],{"type":578,"value":5434},{"type":573,"tag":402,"props":14932,"children":14933},{"style":855},[14934],{"type":578,"value":1978},{"type":573,"tag":402,"props":14936,"children":14937},{"style":855},[14938],{"type":578,"value":1968},{"type":573,"tag":402,"props":14940,"children":14941},{"style":2572},[14942],{"type":578,"value":7981},{"type":573,"tag":402,"props":14944,"children":14945},{"style":855},[14946],{"type":578,"value":1255},{"type":573,"tag":402,"props":14948,"children":14949},{"style":1521},[14950],{"type":578,"value":7540},{"type":573,"tag":402,"props":14952,"children":14953},{"style":855},[14954],{"type":578,"value":618},{"type":573,"tag":402,"props":14956,"children":14957},{"style":1521},[14958],{"type":578,"value":934},{"type":573,"tag":402,"props":14960,"children":14961},{"style":855},[14962],{"type":578,"value":2006},{"type":573,"tag":402,"props":14964,"children":14965},{"style":2572},[14966],{"type":578,"value":1474},{"type":573,"tag":402,"props":14968,"children":14969},{"style":855},[14970],{"type":578,"value":1931},{"type":573,"tag":402,"props":14972,"children":14973},{"class":404,"line":3866},[14974,14978,14982,14986,14990],{"type":573,"tag":402,"props":14975,"children":14976},{"style":3982},[14977],{"type":578,"value":8018},{"type":573,"tag":402,"props":14979,"children":14980},{"style":2572},[14981],{"type":578,"value":1445},{"type":573,"tag":402,"props":14983,"children":14984},{"style":1521},[14985],{"type":578,"value":8027},{"type":573,"tag":402,"props":14987,"children":14988},{"style":2572},[14989],{"type":578,"value":1474},{"type":573,"tag":402,"props":14991,"children":14992},{"style":855},[14993],{"type":578,"value":1931},{"type":573,"tag":402,"props":14995,"children":14996},{"class":404,"line":3892},[14997,15001,15005,15009,15013,15017,15021,15025,15029],{"type":573,"tag":402,"props":14998,"children":14999},{"style":3982},[15000],{"type":578,"value":8044},{"type":573,"tag":402,"props":15002,"children":15003},{"style":2572},[15004],{"type":578,"value":1445},{"type":573,"tag":402,"props":15006,"children":15007},{"style":1521},[15008],{"type":578,"value":8053},{"type":573,"tag":402,"props":15010,"children":15011},{"style":855},[15012],{"type":578,"value":618},{"type":573,"tag":402,"props":15014,"children":15015},{"style":3982},[15016],{"type":578,"value":8062},{"type":573,"tag":402,"props":15018,"children":15019},{"style":2572},[15020],{"type":578,"value":1445},{"type":573,"tag":402,"props":15022,"children":15023},{"style":1521},[15024],{"type":578,"value":8027},{"type":573,"tag":402,"props":15026,"children":15027},{"style":2572},[15028],{"type":578,"value":5570},{"type":573,"tag":402,"props":15030,"children":15031},{"style":855},[15032],{"type":578,"value":1931},{"type":573,"tag":402,"props":15034,"children":15035},{"class":404,"line":3916},[15036,15040,15044,15048,15052],{"type":573,"tag":402,"props":15037,"children":15038},{"style":3982},[15039],{"type":578,"value":8087},{"type":573,"tag":402,"props":15041,"children":15042},{"style":2572},[15043],{"type":578,"value":1445},{"type":573,"tag":402,"props":15045,"children":15046},{"style":4082},[15047],{"type":578,"value":4183},{"type":573,"tag":402,"props":15049,"children":15050},{"style":2572},[15051],{"type":578,"value":1474},{"type":573,"tag":402,"props":15053,"children":15054},{"style":855},[15055],{"type":578,"value":1931},{"type":573,"tag":402,"props":15057,"children":15058},{"class":404,"line":3978},[15059,15063,15067,15071,15075],{"type":573,"tag":402,"props":15060,"children":15061},{"style":3982},[15062],{"type":578,"value":8112},{"type":573,"tag":402,"props":15064,"children":15065},{"style":2572},[15066],{"type":578,"value":1445},{"type":573,"tag":402,"props":15068,"children":15069},{"style":4082},[15070],{"type":578,"value":4183},{"type":573,"tag":402,"props":15072,"children":15073},{"style":2572},[15074],{"type":578,"value":1474},{"type":573,"tag":402,"props":15076,"children":15077},{"style":855},[15078],{"type":578,"value":1931},{"type":573,"tag":402,"props":15080,"children":15081},{"class":404,"line":4016},[15082,15086,15090,15094,15098,15102,15106],{"type":573,"tag":402,"props":15083,"children":15084},{"style":1960},[15085],{"type":578,"value":7773},{"type":573,"tag":402,"props":15087,"children":15088},{"style":2572},[15089],{"type":578,"value":3581},{"type":573,"tag":402,"props":15091,"children":15092},{"style":1521},[15093],{"type":578,"value":8153},{"type":573,"tag":402,"props":15095,"children":15096},{"style":855},[15097],{"type":578,"value":618},{"type":573,"tag":402,"props":15099,"children":15100},{"style":1521},[15101],{"type":578,"value":5434},{"type":573,"tag":402,"props":15103,"children":15104},{"style":2572},[15105],{"type":578,"value":5439},{"type":573,"tag":402,"props":15107,"children":15108},{"style":855},[15109],{"type":578,"value":5444},{"type":573,"tag":402,"props":15111,"children":15112},{"class":404,"line":4040},[15113,15117,15121,15125,15129,15133,15137],{"type":573,"tag":402,"props":15114,"children":15115},{"style":3982},[15116],{"type":578,"value":8178},{"type":573,"tag":402,"props":15118,"children":15119},{"style":2572},[15120],{"type":578,"value":1445},{"type":573,"tag":402,"props":15122,"children":15123},{"style":1521},[15124],{"type":578,"value":8153},{"type":573,"tag":402,"props":15126,"children":15127},{"style":855},[15128],{"type":578,"value":618},{"type":573,"tag":402,"props":15130,"children":15131},{"style":1521},[15132],{"type":578,"value":5434},{"type":573,"tag":402,"props":15134,"children":15135},{"style":2572},[15136],{"type":578,"value":1474},{"type":573,"tag":402,"props":15138,"children":15139},{"style":855},[15140],{"type":578,"value":1931},{"type":573,"tag":402,"props":15142,"children":15143},{"class":404,"line":4069},[15144,15148,15152,15156,15160],{"type":573,"tag":402,"props":15145,"children":15146},{"style":1521},[15147],{"type":578,"value":8211},{"type":573,"tag":402,"props":15149,"children":15150},{"style":855},[15151],{"type":578,"value":618},{"type":573,"tag":402,"props":15153,"children":15154},{"style":1521},[15155],{"type":578,"value":5434},{"type":573,"tag":402,"props":15157,"children":15158},{"style":855},[15159],{"type":578,"value":1518},{"type":573,"tag":402,"props":15161,"children":15162},{"style":855},[15163],{"type":578,"value":8228},{"type":573,"tag":402,"props":15165,"children":15166},{"class":404,"line":4092},[15167],{"type":573,"tag":402,"props":15168,"children":15169},{"style":855},[15170],{"type":578,"value":7875},{"type":573,"tag":402,"props":15172,"children":15173},{"class":404,"line":4114},[15174,15178,15182,15186,15190,15194,15198],{"type":573,"tag":402,"props":15175,"children":15176},{"style":1960},[15177],{"type":578,"value":7773},{"type":573,"tag":402,"props":15179,"children":15180},{"style":2572},[15181],{"type":578,"value":3581},{"type":573,"tag":402,"props":15183,"children":15184},{"style":1521},[15185],{"type":578,"value":8261},{"type":573,"tag":402,"props":15187,"children":15188},{"style":855},[15189],{"type":578,"value":618},{"type":573,"tag":402,"props":15191,"children":15192},{"style":1521},[15193],{"type":578,"value":5434},{"type":573,"tag":402,"props":15195,"children":15196},{"style":2572},[15197],{"type":578,"value":5439},{"type":573,"tag":402,"props":15199,"children":15200},{"style":855},[15201],{"type":578,"value":5444},{"type":573,"tag":402,"props":15203,"children":15204},{"class":404,"line":4131},[15205,15209,15213,15217,15221,15225,15229],{"type":573,"tag":402,"props":15206,"children":15207},{"style":3982},[15208],{"type":578,"value":8286},{"type":573,"tag":402,"props":15210,"children":15211},{"style":2572},[15212],{"type":578,"value":1445},{"type":573,"tag":402,"props":15214,"children":15215},{"style":1521},[15216],{"type":578,"value":8261},{"type":573,"tag":402,"props":15218,"children":15219},{"style":855},[15220],{"type":578,"value":618},{"type":573,"tag":402,"props":15222,"children":15223},{"style":1521},[15224],{"type":578,"value":5434},{"type":573,"tag":402,"props":15226,"children":15227},{"style":2572},[15228],{"type":578,"value":1474},{"type":573,"tag":402,"props":15230,"children":15231},{"style":855},[15232],{"type":578,"value":1931},{"type":573,"tag":402,"props":15234,"children":15235},{"class":404,"line":4139},[15236,15240,15244,15248,15252],{"type":573,"tag":402,"props":15237,"children":15238},{"style":1521},[15239],{"type":578,"value":8319},{"type":573,"tag":402,"props":15241,"children":15242},{"style":855},[15243],{"type":578,"value":618},{"type":573,"tag":402,"props":15245,"children":15246},{"style":1521},[15247],{"type":578,"value":5434},{"type":573,"tag":402,"props":15249,"children":15250},{"style":855},[15251],{"type":578,"value":1518},{"type":573,"tag":402,"props":15253,"children":15254},{"style":855},[15255],{"type":578,"value":8228},{"type":573,"tag":402,"props":15257,"children":15258},{"class":404,"line":4194},[15259],{"type":573,"tag":402,"props":15260,"children":15261},{"style":855},[15262],{"type":578,"value":7875},{"type":573,"tag":402,"props":15264,"children":15265},{"class":404,"line":4248},[15266],{"type":573,"tag":402,"props":15267,"children":15268},{"style":855},[15269],{"type":578,"value":7884},{"type":573,"tag":402,"props":15271,"children":15272},{"class":404,"line":4323},[15273,15277,15281,15285,15289,15293,15297],{"type":573,"tag":402,"props":15274,"children":15275},{"style":1521},[15276],{"type":578,"value":7730},{"type":573,"tag":402,"props":15278,"children":15279},{"style":855},[15280],{"type":578,"value":618},{"type":573,"tag":402,"props":15282,"children":15283},{"style":3982},[15284],{"type":578,"value":8376},{"type":573,"tag":402,"props":15286,"children":15287},{"style":855},[15288],{"type":578,"value":1518},{"type":573,"tag":402,"props":15290,"children":15291},{"style":855},[15292],{"type":578,"value":3381},{"type":573,"tag":402,"props":15294,"children":15295},{"style":1372},[15296],{"type":578,"value":1375},{"type":573,"tag":402,"props":15298,"children":15299},{"style":855},[15300],{"type":578,"value":2513},{"type":573,"tag":402,"props":15302,"children":15303},{"class":404,"line":4386},[15304,15308,15312,15316,15320],{"type":573,"tag":402,"props":15305,"children":15306},{"style":3982},[15307],{"type":578,"value":8112},{"type":573,"tag":402,"props":15309,"children":15310},{"style":2572},[15311],{"type":578,"value":1445},{"type":573,"tag":402,"props":15313,"children":15314},{"style":4082},[15315],{"type":578,"value":8409},{"type":573,"tag":402,"props":15317,"children":15318},{"style":2572},[15319],{"type":578,"value":1474},{"type":573,"tag":402,"props":15321,"children":15322},{"style":855},[15323],{"type":578,"value":1931},{"type":573,"tag":402,"props":15325,"children":15326},{"class":404,"line":4395},[15327,15331,15335,15339,15343,15347,15351,15355,15359,15363,15367,15371,15375],{"type":573,"tag":402,"props":15328,"children":15329},{"style":1521},[15330],{"type":578,"value":8426},{"type":573,"tag":402,"props":15332,"children":15333},{"style":855},[15334],{"type":578,"value":618},{"type":573,"tag":402,"props":15336,"children":15337},{"style":1521},[15338],{"type":578,"value":5434},{"type":573,"tag":402,"props":15340,"children":15341},{"style":855},[15342],{"type":578,"value":6136},{"type":573,"tag":402,"props":15344,"children":15345},{"style":1521},[15346],{"type":578,"value":5467},{"type":573,"tag":402,"props":15348,"children":15349},{"style":855},[15350],{"type":578,"value":618},{"type":573,"tag":402,"props":15352,"children":15353},{"style":3982},[15354],{"type":578,"value":5476},{"type":573,"tag":402,"props":15356,"children":15357},{"style":2572},[15358],{"type":578,"value":5481},{"type":573,"tag":402,"props":15360,"children":15361},{"style":855},[15362],{"type":578,"value":5486},{"type":573,"tag":402,"props":15364,"children":15365},{"style":1521},[15366],{"type":578,"value":4832},{"type":573,"tag":402,"props":15368,"children":15369},{"style":855},[15370],{"type":578,"value":618},{"type":573,"tag":402,"props":15372,"children":15373},{"style":1521},[15374],{"type":578,"value":5434},{"type":573,"tag":402,"props":15376,"children":15377},{"style":855},[15378],{"type":578,"value":1931},{"type":573,"tag":402,"props":15380,"children":15381},{"class":404,"line":4408},[15382,15386,15390,15394,15398,15402,15406],{"type":573,"tag":402,"props":15383,"children":15384},{"style":1960},[15385],{"type":578,"value":7773},{"type":573,"tag":402,"props":15387,"children":15388},{"style":2572},[15389],{"type":578,"value":3581},{"type":573,"tag":402,"props":15391,"children":15392},{"style":1521},[15393],{"type":578,"value":8261},{"type":573,"tag":402,"props":15395,"children":15396},{"style":855},[15397],{"type":578,"value":618},{"type":573,"tag":402,"props":15399,"children":15400},{"style":1521},[15401],{"type":578,"value":5434},{"type":573,"tag":402,"props":15403,"children":15404},{"style":2572},[15405],{"type":578,"value":5439},{"type":573,"tag":402,"props":15407,"children":15408},{"style":855},[15409],{"type":578,"value":5444},{"type":573,"tag":402,"props":15411,"children":15412},{"class":404,"line":4482},[15413,15417,15421,15425,15429,15433,15437],{"type":573,"tag":402,"props":15414,"children":15415},{"style":3982},[15416],{"type":578,"value":8286},{"type":573,"tag":402,"props":15418,"children":15419},{"style":2572},[15420],{"type":578,"value":1445},{"type":573,"tag":402,"props":15422,"children":15423},{"style":1521},[15424],{"type":578,"value":8261},{"type":573,"tag":402,"props":15426,"children":15427},{"style":855},[15428],{"type":578,"value":618},{"type":573,"tag":402,"props":15430,"children":15431},{"style":1521},[15432],{"type":578,"value":5434},{"type":573,"tag":402,"props":15434,"children":15435},{"style":2572},[15436],{"type":578,"value":1474},{"type":573,"tag":402,"props":15438,"children":15439},{"style":855},[15440],{"type":578,"value":1931},{"type":573,"tag":402,"props":15442,"children":15443},{"class":404,"line":4556},[15444,15448,15452,15456,15460],{"type":573,"tag":402,"props":15445,"children":15446},{"style":1521},[15447],{"type":578,"value":8319},{"type":573,"tag":402,"props":15449,"children":15450},{"style":855},[15451],{"type":578,"value":618},{"type":573,"tag":402,"props":15453,"children":15454},{"style":1521},[15455],{"type":578,"value":5434},{"type":573,"tag":402,"props":15457,"children":15458},{"style":855},[15459],{"type":578,"value":1518},{"type":573,"tag":402,"props":15461,"children":15462},{"style":855},[15463],{"type":578,"value":8228},{"type":573,"tag":402,"props":15465,"children":15466},{"class":404,"line":4611},[15467],{"type":573,"tag":402,"props":15468,"children":15469},{"style":855},[15470],{"type":578,"value":7875},{"type":573,"tag":402,"props":15472,"children":15473},{"class":404,"line":4685},[15474],{"type":573,"tag":402,"props":15475,"children":15476},{"style":855},[15477],{"type":578,"value":7884},{"type":573,"tag":402,"props":15479,"children":15480},{"class":404,"line":4747},[15481,15485,15489,15493,15497,15501,15505],{"type":573,"tag":402,"props":15482,"children":15483},{"style":1521},[15484],{"type":578,"value":7730},{"type":573,"tag":402,"props":15486,"children":15487},{"style":855},[15488],{"type":578,"value":618},{"type":573,"tag":402,"props":15490,"children":15491},{"style":3982},[15492],{"type":578,"value":8603},{"type":573,"tag":402,"props":15494,"children":15495},{"style":855},[15496],{"type":578,"value":1518},{"type":573,"tag":402,"props":15498,"children":15499},{"style":855},[15500],{"type":578,"value":3381},{"type":573,"tag":402,"props":15502,"children":15503},{"style":1372},[15504],{"type":578,"value":1375},{"type":573,"tag":402,"props":15506,"children":15507},{"style":855},[15508],{"type":578,"value":2513},{"type":573,"tag":402,"props":15510,"children":15511},{"class":404,"line":4755},[15512,15516,15520,15524,15528],{"type":573,"tag":402,"props":15513,"children":15514},{"style":3982},[15515],{"type":578,"value":8112},{"type":573,"tag":402,"props":15517,"children":15518},{"style":2572},[15519],{"type":578,"value":1445},{"type":573,"tag":402,"props":15521,"children":15522},{"style":4082},[15523],{"type":578,"value":4183},{"type":573,"tag":402,"props":15525,"children":15526},{"style":2572},[15527],{"type":578,"value":1474},{"type":573,"tag":402,"props":15529,"children":15530},{"style":855},[15531],{"type":578,"value":1931},{"type":573,"tag":402,"props":15533,"children":15534},{"class":404,"line":4767},[15535,15539,15543,15547,15551,15555,15559,15563,15567],{"type":573,"tag":402,"props":15536,"children":15537},{"style":1521},[15538],{"type":578,"value":8652},{"type":573,"tag":402,"props":15540,"children":15541},{"style":855},[15542],{"type":578,"value":618},{"type":573,"tag":402,"props":15544,"children":15545},{"style":1521},[15546],{"type":578,"value":5434},{"type":573,"tag":402,"props":15548,"children":15549},{"style":855},[15550],{"type":578,"value":1518},{"type":573,"tag":402,"props":15552,"children":15553},{"style":1521},[15554],{"type":578,"value":5467},{"type":573,"tag":402,"props":15556,"children":15557},{"style":855},[15558],{"type":578,"value":618},{"type":573,"tag":402,"props":15560,"children":15561},{"style":3982},[15562],{"type":578,"value":5476},{"type":573,"tag":402,"props":15564,"children":15565},{"style":2572},[15566],{"type":578,"value":1369},{"type":573,"tag":402,"props":15568,"children":15569},{"style":855},[15570],{"type":578,"value":1931},{"type":573,"tag":402,"props":15572,"children":15573},{"class":404,"line":4775},[15574,15578,15582,15586,15590],{"type":573,"tag":402,"props":15575,"children":15576},{"style":1960},[15577],{"type":578,"value":7773},{"type":573,"tag":402,"props":15579,"children":15580},{"style":2572},[15581],{"type":578,"value":3581},{"type":573,"tag":402,"props":15583,"children":15584},{"style":1521},[15585],{"type":578,"value":995},{"type":573,"tag":402,"props":15587,"children":15588},{"style":2572},[15589],{"type":578,"value":5439},{"type":573,"tag":402,"props":15591,"children":15592},{"style":855},[15593],{"type":578,"value":5444},{"type":573,"tag":402,"props":15595,"children":15596},{"class":404,"line":4822},[15597,15601,15605],{"type":573,"tag":402,"props":15598,"children":15599},{"style":3982},[15600],{"type":578,"value":8717},{"type":573,"tag":402,"props":15602,"children":15603},{"style":2572},[15604],{"type":578,"value":1369},{"type":573,"tag":402,"props":15606,"children":15607},{"style":855},[15608],{"type":578,"value":1931},{"type":573,"tag":402,"props":15610,"children":15611},{"class":404,"line":4871},[15612],{"type":573,"tag":402,"props":15613,"children":15614},{"style":855},[15615],{"type":578,"value":7875},{"type":573,"tag":402,"props":15617,"children":15618},{"class":404,"line":4920},[15619],{"type":573,"tag":402,"props":15620,"children":15621},{"style":855},[15622],{"type":578,"value":7884},{"type":573,"tag":402,"props":15624,"children":15625},{"class":404,"line":4987},[15626,15630,15634,15638,15642,15646,15650,15654,15658],{"type":573,"tag":402,"props":15627,"children":15628},{"style":1521},[15629],{"type":578,"value":7730},{"type":573,"tag":402,"props":15631,"children":15632},{"style":855},[15633],{"type":578,"value":618},{"type":573,"tag":402,"props":15635,"children":15636},{"style":3982},[15637],{"type":578,"value":8766},{"type":573,"tag":402,"props":15639,"children":15640},{"style":855},[15641],{"type":578,"value":1518},{"type":573,"tag":402,"props":15643,"children":15644},{"style":855},[15645],{"type":578,"value":3581},{"type":573,"tag":402,"props":15647,"children":15648},{"style":1448},[15649],{"type":578,"value":7752},{"type":573,"tag":402,"props":15651,"children":15652},{"style":855},[15653],{"type":578,"value":1474},{"type":573,"tag":402,"props":15655,"children":15656},{"style":1372},[15657],{"type":578,"value":1375},{"type":573,"tag":402,"props":15659,"children":15660},{"style":855},[15661],{"type":578,"value":2513},{"type":573,"tag":402,"props":15663,"children":15664},{"class":404,"line":5045},[15665,15669,15673,15677,15681,15685,15689,15693,15697,15701,15705,15709,15713,15717,15721,15725],{"type":573,"tag":402,"props":15666,"children":15667},{"style":3982},[15668],{"type":578,"value":8799},{"type":573,"tag":402,"props":15670,"children":15671},{"style":2572},[15672],{"type":578,"value":1445},{"type":573,"tag":402,"props":15674,"children":15675},{"style":855},[15676],{"type":578,"value":8808},{"type":573,"tag":402,"props":15678,"children":15679},{"style":1540},[15680],{"type":578,"value":8813},{"type":573,"tag":402,"props":15682,"children":15683},{"style":855},[15684],{"type":578,"value":8818},{"type":573,"tag":402,"props":15686,"children":15687},{"style":1521},[15688],{"type":578,"value":7752},{"type":573,"tag":402,"props":15690,"children":15691},{"style":855},[15692],{"type":578,"value":618},{"type":573,"tag":402,"props":15694,"children":15695},{"style":1521},[15696],{"type":578,"value":4625},{"type":573,"tag":402,"props":15698,"children":15699},{"style":855},[15700],{"type":578,"value":8835},{"type":573,"tag":402,"props":15702,"children":15703},{"style":1521},[15704],{"type":578,"value":8840},{"type":573,"tag":402,"props":15706,"children":15707},{"style":855},[15708],{"type":578,"value":8845},{"type":573,"tag":402,"props":15710,"children":15711},{"style":855},[15712],{"type":578,"value":1537},{"type":573,"tag":402,"props":15714,"children":15715},{"style":1540},[15716],{"type":578,"value":8854},{"type":573,"tag":402,"props":15718,"children":15719},{"style":855},[15720],{"type":578,"value":8859},{"type":573,"tag":402,"props":15722,"children":15723},{"style":2572},[15724],{"type":578,"value":1474},{"type":573,"tag":402,"props":15726,"children":15727},{"style":855},[15728],{"type":578,"value":1931},{"type":573,"tag":402,"props":15730,"children":15731},{"class":404,"line":5103},[15732,15736,15740,15744,15748],{"type":573,"tag":402,"props":15733,"children":15734},{"style":3982},[15735],{"type":578,"value":8087},{"type":573,"tag":402,"props":15737,"children":15738},{"style":2572},[15739],{"type":578,"value":1445},{"type":573,"tag":402,"props":15741,"children":15742},{"style":4082},[15743],{"type":578,"value":4183},{"type":573,"tag":402,"props":15745,"children":15746},{"style":2572},[15747],{"type":578,"value":1474},{"type":573,"tag":402,"props":15749,"children":15750},{"style":855},[15751],{"type":578,"value":1931},{"type":573,"tag":402,"props":15753,"children":15754},{"class":404,"line":5161},[15755,15759,15763,15767,15771],{"type":573,"tag":402,"props":15756,"children":15757},{"style":3982},[15758],{"type":578,"value":8112},{"type":573,"tag":402,"props":15760,"children":15761},{"style":2572},[15762],{"type":578,"value":1445},{"type":573,"tag":402,"props":15764,"children":15765},{"style":4082},[15766],{"type":578,"value":4183},{"type":573,"tag":402,"props":15768,"children":15769},{"style":2572},[15770],{"type":578,"value":1474},{"type":573,"tag":402,"props":15772,"children":15773},{"style":855},[15774],{"type":578,"value":1931},{"type":573,"tag":402,"props":15776,"children":15777},{"class":404,"line":5218},[15778],{"type":573,"tag":402,"props":15779,"children":15780},{"style":855},[15781],{"type":578,"value":7884},{"type":573,"tag":402,"props":15783,"children":15784},{"class":404,"line":5226},[15785,15789,15793,15797,15801],{"type":573,"tag":402,"props":15786,"children":15787},{"style":3982},[15788],{"type":578,"value":8940},{"type":573,"tag":402,"props":15790,"children":15791},{"style":2572},[15792],{"type":578,"value":1445},{"type":573,"tag":402,"props":15794,"children":15795},{"style":1521},[15796],{"type":578,"value":8949},{"type":573,"tag":402,"props":15798,"children":15799},{"style":2572},[15800],{"type":578,"value":1474},{"type":573,"tag":402,"props":15802,"children":15803},{"style":855},[15804],{"type":578,"value":1931},{"type":573,"tag":402,"props":15806,"children":15807},{"class":404,"line":5243},[15808,15812,15816,15820,15824,15828,15832],{"type":573,"tag":402,"props":15809,"children":15810},{"style":1521},[15811],{"type":578,"value":7730},{"type":573,"tag":402,"props":15813,"children":15814},{"style":855},[15815],{"type":578,"value":618},{"type":573,"tag":402,"props":15817,"children":15818},{"style":3982},[15819],{"type":578,"value":8974},{"type":573,"tag":402,"props":15821,"children":15822},{"style":2572},[15823],{"type":578,"value":1445},{"type":573,"tag":402,"props":15825,"children":15826},{"style":1521},[15827],{"type":578,"value":965},{"type":573,"tag":402,"props":15829,"children":15830},{"style":2572},[15831],{"type":578,"value":1474},{"type":573,"tag":402,"props":15833,"children":15834},{"style":855},[15835],{"type":578,"value":1931},{"type":573,"tag":402,"props":15837,"children":15838},{"class":404,"line":5280},[15839,15843,15847,15851,15855],{"type":573,"tag":402,"props":15840,"children":15841},{"style":3982},[15842],{"type":578,"value":8999},{"type":573,"tag":402,"props":15844,"children":15845},{"style":2572},[15846],{"type":578,"value":1445},{"type":573,"tag":402,"props":15848,"children":15849},{"style":4082},[15850],{"type":578,"value":8409},{"type":573,"tag":402,"props":15852,"children":15853},{"style":2572},[15854],{"type":578,"value":1474},{"type":573,"tag":402,"props":15856,"children":15857},{"style":855},[15858],{"type":578,"value":1931},{"type":573,"tag":402,"props":15860,"children":15861},{"class":404,"line":5307},[15862,15866,15870,15874,15878,15882,15886,15890,15894],{"type":573,"tag":402,"props":15863,"children":15864},{"style":1521},[15865],{"type":578,"value":9024},{"type":573,"tag":402,"props":15867,"children":15868},{"style":855},[15869],{"type":578,"value":618},{"type":573,"tag":402,"props":15871,"children":15872},{"style":1521},[15873],{"type":578,"value":5434},{"type":573,"tag":402,"props":15875,"children":15876},{"style":855},[15877],{"type":578,"value":1518},{"type":573,"tag":402,"props":15879,"children":15880},{"style":1521},[15881],{"type":578,"value":5467},{"type":573,"tag":402,"props":15883,"children":15884},{"style":855},[15885],{"type":578,"value":618},{"type":573,"tag":402,"props":15887,"children":15888},{"style":3982},[15889],{"type":578,"value":5476},{"type":573,"tag":402,"props":15891,"children":15892},{"style":2572},[15893],{"type":578,"value":1369},{"type":573,"tag":402,"props":15895,"children":15896},{"style":855},[15897],{"type":578,"value":1931},{"type":573,"tag":402,"props":15899,"children":15900},{"class":404,"line":5340},[15901,15905,15909,15913,15917,15921],{"type":573,"tag":402,"props":15902,"children":15903},{"style":1521},[15904],{"type":578,"value":9065},{"type":573,"tag":402,"props":15906,"children":15907},{"style":855},[15908],{"type":578,"value":618},{"type":573,"tag":402,"props":15910,"children":15911},{"style":1521},[15912],{"type":578,"value":5434},{"type":573,"tag":402,"props":15914,"children":15915},{"style":855},[15916],{"type":578,"value":1518},{"type":573,"tag":402,"props":15918,"children":15919},{"style":4029},[15920],{"type":578,"value":5959},{"type":573,"tag":402,"props":15922,"children":15923},{"style":855},[15924],{"type":578,"value":1931},{"type":573,"tag":402,"props":15926,"children":15927},{"class":404,"line":5365},[15928,15932,15936,15940,15944],{"type":573,"tag":402,"props":15929,"children":15930},{"style":3982},[15931],{"type":578,"value":5528},{"type":573,"tag":402,"props":15933,"children":15934},{"style":2572},[15935],{"type":578,"value":1445},{"type":573,"tag":402,"props":15937,"children":15938},{"style":4029},[15939],{"type":578,"value":4600},{"type":573,"tag":402,"props":15941,"children":15942},{"style":2572},[15943],{"type":578,"value":1474},{"type":573,"tag":402,"props":15945,"children":15946},{"style":855},[15947],{"type":578,"value":1931},{"type":573,"tag":402,"props":15949,"children":15950},{"class":404,"line":5373},[15951,15955,15959,15963,15967,15971,15975,15979,15983,15987,15991],{"type":573,"tag":402,"props":15952,"children":15953},{"style":1521},[15954],{"type":578,"value":9126},{"type":573,"tag":402,"props":15956,"children":15957},{"style":855},[15958],{"type":578,"value":618},{"type":573,"tag":402,"props":15960,"children":15961},{"style":1521},[15962],{"type":578,"value":5434},{"type":573,"tag":402,"props":15964,"children":15965},{"style":855},[15966],{"type":578,"value":1518},{"type":573,"tag":402,"props":15968,"children":15969},{"style":3982},[15970],{"type":578,"value":9143},{"type":573,"tag":402,"props":15972,"children":15973},{"style":2572},[15974],{"type":578,"value":1445},{"type":573,"tag":402,"props":15976,"children":15977},{"style":1521},[15978],{"type":578,"value":9152},{"type":573,"tag":402,"props":15980,"children":15981},{"style":855},[15982],{"type":578,"value":1978},{"type":573,"tag":402,"props":15984,"children":15985},{"style":4029},[15986],{"type":578,"value":5565},{"type":573,"tag":402,"props":15988,"children":15989},{"style":2572},[15990],{"type":578,"value":1474},{"type":573,"tag":402,"props":15992,"children":15993},{"style":855},[15994],{"type":578,"value":1931},{"type":573,"tag":402,"props":15996,"children":15997},{"class":404,"line":5410},[15998,16002,16006,16010,16014,16018],{"type":573,"tag":402,"props":15999,"children":16000},{"style":855},[16001],{"type":578,"value":4120},{"type":573,"tag":402,"props":16003,"children":16004},{"style":1960},[16005],{"type":578,"value":6990},{"type":573,"tag":402,"props":16007,"children":16008},{"style":2572},[16009],{"type":578,"value":3581},{"type":573,"tag":402,"props":16011,"children":16012},{"style":1521},[16013],{"type":578,"value":6999},{"type":573,"tag":402,"props":16015,"children":16016},{"style":2572},[16017],{"type":578,"value":5439},{"type":573,"tag":402,"props":16019,"children":16020},{"style":855},[16021],{"type":578,"value":5444},{"type":573,"tag":402,"props":16023,"children":16024},{"class":404,"line":5447},[16025,16029,16033],{"type":573,"tag":402,"props":16026,"children":16027},{"style":1372},[16028],{"type":578,"value":5453},{"type":573,"tag":402,"props":16030,"children":16031},{"style":1521},[16032],{"type":578,"value":9209},{"type":573,"tag":402,"props":16034,"children":16035},{"style":855},[16036],{"type":578,"value":2103},{"type":573,"tag":402,"props":16038,"children":16039},{"class":404,"line":5522},[16040,16044,16048,16052,16056,16060,16064,16068,16072,16076,16080,16084],{"type":573,"tag":402,"props":16041,"children":16042},{"style":1521},[16043],{"type":578,"value":9222},{"type":573,"tag":402,"props":16045,"children":16046},{"style":855},[16047],{"type":578,"value":9227},{"type":573,"tag":402,"props":16049,"children":16050},{"style":878},[16051],{"type":578,"value":9232},{"type":573,"tag":402,"props":16053,"children":16054},{"style":855},[16055],{"type":578,"value":9237},{"type":573,"tag":402,"props":16057,"children":16058},{"style":1521},[16059],{"type":578,"value":7051},{"type":573,"tag":402,"props":16061,"children":16062},{"style":855},[16063],{"type":578,"value":618},{"type":573,"tag":402,"props":16065,"children":16066},{"style":1521},[16067],{"type":578,"value":9250},{"type":573,"tag":402,"props":16069,"children":16070},{"style":855},[16071],{"type":578,"value":9255},{"type":573,"tag":402,"props":16073,"children":16074},{"style":855},[16075],{"type":578,"value":1537},{"type":573,"tag":402,"props":16077,"children":16078},{"style":1540},[16079],{"type":578,"value":9264},{"type":573,"tag":402,"props":16081,"children":16082},{"style":855},[16083],{"type":578,"value":1926},{"type":573,"tag":402,"props":16085,"children":16086},{"style":855},[16087],{"type":578,"value":1931},{"type":573,"tag":402,"props":16089,"children":16090},{"class":404,"line":5577},[16091,16095,16099,16103,16107],{"type":573,"tag":402,"props":16092,"children":16093},{"style":3982},[16094],{"type":578,"value":7214},{"type":573,"tag":402,"props":16096,"children":16097},{"style":2572},[16098],{"type":578,"value":1445},{"type":573,"tag":402,"props":16100,"children":16101},{"style":1521},[16102],{"type":578,"value":9289},{"type":573,"tag":402,"props":16104,"children":16105},{"style":2572},[16106],{"type":578,"value":1474},{"type":573,"tag":402,"props":16108,"children":16109},{"style":855},[16110],{"type":578,"value":1931},{"type":573,"tag":402,"props":16112,"children":16113},{"class":404,"line":5586},[16114],{"type":573,"tag":402,"props":16115,"children":16116},{"style":855},[16117],{"type":578,"value":5583},{"type":573,"tag":402,"props":16119,"children":16120},{"class":404,"line":5604},[16121,16125],{"type":573,"tag":402,"props":16122,"children":16123},{"style":855},[16124],{"type":578,"value":5592},{"type":573,"tag":402,"props":16126,"children":16127},{"style":2572},[16128],{"type":578,"value":9318},{"type":573,"tag":402,"props":16130,"children":16131},{"class":404,"line":5612},[16132,16136],{"type":573,"tag":402,"props":16133,"children":16134},{"style":1521},[16135],{"type":578,"value":9327},{"type":573,"tag":402,"props":16137,"children":16138},{"style":855},[16139],{"type":578,"value":4037},{"type":573,"tag":402,"props":16141,"children":16142},{"class":404,"line":5649},[16143,16147],{"type":573,"tag":402,"props":16144,"children":16145},{"style":1521},[16146],{"type":578,"value":9340},{"type":573,"tag":402,"props":16148,"children":16149},{"style":855},[16150],{"type":578,"value":4037},{"type":573,"tag":402,"props":16152,"children":16153},{"class":404,"line":5706},[16154,16158],{"type":573,"tag":402,"props":16155,"children":16156},{"style":1521},[16157],{"type":578,"value":9353},{"type":573,"tag":402,"props":16159,"children":16160},{"style":855},[16161],{"type":578,"value":4037},{"type":573,"tag":402,"props":16163,"children":16164},{"class":404,"line":5714},[16165,16169],{"type":573,"tag":402,"props":16166,"children":16167},{"style":1521},[16168],{"type":578,"value":9366},{"type":573,"tag":402,"props":16170,"children":16171},{"style":855},[16172],{"type":578,"value":4037},{"type":573,"tag":402,"props":16174,"children":16175},{"class":404,"line":5774},[16176,16180],{"type":573,"tag":402,"props":16177,"children":16178},{"style":1521},[16179],{"type":578,"value":9379},{"type":573,"tag":402,"props":16181,"children":16182},{"style":855},[16183],{"type":578,"value":4037},{"type":573,"tag":402,"props":16185,"children":16186},{"class":404,"line":5831},[16187,16191],{"type":573,"tag":402,"props":16188,"children":16189},{"style":1521},[16190],{"type":578,"value":9392},{"type":573,"tag":402,"props":16192,"children":16193},{"style":855},[16194],{"type":578,"value":4037},{"type":573,"tag":402,"props":16196,"children":16197},{"class":404,"line":5839},[16198,16202],{"type":573,"tag":402,"props":16199,"children":16200},{"style":1521},[16201],{"type":578,"value":9405},{"type":573,"tag":402,"props":16203,"children":16204},{"style":855},[16205],{"type":578,"value":4037},{"type":573,"tag":402,"props":16207,"children":16208},{"class":404,"line":5881},[16209,16213],{"type":573,"tag":402,"props":16210,"children":16211},{"style":1521},[16212],{"type":578,"value":9418},{"type":573,"tag":402,"props":16214,"children":16215},{"style":855},[16216],{"type":578,"value":4037},{"type":573,"tag":402,"props":16218,"children":16219},{"class":404,"line":5922},[16220,16224],{"type":573,"tag":402,"props":16221,"children":16222},{"style":2572},[16223],{"type":578,"value":9431},{"type":573,"tag":402,"props":16225,"children":16226},{"style":855},[16227],{"type":578,"value":1931},{"type":573,"tag":402,"props":16229,"children":16230},{"class":404,"line":5930},[16231,16235,16239,16243,16247,16251,16255,16259],{"type":573,"tag":402,"props":16232,"children":16233},{"style":1372},[16234],{"type":578,"value":3922},{"type":573,"tag":402,"props":16236,"children":16237},{"style":1521},[16238],{"type":578,"value":9456},{"type":573,"tag":402,"props":16240,"children":16241},{"style":855},[16242],{"type":578,"value":1518},{"type":573,"tag":402,"props":16244,"children":16245},{"style":3982},[16246],{"type":578,"value":2001},{"type":573,"tag":402,"props":16248,"children":16249},{"style":2572},[16250],{"type":578,"value":1445},{"type":573,"tag":402,"props":16252,"children":16253},{"style":855},[16254],{"type":578,"value":1369},{"type":573,"tag":402,"props":16256,"children":16257},{"style":1372},[16258],{"type":578,"value":1375},{"type":573,"tag":402,"props":16260,"children":16261},{"style":855},[16262],{"type":578,"value":2513},{"type":573,"tag":402,"props":16264,"children":16265},{"class":404,"line":5939},[16266,16270,16274,16278,16282,16286,16290,16294,16298,16302,16306,16310,16314],{"type":573,"tag":402,"props":16267,"children":16268},{"style":1960},[16269],{"type":578,"value":5416},{"type":573,"tag":402,"props":16271,"children":16272},{"style":2572},[16273],{"type":578,"value":3581},{"type":573,"tag":402,"props":16275,"children":16276},{"style":1521},[16277],{"type":578,"value":4337},{"type":573,"tag":402,"props":16279,"children":16280},{"style":855},[16281],{"type":578,"value":6375},{"type":573,"tag":402,"props":16283,"children":16284},{"style":1521},[16285],{"type":578,"value":9505},{"type":573,"tag":402,"props":16287,"children":16288},{"style":855},[16289],{"type":578,"value":618},{"type":573,"tag":402,"props":16291,"children":16292},{"style":1521},[16293],{"type":578,"value":60},{"type":573,"tag":402,"props":16295,"children":16296},{"style":855},[16297],{"type":578,"value":5259},{"type":573,"tag":402,"props":16299,"children":16300},{"style":855},[16301],{"type":578,"value":1537},{"type":573,"tag":402,"props":16303,"children":16304},{"style":1540},[16305],{"type":578,"value":9526},{"type":573,"tag":402,"props":16307,"children":16308},{"style":855},[16309],{"type":578,"value":1926},{"type":573,"tag":402,"props":16311,"children":16312},{"style":2572},[16313],{"type":578,"value":5439},{"type":573,"tag":402,"props":16315,"children":16316},{"style":855},[16317],{"type":578,"value":5444},{"type":573,"tag":402,"props":16319,"children":16320},{"class":404,"line":5966},[16321,16325,16329,16333,16337],{"type":573,"tag":402,"props":16322,"children":16323},{"style":1521},[16324],{"type":578,"value":9547},{"type":573,"tag":402,"props":16326,"children":16327},{"style":855},[16328],{"type":578,"value":618},{"type":573,"tag":402,"props":16330,"children":16331},{"style":3982},[16332],{"type":578,"value":9556},{"type":573,"tag":402,"props":16334,"children":16335},{"style":2572},[16336],{"type":578,"value":1369},{"type":573,"tag":402,"props":16338,"children":16339},{"style":855},[16340],{"type":578,"value":1931},{"type":573,"tag":402,"props":16342,"children":16343},{"class":404,"line":6045},[16344],{"type":573,"tag":402,"props":16345,"children":16346},{"style":855},[16347],{"type":578,"value":5583},{"type":573,"tag":402,"props":16349,"children":16350},{"class":404,"line":6125},[16351,16355,16359,16363,16367],{"type":573,"tag":402,"props":16352,"children":16353},{"style":1960},[16354],{"type":578,"value":5416},{"type":573,"tag":402,"props":16356,"children":16357},{"style":2572},[16358],{"type":578,"value":3581},{"type":573,"tag":402,"props":16360,"children":16361},{"style":1521},[16362],{"type":578,"value":4262},{"type":573,"tag":402,"props":16364,"children":16365},{"style":2572},[16366],{"type":578,"value":5439},{"type":573,"tag":402,"props":16368,"children":16369},{"style":855},[16370],{"type":578,"value":5444},{"type":573,"tag":402,"props":16372,"children":16373},{"class":404,"line":6156},[16374,16378,16382,16386,16390,16394,16398,16402,16406,16410,16414,16418,16422,16426,16430,16434],{"type":573,"tag":402,"props":16375,"children":16376},{"style":1521},[16377],{"type":578,"value":9613},{"type":573,"tag":402,"props":16379,"children":16380},{"style":855},[16381],{"type":578,"value":618},{"type":573,"tag":402,"props":16383,"children":16384},{"style":3982},[16385],{"type":578,"value":9622},{"type":573,"tag":402,"props":16387,"children":16388},{"style":2572},[16389],{"type":578,"value":1369},{"type":573,"tag":402,"props":16391,"children":16392},{"style":855},[16393],{"type":578,"value":618},{"type":573,"tag":402,"props":16395,"children":16396},{"style":3982},[16397],{"type":578,"value":9635},{"type":573,"tag":402,"props":16399,"children":16400},{"style":2572},[16401],{"type":578,"value":1445},{"type":573,"tag":402,"props":16403,"children":16404},{"style":855},[16405],{"type":578,"value":1445},{"type":573,"tag":402,"props":16407,"children":16408},{"style":1448},[16409],{"type":578,"value":9648},{"type":573,"tag":402,"props":16411,"children":16412},{"style":855},[16413],{"type":578,"value":1474},{"type":573,"tag":402,"props":16415,"children":16416},{"style":1372},[16417],{"type":578,"value":1375},{"type":573,"tag":402,"props":16419,"children":16420},{"style":1521},[16421],{"type":578,"value":9661},{"type":573,"tag":402,"props":16423,"children":16424},{"style":855},[16425],{"type":578,"value":618},{"type":573,"tag":402,"props":16427,"children":16428},{"style":3982},[16429],{"type":578,"value":9556},{"type":573,"tag":402,"props":16431,"children":16432},{"style":2572},[16433],{"type":578,"value":9674},{"type":573,"tag":402,"props":16435,"children":16436},{"style":855},[16437],{"type":578,"value":1931},{"type":573,"tag":402,"props":16439,"children":16440},{"class":404,"line":6164},[16441,16445,16449,16453,16457],{"type":573,"tag":402,"props":16442,"children":16443},{"style":3982},[16444],{"type":578,"value":7478},{"type":573,"tag":402,"props":16446,"children":16447},{"style":2572},[16448],{"type":578,"value":1445},{"type":573,"tag":402,"props":16450,"children":16451},{"style":855},[16452],{"type":578,"value":4312},{"type":573,"tag":402,"props":16454,"children":16455},{"style":2572},[16456],{"type":578,"value":1474},{"type":573,"tag":402,"props":16458,"children":16459},{"style":855},[16460],{"type":578,"value":1931},{"type":573,"tag":402,"props":16462,"children":16463},{"class":404,"line":6228},[16464],{"type":573,"tag":402,"props":16465,"children":16466},{"style":855},[16467],{"type":578,"value":5583},{"type":573,"tag":402,"props":16469,"children":16470},{"class":404,"line":6236},[16471,16475,16479,16483,16487,16491,16495],{"type":573,"tag":402,"props":16472,"children":16473},{"style":1960},[16474],{"type":578,"value":5416},{"type":573,"tag":402,"props":16476,"children":16477},{"style":2572},[16478],{"type":578,"value":3581},{"type":573,"tag":402,"props":16480,"children":16481},{"style":1521},[16482],{"type":578,"value":9735},{"type":573,"tag":402,"props":16484,"children":16485},{"style":855},[16486],{"type":578,"value":618},{"type":573,"tag":402,"props":16488,"children":16489},{"style":1521},[16490],{"type":578,"value":5434},{"type":573,"tag":402,"props":16492,"children":16493},{"style":2572},[16494],{"type":578,"value":5439},{"type":573,"tag":402,"props":16496,"children":16497},{"style":855},[16498],{"type":578,"value":5444},{"type":573,"tag":402,"props":16500,"children":16501},{"class":404,"line":6253},[16502,16506,16510,16514,16518,16522,16526],{"type":573,"tag":402,"props":16503,"children":16504},{"style":1521},[16505],{"type":578,"value":9760},{"type":573,"tag":402,"props":16507,"children":16508},{"style":855},[16509],{"type":578,"value":618},{"type":573,"tag":402,"props":16511,"children":16512},{"style":1521},[16513],{"type":578,"value":5434},{"type":573,"tag":402,"props":16515,"children":16516},{"style":855},[16517],{"type":578,"value":618},{"type":573,"tag":402,"props":16519,"children":16520},{"style":3982},[16521],{"type":578,"value":9777},{"type":573,"tag":402,"props":16523,"children":16524},{"style":2572},[16525],{"type":578,"value":1369},{"type":573,"tag":402,"props":16527,"children":16528},{"style":855},[16529],{"type":578,"value":1931},{"type":573,"tag":402,"props":16531,"children":16532},{"class":404,"line":6287},[16533,16537,16541,16545,16549],{"type":573,"tag":402,"props":16534,"children":16535},{"style":1521},[16536],{"type":578,"value":9760},{"type":573,"tag":402,"props":16538,"children":16539},{"style":855},[16540],{"type":578,"value":618},{"type":573,"tag":402,"props":16542,"children":16543},{"style":1521},[16544],{"type":578,"value":5434},{"type":573,"tag":402,"props":16546,"children":16547},{"style":855},[16548],{"type":578,"value":1518},{"type":573,"tag":402,"props":16550,"children":16551},{"style":855},[16552],{"type":578,"value":8228},{"type":573,"tag":402,"props":16554,"children":16555},{"class":404,"line":6320},[16556],{"type":573,"tag":402,"props":16557,"children":16558},{"style":855},[16559],{"type":578,"value":5583},{"type":573,"tag":402,"props":16561,"children":16562},{"class":404,"line":6333},[16563,16567,16571,16575,16579,16583,16587],{"type":573,"tag":402,"props":16564,"children":16565},{"style":855},[16566],{"type":578,"value":5592},{"type":573,"tag":402,"props":16568,"children":16569},{"style":2572},[16570],{"type":578,"value":3711},{"type":573,"tag":402,"props":16572,"children":16573},{"style":1521},[16574],{"type":578,"value":4337},{"type":573,"tag":402,"props":16576,"children":16577},{"style":855},[16578],{"type":578,"value":1978},{"type":573,"tag":402,"props":16580,"children":16581},{"style":1521},[16582],{"type":578,"value":9842},{"type":573,"tag":402,"props":16584,"children":16585},{"style":2572},[16586],{"type":578,"value":6480},{"type":573,"tag":402,"props":16588,"children":16589},{"style":855},[16590],{"type":578,"value":1931},{"type":573,"tag":402,"props":16592,"children":16593},{"class":404,"line":6349},[16594,16598,16602,16606,16610,16614,16618,16622],{"type":573,"tag":402,"props":16595,"children":16596},{"style":1372},[16597],{"type":578,"value":3922},{"type":573,"tag":402,"props":16599,"children":16600},{"style":1521},[16601],{"type":578,"value":9871},{"type":573,"tag":402,"props":16603,"children":16604},{"style":855},[16605],{"type":578,"value":1518},{"type":573,"tag":402,"props":16607,"children":16608},{"style":3982},[16609],{"type":578,"value":2001},{"type":573,"tag":402,"props":16611,"children":16612},{"style":2572},[16613],{"type":578,"value":1445},{"type":573,"tag":402,"props":16615,"children":16616},{"style":855},[16617],{"type":578,"value":1369},{"type":573,"tag":402,"props":16619,"children":16620},{"style":1372},[16621],{"type":578,"value":1375},{"type":573,"tag":402,"props":16623,"children":16624},{"style":855},[16625],{"type":578,"value":2513},{"type":573,"tag":402,"props":16627,"children":16628},{"class":404,"line":6357},[16629,16633,16637,16641,16645,16649,16653,16657,16661,16665,16669,16673,16677],{"type":573,"tag":402,"props":16630,"children":16631},{"style":1960},[16632],{"type":578,"value":5416},{"type":573,"tag":402,"props":16634,"children":16635},{"style":2572},[16636],{"type":578,"value":3581},{"type":573,"tag":402,"props":16638,"children":16639},{"style":1521},[16640],{"type":578,"value":4337},{"type":573,"tag":402,"props":16642,"children":16643},{"style":855},[16644],{"type":578,"value":6375},{"type":573,"tag":402,"props":16646,"children":16647},{"style":1521},[16648],{"type":578,"value":9505},{"type":573,"tag":402,"props":16650,"children":16651},{"style":855},[16652],{"type":578,"value":618},{"type":573,"tag":402,"props":16654,"children":16655},{"style":1521},[16656],{"type":578,"value":60},{"type":573,"tag":402,"props":16658,"children":16659},{"style":855},[16660],{"type":578,"value":9932},{"type":573,"tag":402,"props":16662,"children":16663},{"style":855},[16664],{"type":578,"value":1537},{"type":573,"tag":402,"props":16666,"children":16667},{"style":1540},[16668],{"type":578,"value":9941},{"type":573,"tag":402,"props":16670,"children":16671},{"style":855},[16672],{"type":578,"value":1926},{"type":573,"tag":402,"props":16674,"children":16675},{"style":2572},[16676],{"type":578,"value":5439},{"type":573,"tag":402,"props":16678,"children":16679},{"style":855},[16680],{"type":578,"value":5444},{"type":573,"tag":402,"props":16682,"children":16683},{"class":404,"line":6394},[16684,16688,16692,16696,16700],{"type":573,"tag":402,"props":16685,"children":16686},{"style":1521},[16687],{"type":578,"value":9547},{"type":573,"tag":402,"props":16689,"children":16690},{"style":855},[16691],{"type":578,"value":618},{"type":573,"tag":402,"props":16693,"children":16694},{"style":3982},[16695],{"type":578,"value":9970},{"type":573,"tag":402,"props":16697,"children":16698},{"style":2572},[16699],{"type":578,"value":1369},{"type":573,"tag":402,"props":16701,"children":16702},{"style":855},[16703],{"type":578,"value":1931},{"type":573,"tag":402,"props":16705,"children":16706},{"class":404,"line":6437},[16707],{"type":573,"tag":402,"props":16708,"children":16709},{"style":855},[16710],{"type":578,"value":5583},{"type":573,"tag":402,"props":16712,"children":16713},{"class":404,"line":6445},[16714,16718,16722,16726,16730],{"type":573,"tag":402,"props":16715,"children":16716},{"style":855},[16717],{"type":578,"value":5592},{"type":573,"tag":402,"props":16719,"children":16720},{"style":2572},[16721],{"type":578,"value":3711},{"type":573,"tag":402,"props":16723,"children":16724},{"style":1521},[16725],{"type":578,"value":4337},{"type":573,"tag":402,"props":16727,"children":16728},{"style":2572},[16729],{"type":578,"value":6480},{"type":573,"tag":402,"props":16731,"children":16732},{"style":855},[16733],{"type":578,"value":1931},{"type":573,"tag":402,"props":16735,"children":16736},{"class":404,"line":6487},[16737,16741,16745,16749,16753,16757,16761,16765],{"type":573,"tag":402,"props":16738,"children":16739},{"style":1372},[16740],{"type":578,"value":3922},{"type":573,"tag":402,"props":16742,"children":16743},{"style":1521},[16744],{"type":578,"value":10031},{"type":573,"tag":402,"props":16746,"children":16747},{"style":855},[16748],{"type":578,"value":1518},{"type":573,"tag":402,"props":16750,"children":16751},{"style":3982},[16752],{"type":578,"value":2001},{"type":573,"tag":402,"props":16754,"children":16755},{"style":2572},[16756],{"type":578,"value":1445},{"type":573,"tag":402,"props":16758,"children":16759},{"style":855},[16760],{"type":578,"value":1369},{"type":573,"tag":402,"props":16762,"children":16763},{"style":1372},[16764],{"type":578,"value":1375},{"type":573,"tag":402,"props":16766,"children":16767},{"style":855},[16768],{"type":578,"value":2513},{"type":573,"tag":402,"props":16770,"children":16771},{"class":404,"line":6495},[16772,16776,16780,16784,16788,16792,16796,16800,16804,16808,16812,16816,16820],{"type":573,"tag":402,"props":16773,"children":16774},{"style":1960},[16775],{"type":578,"value":5416},{"type":573,"tag":402,"props":16777,"children":16778},{"style":2572},[16779],{"type":578,"value":3581},{"type":573,"tag":402,"props":16781,"children":16782},{"style":1521},[16783],{"type":578,"value":4337},{"type":573,"tag":402,"props":16785,"children":16786},{"style":855},[16787],{"type":578,"value":6375},{"type":573,"tag":402,"props":16789,"children":16790},{"style":1521},[16791],{"type":578,"value":9505},{"type":573,"tag":402,"props":16793,"children":16794},{"style":855},[16795],{"type":578,"value":618},{"type":573,"tag":402,"props":16797,"children":16798},{"style":1521},[16799],{"type":578,"value":60},{"type":573,"tag":402,"props":16801,"children":16802},{"style":855},[16803],{"type":578,"value":9932},{"type":573,"tag":402,"props":16805,"children":16806},{"style":855},[16807],{"type":578,"value":1537},{"type":573,"tag":402,"props":16809,"children":16810},{"style":1540},[16811],{"type":578,"value":10100},{"type":573,"tag":402,"props":16813,"children":16814},{"style":855},[16815],{"type":578,"value":1926},{"type":573,"tag":402,"props":16817,"children":16818},{"style":2572},[16819],{"type":578,"value":5439},{"type":573,"tag":402,"props":16821,"children":16822},{"style":855},[16823],{"type":578,"value":5444},{"type":573,"tag":402,"props":16825,"children":16826},{"class":404,"line":6520},[16827,16831,16835,16839,16843],{"type":573,"tag":402,"props":16828,"children":16829},{"style":1521},[16830],{"type":578,"value":9547},{"type":573,"tag":402,"props":16832,"children":16833},{"style":855},[16834],{"type":578,"value":618},{"type":573,"tag":402,"props":16836,"children":16837},{"style":3982},[16838],{"type":578,"value":10129},{"type":573,"tag":402,"props":16840,"children":16841},{"style":2572},[16842],{"type":578,"value":1369},{"type":573,"tag":402,"props":16844,"children":16845},{"style":855},[16846],{"type":578,"value":1931},{"type":573,"tag":402,"props":16848,"children":16849},{"class":404,"line":6554},[16850],{"type":573,"tag":402,"props":16851,"children":16852},{"style":855},[16853],{"type":578,"value":5583},{"type":573,"tag":402,"props":16855,"children":16856},{"class":404,"line":6587},[16857,16861,16865,16869,16873],{"type":573,"tag":402,"props":16858,"children":16859},{"style":855},[16860],{"type":578,"value":5592},{"type":573,"tag":402,"props":16862,"children":16863},{"style":2572},[16864],{"type":578,"value":3711},{"type":573,"tag":402,"props":16866,"children":16867},{"style":1521},[16868],{"type":578,"value":4337},{"type":573,"tag":402,"props":16870,"children":16871},{"style":2572},[16872],{"type":578,"value":6480},{"type":573,"tag":402,"props":16874,"children":16875},{"style":855},[16876],{"type":578,"value":1931},{"type":573,"tag":402,"props":16878,"children":16879},{"class":404,"line":6595},[16880,16884,16888,16892,16896,16900,16904,16908],{"type":573,"tag":402,"props":16881,"children":16882},{"style":1372},[16883],{"type":578,"value":3922},{"type":573,"tag":402,"props":16885,"children":16886},{"style":1521},[16887],{"type":578,"value":10190},{"type":573,"tag":402,"props":16889,"children":16890},{"style":855},[16891],{"type":578,"value":1518},{"type":573,"tag":402,"props":16893,"children":16894},{"style":3982},[16895],{"type":578,"value":2001},{"type":573,"tag":402,"props":16897,"children":16898},{"style":2572},[16899],{"type":578,"value":1445},{"type":573,"tag":402,"props":16901,"children":16902},{"style":855},[16903],{"type":578,"value":1369},{"type":573,"tag":402,"props":16905,"children":16906},{"style":1372},[16907],{"type":578,"value":1375},{"type":573,"tag":402,"props":16909,"children":16910},{"style":855},[16911],{"type":578,"value":2513},{"type":573,"tag":402,"props":16913,"children":16914},{"class":404,"line":6608},[16915,16919,16923,16927,16931],{"type":573,"tag":402,"props":16916,"children":16917},{"style":1960},[16918],{"type":578,"value":5416},{"type":573,"tag":402,"props":16920,"children":16921},{"style":2572},[16922],{"type":578,"value":3581},{"type":573,"tag":402,"props":16924,"children":16925},{"style":1521},[16926],{"type":578,"value":4496},{"type":573,"tag":402,"props":16928,"children":16929},{"style":2572},[16930],{"type":578,"value":5439},{"type":573,"tag":402,"props":16932,"children":16933},{"style":855},[16934],{"type":578,"value":5444},{"type":573,"tag":402,"props":16936,"children":16937},{"class":404,"line":6637},[16938,16942,16946,16950,16954,16958,16962],{"type":573,"tag":402,"props":16939,"children":16940},{"style":1521},[16941],{"type":578,"value":10247},{"type":573,"tag":402,"props":16943,"children":16944},{"style":855},[16945],{"type":578,"value":618},{"type":573,"tag":402,"props":16947,"children":16948},{"style":3982},[16949],{"type":578,"value":10256},{"type":573,"tag":402,"props":16951,"children":16952},{"style":2572},[16953],{"type":578,"value":1445},{"type":573,"tag":402,"props":16955,"children":16956},{"style":1521},[16957],{"type":578,"value":4496},{"type":573,"tag":402,"props":16959,"children":16960},{"style":2572},[16961],{"type":578,"value":1474},{"type":573,"tag":402,"props":16963,"children":16964},{"style":855},[16965],{"type":578,"value":1931},{"type":573,"tag":402,"props":16967,"children":16968},{"class":404,"line":6689},[16969],{"type":573,"tag":402,"props":16970,"children":16971},{"style":855},[16972],{"type":578,"value":5583},{"type":573,"tag":402,"props":16974,"children":16975},{"class":404,"line":6702},[16976,16980,16984,16988,16992],{"type":573,"tag":402,"props":16977,"children":16978},{"style":3982},[16979],{"type":578,"value":10289},{"type":573,"tag":402,"props":16981,"children":16982},{"style":2572},[16983],{"type":578,"value":1445},{"type":573,"tag":402,"props":16985,"children":16986},{"style":855},[16987],{"type":578,"value":4312},{"type":573,"tag":402,"props":16989,"children":16990},{"style":2572},[16991],{"type":578,"value":1474},{"type":573,"tag":402,"props":16993,"children":16994},{"style":855},[16995],{"type":578,"value":1931},{"type":573,"tag":402,"props":16997,"children":16998},{"class":404,"line":6752},[16999,17003,17007,17011,17015],{"type":573,"tag":402,"props":17000,"children":17001},{"style":3982},[17002],{"type":578,"value":10314},{"type":573,"tag":402,"props":17004,"children":17005},{"style":2572},[17006],{"type":578,"value":1445},{"type":573,"tag":402,"props":17008,"children":17009},{"style":855},[17010],{"type":578,"value":4312},{"type":573,"tag":402,"props":17012,"children":17013},{"style":2572},[17014],{"type":578,"value":1474},{"type":573,"tag":402,"props":17016,"children":17017},{"style":855},[17018],{"type":578,"value":1931},{"type":573,"tag":402,"props":17020,"children":17021},{"class":404,"line":6773},[17022,17026,17030,17034,17038],{"type":573,"tag":402,"props":17023,"children":17024},{"style":3982},[17025],{"type":578,"value":10339},{"type":573,"tag":402,"props":17027,"children":17028},{"style":2572},[17029],{"type":578,"value":1445},{"type":573,"tag":402,"props":17031,"children":17032},{"style":4029},[17033],{"type":578,"value":4600},{"type":573,"tag":402,"props":17035,"children":17036},{"style":2572},[17037],{"type":578,"value":1474},{"type":573,"tag":402,"props":17039,"children":17040},{"style":855},[17041],{"type":578,"value":1931},{"type":573,"tag":402,"props":17043,"children":17044},{"class":404,"line":6815},[17045,17049,17053,17057,17061],{"type":573,"tag":402,"props":17046,"children":17047},{"style":3982},[17048],{"type":578,"value":6242},{"type":573,"tag":402,"props":17050,"children":17051},{"style":2572},[17052],{"type":578,"value":1445},{"type":573,"tag":402,"props":17054,"children":17055},{"style":855},[17056],{"type":578,"value":4312},{"type":573,"tag":402,"props":17058,"children":17059},{"style":2572},[17060],{"type":578,"value":1474},{"type":573,"tag":402,"props":17062,"children":17063},{"style":855},[17064],{"type":578,"value":1931},{"type":573,"tag":402,"props":17066,"children":17067},{"class":404,"line":6823},[17068,17072,17076,17080,17084],{"type":573,"tag":402,"props":17069,"children":17070},{"style":3982},[17071],{"type":578,"value":10388},{"type":573,"tag":402,"props":17073,"children":17074},{"style":2572},[17075],{"type":578,"value":1445},{"type":573,"tag":402,"props":17077,"children":17078},{"style":855},[17079],{"type":578,"value":4312},{"type":573,"tag":402,"props":17081,"children":17082},{"style":2572},[17083],{"type":578,"value":1474},{"type":573,"tag":402,"props":17085,"children":17086},{"style":855},[17087],{"type":578,"value":1931},{"type":573,"tag":402,"props":17089,"children":17090},{"class":404,"line":6859},[17091,17095,17099,17103,17107],{"type":573,"tag":402,"props":17092,"children":17093},{"style":855},[17094],{"type":578,"value":5592},{"type":573,"tag":402,"props":17096,"children":17097},{"style":2572},[17098],{"type":578,"value":3711},{"type":573,"tag":402,"props":17100,"children":17101},{"style":1521},[17102],{"type":578,"value":4496},{"type":573,"tag":402,"props":17104,"children":17105},{"style":2572},[17106],{"type":578,"value":6480},{"type":573,"tag":402,"props":17108,"children":17109},{"style":855},[17110],{"type":578,"value":1931},{"type":573,"tag":402,"props":17112,"children":17113},{"class":404,"line":6897},[17114,17118,17122,17126,17130],{"type":573,"tag":402,"props":17115,"children":17116},{"style":1372},[17117],{"type":578,"value":3922},{"type":573,"tag":402,"props":17119,"children":17120},{"style":1521},[17121],{"type":578,"value":10449},{"type":573,"tag":402,"props":17123,"children":17124},{"style":855},[17125],{"type":578,"value":1518},{"type":573,"tag":402,"props":17127,"children":17128},{"style":3982},[17129],{"type":578,"value":2001},{"type":573,"tag":402,"props":17131,"children":17132},{"style":2572},[17133],{"type":578,"value":4383},{"type":573,"tag":402,"props":17135,"children":17136},{"class":404,"line":6905},[17137,17141,17145,17149,17153,17157,17161,17165,17169],{"type":573,"tag":402,"props":17138,"children":17139},{"style":855},[17140],{"type":578,"value":6526},{"type":573,"tag":402,"props":17142,"children":17143},{"style":1448},[17144],{"type":578,"value":1451},{"type":573,"tag":402,"props":17146,"children":17147},{"style":855},[17148],{"type":578,"value":1518},{"type":573,"tag":402,"props":17150,"children":17151},{"style":855},[17152],{"type":578,"value":1537},{"type":573,"tag":402,"props":17154,"children":17155},{"style":1540},[17156],{"type":578,"value":10486},{"type":573,"tag":402,"props":17158,"children":17159},{"style":855},[17160],{"type":578,"value":1926},{"type":573,"tag":402,"props":17162,"children":17163},{"style":855},[17164],{"type":578,"value":1474},{"type":573,"tag":402,"props":17166,"children":17167},{"style":1372},[17168],{"type":578,"value":1375},{"type":573,"tag":402,"props":17170,"children":17171},{"style":855},[17172],{"type":578,"value":2513},{"type":573,"tag":402,"props":17174,"children":17175},{"class":404,"line":6954},[17176,17180,17184,17188,17192,17196,17200],{"type":573,"tag":402,"props":17177,"children":17178},{"style":1960},[17179],{"type":578,"value":6560},{"type":573,"tag":402,"props":17181,"children":17182},{"style":2572},[17183],{"type":578,"value":3581},{"type":573,"tag":402,"props":17185,"children":17186},{"style":855},[17187],{"type":578,"value":5663},{"type":573,"tag":402,"props":17189,"children":17190},{"style":1521},[17191],{"type":578,"value":4496},{"type":573,"tag":402,"props":17193,"children":17194},{"style":2572},[17195],{"type":578,"value":5439},{"type":573,"tag":402,"props":17197,"children":17198},{"style":1960},[17199],{"type":578,"value":5699},{"type":573,"tag":402,"props":17201,"children":17202},{"style":855},[17203],{"type":578,"value":1931},{"type":573,"tag":402,"props":17205,"children":17206},{"class":404,"line":6962},[17207,17211,17215,17219,17223,17227,17231,17235,17239,17243,17247,17251],{"type":573,"tag":402,"props":17208,"children":17209},{"style":1372},[17210],{"type":578,"value":5453},{"type":573,"tag":402,"props":17212,"children":17213},{"style":1521},[17214],{"type":578,"value":10555},{"type":573,"tag":402,"props":17216,"children":17217},{"style":855},[17218],{"type":578,"value":1518},{"type":573,"tag":402,"props":17220,"children":17221},{"style":1521},[17222],{"type":578,"value":10564},{"type":573,"tag":402,"props":17224,"children":17225},{"style":855},[17226],{"type":578,"value":618},{"type":573,"tag":402,"props":17228,"children":17229},{"style":3982},[17230],{"type":578,"value":10573},{"type":573,"tag":402,"props":17232,"children":17233},{"style":2572},[17234],{"type":578,"value":1445},{"type":573,"tag":402,"props":17236,"children":17237},{"style":855},[17238],{"type":578,"value":1926},{"type":573,"tag":402,"props":17240,"children":17241},{"style":1540},[17242],{"type":578,"value":10586},{"type":573,"tag":402,"props":17244,"children":17245},{"style":855},[17246],{"type":578,"value":1926},{"type":573,"tag":402,"props":17248,"children":17249},{"style":2572},[17250],{"type":578,"value":1474},{"type":573,"tag":402,"props":17252,"children":17253},{"style":855},[17254],{"type":578,"value":1931},{"type":573,"tag":402,"props":17256,"children":17257},{"class":404,"line":6979},[17258,17262,17266,17270,17274,17278],{"type":573,"tag":402,"props":17259,"children":17260},{"style":1521},[17261],{"type":578,"value":10607},{"type":573,"tag":402,"props":17263,"children":17264},{"style":855},[17265],{"type":578,"value":618},{"type":573,"tag":402,"props":17267,"children":17268},{"style":1521},[17269],{"type":578,"value":10616},{"type":573,"tag":402,"props":17271,"children":17272},{"style":855},[17273],{"type":578,"value":1518},{"type":573,"tag":402,"props":17275,"children":17276},{"style":1521},[17277],{"type":578,"value":10625},{"type":573,"tag":402,"props":17279,"children":17280},{"style":855},[17281],{"type":578,"value":1931},{"type":573,"tag":402,"props":17283,"children":17284},{"class":404,"line":7010},[17285,17289,17293,17297,17301,17305],{"type":573,"tag":402,"props":17286,"children":17287},{"style":1521},[17288],{"type":578,"value":10607},{"type":573,"tag":402,"props":17290,"children":17291},{"style":855},[17292],{"type":578,"value":618},{"type":573,"tag":402,"props":17294,"children":17295},{"style":1521},[17296],{"type":578,"value":10646},{"type":573,"tag":402,"props":17298,"children":17299},{"style":855},[17300],{"type":578,"value":1518},{"type":573,"tag":402,"props":17302,"children":17303},{"style":1521},[17304],{"type":578,"value":10655},{"type":573,"tag":402,"props":17306,"children":17307},{"style":855},[17308],{"type":578,"value":1931},{"type":573,"tag":402,"props":17310,"children":17311},{"class":404,"line":7062},[17312,17316,17320,17324,17328,17332,17336,17340,17344],{"type":573,"tag":402,"props":17313,"children":17314},{"style":1521},[17315],{"type":578,"value":10668},{"type":573,"tag":402,"props":17317,"children":17318},{"style":855},[17319],{"type":578,"value":618},{"type":573,"tag":402,"props":17321,"children":17322},{"style":1521},[17323],{"type":578,"value":10677},{"type":573,"tag":402,"props":17325,"children":17326},{"style":855},[17327],{"type":578,"value":618},{"type":573,"tag":402,"props":17329,"children":17330},{"style":3982},[17331],{"type":578,"value":10686},{"type":573,"tag":402,"props":17333,"children":17334},{"style":2572},[17335],{"type":578,"value":1445},{"type":573,"tag":402,"props":17337,"children":17338},{"style":1521},[17339],{"type":578,"value":10695},{"type":573,"tag":402,"props":17341,"children":17342},{"style":2572},[17343],{"type":578,"value":1474},{"type":573,"tag":402,"props":17345,"children":17346},{"style":855},[17347],{"type":578,"value":1931},{"type":573,"tag":402,"props":17349,"children":17350},{"class":404,"line":7071},[17351,17355,17359,17363,17367],{"type":573,"tag":402,"props":17352,"children":17353},{"style":1521},[17354],{"type":578,"value":10607},{"type":573,"tag":402,"props":17356,"children":17357},{"style":855},[17358],{"type":578,"value":618},{"type":573,"tag":402,"props":17360,"children":17361},{"style":3982},[17362],{"type":578,"value":10720},{"type":573,"tag":402,"props":17364,"children":17365},{"style":2572},[17366],{"type":578,"value":1369},{"type":573,"tag":402,"props":17368,"children":17369},{"style":855},[17370],{"type":578,"value":1931},{"type":573,"tag":402,"props":17372,"children":17373},{"class":404,"line":7080},[17374,17378,17382,17386,17390,17394,17398,17402,17406],{"type":573,"tag":402,"props":17375,"children":17376},{"style":1521},[17377],{"type":578,"value":10668},{"type":573,"tag":402,"props":17379,"children":17380},{"style":855},[17381],{"type":578,"value":618},{"type":573,"tag":402,"props":17383,"children":17384},{"style":1521},[17385],{"type":578,"value":10677},{"type":573,"tag":402,"props":17387,"children":17388},{"style":855},[17389],{"type":578,"value":618},{"type":573,"tag":402,"props":17391,"children":17392},{"style":3982},[17393],{"type":578,"value":10753},{"type":573,"tag":402,"props":17395,"children":17396},{"style":2572},[17397],{"type":578,"value":1445},{"type":573,"tag":402,"props":17399,"children":17400},{"style":1521},[17401],{"type":578,"value":10695},{"type":573,"tag":402,"props":17403,"children":17404},{"style":2572},[17405],{"type":578,"value":1474},{"type":573,"tag":402,"props":17407,"children":17408},{"style":855},[17409],{"type":578,"value":1931},{"type":573,"tag":402,"props":17411,"children":17412},{"class":404,"line":7117},[17413],{"type":573,"tag":402,"props":17414,"children":17415},{"style":855},[17416],{"type":578,"value":7077},{"type":573,"tag":402,"props":17418,"children":17419},{"class":404,"line":7129},[17420,17424,17428,17432],{"type":573,"tag":402,"props":17421,"children":17422},{"style":2572},[17423],{"type":578,"value":7086},{"type":573,"tag":402,"props":17425,"children":17426},{"style":1521},[17427],{"type":578,"value":4496},{"type":573,"tag":402,"props":17429,"children":17430},{"style":2572},[17431],{"type":578,"value":3721},{"type":573,"tag":402,"props":17433,"children":17434},{"style":855},[17435],{"type":578,"value":4037},{"type":573,"tag":402,"props":17437,"children":17438},{"class":404,"line":7137},[17439,17443],{"type":573,"tag":402,"props":17440,"children":17441},{"style":2572},[17442],{"type":578,"value":4401},{"type":573,"tag":402,"props":17444,"children":17445},{"style":855},[17446],{"type":578,"value":1931},{"type":573,"tag":402,"props":17448,"children":17449},{"class":404,"line":7179},[17450,17454,17458,17462,17466],{"type":573,"tag":402,"props":17451,"children":17452},{"style":3982},[17453],{"type":578,"value":10835},{"type":573,"tag":402,"props":17455,"children":17456},{"style":2572},[17457],{"type":578,"value":1445},{"type":573,"tag":402,"props":17459,"children":17460},{"style":855},[17461],{"type":578,"value":1369},{"type":573,"tag":402,"props":17463,"children":17464},{"style":1372},[17465],{"type":578,"value":1375},{"type":573,"tag":402,"props":17467,"children":17468},{"style":855},[17469],{"type":578,"value":2513},{"type":573,"tag":402,"props":17471,"children":17472},{"class":404,"line":7208},[17473,17477,17481,17485],{"type":573,"tag":402,"props":17474,"children":17475},{"style":1960},[17476],{"type":578,"value":10860},{"type":573,"tag":402,"props":17478,"children":17479},{"style":855},[17480],{"type":578,"value":3381},{"type":573,"tag":402,"props":17482,"children":17483},{"style":1372},[17484],{"type":578,"value":1375},{"type":573,"tag":402,"props":17486,"children":17487},{"style":855},[17488],{"type":578,"value":2513},{"type":573,"tag":402,"props":17490,"children":17491},{"class":404,"line":7242},[17492,17496,17500,17504,17508,17512,17516],{"type":573,"tag":402,"props":17493,"children":17494},{"style":1960},[17495],{"type":578,"value":6560},{"type":573,"tag":402,"props":17497,"children":17498},{"style":2572},[17499],{"type":578,"value":3581},{"type":573,"tag":402,"props":17501,"children":17502},{"style":1521},[17503],{"type":578,"value":8153},{"type":573,"tag":402,"props":17505,"children":17506},{"style":855},[17507],{"type":578,"value":618},{"type":573,"tag":402,"props":17509,"children":17510},{"style":1521},[17511],{"type":578,"value":5434},{"type":573,"tag":402,"props":17513,"children":17514},{"style":2572},[17515],{"type":578,"value":5439},{"type":573,"tag":402,"props":17517,"children":17518},{"style":855},[17519],{"type":578,"value":5444},{"type":573,"tag":402,"props":17521,"children":17522},{"class":404,"line":7255},[17523,17527,17531,17535,17539,17543,17547],{"type":573,"tag":402,"props":17524,"children":17525},{"style":3982},[17526],{"type":578,"value":10913},{"type":573,"tag":402,"props":17528,"children":17529},{"style":2572},[17530],{"type":578,"value":1445},{"type":573,"tag":402,"props":17532,"children":17533},{"style":1521},[17534],{"type":578,"value":8153},{"type":573,"tag":402,"props":17536,"children":17537},{"style":855},[17538],{"type":578,"value":618},{"type":573,"tag":402,"props":17540,"children":17541},{"style":1521},[17542],{"type":578,"value":5434},{"type":573,"tag":402,"props":17544,"children":17545},{"style":2572},[17546],{"type":578,"value":1474},{"type":573,"tag":402,"props":17548,"children":17549},{"style":855},[17550],{"type":578,"value":1931},{"type":573,"tag":402,"props":17552,"children":17553},{"class":404,"line":7263},[17554],{"type":573,"tag":402,"props":17555,"children":17556},{"style":855},[17557],{"type":578,"value":7068},{"type":573,"tag":402,"props":17559,"children":17560},{"class":404,"line":7271},[17561,17565,17569,17573,17577,17581,17585],{"type":573,"tag":402,"props":17562,"children":17563},{"style":1960},[17564],{"type":578,"value":6560},{"type":573,"tag":402,"props":17566,"children":17567},{"style":2572},[17568],{"type":578,"value":3581},{"type":573,"tag":402,"props":17570,"children":17571},{"style":1521},[17572],{"type":578,"value":8261},{"type":573,"tag":402,"props":17574,"children":17575},{"style":855},[17576],{"type":578,"value":618},{"type":573,"tag":402,"props":17578,"children":17579},{"style":1521},[17580],{"type":578,"value":5434},{"type":573,"tag":402,"props":17582,"children":17583},{"style":2572},[17584],{"type":578,"value":5439},{"type":573,"tag":402,"props":17586,"children":17587},{"style":855},[17588],{"type":578,"value":5444},{"type":573,"tag":402,"props":17590,"children":17591},{"class":404,"line":7284},[17592,17596,17600,17604,17608,17612,17616],{"type":573,"tag":402,"props":17593,"children":17594},{"style":3982},[17595],{"type":578,"value":10986},{"type":573,"tag":402,"props":17597,"children":17598},{"style":2572},[17599],{"type":578,"value":1445},{"type":573,"tag":402,"props":17601,"children":17602},{"style":1521},[17603],{"type":578,"value":8261},{"type":573,"tag":402,"props":17605,"children":17606},{"style":855},[17607],{"type":578,"value":618},{"type":573,"tag":402,"props":17609,"children":17610},{"style":1521},[17611],{"type":578,"value":5434},{"type":573,"tag":402,"props":17613,"children":17614},{"style":2572},[17615],{"type":578,"value":1474},{"type":573,"tag":402,"props":17617,"children":17618},{"style":855},[17619],{"type":578,"value":1931},{"type":573,"tag":402,"props":17621,"children":17622},{"class":404,"line":7308},[17623],{"type":573,"tag":402,"props":17624,"children":17625},{"style":855},[17626],{"type":578,"value":7068},{"type":573,"tag":402,"props":17628,"children":17629},{"class":404,"line":7358},[17630,17634,17638,17642,17646],{"type":573,"tag":402,"props":17631,"children":17632},{"style":1960},[17633],{"type":578,"value":6560},{"type":573,"tag":402,"props":17635,"children":17636},{"style":2572},[17637],{"type":578,"value":3581},{"type":573,"tag":402,"props":17639,"children":17640},{"style":1521},[17641],{"type":578,"value":4262},{"type":573,"tag":402,"props":17643,"children":17644},{"style":2572},[17645],{"type":578,"value":5439},{"type":573,"tag":402,"props":17647,"children":17648},{"style":855},[17649],{"type":578,"value":5444},{"type":573,"tag":402,"props":17651,"children":17652},{"class":404,"line":7375},[17653,17657,17661,17665,17669,17673,17677,17681,17685,17689,17693,17697,17701,17705,17709,17713],{"type":573,"tag":402,"props":17654,"children":17655},{"style":1521},[17656],{"type":578,"value":11051},{"type":573,"tag":402,"props":17658,"children":17659},{"style":855},[17660],{"type":578,"value":618},{"type":573,"tag":402,"props":17662,"children":17663},{"style":3982},[17664],{"type":578,"value":9622},{"type":573,"tag":402,"props":17666,"children":17667},{"style":2572},[17668],{"type":578,"value":1369},{"type":573,"tag":402,"props":17670,"children":17671},{"style":855},[17672],{"type":578,"value":618},{"type":573,"tag":402,"props":17674,"children":17675},{"style":3982},[17676],{"type":578,"value":9635},{"type":573,"tag":402,"props":17678,"children":17679},{"style":2572},[17680],{"type":578,"value":1445},{"type":573,"tag":402,"props":17682,"children":17683},{"style":855},[17684],{"type":578,"value":1445},{"type":573,"tag":402,"props":17686,"children":17687},{"style":1448},[17688],{"type":578,"value":9648},{"type":573,"tag":402,"props":17690,"children":17691},{"style":855},[17692],{"type":578,"value":1474},{"type":573,"tag":402,"props":17694,"children":17695},{"style":1372},[17696],{"type":578,"value":1375},{"type":573,"tag":402,"props":17698,"children":17699},{"style":1521},[17700],{"type":578,"value":9661},{"type":573,"tag":402,"props":17702,"children":17703},{"style":855},[17704],{"type":578,"value":618},{"type":573,"tag":402,"props":17706,"children":17707},{"style":3982},[17708],{"type":578,"value":9556},{"type":573,"tag":402,"props":17710,"children":17711},{"style":2572},[17712],{"type":578,"value":9674},{"type":573,"tag":402,"props":17714,"children":17715},{"style":855},[17716],{"type":578,"value":1931},{"type":573,"tag":402,"props":17718,"children":17719},{"class":404,"line":7397},[17720],{"type":573,"tag":402,"props":17721,"children":17722},{"style":855},[17723],{"type":578,"value":7068},{"type":573,"tag":402,"props":17725,"children":17726},{"class":404,"line":7418},[17727,17731,17735,17739,17743,17747,17751],{"type":573,"tag":402,"props":17728,"children":17729},{"style":1960},[17730],{"type":578,"value":6560},{"type":573,"tag":402,"props":17732,"children":17733},{"style":2572},[17734],{"type":578,"value":3581},{"type":573,"tag":402,"props":17736,"children":17737},{"style":1521},[17738],{"type":578,"value":9735},{"type":573,"tag":402,"props":17740,"children":17741},{"style":855},[17742],{"type":578,"value":618},{"type":573,"tag":402,"props":17744,"children":17745},{"style":1521},[17746],{"type":578,"value":5434},{"type":573,"tag":402,"props":17748,"children":17749},{"style":2572},[17750],{"type":578,"value":5439},{"type":573,"tag":402,"props":17752,"children":17753},{"style":855},[17754],{"type":578,"value":5444},{"type":573,"tag":402,"props":17756,"children":17757},{"class":404,"line":7439},[17758,17762,17766,17770,17774,17778,17782],{"type":573,"tag":402,"props":17759,"children":17760},{"style":1521},[17761],{"type":578,"value":6614},{"type":573,"tag":402,"props":17763,"children":17764},{"style":855},[17765],{"type":578,"value":618},{"type":573,"tag":402,"props":17767,"children":17768},{"style":1521},[17769],{"type":578,"value":5434},{"type":573,"tag":402,"props":17771,"children":17772},{"style":855},[17773],{"type":578,"value":618},{"type":573,"tag":402,"props":17775,"children":17776},{"style":3982},[17777],{"type":578,"value":9777},{"type":573,"tag":402,"props":17779,"children":17780},{"style":2572},[17781],{"type":578,"value":1369},{"type":573,"tag":402,"props":17783,"children":17784},{"style":855},[17785],{"type":578,"value":1931},{"type":573,"tag":402,"props":17787,"children":17788},{"class":404,"line":7448},[17789],{"type":573,"tag":402,"props":17790,"children":17791},{"style":855},[17792],{"type":578,"value":7068},{"type":573,"tag":402,"props":17794,"children":17795},{"class":404,"line":7464},[17796,17800,17804,17808,17812],{"type":573,"tag":402,"props":17797,"children":17798},{"style":1960},[17799],{"type":578,"value":6560},{"type":573,"tag":402,"props":17801,"children":17802},{"style":2572},[17803],{"type":578,"value":3581},{"type":573,"tag":402,"props":17805,"children":17806},{"style":1521},[17807],{"type":578,"value":4496},{"type":573,"tag":402,"props":17809,"children":17810},{"style":2572},[17811],{"type":578,"value":5439},{"type":573,"tag":402,"props":17813,"children":17814},{"style":855},[17815],{"type":578,"value":5444},{"type":573,"tag":402,"props":17817,"children":17818},{"class":404,"line":7472},[17819,17823,17827,17831,17835,17839,17843],{"type":573,"tag":402,"props":17820,"children":17821},{"style":1521},[17822],{"type":578,"value":11224},{"type":573,"tag":402,"props":17824,"children":17825},{"style":855},[17826],{"type":578,"value":618},{"type":573,"tag":402,"props":17828,"children":17829},{"style":3982},[17830],{"type":578,"value":10256},{"type":573,"tag":402,"props":17832,"children":17833},{"style":2572},[17834],{"type":578,"value":1445},{"type":573,"tag":402,"props":17836,"children":17837},{"style":1521},[17838],{"type":578,"value":4496},{"type":573,"tag":402,"props":17840,"children":17841},{"style":2572},[17842],{"type":578,"value":1474},{"type":573,"tag":402,"props":17844,"children":17845},{"style":855},[17846],{"type":578,"value":1931},{"type":573,"tag":402,"props":17848,"children":17849},{"class":404,"line":7497},[17850],{"type":573,"tag":402,"props":17851,"children":17852},{"style":855},[17853],{"type":578,"value":7068},{"type":573,"tag":402,"props":17855,"children":17856},{"class":404,"line":7522},[17857],{"type":573,"tag":402,"props":17858,"children":17859},{"style":855},[17860],{"type":578,"value":11265},{"type":573,"tag":402,"props":17862,"children":17863},{"class":404,"line":7530},[17864,17868,17872,17876,17880,17884,17888],{"type":573,"tag":402,"props":17865,"children":17866},{"style":855},[17867],{"type":578,"value":5592},{"type":573,"tag":402,"props":17869,"children":17870},{"style":2572},[17871],{"type":578,"value":3711},{"type":573,"tag":402,"props":17873,"children":17874},{"style":1521},[17875],{"type":578,"value":4262},{"type":573,"tag":402,"props":17877,"children":17878},{"style":855},[17879],{"type":578,"value":1978},{"type":573,"tag":402,"props":17881,"children":17882},{"style":1521},[17883],{"type":578,"value":10625},{"type":573,"tag":402,"props":17885,"children":17886},{"style":2572},[17887],{"type":578,"value":6480},{"type":573,"tag":402,"props":17889,"children":17890},{"style":855},[17891],{"type":578,"value":1931},{"type":573,"tag":402,"props":17893,"children":17894},{"class":404,"line":7571},[17895,17899],{"type":573,"tag":402,"props":17896,"children":17897},{"style":1960},[17898],{"type":578,"value":11314},{"type":573,"tag":402,"props":17900,"children":17901},{"style":855},[17902],{"type":578,"value":2513},{"type":573,"tag":402,"props":17904,"children":17905},{"class":404,"line":7584},[17906,17910],{"type":573,"tag":402,"props":17907,"children":17908},{"style":1521},[17909],{"type":578,"value":9327},{"type":573,"tag":402,"props":17911,"children":17912},{"style":855},[17913],{"type":578,"value":4037},{"type":573,"tag":402,"props":17915,"children":17916},{"class":404,"line":7623},[17917,17921],{"type":573,"tag":402,"props":17918,"children":17919},{"style":1521},[17920],{"type":578,"value":11339},{"type":573,"tag":402,"props":17922,"children":17923},{"style":855},[17924],{"type":578,"value":4037},{"type":573,"tag":402,"props":17926,"children":17927},{"class":404,"line":7637},[17928,17932],{"type":573,"tag":402,"props":17929,"children":17930},{"style":1521},[17931],{"type":578,"value":11352},{"type":573,"tag":402,"props":17933,"children":17934},{"style":855},[17935],{"type":578,"value":4037},{"type":573,"tag":402,"props":17937,"children":17938},{"class":404,"line":7662},[17939,17943],{"type":573,"tag":402,"props":17940,"children":17941},{"style":1521},[17942],{"type":578,"value":11365},{"type":573,"tag":402,"props":17944,"children":17945},{"style":855},[17946],{"type":578,"value":4037},{"type":573,"tag":402,"props":17948,"children":17949},{"class":404,"line":7678},[17950,17954],{"type":573,"tag":402,"props":17951,"children":17952},{"style":1521},[17953],{"type":578,"value":11378},{"type":573,"tag":402,"props":17955,"children":17956},{"style":855},[17957],{"type":578,"value":4037},{"type":573,"tag":402,"props":17959,"children":17960},{"class":404,"line":7686},[17961,17965],{"type":573,"tag":402,"props":17962,"children":17963},{"style":1521},[17964],{"type":578,"value":11391},{"type":573,"tag":402,"props":17966,"children":17967},{"style":855},[17968],{"type":578,"value":4037},{"type":573,"tag":402,"props":17970,"children":17971},{"class":404,"line":7716},[17972,17976],{"type":573,"tag":402,"props":17973,"children":17974},{"style":1521},[17975],{"type":578,"value":11404},{"type":573,"tag":402,"props":17977,"children":17978},{"style":855},[17979],{"type":578,"value":4037},{"type":573,"tag":402,"props":17981,"children":17982},{"class":404,"line":7724},[17983,17987],{"type":573,"tag":402,"props":17984,"children":17985},{"style":1521},[17986],{"type":578,"value":11417},{"type":573,"tag":402,"props":17988,"children":17989},{"style":855},[17990],{"type":578,"value":4037},{"type":573,"tag":402,"props":17992,"children":17993},{"class":404,"line":7767},[17994,17998],{"type":573,"tag":402,"props":17995,"children":17996},{"style":1521},[17997],{"type":578,"value":11430},{"type":573,"tag":402,"props":17999,"children":18000},{"style":855},[18001],{"type":578,"value":4037},{"type":573,"tag":402,"props":18003,"children":18004},{"class":404,"line":7819},[18005,18009],{"type":573,"tag":402,"props":18006,"children":18007},{"style":1521},[18008],{"type":578,"value":11443},{"type":573,"tag":402,"props":18010,"children":18011},{"style":855},[18012],{"type":578,"value":4037},{"type":573,"tag":402,"props":18014,"children":18015},{"class":404,"line":7869},[18016,18020],{"type":573,"tag":402,"props":18017,"children":18018},{"style":1521},[18019],{"type":578,"value":11456},{"type":573,"tag":402,"props":18021,"children":18022},{"style":855},[18023],{"type":578,"value":4037},{"type":573,"tag":402,"props":18025,"children":18026},{"class":404,"line":7878},[18027,18031],{"type":573,"tag":402,"props":18028,"children":18029},{"style":1521},[18030],{"type":578,"value":11469},{"type":573,"tag":402,"props":18032,"children":18033},{"style":855},[18034],{"type":578,"value":4037},{"type":573,"tag":402,"props":18036,"children":18037},{"class":404,"line":7887},[18038,18042],{"type":573,"tag":402,"props":18039,"children":18040},{"style":1521},[18041],{"type":578,"value":11482},{"type":573,"tag":402,"props":18043,"children":18044},{"style":855},[18045],{"type":578,"value":4037},{"type":573,"tag":402,"props":18047,"children":18048},{"class":404,"line":7895},[18049,18053],{"type":573,"tag":402,"props":18050,"children":18051},{"style":1521},[18052],{"type":578,"value":11495},{"type":573,"tag":402,"props":18054,"children":18055},{"style":855},[18056],{"type":578,"value":4037},{"type":573,"tag":402,"props":18058,"children":18059},{"class":404,"line":7928},[18060,18064],{"type":573,"tag":402,"props":18061,"children":18062},{"style":1521},[18063],{"type":578,"value":11508},{"type":573,"tag":402,"props":18065,"children":18066},{"style":855},[18067],{"type":578,"value":4037},{"type":573,"tag":402,"props":18069,"children":18070},{"class":404,"line":8012},[18071,18075],{"type":573,"tag":402,"props":18072,"children":18073},{"style":1521},[18074],{"type":578,"value":11521},{"type":573,"tag":402,"props":18076,"children":18077},{"style":855},[18078],{"type":578,"value":4037},{"type":573,"tag":402,"props":18080,"children":18081},{"class":404,"line":8038},[18082],{"type":573,"tag":402,"props":18083,"children":18084},{"style":855},[18085],{"type":578,"value":11534},{"type":573,"tag":402,"props":18087,"children":18088},{"class":404,"line":8081},[18089],{"type":573,"tag":402,"props":18090,"children":18091},{"style":855},[18092],{"type":578,"value":11543},{"type":573,"tag":542,"props":18094,"children":18095},{},[18096],{"type":578,"value":862},1777352805213]