#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Include dependency graph for bitgen.c:
Functions | |
int | main (int argc, char *argv[]) |
Start of execution. |
Creates a valid track 2 bitstream, complete with Start, Stop and LRC on stdin, from keyboard input. Do not enter the ";" (start) or "?" (stop) characters manually, they will be added automatically. If use ";" in Linux, you will get an error.
Used to create raw bitstreams that Stripe Snoop can parsing using input mode (-i), so you can use Stripe Snoop without a reader.
Stripe Snoop is licensed under the GPL. See COPYING for more info
Copyright (C) 2005 Acidus, Most Significant Bit Labs
|
Start of execution.
|