MCPcopy Create free account
hub / github.com/demoth/jake2 / getDefaultSampleRate

Method getDefaultSampleRate

client/src/main/java/jake2/client/sound/S.java:233–236  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

231 * this one day.
232 */
233 public static int getDefaultSampleRate()
234 {
235 return 44100;
236 }
237}

Callers 2

LoadSoundMethod · 0.95
ResampleSfxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected