Re: [ecasound] segfault with 24bit recording on ice1712
Brought to you by:
kaiv
|
From: Aaron H. <he...@ai...> - 2005-01-04 18:56:10
|
--On Tuesday, January 4, 2005 20:08 +0200 Tommi Sakari Uimonen <tui...@cc...> wrote: > Hi. I have Audiophile 2496 card (ice1712 alsa driver) and recording 24bit > gives a segmentation fault after stopping the recording. > > ecasound -f:24,2,96000 -i alsa,plughw -o temp.wav > When using the hw interface for ice1712, you have to read 32-bit samples. You can then then convert to 24 for output, e.g., this works on my machine (Delta 1010 also an ice1712): ecasound -f:s32_le,2,96000 -i:alsa,plughw -f:s24_le,2,96000 -o:temp.wav Aaron <he...@ai...> Menlo Park, CA US -- To unsubscribe send message 'unsubscribe' in the body of the message to <eca...@wa...>. |