Changes between Version 2 and Version 4 of Ticket #10345


Ignore:
Timestamp:
May 6, 2023, 2:36:03 PM (3 years ago)
Author:
Noitarud
Comment:

Big changes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10345 – Description

    v2 v4  
    33I built a mono FM transmitter and once when I tested it I had nothing to transmit so I used an FM radio station, I received it on another radio – and the STEREO light came on!
    44
    5 Would you like to create a filter that can:
    6 •Encode stereo to mono-multiplex (probably requires lossless save)
    7 •Encode quadrophonic to mono-multiplex
    8 And since this would also work with mono VHS taped recordings of television,
     5Would you like to create a filter, since this would also work with mono VHS taped recordings of television:
    96•Decode mono-multiplex to stereo
    107
     8For these two functions,
     9•Encode stereo to mono-multiplex
     10•Encode quadrophonic to mono-multiplex
     11Better to create an output filter (like WaveOut) or as FFDSHOW filter.
     12
    1113And consider a codec, the single stream could confer benefits, and for stream's decoder have either full decode or decode to mono-multiplex (for stereo or quadrophonic FM receivers). I have seen such a quad-receiver some time back but I do not plan to follow this ticket and wait to test though.