1 config BR2_PACKAGE_OPUS
4 The Opus codec is designed for interactive speech and audio
5 transmission over the Internet. It is designed by the IETF
6 Codec Working Group and incorporates technology from Skype's
7 SILK codec and Xiph.Org's CELT codec.
9 It is intended to suit a wide range of interactive audio
10 applications, including Voice over IP, videoconferencing,
11 in-game chat, and even remote live music performances. It
12 can scale from low bit-rate narrowband speech to very high
19 config BR2_PACKAGE_OPUS_FIXED_POINT
20 bool "use fixed-point" if !BR2_SOFT_FLOAT
21 default y if BR2_SOFT_FLOAT
23 Compile without floating point operations (for machines
24 without a fast enough FPU).