Re: [chuck-users] minimizing load time for tons of audio (Michael Hammond)
29 Mar
2010
29 Mar
'10
12:20 p.m.
Michael (and all), You should investigate the .chunks option for SndBuf: .chunks - ( int, READ/WRITE ) - size of chunk (# of frames) to read on-demand; 0 implies entire file, default; must be set before reading to take effect. // Example: SndBuf b => dac; 1024 => b.chunks; "Beethoven5thSymphony.wav" => b.read; while (1) { 1.0 :: second => now; } PRC
1. minimizing load time for tons of audio (Michael Hammond)
2. Re: minimizing load time for tons of audio (Robert Poor)
_______________________________________________
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
5344
Age (days ago)
5344
Last active (days ago)
0 comments
1 participants
participants (1)
-
Perry R Cook