This is used, when resampling to this default sampling rate is activated in the wavloader. It is placed here that sound implementors can override this one day.
()
| 231 | * this one day. |
| 232 | */ |
| 233 | public static int getDefaultSampleRate() |
| 234 | { |
| 235 | return 44100; |
| 236 | } |
| 237 | } |
no outgoing calls
no test coverage detected