| Abram Hindle's Blog | |||||
|
Subscribe
Flavours
Links |
Mon, 09 Aug 2004
Subject: Automated Audio Testing
These are just a few.
Subject: Automated Audio Testing
Audio programming is interesting as the data produced (audio) can be tested but often cannot be compared. Randomization in units or differences in timing between processes can result in two audiofiles which can sound the same but simply not comparable using string comparison. Thus I wanted to make a system to allow you to use test first methodologies when programming audio. It became apparent I'd have to be language agnostic for anyone to use the system since a lot of the things being tested might be written in a synthesis package and not a classical language like java, C, C++, etc. |
||||