Originally created by: bill-auger
Originally owned by: bill-auger
NOTE: this is mainly a libninjam issue
the function create_audioStreamer_ALSA() prototype as declared in audiostream.h requires a char config_string - this is intended to be passed in verbatim via command line args to the curses client so runtime configuration was not considered - gNinjam implemented runtime configuration simply as a single textbox - this is obviously not the best implementation one could imagine - also JUCE is not keen on exposing its innerds like that and its String methods only produce const char
possible remedies:
* modify the existing initializer in linbninjam to require a const char* // <-- current dev solution
* override initializer in linbninjam to accept separate args like its cousins // <-- better solution
Anonymous
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: bill-auger
NJClient accepts the following config_strings (original cli params)
the values for ALSA above are the actual defaults
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: bill-auger
done 7a5ff18
using tentative overridden create_audioStreamer_ALSA()
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Ticket changed by: bill-auger
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"