Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4093/libplayercore
Modified Files:
player.h
Log Message:
updated audio formats in player.h
Index: player.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/player.h,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** player.h 12 May 2006 22:52:38 -0000 1.100
--- player.h 1 Jun 2006 21:33:35 -0000 1.101
***************
*** 798,805 ****
/** Audio formats */
! /** Raw 8 bit 44 khz encoding */
! #define PLAYER_AUDIO_WAV_FORMAT_RAW_8BIT_44KHZ 1
! /** mp3 encoded */
! #define PLAYER_AUDIO_WAV_FORMAT_MP3 2
--- 798,832 ----
/** Audio formats */
!
! /** Raw Audio bit flags */
! #define PLAYER_AUDIO_DESCRIPTION_BITS 0xFF
! #define PLAYER_AUDIO_BITS 0x03
! /** 8 bit */
! #define PLAYER_AUDIO_8BIT 0
! /** 16 bit */
! #define PLAYER_AUDIO_16BIT 1
! /** 24 bit */
! #define PLAYER_AUDIO_24BIT 2
! /** Mono */
! #define PLAYER_AUDIO_MONO 0
! /** Stereo */
! #define PLAYER_AUDIO_STEREO 4
! /** Frequency */
! #define PLAYER_AUDIO_FREQ 0x18
! #define PLAYER_AUDIO_FREQ_44k 0
! #define PLAYER_AUDIO_FREQ_11k 8
! #define PLAYER_AUDIO_FREQ_22k 16
! #define PLAYER_AUDIO_FREQ_48k 24
!
! /** AUDIO format */
! #define PLAYER_AUDIO_FORMAT_BITS 0xFF00
!
! #define PLAYER_AUDIO_FORMAT_NULL 0x0000
! #define PLAYER_AUDIO_FORMAT_RAW 0x0100
! #define PLAYER_AUDIO_FORMAT_MP3 0x0200
! #define PLAYER_AUDIO_FORMAT_OGG 0x0300
! #define PLAYER_AUDIO_FORMAT_FLAC 0x0400
! #define PLAYER_AUDIO_FORMAT_AAC 0x0500
!
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit