Coder Social home page Coder Social logo

gftracks's Introduction

Gftracks version 0.5
====================

Gftracks is a module intended for manipulation of gramofiles .track files.
Gramofile is a program for manipulation of wav-files especially for splitting 
into single tracks. 

The splitting process with gramofile is a two step one. In the first, the file
is analyzed for finding where the tracks begin and end, that information is
saved into a .tracks file. In the next step, this file is used for the actual 
splitting into tracks. 

With a record with well-defined tracks and a decent sound card, gramofile 
usually finds most of the tracks, but in some cases, the tracks may be 
difficult or impossible to find or some tracks may be split. The .tracks file
is quite easy to edit to adjust the beginning or end time of the tracks, but
due to the indexing used, it is more cumbersome to add or remove tracks. 

Gftracks will usually be used in interactive mode through the shell:

i.e.
export TRACKS=/home/morten/music.wav.tracks
perl -MGftracks -e shell;

until version 1.0, Gftracks will save the file with the extra extention .sav 
to avoid messing up an existing file.

TODO

- More flexibility when entering times
- Fix a cosmetic bug in how some times are displayed (an extra 0 may occur)
- When deleting a track, select if it is to be combined with the track before 
  or after (the default is the track after, except if the last track is 
  deleted)


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these no other modules and libraries. It is developed
using perl 5.8.x, but should work under, at least all versions of perl 5.x.

COPYRIGHT AND LICENCE

Copyright (C) 2005 by morten sickel, [email protected]

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.


gftracks's People

Watchers

 avatar  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.