QUOTE(dissociative @ Feb 3 2008, 17:36)

I need to remove leading and trailing digital silence without modifying the pcm data of a wav file in anyway, The only tool that I have is audacity but I'm unsure if it can do it losslessly as it converts the pcm samples from 16-bit integer to 32-bit float by default, This .wav contains the background music of a game, it was produced/recorded with a sound Plugin of the playstation emulator ePSXe, but I recorded it just some seconds before the song started to play and the audio ends some seconds after the song finalizes playing.
Don't worry, the entire process of going from 16 bit integer to 32bit float and then back to 16 bit integer is completely lossless. The mantissa of a 32bit float is longer than 16 bits and that's all you need to ensure there is no truncation.