Giter Site home page Giter Site logo

justlep / sample-commander-legacy Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.19 MB

Desktop app to easily sync audio files from a fieldrecorder's SD card to the PC

License: GNU General Public License v2.0

JavaScript 37.42% CSS 36.12% HTML 16.09% Roff 10.37%
audio files sample manager wav-files spectrogram nwjs-application knockout

sample-commander-legacy's Introduction

*** This is the discontinued legacy repo of Sample Commander v1. ***

Find the latest, completely rewritten Sample Commander 2 on https://github.com/justlep/sample-commander.

LeP's Sample Commander Build Status

An application for browsing an audio sample collection and for copying/moving .WAV files from a fieldrecorder or SD card to the PC. Based on NodeJS and Node-Webkit. Compileable to a standalone program (currently tested on Win7/64bit only), but should easily be adjustable for Linux/Mac.

Update April 2018: can now display spectrograms for the .wav files (requires ffmpeg being installed) in 3 different sizes. Clicks on the spectrograms change the playback position.

With spectrograms (clickable to change the play position):

More screenshots in doc/

Download & Installation (prebuild for Windows 7)

A pre-compiled zip with the latest build can be downloaded here (approx. 65MB, unpacked ~150MB). Just extract it anywhere you like and run SampleCommander.exe.

Build manually using NodeJS 6+

If you have Nodejs installed, you can build the app yourself, starting with

$ npm install

Run locally (with developer tools enabled, optionally start watchers)

$ grunt runDebug

Run LESS/PUG watchers (auto-rebuild CSS/HTML when .less and .pug files change)

$ grunt watchLessAndPug

Build standalone application (uncompressed)

$ grunt buildApp

Build standalone application (with the .exe file compressed; win64 only)

$ grunt buildAppCompressed

After either build task, the executable standalone program is located in

  • build/SampleCommander/<platform>/

Build platforms are defined in the config section of package.json. Allowed platforms: ['win32', 'win64', 'osx32', 'osx64', 'linux32', 'linux64']
See: https://github.com/nwjs/nw-builder

sample-commander-legacy's People

Contributors

justlep avatar

Watchers

 avatar  avatar

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.