Start with volume set to 0.5 (see example):
volume
0.5
var player = TOP.createAndInitPlayer({ config: { player: { volume : 0.5 // Player starts with volume set to 50% } } });