Displaying 2 results from an estimated 2 matches for "shout_ogg".
Did you mean:
out_ogg
2013 Apr 06
0
libshout mingw compatbility
...t-2.2.2/src/Makefile.am 2012-04-04 20:07:34 +0400
@@ -18,7 +18,7 @@
SUBDIRS = avl net timing httpp $(MAYBE_THREAD)
lib_LTLIBRARIES = libshout.la
-libshout_la_LDFLAGS = -version-info 5:0:2
+libshout_la_LDFLAGS = -version-info 5:0:2 -no-undefined
EXTRA_DIST = theora.c speex.c
noinst_HEADERS = shout_ogg.h shout_private.h util.h
-------------- next part --------------
--- libshout-2.2.2/include/shout/shout.h.in.orig 2005-06-28 01:33:21 +0400
+++ libshout-2.2.2/include/shout/shout.h.in 2012-04-04 19:32:18 +0400
@@ -22,7 +22,7 @@
#define __LIBSHOUT_SHOUT_H__
#include <sys/types.h>
-#ifdef W...
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there:
https://github.com/mstorsjo/fdk-aac
offers pretty good quality.
As for libshout, I do not think that it is currently posible to send
AAC data using it. First, libshout doesn't have support to buffer and
control timing of data sent. And even is you use the un-timed API
(shout_send_raw), the library cannot set the proper mime type, due to
a