discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New GNU Radio dependency


From: Kyle A Logue
Subject: Re: New GNU Radio dependency
Date: Wed, 9 Sep 2020 17:30:31 +0000

Thanks! I've had issues in the past creating multichannel WAV files in the particular format that GNU Radio wanted. I'll have to play with the new block and see how the multichannel support works for FLAC/OGG.

Kyle Logue
Senior Engineering Specialist
⚝ The Aerospace Corporation

From: Discuss-gnuradio <discuss-gnuradio-bounces+kyle.a.logue=aero.org@gnu.org> on behalf of Ron Economos <w6rz@comcast.net>
Sent: Tuesday, September 1, 2020 19:10
To: GNURadio Discussion List <discuss-gnuradio@gnu.org>
Subject: New GNU Radio dependency
 
For those building GNU Radio master branch from source, there is a new
dependency that was introduced today with commit
https://github.com/gnuradio/gnuradio/commit/18f64ba685cfc2533e2d7726aa43c524b007d97b.

On Ubuntu/Debian, it's:

sudo apt-get install libsndfile1-dev

This adds new capabilities to the WAV source and sink blocks. Specifically:

1) WAV files can now be unsigned 8-bit, 16-bit, 24-bit, 32-bit, float or
double.

2) FLAC format is supported.

3) Ogg Vorbis format is supported.

4) 64-bit WAV files (files greater than 2 GB items in length) are supported.

Ron



reply via email to

[Prev in Thread] Current Thread [Next in Thread]