similar to: Good mp3-player with stdout-ouput for unix?

Displaying 20 results from an estimated 4000 matches similar to: "Good mp3-player with stdout-ouput for unix?"

2004 Aug 06
1
libshout2 (perl) + shoutcast: bitrate
Hi, currently I'm plaing around with the original shoutcast and use libshout for transmitting to the server. It works mostly perfect, with one little problem: The streams bitrate is not correctly reported to shoutcast. I tried the following: $conn->set_audio_info(SHOUT_AI_BITRATE => 128); $conn is the shout-object. Is this for icecast only? Is there another way to transmit the correct
2015 May 22
3
Command line mp3 player
I have a CentOS 7 server that I want to use as an audio source for our hold music. It does not have a GUI installed, so I am looking for a program with a command line interface that will let me play a folder full of mp3 files on a continuous loop. MOC seems to do what I want, but I can't find a build for CentOS 7. Is there another program that I can use for this? Thanks. -- Bowie
2004 Aug 06
2
Ices2; Metadata and special chars
Hi there! I am currently developing a broadcast solution with ices2 (feeded over pipe, stdin). I use a metadata-file and signals to update the streams metadata. The problem is, names of songs and artists are cut off at special chars like & or at a german umlaut. For example: artist=Test title=foo & bar is sent to the clients as "Test - foo ". Do i have to use some kind of
2004 Aug 06
2
ices2 + stdin + metadata
Hi, does anybody know some info about posting metadata to ices2 via stdin? My system is based on a PHP-script wich sends PCM-data from the player (mpg123 or ogg123) over a pipe to ices2. As i understand the documentation, metadata is sent as normal clear text within the PCM-data when using stdin. I tried the following format: \n artist=foo\n title=bar\n (\n is, of course, a normal
2015 May 22
2
Command line mp3 player
------------ Original Message ------------ > Date: Friday, May 22, 2015 11:52:43 AM -0700 > From: Kirk Bocek <t004 at kbocek.com> > > On May 22, 2015 11:46:23 AM PDT, Bowie Bailey > <Bowie_Bailey at BUC.com> wrote: >> I have a CentOS 7 server that I want to use as an audio source >> for our hold music. It does not have a GUI installed, so I am >>
2003 Mar 02
2
mp3 playing distorted, or very slowed down... unintelligible.
I have the following in extensions.conf: [global] MP3ROOT=/var/lib/asterisk/mohmp3 [default] exten => 1111,1,Answer ; Answer the line exten => 1111,2,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => 1111,3,MP3Player(${MP3ROOT}/sample-hold.mp3) The command that runs is: 14030 pts/0 S 0:00 /usr/bin/mpg123 -q -s -b 1024 --mono -r 8000
2011 Feb 04
3
MP3 Crashing Asterisk
Hi Users, I have a problem with some of my mp3 files. they crash the system (Asterisk 1.6.2.14 on a x86_64 running Fedora 13 ) when it tries to play them. Unfortunately the logs do not give me a clear fault or cause of crash but i can clearly see that ts because of the MP3 files. Its the way some files are encoded. Is there a way I can make it skip the files that can be played? I use the
2003 May 15
1
mp3 playback (mpg123)
Hi All, First of all a quick thanks to everyone that has provided me with hints and tips over the past few days. I'm still experiencing problems with the playback of MP3s. The MP3 files will playback but they suffer from "stuttering". mpg123 is installed and plays back the file without problem via the desktop speakers. (It is definitely mpg123 installed, and not mpg321) The
2015 May 22
0
Command line mp3 player
On May 22, 2015 11:46:23 AM PDT, Bowie Bailey <Bowie_Bailey at BUC.com> wrote: >I have a CentOS 7 server that I want to use as an audio source for our >hold music. It does not have a GUI installed, so I am looking for a >program with a command line interface that will let me play a folder >full of mp3 files on a continuous loop. > >MOC seems to do what I want, but I
2015 May 22
0
Command line mp3 player
On 5/22/2015 3:01 PM, Richard wrote: > > ------------ Original Message ------------ >> Date: Friday, May 22, 2015 11:52:43 AM -0700 >> From: Kirk Bocek <t004 at kbocek.com> >> >> On May 22, 2015 11:46:23 AM PDT, Bowie Bailey >> <Bowie_Bailey at BUC.com> wrote: >>> I have a CentOS 7 server that I want to use as an audio source >>>
2004 Oct 01
2
MOH - 3 processes of mpg321 taking 20%CPU each -normal ?
No, DON'T use mpg321, it will not work. Make sure you're using mpg123. See the wiki. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Rich Adamson > Sent: Friday, October 01, 2004 12:13 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re:
2002 Dec 04
3
Technical MP3->OGG transcoding question
Hi guys. Let me put this first: I've read every past thread about mp3 -> ogg transcoding and I agree to the fact that it is BAD--for several reasons indeed. This post is just a technical question, which I hope someone who knows stuff better than I do will answer me. Another disclaimer: although I'm a programmer, I've never worked with anything audio-related, nor do I know
2003 Jul 25
7
can't get musiconhold to work
I can't seem to get musiconhold to work. I'm running asterisk on a RH9 box, I have the mpg123 package installed. In my zapata.conf file I have the line MusicOnHold=default . In my musiconhold.conf file, in the classes section I uncommented default and loud. In my extensions.conf file I have a set musiconhold line. However if I get a call and I either put it on hold or hit flash
2010 Jul 30
2
Ouput several lines of cat
Hello, I am brand new to R. I need to know how to output the contents of cat function into a text file. The cat is used to output several lines of string in the following format: X XXX X XX.XX XXXX-XXXX ( XX.XX XXX ) I need to get the output of all these lines into a text file. I tried to put a file name in the cat function. However the output file only displays single line output. Thanks --
2006 Apr 26
1
Accessing Ouput from the Shell
Basically i am running input via rails into ffmpeg which is a shell program. Is there a way i can take the output of the shell and store it into a string? or any other form that i can manipulate. andrew p.s. i am trying to read the dimensions of a video file via ffmpeg and use this value in my rails app. -- Posted via http://www.ruby-forum.com/.
2010 Mar 03
1
Html/JavaScript/CSS code ouput in TextArea-- Best Ways
Hello: What would be the best way to Output Code in TextArea for a UI component? The Rails App View is pure HTML and JavaScript. 1.render in text for controller action and the text is the code string. The < and > etc can be passed as is in this mode. 2.Read a HTML Template File (containing JS and CSS references) in Public directory(?) that needs to be substitute some variables that were
2008 Jun 07
0
[LLVMdev] C ouput pass or native binary
Recently I've been working on putting a little language together using the llvm toolset. I think I've wrapped my head around some of the beginner bits (and a big "thank you" for the kaleidoscope tutorial). What I'd like to do now is to take my Module* and output either a C file for native compilation, or just directly output a native binary. I saw that llc can output C
2008 Mar 17
1
Writing GLM/GEE Ouput to Text File
Hello, How can one write the output of a GLM/GEE model to a text file, such that the results appear in text file in the same (or similar) format they appear in the R console? For instance, I have the following model: Traitresult <- compar.gee(Y~X, data = data, family = "binomial", phy = tree, scale.fix = TRUE, scale.value = 1) How would I write "Traitresult" to a text
2006 Jul 03
2
could i change the ouput style on summary?
Dear friends, summary() doesn't give a good ouput style,e.g.: grass soiltem airtem gheight humidity altitude diluo :38 Min. :15.90 Min. :17.70 Min. : 8.00 Min. : 0.2360 high: 43 huanghuacai:32 1st Qu.:19.32 1st Qu.:22.60 1st Qu.:40.00 1st Qu.: 0.3190 low :119 hucao :46 Median :20.20 Median :25.30 Median :60.00
2003 Jul 27
2
Ogg ouput using libvorbisfile
Hi, I'm new to writing any kind of sound program and somewhat new to C. I am on linux and I've been trying to get the example code (http://www.xiph.org/ogg/vorbis/doc/vorbisfile/example.html)for the decoder using libvorbisfile to work. I think my main problem is output to /dev/dsp. If I use the example where the only change I made were to open a file instead of using stdin and I ouput