For a fair channel, sender sends a bit b and receiver gets it with probability 1/2 and gets b's flipped value with probability 1/2. It is trivial to build a fair noisy channel from 1 out of 2 oblivious transfer since sender only needs to input b and b's flipped value and receiver randomly choose one.
Now I wonder if we can achieve that we can use 1 out of 2 oblivious transfer to implement an unfair noisy channel where receiver gets b with probability p and b's flipped value with probability 1-p and p is not equal to 1/2. Thanks in advance!