"chipmunk effect" <-- that depends on the codecs / audio renderer. If codec and audio renderer support 2x playback with sound on then its what you get. Currently we arent muting the audio as some people want to have that "chipmunk effect".
That's a very strange 'feature'. I don't know any other consumer playback software that has it, and can only see that it would be useful for professional video editing tools.
Does this also explain why ffwd/rwnd with TV recordings/timeshifting performs so poorly and sends my audio receiver into a spin with locking and unlocking signals?
PS - I've always wondered about what does or doesn't make it into Mantis. There seem to be some very old, well documented bugs with logs that just languish in the forums, while bizarre things like stop button functionality during TV playback show up. I understand that the devs can only fix those bugs that team members have the expertise and inclination to fix, and the nature of open source is such that you don't always have the number of members or skill mix that you necessarily need on a project, but surely all documented bugs should show up in Mantis? This would mean that they're properly documented somewhere, rather than being randomly scattered throughout the forums, someone may actually come across the bugs who can fix them, and for those bugs that don't get fixed, at least people stop banging on about the same bug over and over, since they know someone's already experienced it and documented it formally. This bug, and the similar one where there is poor rwnd/ffwd in TV recording playback are just two cases in point.
I have seen it on multiple devices. Also if its considered as a bug its one of the most minor bugs that there can be, so it wouldnt have any high priority in fixing.
Does this also explain why ffwd/rwnd with TV recordings/timeshifting performs so poorly and sends my audio receiver into a spin with locking and unlocking signals?
No it doesnt. But the following fact will explain it a little bit:
Microsoft audio renderer can render only at 2x speed. When user wants to forward > 2x speed then in short we must do the following:
There are lot of different issues that affect the FF/REW in directshow.
- codecs
- audio renderer
- container type
Its not considered as a bug, that might be the biggest reason. Also REW/FF is really slow way to seek inside file compared to skip steps (left/right/up/down buttons).
Poor rwnd/ffwd is actually a missing feature. Microsoft has done a lot of work on that area on SBE, but TVE3 is not using it so we would have to implement some tricky code... so if anyone knows how Microsoft DVD navigator handles the >2x speed seeking he/she is more than welcome to help the team.
This is exactly my point - why is the audio renderer being employed at all for ffwd/rwnd? Turn off audio, seek efficiently, and then re-enable the audio filter when 1x playback is resumed. This was the functionality under TVE2, at least under 0.2.3.