If you specify the audio_codec tag to equal 'copy', the options audio_channels_number, audio_sample_rate, audio_bitrate will be ignored and their values will be copied from your source file.
Example:
<?xml version="1.0"?> <query> <format> <audio_codec>copy</audio_codec> </format> </query>