frames -> bytes
| 100 | |
| 101 | // frames -> bytes |
| 102 | int bytesForFrames(int frames) { |
| 103 | return frames * app.nchannels * app.sample_size; |
| 104 | } |
| 105 | |
| 106 | // usec -> frames |
| 107 | int framesForDuration(long long usec) { |
no outgoing calls
no test coverage detected