Home › Forums › Products › Rackmount › H9000 / RNBO public beta › Reply To: H9000 / RNBO public beta
Just looking at VSIG, I note the dlysmp2n has a maximum sample size of 720 seconds at 48kHz. The length gets divided by the number of channels and halved if you go to 96kHz, so that is perhaps a guide for how much we can use. By my calculation thats 34,560,000 samples available, each of 32 bits.
The data structure used by ~gen in Tom’s circular buffer example (massive thankyou BTW) uses 64 bit floats. According to some documentation I found the H9000 uses 32 bit floats as its maximum bit depth, though not sure if internal data structures are bigger than that or not. I’m not sure if there is a conversion going on in creating the buffer on the H9000, or if a 64 bit array element is built from 2 x 32 bit bytes in the H9000, but conservatively we should have 17,280,000 samples available to ~gen via RNBO.
I have no idea what happens if we exceed the RAM cap. Probably nothing good.