mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Update twolame to 0.3.13.
This commit is contained in:
@@ -18,21 +18,21 @@
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* $Id: util.h,v 1.3 2008-02-01 19:44:36 richardash1981 Exp $
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef _UTIL_H_
|
||||
#define _UTIL_H_
|
||||
|
||||
/* non-public prototypes */
|
||||
const char* twolame_mpeg_version_name (int version);
|
||||
int twolame_get_bitrate_index (int bitrate, TWOLAME_MPEG_version version);
|
||||
int twolame_get_samplerate_index (long sample_rate);
|
||||
int twolame_get_version_for_samplerate (long sample_rate);
|
||||
const char *twolame_mpeg_version_name(int version);
|
||||
int twolame_get_bitrate_index(int bitrate, TWOLAME_MPEG_version version);
|
||||
int twolame_get_samplerate_index(long sample_rate);
|
||||
int twolame_get_version_for_samplerate(long sample_rate);
|
||||
|
||||
#endif /* _UTIL_H_ */
|
||||
#endif /* _UTIL_H_ */
|
||||
|
||||
|
||||
// vim:ts=4:sw=4:nowrap:
|
||||
|
Reference in New Issue
Block a user