Displaying 3 results from an estimated 3 matches for "develog".
Did you mean:
develop
2008 Jul 19
2
Noise problem while encoding and decoding
Hi, everyone!
I'm a newbie of speex develog. I tried to encode and decode with the
sample program in the speex manual. I compile those program with
gcc sampleenc.c -o enc -lspeex
gcc sampledec.c -o dec -lspeex
I run these two program in this way and then speak loudly:
./enc /dev/dsp ? ./dec /dev/dsp
I thought I would hear my v...
2011 Jan 12
2
'ioctl:: Inappropriate ioctl for device' when trying to shrink partition
E.g. btrfsctl -r -4000m /dev/sda5
results in:
ioctl:: Inappropriate ioctl for device
Distribution: Ubuntu 10.10
Kernel: 2.6.35-22-generic
According to the Synaptic Package manager, the version of btrfs-tools is
0.19+20100601-3
Other information that can be of interest:
- I started Ubuntu on a live CD
- before invoking the btrfsctl command I invoked apt-get update.
I have googled but have not
2008 Jul 20
0
Noise problem while encoding and decoding
On Sat, Jul 19, 2008 at 12:29 PM, ???? <oovoov008 at gmail.com> wrote:
> Hi, everyone!
>
> I'm a newbie of speex develog. I tried to encode and decode with the
> sample program in the speex manual. I compile those program with
>
> gcc sampleenc.c -o enc -lspeex
> gcc sampledec.c -o dec -lspeex
>
> I run these two program in this way and then speak loudly:
> ./enc /dev/dsp ? ./dec /dev/ds...