time count (seconds) */
| 130 | /** time count (seconds) |
| 131 | */ |
| 132 | double current_time_seconds() { |
| 133 | return GetCurrentTimeSamples(this) / GetSr(this); |
| 134 | } |
| 135 | |
| 136 | /** check for audio signal variable argument |
| 137 | */ |
nothing calls this directly
no test coverage detected