How to view offset for raw data?

I’m using Audacity 2.0.4 to assist in reverse engineering some audio files. I have a block of data with multiple ADPCM steams at various sample rates. The sampling rate and offset of the sample is defined elsewhere in the file (still working on that part). What would really help me out is the ability to view the set of bytes or file position that correspond to the waveform display within Audacity. I’ve looked around and can’t find anyway to do it within Audacity itself or a plugin to assist. Any way I can correlate the waveform to raw data file position?

Just answered my own question… ADPCM @ 4 bits per sample. Just used the sample count divided by 2. Would be nice to have an option to view this though.