Giter VIP home page Giter VIP logo

chromesid's Introduction

Description

What good is an operating system without a music player that will play C64 SIDs? No good at all, that's what it is.

I started this project as an excuse to tinker with Chrome extensions, Javascript and Chrome's "Native Client" framework. It consists of two parts:

  • a pNaCl module, running the actual simulation, based on libsidplayfp. See sidplayfp_nacl/README for details.
  • a Chrome extension that uses the above module.

For the record: I did not write the actual SID emulation; I merely wrote a small wrapper around it. At the moment, the extension isn't quite feature-complete (and looks downright ugly), but it has reached the point that it looks viable.

Features

  • Support for the ReSID and ReSIDfp simulation backends.
  • Allows the SID- and C64 model to be overruled
  • SID filters and resampling can be disabled to reduce CPU load
  • Allows playing .sid and .psid files from the ChromeOS file browser
  • Supports the HVSC "Songlengths" database, and supports fading out at the (expected) end of tune.

Known problems

  • The "user interface" isn't worth the name. It only contains the absolute minimum controls, and no design was involved.
  • Performance is lackluster; this is possibly a consequence of using the 'portable' pNacl framework instead of a native module.
  • No STIL entries, no song lengths, no channel selection.

Building

For build instructions: See BUILDING

chromesid's People

Contributors

pienjo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

chromesid's Issues

See if using a native module improves performance

The player module is currently built as a pNaCl module, which improves portability. Performance is rather lackluster though, and requires about half a CPU core on my BayTrail chromebook, which probably means it doesn't even work on an ARM chromebook.

See if using a native (x86_64 or ARM) module significantly improves this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.