VirtualTam's bookmarks
65 bookmarks found
-
What the Future Sounded Like (2006)
2016-03-19 -
Generate Audio with Python - Zach Denton
2015-03-15 -
TRUE SOUND | The Vintage Vibe Story
2015-02-21 -
ALSA: multiple USB sound cards
2015-01-12 # /etc/modprobe.d/snd_usb_audio.conf options snd_usb_audio vid=<vid1>,<vid2> pid=<pid1>,<pid2> index=<index1>,<index2> enable=1,1
example:
# 5: M-Audio Fast Track Pro # 6: Focusrite Scarlett 6i6 options snd_usb_audio vid=0x763,0x1235 pid=0x2012,0x8012 index=5,6 enable=1,1
See also: http://alsa.opensrc.org/MultipleCards
-
Linux: list detected soundcards
2015-01-08 # list USB devices $ lsusb # list cards detected by ALSA $ cat /proc/asound/cards # list cards supported by PulseAudio $ pacmd list-cards | grep name:
-
18i8 ALSA driver:
Scarlett Mixer GUIs:
ALSA mixer:
Combo patch:
ALSA/Linux support (kernel mainline):
- search on "scarlett": https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?qt=grep&q=scarlett
- ALSA: usb-audio: Scarlett mixer interface for 6i6, 18i6, 18i8 and 18i20 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=76b188c4b370876018e3a778ec11a94a5316dbe4
- ALSA: usb-audio: Allow quirks to handle own resume and proc dump https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3360b84b8ed1f08bfb39743465b858a04492fcc3
- ALSA: usb-audio: Add resume support for Scarlett mixers https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b61f90eac1ff9d1b30497e611aba4651d4066706
- ALSA: usb-audio: Fix Scarlett 6i6 initialization typo https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c99b9e853d3951fe521cc7b2357eec93d5c16246
ALSA/Linux support (experimental):
PulseAudio issues:
- http://unix.stackexchange.com/questions/89098/ideas-how-to-get-my-usb-audio-interface-to-work-with-linux
- http://linuxmusicians.com/viewtopic.php?f=6&t=11445
Jack latency tuning:
-
La prise de son de la batterie
2014-11-13 -
Yoshimi / Code
2014-09-23 -
Doom 3 sur Linux | Tuxicoman
2014-04-07 Main AUR:
User packages:
- https://drive.google.com/file/d/0B-3Ad-VEtVXFYmtNbTFQazZ3Zkk/edit?usp=sharing
- https://drive.google.com/file/d/0B-3Ad-VEtVXFZGJRdjFrd3dVc0U/edit?usp=sharing
Fix sound issues:
- doom3 +set s_alsa_pcm plughw:0 +set s_driver alsa
- http://ubuntuforums.org/showthread.php?t=1705760&p=11117137#post11117137
-
Boucle de masse | Tuxicoman
2014-04-07 -
rPI sound card
2014-03-11 -
Pete Griffin's top 10 albums of 2013
2013-12-24 Because year-end lists are hip, here's 10 albums I loved from this year with tiny blurbs why, in no particular order: Intronaut - Habitual Levitations - Heavy, but thoughtful and risk-taking, truly original music Frightened Rabbit - Pedestrian Verse - Incredible songwriting and arranging. Moderat - II - Production and grooves! Revocation - Revocation - Thrashy yet refined and technical Fat Freddy's Drop - Blackbird - Deeply funky grooves in the reggae/r&b vibe Cloudkicker - Subsume - Gorgeous layering of guitars upon guitars anchored by some killer math-y grooves. Dawn of Midi - Dysnomia - Deconstructed jazz trio music turns into mesmerizing overlapping loops. The Dillinger Escape Plan - One Of Us Is The Killer - Exactly what you'd expect from DEP, which is not knowing what to expect. Equally spazzy and melodic. Jaga Jazzist - Official Page - Live w/Britten Sinfonia - Re-arrangements of 10-piece neo-jazz compositions to allow room for a full orchestra, it sounds big! Shining - One One One - A refinement of their metal/jazz sound into incredibly powerful 4 minute songs.
-
cat plays theremin - YouTube
2013-09-18 -
Basic concepts of acoustics and electronics and how they can applied to understand musical sound and make music with electronic instruments. Topics include: sound waves, musical sound, basic electronics, and applications of these basic principles in amplifiers and speaker design.
-
HTM5 interactive player that can be embedded in any web application to provide fancy waveforms, various analyzer results, synced time metadata display during playback (time-marking) and remote indexing.
(via http://linuxfr.org/users/philippemc/journaux/beatnitpicker)