![]() |
Probleme mit Bass.dll
Hi,
also ich habe mir einen kleinen Player zusammen gebastelt mit hilfe der BASS.dll ... so jetzt habe ich aber leider ein Problem... ich kann die Lautstärke nicht regeln wenn ich ein Internet Radio abspiele. Habs mit BASS_SetVolume usw versucht er stellt immer wieder die Windows Lautstärke um. So das war eigentlich mein Problem... nun hab ich aber noch 2 Fragen ob das möglich wäre: 1. Ist es möglich Internet Radio's mithilfe der BASS.dll aufzunehmen ? also als mp3 oder so auf den pc. 2. Ist es möglich auf Internet Radio's zu senden mithilfe der BASS.dll ? Also sozusagen wie bei Shoutcast. Hoffe es kann mir jemand bei meinem Problem helfen. MfG |
Re: Probleme mit Bass.dll
Zitat:
Delphi-Quellcode:
function TBassPlayer.getvolume: byte;
begin result := BASS_GetConfig(BASS_CONFIG_GVOL_STREAM); end; procedure TBassPlayer.setvolume(volume: byte); begin BASS_SetConfig(BASS_CONFIG_GVOL_STREAM,volume); end; Zitat:
|
Re: Probleme mit Bass.dll
Danke! :) klappt alles ... hab auch im BASS Forum das richtige für die Aufnahme gefunden.
MfG |
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:47 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz