Starting in today’s Beta, you can use live audio as input to the Web Audio API for extremely low-latency local audio manipulation and playback. When combined with the recent hook up of Web Audio and WebRTC PeerConnection, it enables analysis and manipulation of the input signal to WebRTC. For now this feature is only available on Mac and Windows.
Sync FileSystem API for Chrome Apps
The Sync FileSystem API is a new offline storage API for Chrome Packaged Apps which automatically synchronizes stored data across clients via Google Drive. The files are stored in private sandboxes and can be manipulated with the HTML5 File API and FileSystem API. To play with the code, check out the API spec and syncfs-editor sample app.
DevTools updates
Dock-to-right supports vertical split view, and you can now right-click resources in the Network tab to “Copy as cURL”. The network panel has been improved as well: you can now customize what columns are shown, including the new “domain” one. Finally, console messages can be filtered by source and impl-side painting events are properly displayed in the timeline.
Other web platform features in this release
Unprefixed support for the allowfullscreen attribute for <iframe> allows embedded video players like YouTube’s to go fullscreen.
The User-Agent field is now sent in WebSocket opening handshake headers.
The ch CSS unit can be used to match the width and spacing of the "0"-glyph in the current font.