stevethefiddle wrote:darius2 wrote:But what can be done with signal drops ?
You mean when chunks of data are missing? (drop-outs)
There are some techniques for concealing very small amounts of data loss (packet loss concealment), but if the lost data is much more than loosing the occasional few bytes there's not much that can be done about it. Theoretically it should be possible to implement something like the Audacity "Repair Tool" in (almost) real time, but I'm not aware of any programs that have that feature - perhaps some specialist broadcasting/telecommunications software? Generally in audio applications the approach is to try and avoid data loss rather than to try and patch it up.
There's some information about packet loss concealment on the Speex website:
http://www.speex.org/
Exactly, drop-outs.
As lost data is more than few bytes, Audacity " Repair Tool" is no use as limited up to 128 samples.
Dart Pro demo is coming with limited set of features, but is marketed as real-time filter.
No entry for "Packet loss concealment" in manual to speex (PDF).
Google search for "Packet loss concealment" is exactly the right way
http://www.google.com/#hl=en&source=hp& ... be010d257f
PLC Wiki
http://en.wikipedia.org/wiki/Packet_loss_concealment
good examples
Silence Insertion Replay last packet G.711 Appendix 1
http://www.voiptroubleshooter.com/problems/plc.html
I would like to implement all of above 3 adaptive PLC algorithms/ filters into my sound card driver for Vista, if available.
Is it possible to enable PLC or adaptive PLC for Astersk ?
-----
btw
I have installed Audacity 1.3 and old problem with saving audio as MusicOnHold mono, 16 bit, 8000 Hz PCM wav.
I am saving wav file as 8000 Hz, as set up in Preferences / Quality / Sampling
and on opening get file resampled to 44100 Hz 75 kb/s
OK I set project rate to 8000 Hz
and now can open wav file as 8000 Hz
but on opening a saved file, calculating waveform message is displayed
and it takes 10-20 s to open 7 s wav file.
At the same time, old stereo 44100 Hz 16 bit gets opened immediately, so it looks like 8000 Hz is not a default project rate if selected so
and Audacity 1.3 keeps doing some resampling (saved file is 128 kb/s anyway).
Any option available to see original file info, details like rate, 16 bit, mono/stereo from within Audacity ?