Thread Rating:
  • 3 Vote(s) - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MP3/Internet radio
#1
Hello! I did BASS library implementation for Gothic Online. Now, you can use it simply with Squirrel for playing music on server on internet radio.

List of functions:
Code:
BASS_StreamCreateFile(fileName, start, end); //Create music stream from file
BASS_StreamCreateURL(url); //Create music stream from radio url
BASS_StreamFree(stream); //Stop playing music and free stream
BASS_GetVolume(stream); //Get volume of library
BASS_SetVolume(stream, vol); //Set volume of library (0-100)
BASS_ChannelStop(stream); //Stop music channel
BASS_ChannelPlay(stream, restart = FALSE); //play music from stream
BASS_ChannelPause(stream); //Pause stream
BASS_ChannelGetTags(stream); //Get tag of stream as string
UPDATE: 30.12.2015 - Fixed BASS_SetVolume crash
04.01.2016 - Disabled automatic volume changing when module is initiating
29.02.2016 - SetVolume only for selected channel (not all system)
DOWNLOAD! <- *CLICK* (SKIP AD)
Reply


Messages In This Thread
MP3/Internet radio - by Sative - 04.01.2016, 17:07
RE: MP3/Internet radio - by Sative - 04.01.2016, 17:07
RE: MP3/Internet radio - by Zmorra - 09.01.2016, 17:51
RE: MP3/Internet radio - by Sative - 09.01.2016, 18:05
RE: MP3/Internet radio - by Zmorra - 09.01.2016, 18:22
RE: MP3/Internet radio - by Bimbol - 09.01.2016, 19:07
RE: MP3/Internet radio - by Zmorra - 09.01.2016, 21:22
RE: MP3/Internet radio - by Sative - 09.01.2016, 21:44
RE: MP3/Internet radio - by Zmorra - 09.01.2016, 22:14
RE: MP3/Internet radio - by Sative - 10.01.2016, 01:15
RE: MP3/Internet radio - by muu - 20.02.2016, 19:01
RE: MP3/Internet radio - by Zmorra - 20.02.2016, 19:19
RE: MP3/Internet radio - by Sative - 29.02.2016, 20:24
RE: MP3/Internet radio - by Nubzior - 31.08.2016, 01:46
RE: MP3/Internet radio - by Son Goku - 22.10.2016, 22:36

Forum Jump:


Users browsing this thread: 2 Guest(s)