shntool is a multi-purpose .wav/.shn processing tool. Input and output files are transparent to shntool, meaning that it can perform its functions upon both .wav and .shn data. When in 'len' (length) mode, it reports .wav size and length information from both .wav and .shn files, including whether each file is (a) too short to be burned to disc, (b) not cut on a sector boundary, or (c) contains incorrect header information. When in 'fix' mode, shntool is capable of rewriting a set of input files so that they are all cut on sector boundaries. You may specify whether shntool shifts the track boundaries (a) forward to the next multiple of the block size, or (b) backward to the previous multiple of the block size. Alternatively, you may join the input files into one large output file, so you can do the splitting yourself (with another .wav editor - shntool isn't that advanced yet). WWW: http://shnutils.freeshell.org/shntool/ '>cgit logo index : dexon-0x-contracts
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into fix/docImprovementsFabio Berger2018-04-12136-543/+1030
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Prettier ignore Metacoin artifacts Publish Updated CHANGELOGS Improve deployer error message Fix 0x.js tests Fix lint issue Simply export Move NULL_BYTES to @0xproject/utils Simplify the tests Fix lint error Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Refactor publish script to have it's main execution body be lean and discrete steps Removed unused command Remove 0x.js test artifacts Fix tslint Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts Remove unused var Refactor RedundantRpcSubprovider into RedundantSubprovider ... # Conflicts: # packages/react-docs/CHANGELOG.json
| * Merge pull request #500 from 0xProject/removeMigrateStepFabio Berger2018-04-1282-350/+476
| |\ | | | | | | Run all tests against in-process Ganache
| | * Merge branch 'development' into removeMigrateStepFabio Berger2018-04-1263-165/+357
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * development: Publish Updated CHANGELOGS # Conflicts: # packages/0x.js/package.json # packages/deployer/package.json # packages/utils/CHANGELOG.json
| * | PublishLeonid Logvinov2018-04-1224-155/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.0 - @0xproject/abi-gen@0.2.10 - @0xproject/assert@0.2.6 - @0xproject/base-contract@0.2.0 - @0xproject/connect@0.6.9 - contracts@2.1.22 - @0xproject/deployer@0.4.0 - @0xproject/dev-utils@0.3.5 - @0xproject/json-schemas@0.7.20 - @0xproject/metacoin@0.0.3 - @0xproject/monorepo-scripts@0.1.17 - @0xproject/react-docs-example@0.0.7 - @0xproject/react-docs@0.0.7 - @0xproject/react-shared@0.1.2 - @0xproject/sol-cov@0.0.7 - @0xproject/sra-report@0.0.8 - @0xproject/subproviders@0.8.5 - @0xproject/testnet-faucets@1.0.23 - @0xproject/tslint-config@0.4.15 - @0xproject/types@0.6.0 - @0xproject/typescript-typings@0.1.0 - @0xproject/utils@0.5.1 - @0xproject/web3-wrapper@0.6.0 - @0xproject/website@0.0.25
| * | Updated CHANGELOGSLeonid Logvinov2018-04-1238-7/+199
| | |
| | * Prettier ignore Metacoin artifactsFabio Berger2018-04-121-0/+1
| | |
| | * Improve deployer error messageFabio Berger2018-04-111-1/+1
| | |
| | * Fix 0x.js testsFabio Berger2018-04-111-1/+2
| | |
| | * Fix lint issueFabio Berger2018-04-111-2/+2
| | |
| | * Simply exportFabio Berger2018-04-111-3/+1
| | |
| | * Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-1110-117/+35
| | |
| | * Simplify the testsFabio Berger2018-04-115-10/+6
| | |
| | * Merge branch 'development' into removeMigrateStepFabio Berger2018-04-1140-167/+815
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix lint error Fix documentation links in some READMEs Fix relative link Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Added a detailed description of `renameOverloadedMethods` (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading. Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. Refactor publish script to have it's main execution body be lean and discrete steps # Conflicts: # packages/contracts/package.json # packages/deployer/package.json
| * | Merge pull request #514 from 0xProject/publishImprovementsFabio Berger2018-04-11