Winamp is a media player for both Windows PCs and Android devices. It's noted for graphical, sound visualization, playlist, and media library features.
Questions tagged [winamp]
41 questions
1
vote
0 answers
Playing mp3 stream from winamp server
I am developing an app that requires playing a web radio stream. I have been reading online on how to do that and it seems that there are many ways like the AVAudioplayer, the Audio File Stream services and the Audio Streamer project from Matt…

Yannis
- 6,047
- 5
- 43
- 62
1
vote
1 answer
How can I preload assets I know I will be requesting via XMLHttpRequest?
I have a page which needs to load and process two large-ish files via ajax. I know in advance that I am going to need to download them, but I can't start the ajax request until another large javascript file has loaded and is ready to process…

Jordan Eldredge
- 1,587
- 1
- 19
- 25
1
vote
1 answer
MP3 meta data over http response
This is going to sound like an odd request.
I have a PHP script pulling a mp3 stream from SoundCloud and repeating the stream with the correct headers to allow WinAmp to play the file. But it only shows the local url I have the script running from.…

Sora3087
- 25
- 4
1
vote
1 answer
how to debug a dll winamp plugin in Visual Studio 2010 written in C++?
I'm developing a Winamp plugin. I have a project that builds a .dll file. This file is actually the plugin. I want to debug that plugin.
I need some recipe Step by step. I have already set the Configuration Properties - > Debug ging -> Command to…

Don Angelo Annoni
- 350
- 1
- 2
- 17
1
vote
1 answer
Embedding Media Players for streaming audio
I already know that there are flash and html5 players that can effectively stream a shoutcast source. I also know that I can simply add a link to the .pls and have it open. I know that I can't force a specific player to be used on a users system.…

myth024
- 196
- 1
- 2
- 12
1
vote
1 answer
Failed to get the source code of a web page
I am trying to get an HTML page source content from this site: "http://207.200.96.231:8008" using Java. However the default libraries of Java did not help me in this one. I also tried using this tutorial, but it did not work either. I think the…

Mr.Hankey
- 13
- 3
0
votes
1 answer
Is there some way to write scripts for Winamp?
I like to write some scripts for Winamp. How might I do this?

ddd
- 9
- 1
0
votes
1 answer
Winamp - HLS radio (m3u8)
I had been listening to Music Choice through various URL's but recently they had a major makeover and are now using HTTP Live Streaming (HLS) instead of more traditional forms of streaming (this is an example URL:…

xwildx
- 31
- 3
0
votes
1 answer
Second Timeout function didn`t work in Batch File
Working on a startup File (like a shortcut with special functions) for a game. (Counter-Strike Global Offensive)
The intention is to replace the menu music - some updates ago this was easier but right now I need to forging on a Batch file.
This is…

Mooble
- 3
- 3
0
votes
1 answer
How to feed Winamp vis plugins with data?
Does anybody have any idea what is the right way to feed sound data to Winamp visualisation plugin, so it could produce nice output? I succeded in feedin it the wrong way. Plugin is producing output, but it does not follow the music.

Obucinac
- 56
- 4
0
votes
0 answers
Unified Remote Control: Return shuffle value
I'm using Unified Remote for a while now and i made a working shuffle button for Winamp since that's very useful.
Since that would be a binary value, i would like to be able to retrieve the shuffle_state in order to change the button's text.
Looking…
user682487
0
votes
1 answer
How to create OpenGL moving Abstract Color swells
I'm thinking of a simple version of Winamp's visual plugins. I have a puzzle game and I would really like some simple color swells (picture a calm ocean of various colors). I have NO idea how to do this, but I feel like if I have a starting point…

Grumblesaurus
- 3,021
- 3
- 31
- 61
0
votes
0 answers
MP3 ID3 Read Cover Art: Can only read embedded
I've tried every Library i could find, and been searching StackOverflow and google for days without getting it working.
Libraries: UltraID3Lib, TagLib, IdSharp, ID3 Tag Library by Perry Butler, ID3Lib, C# ID3 Library, ID3.Net, ... ...
None of these…

Daemon Bass
- 1
- 4
0
votes
0 answers
Using Winamp's in_midi.dll in .NET
I am trying to load a Winamp input plugin and work with it in C#. According to the Winamp SDK, this is the proper way to load a plugin:
in_mp3_lib = LoadLibraryW(path);
if (in_mp3_lib)
{
PluginGetter pluginGetter =…

IS4
- 11,945
- 2
- 47
- 86
0
votes
1 answer
Attempt to load the C runtime library incorrectly in Winamp's in_midi.dll
I am trying to load a Winamp input plugin and work with it in C#. According to the Winamp SDK, this is the proper way to load a plugin:
in_mp3_lib = LoadLibraryW(path);
if (in_mp3_lib)
{
PluginGetter pluginGetter =…

IS4
- 11,945
- 2
- 47
- 86