What I am looking for is a Javascript that calculates audio filesizes based on information given by a user. I don't consider myself a programmer by any means, that's why I'm making a request for it.
Here's what I had in mind:
Drop-Down Box:
"Bit Depth", choices are "16" (value of 2) and "24" (value of 3)
"Samplerate", choices are 44100, 48000, 88200, 96000, 172000, 192000 (values = choices)
Numerical Input
"Track Hours", value = input x 3600
"Track Minutes", value = input x 60
"Track Seconds", value = input
"Tracks", value = input
Output:
"Filesize per Track" (BitDepth x Samplerate x TrackHours x TrackMinutes x TrackSeconds)
"Total Filesize" (FilesizePerTrack x Tracks)
Now for the Filesize outputs, could you set it up so it knows whether it should use B, KB, MB, or GB?
Thanks to anybody who does this for me.
Aqua-Soft Forums