Then no the regza profile does no audio transcoding at all, but if that is what you would like it to then just add this to the regza profile in profiles.xml
- Code:
<Audio targetContainer="mp3">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="asf" />
</Audio>
add that just above </transcoding>
seems strange to me that this is required though and was not added to original profile are you sure this needs to be done ????