Re: Using the audio(4) driver for recording under -current?

2022-10-27 Thread Tetsuya Isaki
rd -c 2 -e slinear_le -P 16 -s 44100 recording.wav audiorecord(1) uses /dev/sound by default. So it's also affected by the sticky pause. It's better to specify -d /dev/audioX explicitly: % audiorecord -d /dev/audioX \ -c 2 -e slinear_le -P 16 -s 44100 recording.wav Thanks, --- Tetsuya Isaki

Re: Audio subsystem versus unplugging uaudio

2020-12-12 Thread Tetsuya Isaki
ass == class)" failed: > file "/usr/src/sys/kern/subr_psref.c", line 519 mismatched psref target > class: 0x0 (ref) != 0x106eba700 (expected) I have just fixed it in -current (I will pullup to -9 later). Thank you for reporting. --- Tetsuya Isaki

Re: Audio recording (using ossaudio)

2020-03-20 Thread Tetsuya Isaki
ration should be done by userland). You need to a)change the hardware format (by audiocfg) or b)record as the hardware format ("audiocfg list" displays) and convert it by userland rich converter. Thanks, --- Tetsuya Isaki

Re: Audio recording (using ossaudio)

2020-03-18 Thread Tetsuya Isaki
At Sat, 14 Mar 2020 15:05:37 +0200, Yorick Hardy wrote: > Re: audacity (earlier in the thread), audacity hangs whenever I try to > record. Would you tell how to reproduce it? Thanks, --- Tetsuya Isaki

Re: Audio recording (using ossaudio)

2020-03-18 Thread Tetsuya Isaki
I think you need to look ffmpeg4 at first. Thanks, --- Tetsuya Isaki

Re: Build broken for amd64 - rump vs tests/dev/audio

2020-03-01 Thread Tetsuya Isaki
efined > reference to `rumpns_pmf_device_register1' > collect2: error: ld returned 1 exit status --- Tetsuya Isaki

Re: audio panic

2019-11-06 Thread Tetsuya Isaki
e kernel in this case. It causes recording buffer to stuck. But normally it should not panic. Because it's just a stuck. audio.c < 1.33 mis-calculated the ring buffer. It panics when the ring buffer is stuck. This is what you saw. Thanks, --- Tetsuya Isaki

Re: audio panic

2019-11-02 Thread Tetsuya Isaki
->used=32256 n=32256 > ring->capacity=61440 > [ 166.145911] cpu3: Begin traceback... > [ 166.145911] vpanic() at netbsd:vpanic+0x178 > [ 166.145911] kern_assert() at netbsd:kern_assert+0x48 > [ 166.155927] audioread() at netbsd:audioread+0xb87 Can you reproduce this? Thanks, --- Tetsuya Isaki

isaki-audio2 was merged

2019-05-19 Thread Tetsuya Isaki
/remove it. You does not need to support many encoding/frequencies, so you will be able to make it more simple. Lastly, this work is based on Y.Sugahara's initial work. Without his help, I would not have reached here. Thanks so much. --- Tetsuya Isaki

Re: hpcarm/NETBOOKPRO failed

2019-04-13 Thread Tetsuya Isaki
ic { [addr = -1] } : i2c_bitbang > > you can probably just remove the 'size 128' part. the code > appears to read 128 bytes anyway: > > sys/arch/hpcarm/dev/nbppcon.c: rv = seeprom_bootstrap_read(sc->sc_tag, > NVRAM_ADDR, 0x00, 128, Thank you for explanation. I could confirm to build it. --- Tetsuya Isaki

hpcarm/NETBOOKPRO failed

2019-04-13 Thread Tetsuya Isaki
, --- Tetsuya Isaki

Re: lfs heads up

2013-06-13 Thread Tetsuya Isaki
.build.failed dependall === sys/arch/hp700/stand/xxboot /home/builds/ab/HEAD/src/sys/arch/hp700/stand/xxboot/readufs_lfs.c: In function 'get_lfs_inode': /home/builds/ab/HEAD/src/sys/arch/hp700/stand/xxboot/readufs_lfs.c:193:9: error: 'struct ufs1_dinode' has no member named 'di_inumber' --- Tetsuya Isaki