That will pretty much depend on the sampling rate your sound input device is using to acquire the data. That VI will only define the size of buffer, if you know the sampling rate your sound input device uses, you can multiply the buffer size (number of elements inside the buffer) by the sampling rate and figure out the total time you need.
Hope this helps.
Filipe