TamTam:Format: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (categorization)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


* Binary or ascii ?
* Binary or ascii ?

How big would a typical TamTam track file be?

How big would a typical SynthLab file be?

The main idea, in order to save disk space, will be to avoid using rendered sound at all.


* Could it be saved as an executable python file ?
* Could it be saved as an executable python file ?
* How to include microphone recordings? How terrible would it be to write the recording data as an array literal in python (at the bottom of the file, as far out of sight as possible!) ?
* How to include microphone recordings? How terrible would it be to write the recording data as an array literal in python (at the bottom of the file, as far out of sight as possible!) ?

Latest revision as of 17:51, 10 August 2007

Discussion Forum for TamTam's file format.

  • Binary or ascii ?

How big would a typical TamTam track file be?

How big would a typical SynthLab file be?

The main idea, in order to save disk space, will be to avoid using rendered sound at all.


  • Could it be saved as an executable python file ?
  • How to include microphone recordings? How terrible would it be to write the recording data as an array literal in python (at the bottom of the file, as far out of sight as possible!) ?
  • How to include synthlab parameter settings?