Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2011 12:32:54 -0500
From:      Zhihao Yuan <lichray@gmail.com>
To:        Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: native sound tools in FreeBSD?
Message-ID:  <BANLkTi==VDFMB12%2B225_xwq3rQBubyFqVQ@mail.gmail.com>
In-Reply-To: <20110521131631.037e25ed.torfinn.ingolfsen@broadpark.no>
References:  <20110521003624.6264b89d.torfinn.ingolfsen@broadpark.no> <20110521131631.037e25ed.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 21, 2011 at 6:16 AM, Torfinn Ingolfsen
<torfinn.ingolfsen@broadpark.no> wrote:
> Hi again,
>
> On Sat, 21 May 2011 00:36:24 +0200
> Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> wrote:
>
>> Hello,
>>
>> Quick question: do we have any sound tools in FreeBSD that are
>> considered "native" (in other words, that comes with FreeBSD, without
>> installing any ports)?
>> I'm thinking of tools like these:
>> http://manuals.opensound.com/usersguide/ossplay.html
>> http://manuals.opensound.com/usersguide/ossrecord.html
>> http://manuals.opensound.com/usersguide/osstest.html
>>
>
> Somedays, my thinking isn't at its best. A simple 'cat' or redirection
> works well for this purpose:
> "record" from dsp1 and playback on dsp0:
> cat /dev/dsp1.0 > /dev/dsp0.0
>
> record to file, with playback while recording:
> tee soundfile.test < /dev/dsp1.0 > /dev/dsp0.0
>
> and playback of the file afterwards:
> cat soundfile.test > /dev/dsp0.0
>
> And it all works. Nice!

Not really. By using the devices directly, you can not setup the
parameters for the devices, and you can not play/record formated
soundfile correctly, like WAV. So these tools, ossplay and others, are
really essential. But may not be that essential for a base system.

> --
> Torfinn
>
> _______________________________________________
> freebsd-multimedia@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
> To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org"
>



-- 
Zhihao Yuan
The best way to predict the future is to invent it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTi==VDFMB12%2B225_xwq3rQBubyFqVQ>