1. 05 8月, 2012 2 次提交
  2. 04 8月, 2012 2 次提交
  3. 03 8月, 2012 4 次提交
  4. 02 8月, 2012 3 次提交
  5. 31 7月, 2012 8 次提交
  6. 30 7月, 2012 3 次提交
  7. 27 7月, 2012 9 次提交
  8. 26 7月, 2012 8 次提交
  9. 25 7月, 2012 1 次提交
    • Stefan Knoblich's avatar
      ftmod_isdn: Rework teletone buffer offset handling in isdn_tones_run(). · 5367b961
      Stefan Knoblich 提交于
      Store the offset in the teletone buffer in the b-channel private data.
      
      An NT-mode setup with ftmod_misdn showed severe (dial-)tone distortions
      in a sound editor (330Hz sine wave phase errors), caused by
      using a global teletone buffer offset.
      
      Switching to a per-channel offset, that is advanced by the amount
      of data actually written to the channel, removes (almost) all
      distortions.
      
      There is still a minimal phase error every ~500ms (audible) that
      needs more investigating.
      Signed-off-by: 's avatarStefan Knoblich <stkn@openisdn.net>
      5367b961