Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq:start [2012/04/04 15:00] – [Q: What is an xrun?] 78.107.251.159faq:start [2016/03/20 12:28] – [Q: Is it possible to run VST plugins on Linux?] Replace dead link, mark another link as deprecated content spotlightkid
Line 1: Line 1:
 ====== Linux Audio User FAQ (Frequently Asked Questions) ====== ====== Linux Audio User FAQ (Frequently Asked Questions) ======
- 
-. 
- 
-. 
  
 ===== General ===== ===== General =====
Line 16: Line 12:
 [[wiki:real_time_info|Articles and more information about real time operation]]. [[wiki:real_time_info|Articles and more information about real time operation]].
  
 +
 +In linux kernels 3.0 and later, many of the additionally required realtime patches have been incorporated as standard. For those who are recording Audio, a standard non-realtime kernel may be sufficient for your needs, and running Jack with a non realtime kernel will work fine.
 +
 +
 +For those who write a lot of Midi, the standard kernel timing is set at 250Hz, and realtime kernels are generally set at 1000Hz. You may still have to use a realtime kernel to obtain accurate midi playback using the higher timing setting.
 ==== Q: Some of my applications sound a (half)tone too high/low, have a wrong pitch ? ==== ==== Q: Some of my applications sound a (half)tone too high/low, have a wrong pitch ? ====
 **A:** It's likely, that the sample-rate of the programs you're using doesn't match. **A:** It's likely, that the sample-rate of the programs you're using doesn't match.
Line 33: Line 34:
   * [[http://en.wikipedia.org/wiki/Audio_restoration| wikipedia - Audio restoration]]   * [[http://en.wikipedia.org/wiki/Audio_restoration| wikipedia - Audio restoration]]
   * [[http://wiki.librivox.org/index.php/Detailed_Audacity_Noise_Removal| librivox wiki - Detailed: Noise removal with Audacity]]   * [[http://wiki.librivox.org/index.php/Detailed_Audacity_Noise_Removal| librivox wiki - Detailed: Noise removal with Audacity]]
 +  * [[http://www.cedaraudio.com/| CedarAudio Company ]] - with some tech. info
 **Applications** **Applications**
   * [[http://gwc.sourceforge.net/| The Gnome Wave Cleaner Project]]   * [[http://gwc.sourceforge.net/| The Gnome Wave Cleaner Project]]
Line 44: Line 46:
  
 ==== Q: What about timers and timing ? ==== ==== Q: What about timers and timing ? ====
-Modern PCs provide good hardware timing sources. +For moderate to new hardware, TSC is the best hardware timing sources.  Old hardware may have timing issues with multi-core CPU where HPET (high-precision-event-timer) is preferable.
-One of it is the RTC (real-time-clock). Another one is the HPET (high-precision-event-timer), which is preferable due to higher accuracy.+
 Then there is a software layer (in the kernel) to make available the hw-timers to the applications, through different interfaces. Then there is a software layer (in the kernel) to make available the hw-timers to the applications, through different interfaces.
 One example is the usual system-timer. One example is the usual system-timer.
Line 57: Line 58:
 (see: priority settings, rtirq). (see: priority settings, rtirq).
  
-**How to know, if a HPET (hardware) is available?**+**How to know, if a TSC / HPET (hardware) is available?** 
 +  dmesg | grep -i tsc
   dmesg | grep -i hpet   dmesg | grep -i hpet
  
Line 63: Line 65:
   cat /proc/asound/timers   cat /proc/asound/timers
  
-**Related Kernel Options **+**How to config kernel for HPET?**
 <code> <code>
 # cat .config | grep -i hpet # cat .config | grep -i hpet
Line 83: Line 85:
 Related Articles: Related Articles:
 [[http://kerneltrap.org/node/6750| Article at kerneltrap.org]] [[http://kerneltrap.org/node/6750| Article at kerneltrap.org]]
 +[[http://btorpey.github.io/blog/2014/02/18/clock-sources-in-linux/]]
  
  
Line 322: Line 325:
  
 **Related sites:** **Related sites:**
-  * [[http://quicktoots.linuxaudio.org/toots/vst-plugins/]] - a more detailed introduction +  * [[http://linux-sound.org/linux-vst-plugins.html]] - VST/VSTi Plugins For Linux 
-  * [[http://ladspavst.linuxaudio.org/]] - Linux Compatibility of Plugins+  * [[http://quicktoots.linuxaudio.org/toots/vst-plugins/]] - a more detailed introduction (**Depretcated** page)
  
-**Note:** Instead of VST, you will soon prefere to use **Linux plugin technologie** :-) [[apps:all:LADSPA]], [[apps:all:DSSI]] and [[apps:categories:LV2]]+**Note:** Instead of VST, you may prefer to use **Linux plugin technologies** like [[apps:categories:LV2 | LV2]], [[apps:all:LADSPA]]and [[apps:all:DSSI]].
  
  
  
 {{tag>howtos_and_faqs}} {{tag>howtos_and_faqs}}
faq/start.txt · Last modified: 2017/08/26 17:21 by jeb_ponderworthy.com