| 134 | } |
| 135 | |
| 136 | void hb_audio_resample_set_sample_rate(hb_audio_resample_t *resample, |
| 137 | int sample_rate) |
| 138 | { |
| 139 | if (resample != NULL) |
| 140 | { |
| 141 | resample->in.sample_rate = sample_rate; |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | int hb_audio_resample_update(hb_audio_resample_t *resample) |
| 146 | { |
no outgoing calls
no test coverage detected