| cfedde | see also http://gean.wwco.com/grandpa/ |
| buu | Weird. So very weird. |
| shaun__ | hello i'm using the Audio::Wav module to read data from a wav file |
| buu | So wait, the son of your great uncle and great aunt gets married, *his* child is your 2nd cousin? |
| shaun__ | but when i do move_to_sample($x); instead of moving to the $x sample, it moves to the (4 * $x) channel does anyone know why it is doing that? |
| cfedde | shaun__: sounds like a question for the author of the module. |
| shaun__ | http://search.cpan.org/~npeskett/Audio-Wav-0.06/Wav/Read.pm thats a link to the module |
| cfedde | go fish? |
| shaun__ | :/ on another computer it worked fine without this problem |
| Yaakov | Ook. Oook. |
| action | Khisanth throws a banana at Yaakov |
| Khisanth | throws a banana at Yaakov |
| Yaakov | No thanks. Don't care for them. |
| buu | HOLY COW. |
| Ulfalizer | Khisanth: just don't throw it at me. they're the atheist's nightmare you know.. :/ http://www.youtube.com/watch?v=9zwbhAXe5yk for those who didn't catch the reference |
| MegaBind | in directory <dir>, how do i find not more than one file matching <foo>, in bash? |
| buu | MegaBind: ... what? |
| MegaBind | buu: in directory <dir>, how do i find a file matching <foo>, in bash? |
| Ikarus | MegaBind: wrong channel for a bash question |
| jpeg | homework |
| MegaBind | Ikarus: nobody answers on bash |
| buu | MegaBind: Have you ever heard of.. 'ls' ? |
| MegaBind | buu: yes i have, but it shows all files |
| Limbic_Region | buu - is that what you buy when you are too br0k to afford the d? |
| jpeg | MegaBind: do you have a unix computer around? why don't you try some things? |
| Limbic_Region | ls *foo*; ls | grep foo; etc etc etc |
| buu | Limbic_Region: It's quite possible and would explain a lot. |
| MegaBind | jpeg: good idea, i will try ls Limbic_Region: how do i force it to show only one occurrence? |
| action | jpeg beams proudly |
| jpeg | beams proudly |
| buu | FLAME MegaBind: Why? |
| Limbic_Region | ls *foo* | tail -1 |
| jpeg | ls foo |